Advertisement
Guest User

Untitled

a guest
Sep 11th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. -- Performing Test HAVE_IB_GCC_ATOMIC_TEST_AND_SET - Success
  2. -- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC
  3. -- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC - Success
  4. -- Looking for asprintf
  5. -- Looking for asprintf - found
  6. -- Check size of pthread_t
  7. -- Check size of pthread_t - done
  8. -- Using cmake version 2.8.12.2
  9. -- Not building NDB
  10. -- Performing Test HAVE_PEERCRED
  11. CMake Error at /usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component):
  12. get_filename_component called with incorrect number of arguments
  13. Call Stack (most recent call first):
  14. CMakeLists.txt:3 (PROJECT)
  15.  
  16.  
  17. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  18. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  19. -- Performing Test HAVE_PEERCRED - Failed
  20. -- Library mysqlclient depends on OSLIBS -lpthread;m;dl
  21. -- Googlemock was not found. gtest-based unit tests will be disabled. You can run cmake . -DENABLE_DOWNLOADS=1 to automatically download and build required components from source.
  22. -- If you are inside a firewall, you may need to use an http proxy: export http_proxy=http://example.com:80
  23. Warning: Bison executable not found in PATH
  24. -- Library mysqlserver depends on OSLIBS -lpthread;m;crypt;dl
  25. -- CMAKE_BUILD_TYPE: RelWithDebInfo
  26. -- COMPILE_DEFINITIONS: HAVE_CONFIG_H
  27. -- CMAKE_C_FLAGS: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement
  28. -- CMAKE_CXX_FLAGS:
  29. -- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
  30. -- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -DDBUG_OFF
  31. -- Configuring incomplete, errors occurred!
  32. See also "/vagrant/infrastructure/feature_containers/bk-binlogs/mysql-5.6.27/CMakeFiles/CMakeOutput.log".
  33. See also "/vagrant/infrastructure/feature_containers/bk-binlogs/mysql-5.6.27/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement