]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
requires boost 1.59.0
authorElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 06:56:06 +0000 (09:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 06:56:06 +0000 (09:56 +0300)
-- 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

index 26102afd304badf9baf6ea69d03d392465ad3142..fd52ab3dabf177ef4fffbdcb8281eab40383d128 100644 (file)
@@ -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
This page took 0.032259 seconds and 4 git commands to generate.