Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fa323310a277c179035e163a2beeea83 to your computer and use it in GitHub Desktop.
Save anonymous/fa323310a277c179035e163a2beeea83 to your computer and use it in GitHub Desktop.
TEST FAIL ./storage/ndb/compile-cluster on Odroid XU4 (ARM - Ubuntu 16.04.02)
root@vpn:/home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6# ./storage/ndb/compile-cluster
cmake version 3.5.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
compile-cluster: 'cmake -DWITH_SSL=bundled -DWITH_PLUGIN_NDBCLUSTER=1 -DWITH_NDB_TEST=1 -DWITH_NDBAPI_EXAMPLES=1 -DWITH_EMBEDDED_SERVER=0 /home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6'
-- Running cmake version 3.5.1
-- Found Git: /usr/bin/git (found version "2.7.4")
-- Configuring with MAX_INDEXES = 64U
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_GENERATOR: Unix Makefiles
-- Looking for SHM_HUGETLB
-- Looking for SHM_HUGETLB - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
-- SIZEOF_VOIDP 4
-- Performing Test HAVE_NOT_C_BUG_LOOP_VECTORIZE
-- Performing Test HAVE_NOT_C_BUG_LOOP_VECTORIZE - Success
-- Performing Test HAVE_NOT_CXX_BUG_LOOP_VECTORIZE
-- Performing Test HAVE_NOT_CXX_BUG_LOOP_VECTORIZE - Success
-- Performing Test HAVE_NOT_C_SHIFT_OR_OPTIMIZATION_BUG
-- Performing Test HAVE_NOT_C_SHIFT_OR_OPTIMIZATION_BUG - Success
-- Performing Test HAVE_NOT_CXX_SHIFT_OR_OPTIMIZATION_BUG
-- Performing Test HAVE_NOT_CXX_SHIFT_OR_OPTIMIZATION_BUG - Success
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD - Failed
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD - Failed
-- Performing Test HAVE_C_FP_CONTRACT_FLAG
-- Performing Test HAVE_C_FP_CONTRACT_FLAG - Success
-- Performing Test HAVE_CXX_FP_CONTRACT_FLAG
-- Performing Test HAVE_CXX_FP_CONTRACT_FLAG - Success
-- MySQL 5.7.18-ndb-7.5.6
-- Packaging as: mysql-cluster-7.5.6-Linux-armv7l
-- Looked for boost/version.hpp in and
-- BOOST_INCLUDE_DIR BOOST_INCLUDE_DIR-NOTFOUND
-- 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:238 (COULD_NOT_FIND_BOOST)
CMakeLists.txt:460 (INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6/CMakeFiles/CMakeOutput.log".
See also "/home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6/CMakeFiles/CMakeError.log".
command 'cmake -DWITH_SSL=bundled -DWITH_PLUGIN_NDBCLUSTER=1 -DWITH_NDB_TEST=1 -DWITH_NDBAPI_EXAMPLES=1 -DWITH_EMBEDDED_SERVER=0 /home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment