Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 19:27:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210218] databases/mysql57-server: port does not compile on FreeBSD 9.3-RELEASE
Message-ID:  <bug-210218-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210218

            Bug ID: 210218
           Summary: databases/mysql57-server: port does not compile on
                    FreeBSD 9.3-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: velcroleaf@rocketmail.com
                CC: mokhi64@gmail.com
                CC: mokhi64@gmail.com
             Flags: maintainer-feedback?(mokhi64@gmail.com)

The port currently doesn't compile, always bombing with something like this,
although not always at the same percentage completion:

> [ 79%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/s=
ql_lex_hints.cc.o
> [ 79%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/sql_hint=
s.yy.cc.o
> [ 79%] Linking CXX static library libsql_embedded.a
> [ 80%] Built target sql_embedded
> 1 error
> *** [all] Error code 2
> 1 error
> =3D=3D=3D> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failur=
e to
the maintainer.
> *** [do-build] Error code 1
>=20
> Stop in /usr/ports/databases/mysql57-server.
> *** [stage] Error code 1
>=20
> Stop in /usr/ports/databases/mysql57-server.

Doing the MAKE_JOBS_UNSAFE=3Dyes thing reveals this error:

> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/rapid/plugin/x/mysq=
lxtest_src/password_hasher.cc:135:3: error: use of undeclared identifier 'y=
aSSL'
>  yaSSL::RAND_bytes((unsigned char *) buffer, SCRAMBLE_LENGTH);

Also a suspicious typo...no idea if it's related:

> In file included from /usr/ports/databases/mysql57-server/work/mysql-5.7.=
12/sql/sql_alter_instance.cc:16:
> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/sql/sql_alter_insta=
nce.h:16:9: warning: 'SQL_ALTER_INSTANCE_INCLUDED' is used as a header guar=
d here, followed by #define of a different macro [-Wheader-guard]
> #ifndef SQL_ALTER_INSTANCE_INCLUDED
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/sql/sql_alter_insta=
nce.h:17:9: note: 'SQL_ALTER_INSTNACE_INCLUDED' is defined here; did you me=
an 'SQL_ALTER_INSTANCE_INCLUDED'?
> #define SQL_ALTER_INSTNACE_INCLUDED
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>   SQL_ALTER_INSTANCE_INCLUDED
> In file included from /usr/ports/databases/mysql57-server/work/mysql-5.7.=
12/sql/sql_admin.cc:35:
> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/sql/sql_alter_insta=
nce.h:16:9: warning: 'SQL_ALTER_INSTANCE_INCLUDED' is used as a header guar=
d here, followed by #define of a different macro [-Wheader-guard]
> #ifndef SQL_ALTER_INSTANCE_INCLUDED
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/sql/sql_alter_insta=
nce.h:17:9: note: 'SQL_ALTER_INSTNACE_INCLUDED' is defined here; did you me=
an 'SQL_ALTER_INSTANCE_INCLUDED'?
> #define SQL_ALTER_INSTNACE_INCLUDED
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>   SQL_ALTER_INSTANCE_INCLUDED

I can provide more debug details as needed.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210218-13>