[Bug 210218] databases/mysql57-server: port does not compile on FreeBSD 9.3-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 11 19:27:32 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210218
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 at FreeBSD.org
Reporter: velcroleaf at rocketmail.com
CC: mokhi64 at gmail.com
CC: mokhi64 at gmail.com
Flags: maintainer-feedback?(mokhi64 at 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/sql_lex_hints.cc.o
> [ 79%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/sql_hints.yy.cc.o
> [ 79%] Linking CXX static library libsql_embedded.a
> [ 80%] Built target sql_embedded
> 1 error
> *** [all] Error code 2
> 1 error
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
> *** [do-build] Error code 1
>
> Stop in /usr/ports/databases/mysql57-server.
> *** [stage] Error code 1
>
> Stop in /usr/ports/databases/mysql57-server.
Doing the MAKE_JOBS_UNSAFE=yes thing reveals this error:
> /usr/ports/databases/mysql57-server/work/mysql-5.7.12/rapid/plugin/x/mysqlxtest_src/password_hasher.cc:135:3: error: use of undeclared identifier 'yaSSL'
> 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_instance.h:16:9: warning: 'SQL_ALTER_INSTANCE_INCLUDED' is used as a header guard 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_instance.h:17:9: note: 'SQL_ALTER_INSTNACE_INCLUDED' is defined here; did you mean '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_instance.h:16:9: warning: 'SQL_ALTER_INSTANCE_INCLUDED' is used as a header guard 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_instance.h:17:9: note: 'SQL_ALTER_INSTNACE_INCLUDED' is defined here; did you mean 'SQL_ALTER_INSTANCE_INCLUDED'?
> #define SQL_ALTER_INSTNACE_INCLUDED
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> SQL_ALTER_INSTANCE_INCLUDED
I can provide more debug details as needed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list