[packages/percona-server] requires boost 1.59.0

glen glen at pld-linux.org
Mon Jun 20 08:57:21 CEST 2016


commit d2fe036e461377ca2a5ab9db73720de91c0d1d7f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jun 20 09:56:06 2016 +0300

    requires boost 1.59.0
    
    -- BOOST_VERSION_NUMBER is #define BOOST_VERSION 106100
    CMake Warning at cmake/boost.cmake:266 (MESSAGE):
      Boost minor version found is 61 we need 59
    Call Stack (most recent call first):
      CMakeLists.txt:455 (INCLUDE)
    
    -- BOOST_INCLUDE_DIR /usr/include
    -- LOCAL_BOOST_DIR
    -- LOCAL_BOOST_ZIP
    -- Could not find (the correct version of) boost.
    -- MySQL currently requires boost_1_59_0
    
    CMake Error at cmake/boost.cmake:81 (MESSAGE):
      You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>
    
      This CMake script will look for boost in <directory>.  If it is not there,
      it will download and unpack it (in that directory) for you.
    
      If you are inside a firewall, you may need to use an http proxy:
    
      export http_proxy=http://example.com:80
    
    Call Stack (most recent call first):
      cmake/boost.cmake:269 (COULD_NOT_FIND_BOOST)
      CMakeLists.txt:455 (INCLUDE)

 percona-server.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/percona-server.spec b/percona-server.spec
index 26102af..fd52ab3 100644
--- a/percona-server.spec
+++ b/percona-server.spec
@@ -94,6 +94,7 @@ BuildRequires:	libstdc++4-devel >= 5:4.0
 BuildRequires:	libstdc++-devel >= 5:4.0
 %endif
 BuildRequires:	automake
+BuildRequires:	boost-devel = 1.59.0
 BuildRequires:	libhsclient-devel
 %{?with_tcpd:BuildRequires:	libwrap-devel}
 BuildRequires:	ncurses-devel >= 4.2
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/d2fe036e461377ca2a5ab9db73720de91c0d1d7f



More information about the pld-cvs-commit mailing list