Date: Tue, 17 Nov 2015 21:18:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204607] [NEW PORTS] database/mysql57-{client,server}: Multithreaded SQL database Message-ID: <bug-204607-13-sayEaEPK4G@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204607-13@https.bugs.freebsd.org/bugzilla/> References: <bug-204607-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204607 --- Comment #4 from Bernard Spil <brnrd@freebsd.org> --- Hi Mahdi, Tried this a bit. First of all I noticed that MySQL 5.7 is now GA as of 5.7.9 so I updated the port and ran into the Boost issue immediately -- BOOST_VERSION_NUMBER is #define BOOST_VERSION 105800 CMake Warning at cmake/boost.cmake:256 (MESSAGE): Boost minor version found is 58 we need 59 Call Stack (most recent call first): CMakeLists.txt:435 (INCLUDE) Hacking cmake/boost.cmake to allow 1.55 I immediately ran into issues with Boost. Now I added bits to the server Makefile so it now uses its own boost (ports probably won't be able to keep up when MySQL 5.7 requires newer versions of boost for every update). Now I have a building mysql57-client again, please check https://github.com/Sp1l/ports/tree/master/databases/mysql57-client https://github.com/Sp1l/ports/tree/master/databases/mysql57-server This also requires a refactored Mk/bsd.databases.Mk and Mk/Uses/mysql.mk https://github.com/Sp1l/ports/tree/master/Mk/bsd.databases.mk https://github.com/Sp1l/ports/tree/master/Mk/Uses/mysql.mk (or the current patch from https://reviews.freebsd.org/D4166 Currently stuck with -client not actually "installing" to the work/stage dir Hope you can give this a whirl and let me know if this works for you! Thanks, Bernard. -- 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-204607-13-sayEaEPK4G>