Created
October 12, 2017 18:56
-
-
Save SoonminHwang/21738a74c64228ca02666eddb8299aea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Execute command: [ | |
`which` | |
`cmake` | |
] | |
[/media/rcvlab/soonmin2017/gpu-acf/git/acf]> "which" "cmake" | |
/media/rcvlab/soonmin2017/gpu-acf/_ci/cmake/bin/cmake | |
Execute command: [ | |
`cmake` | |
`--version` | |
] | |
[/media/rcvlab/soonmin2017/gpu-acf/git/acf]> "cmake" "--version" | |
cmake version 3.9.4 | |
CMake suite maintained and supported by Kitware (kitware.com/cmake). | |
Execute command: [ | |
`cmake` | |
`-H.` | |
`-B/media/rcvlab/soonmin2017/gpu-acf/git/acf/_builds/libcxx` | |
`-GUnix Makefiles` | |
`-DCMAKE_TOOLCHAIN_FILE=/media/rcvlab/soonmin2017/gpu-acf/polly-master/libcxx.cmake` | |
`-DCMAKE_INSTALL_PREFIX=/media/rcvlab/soonmin2017/gpu-acf/git/acf/_install/libcxx` | |
] | |
[/media/rcvlab/soonmin2017/gpu-acf/git/acf]> "cmake" "-H." "-B/media/rcvlab/soonmin2017/gpu-acf/git/acf/_builds/libcxx" "-GUnix Makefiles" "-DCMAKE_TOOLCHAIN_FILE=/media/rcvlab/soonmin2017/gpu-acf/polly-master/libcxx.cmake" "-DCMAKE_INSTALL_PREFIX=/media/rcvlab/soonmin2017/gpu-acf/git/acf/_install/libcxx" | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- 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/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] Calculating Toolchain-SHA1 | |
-- [hunter] Calculating Config-SHA1 | |
>:>:>:>:>:>:>:>:>:>:>:>:>:>:>:>:>: /media/rcvlab/soonmin2017/gpu-acf/git/acf/cmake/Modules;/media/rcvlab/soonmin2017/gpu-acf/git/acf/drishti-upload/cmake/Modules;/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules;/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/find;/media/rcvlab/soonmin2017/gpu-acf/polly-master/utilities/../find;/media/rcvlab/soonmin2017/gpu-acf/polly-master/utilities <:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<:<: | |
-- config.cmake -- | |
MSVC: | |
APPLE: | |
ANDROID: | |
IOS: | |
is_linux: 1 | |
XCODE: | |
is_linux ======================================================================= | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] GAUZE_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 0.1.1) | |
-- [hunter] Building gauze | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Build | |
Scanning dependencies of target gauze-Release | |
[ 6%] Creating directories for 'gauze-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'gauze-Release' | |
-- Downloading... | |
dst='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
timeout='none' | |
-- Using src='https://github.com/hunter-packages/gauze/archive/v0.1.1.tar.gz' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
-- Downloading... done | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'gauze-Release' | |
[ 25%] No update step for 'gauze-Release' | |
[ 31%] Performing configure step for 'gauze-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] BOOST_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.64.0) | |
-- Boost version: 1.64.0 | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Build/gauze-Release-prefix/src/gauze-Release-build | |
[ 37%] Performing build step for 'gauze-Release' | |
Scanning dependencies of target gauze | |
[ 50%] Building CXX object lib/gauze/gauze/CMakeFiles/gauze.dir/gauze.cpp.o | |
[100%] Linking CXX static library libgauze.a | |
[100%] Built target gauze | |
[ 43%] Performing install step for 'gauze-Release' | |
[100%] Built target gauze | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeTargets-release.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_check_emulator_running.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_get_all_dependencies.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_start_android_emulator.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_add_test.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_create_avd.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_run_start_script.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/AndroidTest.cmake.in | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/iOSTest.cmake.in | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/start-emulator.sh.in | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/libgauze.a | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/args.cmake | |
[ 50%] Completed 'gauze-Release' | |
[ 50%] Built target gauze-Release | |
Scanning dependencies of target gauze-Debug | |
[ 56%] Creating directories for 'gauze-Debug' | |
[ 62%] Performing download step (download, verify and extract) for 'gauze-Debug' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
SHA1='4993b09855e51047ea51136a05fcd6d0216f2716' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/gauze/0.1.1/4993b09/v0.1.1.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 68%] No patch step for 'gauze-Debug' | |
[ 75%] No update step for 'gauze-Debug' | |
[ 81%] Performing configure step for 'gauze-Debug' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] BOOST_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.64.0) | |
-- Boost version: 1.64.0 | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Build/gauze-Debug-prefix/src/gauze-Debug-build | |
[ 87%] Performing build step for 'gauze-Debug' | |
Scanning dependencies of target gauze | |
[ 50%] Building CXX object lib/gauze/gauze/CMakeFiles/gauze.dir/gauze.cpp.o | |
[100%] Linking CXX static library libgauzed.a | |
[100%] Built target gauze | |
[ 93%] Performing install step for 'gauze-Debug' | |
[100%] Built target gauze | |
Install the project... | |
-- Install configuration: "Debug" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/cmake/gauze/gauzeTargets-debug.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_check_emulator_running.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_get_all_dependencies.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_start_android_emulator.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_add_test.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_create_avd.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/gauze_run_start_script.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/AndroidTest.cmake.in | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/iOSTest.cmake.in | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/cmake/gauze/templates/start-emulator.sh.in | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/Install/lib/libgauzed.a | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze/args.cmake | |
[100%] Completed 'gauze-Debug' | |
[100%] Built target gauze-Debug | |
-- [hunter] Build step successful (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/gauze) | |
-- [hunter] Cache saved: /home/rcvlab/.hunter/_Base/Cache/raw/a0b57dbf3f9f40ae20af696b9793ffab25170f01.tar.bz2 | |
-- Boost version: 1.64.0 | |
-- [hunter] GTEST_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.8.0-hunter-p5) | |
-- [hunter] Building GTest | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Build | |
Scanning dependencies of target GTest-Release | |
[ 6%] Creating directories for 'GTest-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'GTest-Release' | |
-- Downloading... | |
dst='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
timeout='none' | |
-- Using src='https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p5.tar.gz' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
-- Downloading... done | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'GTest-Release' | |
[ 25%] No update step for 'GTest-Release' | |
[ 31%] Performing configure step for 'GTest-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found PythonInterp: /home/rcvlab/anaconda3/bin/python (found version "3.5.2") | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Build/GTest-Release-prefix/src/GTest-Release-build | |
[ 37%] Performing build step for 'GTest-Release' | |
Scanning dependencies of target gtest | |
[ 9%] Building CXX object googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o | |
Scanning dependencies of target gmock | |
Scanning dependencies of target gmock_main | |
[ 18%] Building CXX object googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o | |
[ 27%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o | |
[ 36%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o | |
[ 45%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o | |
[ 54%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o | |
[ 63%] Linking CXX static library libgmock.a | |
[ 63%] Built target gmock | |
[ 72%] Linking CXX static library libgtest.a | |
[ 72%] Built target gtest | |
Scanning dependencies of target gtest_main | |
[ 81%] Building CXX object googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o | |
[ 90%] Linking CXX static library libgmock_main.a | |
[ 90%] Built target gmock_main | |
[100%] Linking CXX static library libgtest_main.a | |
[100%] Built target gtest_main | |
[ 43%] Performing install step for 'GTest-Release' | |
[ 36%] Built target gmock_main | |
[ 63%] Built target gmock | |
[ 81%] Built target gtest | |
[100%] Built target gtest_main | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgmock.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgmock_main.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-cardinalities.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-generated-internal-utils.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-port.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-actions.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-more-matchers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-matchers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-matchers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-spec-builders.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-actions.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-nice-strict.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-more-actions.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockTargets-release.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgtest.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgtest_main.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-linked_ptr.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-filepath.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-tuple.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-port.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-param-util.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-string.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-param-util-generated.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-type-util.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-internal.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-printers.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-death-test.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-spi.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-test-part.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-param-test.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest_pred_impl.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-typed-test.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-message.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest_prod.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestTargets-release.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/args.cmake | |
[ 50%] Completed 'GTest-Release' | |
[ 50%] Built target GTest-Release | |
Scanning dependencies of target GTest-Debug | |
[ 56%] Creating directories for 'GTest-Debug' | |
[ 62%] Performing download step (download, verify and extract) for 'GTest-Debug' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
SHA1='3325aa4fc8b30e665c9f73a60f19387b7db36f85' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/GTest/1.8.0-hunter-p5/3325aa4/1.8.0-hunter-p5.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 68%] No patch step for 'GTest-Debug' | |
[ 75%] No update step for 'GTest-Debug' | |
[ 81%] Performing configure step for 'GTest-Debug' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found PythonInterp: /home/rcvlab/anaconda3/bin/python (found version "3.5.2") | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Build/GTest-Debug-prefix/src/GTest-Debug-build | |
[ 87%] Performing build step for 'GTest-Debug' | |
Scanning dependencies of target gtest | |
[ 9%] Building CXX object googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o | |
Scanning dependencies of target gmock | |
Scanning dependencies of target gmock_main | |
[ 18%] Building CXX object googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o | |
[ 27%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o | |
[ 36%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o | |
[ 45%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o | |
[ 54%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o | |
[ 63%] Linking CXX static library libgmockd.a | |
[ 63%] Built target gmock | |
[ 72%] Linking CXX static library libgtestd.a | |
[ 72%] Built target gtest | |
Scanning dependencies of target gtest_main | |
[ 81%] Building CXX object googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o | |
[ 90%] Linking CXX static library libgmock_maind.a | |
[ 90%] Built target gmock_main | |
[100%] Linking CXX static library libgtest_maind.a | |
[100%] Built target gtest_main | |
[ 93%] Performing install step for 'GTest-Debug' | |
[ 36%] Built target gmock_main | |
[ 63%] Built target gmock | |
[ 81%] Built target gtest | |
[100%] Built target gtest_main | |
Install the project... | |
-- Install configuration: "Debug" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgmockd.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgmock_maind.a | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-cardinalities.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-generated-internal-utils.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-port.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-actions.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-more-matchers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-matchers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-matchers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-spec-builders.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-actions.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-generated-nice-strict.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock-more-actions.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gmock/gmock.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GMock/GMockTargets-debug.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgtestd.a | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/libgtest_maind.a | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-linked_ptr.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-filepath.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/custom/gtest.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-tuple.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-port.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-param-util.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-string.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-param-util-generated.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-type-util.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-internal.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-printers.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-death-test.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-spi.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-test-part.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-param-test.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest_pred_impl.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-typed-test.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest-message.h | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/include/gtest/gtest_prod.h | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/Install/lib/cmake/GTest/GTestTargets-debug.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest/args.cmake | |
[100%] Completed 'GTest-Debug' | |
[100%] Built target GTest-Debug | |
-- [hunter] Build step successful (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/GTest) | |
-- [hunter] Cache saved: /home/rcvlab/.hunter/_Base/Cache/raw/0064afda3c4014a2931871ad83000263c04c90fa.tar.bz2 | |
-- [hunter] DRISHTI_ASSETS_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.8) | |
-- [hunter] Building drishti_assets | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Build | |
Scanning dependencies of target drishti_assets-Release | |
[ 6%] Creating directories for 'drishti_assets-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'drishti_assets-Release' | |
-- Downloading... | |
dst='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
timeout='none' | |
-- Using src='https://github.com/elucideye/drishti-assets/archive/v1.8.tar.gz' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
-- Downloading... done | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'drishti_assets-Release' | |
[ 25%] No update step for 'drishti_assets-Release' | |
[ 31%] Performing configure step for 'drishti_assets-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Build/drishti_assets-Release-prefix/src/drishti_assets-Release-build | |
[ 37%] Performing build step for 'drishti_assets-Release' | |
[ 43%] Performing install step for 'drishti_assets-Release' | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/lib/cmake/drishti_assets/drishti_assetsConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_face_gray_64x64.cpb | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_full_eye_model.cpb | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_full_face_model.cpb | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_face_gray_64x64_mean.json | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_assets.json | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/args.cmake | |
[ 50%] Completed 'drishti_assets-Release' | |
[ 50%] Built target drishti_assets-Release | |
Scanning dependencies of target drishti_assets-Debug | |
[ 56%] Creating directories for 'drishti_assets-Debug' | |
[ 62%] Performing download step (download, verify and extract) for 'drishti_assets-Debug' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
SHA1='1667a5209e83902a46251632dab25cf114d75c96' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/drishti_assets/1.8/1667a52/v1.8.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 68%] No patch step for 'drishti_assets-Debug' | |
[ 75%] No update step for 'drishti_assets-Debug' | |
[ 81%] Performing configure step for 'drishti_assets-Debug' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Build/drishti_assets-Debug-prefix/src/drishti_assets-Debug-build | |
[ 87%] Performing build step for 'drishti_assets-Debug' | |
[ 93%] Performing install step for 'drishti_assets-Debug' | |
Install the project... | |
-- Install configuration: "Debug" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/lib/cmake/drishti_assets/drishti_assetsConfig.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_face_gray_64x64.cpb | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_full_eye_model.cpb | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_full_face_model.cpb | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_face_gray_64x64_mean.json | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/Install/share/drishti_assets/drishti_assets.json | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets/args.cmake | |
[100%] Completed 'drishti_assets-Debug' | |
[100%] Built target drishti_assets-Debug | |
-- [hunter] Build step successful (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_assets) | |
-- [hunter] Cache saved: /home/rcvlab/.hunter/_Base/Cache/raw/167f2a10c010d5a12eb05349a4b84360668340d5.tar.bz2 | |
-- [hunter] DRISHTI_FACES_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.2) | |
-- [hunter] Building drishti_faces | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Build | |
Scanning dependencies of target drishti_faces-Release | |
[ 6%] Creating directories for 'drishti_faces-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'drishti_faces-Release' | |
-- Downloading... | |
dst='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
timeout='none' | |
-- Using src='https://github.com/elucideye/drishti-faces/archive/v1.2.tar.gz' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
-- Downloading... done | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'drishti_faces-Release' | |
[ 25%] No update step for 'drishti_faces-Release' | |
[ 31%] Performing configure step for 'drishti_faces-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Build/drishti_faces-Release-prefix/src/drishti_faces-Release-build | |
[ 37%] Performing build step for 'drishti_faces-Release' | |
[ 43%] Performing install step for 'drishti_faces-Release' | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/lib/cmake/drishti_faces/drishti_facesConfig.cmake | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye.png | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye.json | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye_private.json | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/lena512color.png | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/drishti_faces.json | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/args.cmake | |
[ 50%] Completed 'drishti_faces-Release' | |
[ 50%] Built target drishti_faces-Release | |
Scanning dependencies of target drishti_faces-Debug | |
[ 56%] Creating directories for 'drishti_faces-Debug' | |
[ 62%] Performing download step (download, verify and extract) for 'drishti_faces-Debug' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
SHA1='61cf9e459856a06d2da83f84f43f1a0e43955d7a' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/drishti_faces/1.2/61cf9e4/v1.2.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 68%] No patch step for 'drishti_faces-Debug' | |
[ 75%] No update step for 'drishti_faces-Debug' | |
[ 81%] Performing configure step for 'drishti_faces-Debug' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Build/drishti_faces-Debug-prefix/src/drishti_faces-Debug-build | |
[ 87%] Performing build step for 'drishti_faces-Debug' | |
[ 93%] Performing install step for 'drishti_faces-Debug' | |
Install the project... | |
-- Install configuration: "Debug" | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/lib/cmake/drishti_faces/drishti_facesConfig.cmake | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye.png | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye.json | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/2318-eye_private.json | |
-- Up-to-date: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/lena512color.png | |
-- Installing: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/Install/share/drishti_faces/drishti_faces.json | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces/args.cmake | |
[100%] Completed 'drishti_faces-Debug' | |
[100%] Built target drishti_faces-Debug | |
-- [hunter] Build step successful (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/drishti_faces) | |
-- [hunter] Cache saved: /home/rcvlab/.hunter/_Base/Cache/raw/c8b79793e808521cd6409691d60a069d31c1f32d.tar.bz2 | |
ACF_ADD_TO_STRING : OFF | |
-- [hunter] OPENCV_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 3.0.0-p11) | |
-- [hunter] OGLES_GPGPU_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 0.2.4) | |
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so | |
-- [hunter] SPDLOG_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 0.13.0-p0) | |
-- [hunter] CEREAL_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.2.1-p1) | |
-- [hunter] HALF_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.1.0-p1) | |
-- [hunter] CVMATIO_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.0.27-p3) | |
-- [hunter] ARM_NEON_2_X86_SSE_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.0.0-p0) | |
-- [hunter] SSE2NEON_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.0.0-p0) | |
-- [hunter] AGLET_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.2.0) | |
-- [hunter] Building aglet | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet/Build | |
Scanning dependencies of target aglet-Release | |
[ 6%] Creating directories for 'aglet-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'aglet-Release' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/aglet/1.2.0/65d910c/v1.2.0.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/aglet/1.2.0/65d910c/v1.2.0.tar.gz' | |
SHA1='65d910c63e0c030a20ca4da9473753ce284c49de' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/aglet/1.2.0/65d910c/v1.2.0.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'aglet-Release' | |
[ 25%] No update step for 'aglet-Release' | |
[ 31%] Performing configure step for 'aglet-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] GLFW_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 3.3.0-p4) | |
-- [hunter] Building glfw | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build | |
make[3]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
make[4]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
make[5]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
Scanning dependencies of target glfw-Release | |
make[5]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
make[5]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
[ 6%] Creating directories for 'glfw-Release' | |
[ 12%] Performing download step (download, verify and extract) for 'glfw-Release' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/glfw/3.3.0-p4/455c97e/3.3.0-p4.tar.gz' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/glfw/3.3.0-p4/455c97e/3.3.0-p4.tar.gz' | |
SHA1='455c97ea01a1b78ae39a72d00d86eb1c455e0dca' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/glfw/3.3.0-p4/455c97e/3.3.0-p4.tar.gz' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 18%] No patch step for 'glfw-Release' | |
[ 25%] No update step for 'glfw-Release' | |
[ 31%] Performing configure step for 'glfw-Release' | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR) | |
-- Using X11 for window creation | |
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] XCURSOR_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.1.13) | |
-- [hunter] Building xcursor | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xcursor/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] XORG-MACROS_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.17) | |
-- [hunter] XRENDER_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 0.9.7) | |
-- [hunter] Building xrender | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xrender/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] X11_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.5.0) | |
-- [hunter] Building x11 | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/cache.cmake | |
loading initial cache file /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/args.cmake | |
-- [polly] Used toolchain: clang / LLVM Standard C++ Library (libc++) / c++11 support | |
-- The C compiler identification is Clang 3.5.0 | |
-- The CXX compiler identification is Clang 3.5.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- [hunter] HUNTER_ROOT: /home/rcvlab/.hunter | |
-- [hunter] [ Hunter-ID: 5e8d52b | Toolchain-ID: 675cd57 | Config-ID: 500c774 ] | |
-- [hunter] XPROTO_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 7.0.23) | |
-- [hunter] XEXTPROTO_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 7.2.1) | |
-- [hunter] XTRANS_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.2.7) | |
-- [hunter] XCB_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.11.1) | |
-- [hunter] KBPROTO_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 1.0.6) | |
-- [hunter] INPUTPROTO_ROOT: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Install (ver.: 2.2) | |
CMake Warning (dev) at /media/rcvlab/soonmin2017/gpu-acf/_ci/cmake/share/cmake-3.9/Modules/ExternalProject.cmake:1954 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "x" will no longer be dereferenced when the policy is | |
set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
/media/rcvlab/soonmin2017/gpu-acf/_ci/cmake/share/cmake-3.9/Modules/ExternalProject.cmake:2565 (_ep_add_download_command) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_autotools_project.cmake:169 (ExternalProject_Add) | |
CMakeLists.txt:35 (hunter_autotools_project) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build | |
make[6]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
make[7]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
make[8]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
Scanning dependencies of target x11 | |
make[8]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
make[8]: Entering directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
[ 12%] Creating directories for 'x11' | |
[ 25%] Performing download step (download, verify and extract) for 'x11' | |
-- verifying file... | |
file='/home/rcvlab/.hunter/_Base/Download/x11/1.5.0/8177535/libX11-1.5.0.tar.bz2' | |
-- File already exists and hash match (skip download): | |
file='/home/rcvlab/.hunter/_Base/Download/x11/1.5.0/8177535/libX11-1.5.0.tar.bz2' | |
SHA1='8177535c9c59d8c3ab98d55ce53520b5737ccd1a' | |
-- extracting... | |
src='/home/rcvlab/.hunter/_Base/Download/x11/1.5.0/8177535/libX11-1.5.0.tar.bz2' | |
dst='/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Source' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 37%] No patch step for 'x11' | |
[ 50%] No update step for 'x11' | |
[ 62%] Performing configure step for 'x11' | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang... gcc3 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... /usr/bin/objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... /usr/bin/strip | |
checking for ranlib... /usr/bin/ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/clang PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... yes | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for /usr/bin/clang option to accept ISO C99... none needed | |
checking whether __clang__ is declared... yes | |
checking whether __INTEL_COMPILER is declared... no | |
checking whether __SUNPRO_C is declared... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking if /usr/bin/clang supports -Werror=unknown-warning-option... yes | |
checking if /usr/bin/clang supports -Werror=unused-command-line-argument... yes | |
checking if /usr/bin/clang supports -Wall... yes | |
checking if /usr/bin/clang supports -Wpointer-arith... yes | |
checking if /usr/bin/clang supports -Wmissing-declarations... yes | |
checking if /usr/bin/clang supports -Wformat=2... yes | |
checking if /usr/bin/clang supports -Wstrict-prototypes... yes | |
checking if /usr/bin/clang supports -Wmissing-prototypes... yes | |
checking if /usr/bin/clang supports -Wnested-externs... yes | |
checking if /usr/bin/clang supports -Wbad-function-cast... yes | |
checking if /usr/bin/clang supports -Wold-style-definition... yes | |
checking if /usr/bin/clang supports -Wdeclaration-after-statement... yes | |
checking if /usr/bin/clang supports -Wunused... yes | |
checking if /usr/bin/clang supports -Wuninitialized... yes | |
checking if /usr/bin/clang supports -Wshadow... yes | |
checking if /usr/bin/clang supports -Wcast-qual... yes | |
checking if /usr/bin/clang supports -Wmissing-noreturn... yes | |
checking if /usr/bin/clang supports -Wmissing-format-attribute... yes | |
checking if /usr/bin/clang supports -Wredundant-decls... yes | |
checking if /usr/bin/clang supports -Werror=implicit... yes | |
checking if /usr/bin/clang supports -Werror=nonnull... yes | |
checking if /usr/bin/clang supports -Werror=init-self... yes | |
checking if /usr/bin/clang supports -Werror=main... yes | |
checking if /usr/bin/clang supports -Werror=missing-braces... yes | |
checking if /usr/bin/clang supports -Werror=sequence-point... yes | |
checking if /usr/bin/clang supports -Werror=return-type... yes | |
checking if /usr/bin/clang supports -Werror=trigraphs... yes | |
checking if /usr/bin/clang supports -Werror=array-bounds... yes | |
checking if /usr/bin/clang supports -Werror=write-strings... yes | |
checking if /usr/bin/clang supports -Werror=address... yes | |
checking if /usr/bin/clang supports -Werror=int-to-pointer-cast... yes | |
checking if /usr/bin/clang supports -Werror=pointer-to-int-cast... yes | |
checking if /usr/bin/clang supports -pedantic... yes | |
checking if /usr/bin/clang supports -Werror... yes | |
checking if /usr/bin/clang supports -Werror=attributes... yes | |
checking whether to build functional specifications... yes | |
checking for xmlto... no | |
configure: WARNING: xmlto not found - documentation targets will be skipped | |
checking for xsltproc... no | |
configure: WARNING: xsltproc not found - cannot transform XML documents | |
checking for X.Org SGML entities >= 1.10... no | |
checking for cpp... /usr/bin/cpp | |
cpp: error: ./specs: Is a directory | |
cpp: error: ./specs: Is a directory | |
cpp: error: ./specs: Is a directory | |
configure: error: /usr/bin/cpp defines unix with or without -undef. I don't know what to do. | |
make[8]: *** [x11-prefix/src/x11-stamp/x11-configure] Error 1 | |
checking if /usr/bin/cpp requires -undef... make[8]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
make[7]: *** [CMakeFiles/x11.dir/all] Error 2 | |
make[6]: *** [all] Error 2 | |
make[7]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
make[6]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11/Build' | |
[hunter ** FATAL ERROR **] Build step failed (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/x11 | |
[hunter ** FATAL ERROR **] [Directory:/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/x11] | |
------------------------------ WIKI ------------------------------- | |
https://github.com/ruslo/hunter/wiki/error.external.build.failed | |
------------------------------------------------------------------- | |
CMake Error at /home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message): | |
Call Stack (most recent call first): | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_download.cmake:596 (hunter_fatal_error) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/x11/hunter.cmake:42 (hunter_download) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include) | |
CMakeLists.txt:21 (hunter_add_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xrender/Build/CMakeFiles/CMakeOutput.log". | |
[hunter ** FATAL ERROR **] Configure step failed (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xrender) | |
[hunter ** FATAL ERROR **] [Directory:/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/xrender] | |
------------------------------ WIKI ------------------------------- | |
https://github.com/ruslo/hunter/wiki/error.external.build.failed | |
------------------------------------------------------------------- | |
CMake Error at /home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message): | |
Call Stack (most recent call first): | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_download.cmake:570 (hunter_fatal_error) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/xrender/hunter.cmake:38 (hunter_download) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include) | |
CMakeLists.txt:21 (hunter_add_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xcursor/Build/CMakeFiles/CMakeOutput.log". | |
[hunter ** FATAL ERROR **] Configure step failed (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/xcursor) | |
[hunter ** FATAL ERROR **] [Directory:/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/xcursor] | |
------------------------------ WIKI ------------------------------- | |
https://github.com/ruslo/hunter/wiki/error.external.build.failed | |
------------------------------------------------------------------- | |
CMake Error at /home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message): | |
Call Stack (most recent call first): | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_download.cmake:570 (hunter_fatal_error) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/xcursor/hunter.cmake:41 (hunter_download) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include) | |
CMakeLists.txt:268 (hunter_add_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build/glfw-Release-prefix/src/glfw-Release-build/CMakeFiles/CMakeOutput.log". | |
See also "/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build/glfw-Release-prefix/src/glfw-Release-build/CMakeFiles/CMakeError.log". | |
make[5]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
make[5]: *** [glfw-Release-prefix/src/glfw-Release-stamp/glfw-Release-configure] Error 1 | |
make[4]: *** [CMakeFiles/glfw-Release.dir/all] Error 2 | |
make[4]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
make[3]: *** [all] Error 2 | |
make[3]: Leaving directory `/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw/Build' | |
[hunter ** FATAL ERROR **] Build step failed (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/glfw | |
[hunter ** FATAL ERROR **] [Directory:/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/glfw] | |
------------------------------ WIKI ------------------------------- | |
https://github.com/ruslo/hunter/wiki/error.external.build.failed | |
------------------------------------------------------------------- | |
CMake Error at /home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message): | |
Call Stack (most recent call first): | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_download.cmake:596 (hunter_fatal_error) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/glfw/hunter.cmake:92 (hunter_download) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include) | |
lib/aglet/CMakeLists.txt:51 (hunter_add_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet/Build/aglet-Release-prefix/src/aglet-Release-build/CMakeFiles/CMakeOutput.log". | |
make[2]: *** [aglet-Release-prefix/src/aglet-Release-stamp/aglet-Release-configure] Error 1 | |
make[1]: *** [CMakeFiles/aglet-Release.dir/all] Error 2 | |
make: *** [all] Error 2 | |
[hunter ** FATAL ERROR **] Build step failed (dir: /home/rcvlab/.hunter/_Base/5e8d52b/675cd57/500c774/Build/aglet | |
[hunter ** FATAL ERROR **] [Directory:/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/aglet] | |
------------------------------ WIKI ------------------------------- | |
https://github.com/ruslo/hunter/wiki/error.external.build.failed | |
------------------------------------------------------------------- | |
CMake Error at /home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message): | |
Call Stack (most recent call first): | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_download.cmake:596 (hunter_fatal_error) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/projects/aglet/hunter.cmake:47 (hunter_download) | |
/home/rcvlab/.hunter/_Base/Download/Hunter/0.19.107/5e8d52b/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include) | |
src/CMakeLists.txt:58 (hunter_add_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/media/rcvlab/soonmin2017/gpu-acf/git/acf/_builds/libcxx/CMakeFiles/CMakeOutput.log". | |
See also "/media/rcvlab/soonmin2017/gpu-acf/git/acf/_builds/libcxx/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment