[Bug 208519] databases/mysql57-client: config option WITHOUT_SSL breaks build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 4 16:20:54 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208519
Bug ID: 208519
Summary: databases/mysql57-client: config option WITHOUT_SSL
breaks build
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: kennedy.greg at gmail.com
CC: mokhi64 at gmail.com
Flags: maintainer-feedback?(mokhi64 at gmail.com)
CC: mokhi64 at gmail.com
Attempting to build mysql57-client-5.7.10_4 using WITHOUT_SSL leads to failure
to build port.
# make configure
(select WITHOUT_SSL)
# make install
===> mysql57-client-5.7.10_4 depends on file: /usr/local/bin/cmake - found
===> Configuring for mysql57-client-5.7.10_4
===> Performing out-of-source build
/bin/mkdir -p /usr/ports/databases/mysql57-client/work/.build
-- Running cmake version 3.5.0
-- Configuring with MAX_INDEXES = 64U
-- SIZEOF_VOIDP 4
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.7.10
-- Packaging as: mysql-5.7.10-FreeBSD10.3-i386
-- Found
/usr/ports/databases/mysql57-client/work/boost_1_59_0/boost/version.hpp
-- BOOST_VERSION_NUMBER is #define BOOST_VERSION 105900
-- BOOST_INCLUDE_DIR /usr/ports/databases/mysql57-client/work/boost_1_59_0
CMake Error at cmake/ssl.cmake:253 (MESSAGE):
Wrong option or path for WITH_SSL. Valid options are : bundled (use
yassl), yes (prefer os library if present, otherwise use bundled), system
(use os library), </path/to/custom/installation>
Call Stack (most recent call first):
CMakeLists.txt:461 (MYSQL_CHECK_SSL)
-- Using cmake version 3.5.0
-- Not building NDB
-- Library mysqlclient depends on OSLIBS -pthread;m;rt
-- INSTALL mysqlclient.pc /usr/local/libdata/pkgconfig
-- CMAKE_BUILD_TYPE: Release
-- COMPILE_DEFINITIONS: BOOST_GEOMETRY_SQRT_CHECK_FINITENESS;HAVE_CONFIG_H
-- CMAKE_C_FLAGS: -O2 -pipe -march=pentium4 -fstack-protector
-fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings
-Wdeclaration-after-statement
-- CMAKE_CXX_FLAGS: -O2 -pipe -march=pentium4 -fstack-protector
-fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual
-Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field
-- CMAKE_C_FLAGS_RELEASE: -O2 -pipe -march=pentium4 -fstack-protector
-fno-strict-aliasing -DDBUG_OFF
-- CMAKE_CXX_FLAGS_RELEASE: -O2 -pipe -march=pentium4 -fstack-protector
-fno-strict-aliasing -DDBUG_OFF
-- Configuring incomplete, errors occurred!
See also
"/usr/ports/databases/mysql57-client/work/.build/CMakeFiles/CMakeOutput.log".
See also
"/usr/ports/databases/mysql57-client/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/databases/mysql57-client
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/mysql57-client
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list