Date: Sun, 17 Aug 2014 00:19:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192723] New: databases/mysql55-client fails to build Message-ID: <bug-192723-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192723 Bug ID: 192723 Summary: databases/mysql55-client fails to build Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: oliver@beefrankly.org Created attachment 145894 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145894&action=edit output of make install clean while compiling cqrlog on head I ran into an error with mysql55-client. short error (see full log attached): /usr/ports/databases/mysql55-client/work/mysql-5.5.39/extra/yassl/src/ssl.cpp:319:16: error: use of undeclared identifier 'SSL_SUCCESS' return SSL_SUCCESS; ^ /usr/ports/databases/mysql55-client/work/mysql-5.5.39/extra/yassl/src/ssl.cpp:415:16: error: use of undeclared identifier 'SSL_SUCCESS' return SSL_SUCCESS; ^ /usr/ports/databases/mysql55-client/work/mysql-5.5.39/extra/yassl/src/ssl.cpp:436:12: error: use of undeclared identifier 'SSL_SUCCESS' return SSL_SUCCESS; ^ /usr/ports/databases/mysql55-client/work/mysql-5.5.39/extra/yassl/src/ssl.cpp:450:12: error: use of undeclared identifier 'SSL_SUCCESS' return SSL_SUCCESS; ^ /usr/ports/databases/mysql55-client/work/mysql-5.5.39/extra/yassl/src/ssl.cpp:475:12: error: use of undeclared identifier 'SSL_SUCCESS' return SSL_SUCCESS; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 38 warnings and 20 errors generated. *** Error code 1 Stop. make[4]: stopped in /usr/ports/databases/mysql55-client/work/mysql-5.5.39 *** Error code 1 -- 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-192723-13>