Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2016 16:20:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208519] databases/mysql57-client: config option WITHOUT_SSL breaks build
Message-ID:  <bug-208519-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: kennedy.greg@gmail.com
                CC: mokhi64@gmail.com
             Flags: maintainer-feedback?(mokhi64@gmail.com)
                CC: mokhi64@gmail.com

Attempting to build mysql57-client-5.7.10_4 using WITHOUT_SSL leads to fail=
ure
to build port.

# make configure
(select WITHOUT_SSL)

# make install
=3D=3D=3D>   mysql57-client-5.7.10_4 depends on file: /usr/local/bin/cmake =
- found
=3D=3D=3D>  Configuring for mysql57-client-5.7.10_4
=3D=3D=3D>  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 =3D 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=3Dpentium4  -fstack-protector
-fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings
-Wdeclaration-after-statement
-- CMAKE_CXX_FLAGS: -O2 -pipe -march=3Dpentium4 -fstack-protector
-fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Woverloaded-vir=
tual
-Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field
-- CMAKE_C_FLAGS_RELEASE: -O2 -pipe -march=3Dpentium4  -fstack-protector
-fno-strict-aliasing -DDBUG_OFF
-- CMAKE_CXX_FLAGS_RELEASE: -O2 -pipe -march=3Dpentium4 -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

--=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-208519-13>