Skip to content

Instantly share code, notes, and snippets.

@jamesray1
Last active January 9, 2018 08:39
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 jamesray1/3b0378f88b1a92ac511f9113dd231bef to your computer and use it in GitHub Desktop.
Save jamesray1/3b0378f88b1a92ac511f9113dd231bef to your computer and use it in GitHub Desktop.
Ethminer
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8079e/fast"
/usr/bin/make -f CMakeFiles/cmTC_8079e.dir/build.make CMakeFiles/cmTC_8079e.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8079e.dir/CheckSymbolExists.c.o
/home/james/.linuxbrew/bin/cc -o CMakeFiles/cmTC_8079e.dir/CheckSymbolExists.c.o -c /home/james/ethminer/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_8079e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8079e.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_8079e.dir/CheckSymbolExists.c.o -o cmTC_8079e
CMakeFiles/cmTC_8079e.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_8079e.dir/build.make:97: recipe for target 'cmTC_8079e' failed
make[1]: *** [cmTC_8079e] Error 1
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8079e/fast' failed
make: *** [cmTC_8079e/fast] Error 2
File /home/james/ethminer/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6fe87/fast"
/usr/bin/make -f CMakeFiles/cmTC_6fe87.dir/build.make CMakeFiles/cmTC_6fe87.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6fe87.dir/CheckFunctionExists.c.o
/home/james/.linuxbrew/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_6fe87.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c
Linking C executable cmTC_6fe87
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6fe87.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_6fe87.dir/CheckFunctionExists.c.o -o cmTC_6fe87 -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_6fe87.dir/build.make:97: recipe for target 'cmTC_6fe87' failed
make[1]: *** [cmTC_6fe87] Error 1
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6fe87/fast' failed
make: *** [cmTC_6fe87/fast] Error 2
The system is: Linux - 4.13.0-22-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /home/james/.linuxbrew/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/james/ethminer/build/CMakeFiles/3.9.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /home/james/.linuxbrew/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/james/ethminer/build/CMakeFiles/3.9.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a9c01/fast"
/usr/bin/make -f CMakeFiles/cmTC_a9c01.dir/build.make CMakeFiles/cmTC_a9c01.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a9c01.dir/testCCompiler.c.o
/home/james/.linuxbrew/bin/cc -o CMakeFiles/cmTC_a9c01.dir/testCCompiler.c.o -c /home/james/ethminer/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_a9c01
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a9c01.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_a9c01.dir/testCCompiler.c.o -o cmTC_a9c01
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c84f6/fast"
/usr/bin/make -f CMakeFiles/cmTC_c84f6.dir/build.make CMakeFiles/cmTC_c84f6.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o
/home/james/.linuxbrew/bin/cc -o CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.9/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_c84f6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c84f6.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -v -rdynamic CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -o cmTC_c84f6
Reading specs from /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
COLLECT_GCC=/home/james/.linuxbrew/bin/cc
COLLECT_LTO_WRAPPER=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
COMPILER_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/
LIBRARY_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_c84f6' '-mtune=generic' '-march=x86-64'
/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cca28GYY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /home/james/.linuxbrew/lib/ld.so -rpath /home/james/.linuxbrew/lib -o cmTC_c84f6 /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/home/james/.linuxbrew/lib CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c84f6/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_c84f6.dir/build.make CMakeFiles/cmTC_c84f6.dir/build]
ignore line: [make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o]
ignore line: [/home/james/.linuxbrew/bin/cc -o CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.9/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_c84f6]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c84f6.dir/link.txt --verbose=1]
ignore line: [/home/james/.linuxbrew/bin/cc -v -rdynamic CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -o cmTC_c84f6 ]
ignore line: [Reading specs from /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs]
ignore line: [COLLECT_GCC=/home/james/.linuxbrew/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.3.0 (Homebrew gcc 5.3.0) ]
ignore line: [COMPILER_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/]
ignore line: [LIBRARY_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_c84f6' '-mtune=generic' '-march=x86-64']
link line: [ /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cca28GYY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /home/james/.linuxbrew/lib/ld.so -rpath /home/james/.linuxbrew/lib -o cmTC_c84f6 /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/home/james/.linuxbrew/lib CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o]
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cca28GYY.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [--dynamic-linker] ==> ignore
arg [/home/james/.linuxbrew/lib/ld.so] ==> ignore
arg [-rpath] ==> ignore
arg [/home/james/.linuxbrew/lib] ==> ignore
arg [-o] ==> ignore
arg [cmTC_c84f6] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o] ==> ignore
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..]
arg [-L/home/james/.linuxbrew/lib] ==> dir [/home/james/.linuxbrew/lib]
arg [CMakeFiles/cmTC_c84f6.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib64]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib]
collapse library dir [/home/james/.linuxbrew/lib] ==> [/home/james/.linuxbrew/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib;/home/james/.linuxbrew/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e8748/fast"
/usr/bin/make -f CMakeFiles/cmTC_e8748.dir/build.make CMakeFiles/cmTC_e8748.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e8748.dir/feature_tests.c.o
/home/james/.linuxbrew/bin/cc -std=c11 -o CMakeFiles/cmTC_e8748.dir/feature_tests.c.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_e8748
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8748.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_e8748.dir/feature_tests.c.o -o cmTC_e8748
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_47dff/fast"
/usr/bin/make -f CMakeFiles/cmTC_47dff.dir/build.make CMakeFiles/cmTC_47dff.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_47dff.dir/feature_tests.c.o
/home/james/.linuxbrew/bin/cc -std=c99 -o CMakeFiles/cmTC_47dff.dir/feature_tests.c.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_47dff
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47dff.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_47dff.dir/feature_tests.c.o -o cmTC_47dff
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_eb94a/fast"
/usr/bin/make -f CMakeFiles/cmTC_eb94a.dir/build.make CMakeFiles/cmTC_eb94a.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eb94a.dir/feature_tests.c.o
/home/james/.linuxbrew/bin/cc -std=c90 -o CMakeFiles/cmTC_eb94a.dir/feature_tests.c.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_eb94a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb94a.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_eb94a.dir/feature_tests.c.o -o cmTC_eb94a
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c21a8/fast"
/usr/bin/make -f CMakeFiles/cmTC_c21a8.dir/build.make CMakeFiles/cmTC_c21a8.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c21a8.dir/testCXXCompiler.cxx.o
/home/james/.linuxbrew/bin/c++ -std=c++11 -o CMakeFiles/cmTC_c21a8.dir/testCXXCompiler.cxx.o -c /home/james/ethminer/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_c21a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c21a8.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -rdynamic CMakeFiles/cmTC_c21a8.dir/testCXXCompiler.cxx.o -o cmTC_c21a8
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f869b/fast"
/usr/bin/make -f CMakeFiles/cmTC_f869b.dir/build.make CMakeFiles/cmTC_f869b.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o
/home/james/.linuxbrew/bin/c++ -std=c++11 -o CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_f869b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f869b.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -v -rdynamic CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f869b
Reading specs from /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
COLLECT_GCC=/home/james/.linuxbrew/bin/c++
COLLECT_LTO_WRAPPER=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
COMPILER_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/
LIBRARY_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_f869b' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccS6AQsn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /home/james/.linuxbrew/lib/ld.so -rpath /home/james/.linuxbrew/lib -o cmTC_f869b /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/home/james/.linuxbrew/lib CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f869b/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f869b.dir/build.make CMakeFiles/cmTC_f869b.dir/build]
ignore line: [make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/home/james/.linuxbrew/bin/c++ -std=c++11 -o CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_f869b]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f869b.dir/link.txt --verbose=1]
ignore line: [/home/james/.linuxbrew/bin/c++ -v -rdynamic CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f869b ]
ignore line: [Reading specs from /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs]
ignore line: [COLLECT_GCC=/home/james/.linuxbrew/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.3.0 (Homebrew gcc 5.3.0) ]
ignore line: [COMPILER_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/]
ignore line: [LIBRARY_PATH=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_f869b' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccS6AQsn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /home/james/.linuxbrew/lib/ld.so -rpath /home/james/.linuxbrew/lib -o cmTC_f869b /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/home/james/.linuxbrew/lib CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o]
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccS6AQsn.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [--dynamic-linker] ==> ignore
arg [/home/james/.linuxbrew/lib/ld.so] ==> ignore
arg [-rpath] ==> ignore
arg [/home/james/.linuxbrew/lib] ==> ignore
arg [-o] ==> ignore
arg [cmTC_f869b] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o] ==> ignore
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..] ==> dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..]
arg [-L/home/james/.linuxbrew/lib] ==> dir [/home/james/.linuxbrew/lib]
arg [CMakeFiles/cmTC_f869b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o] ==> ignore
arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib64]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/home/james/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../..] ==> [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib]
collapse library dir [/home/james/.linuxbrew/lib] ==> [/home/james/.linuxbrew/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib/gcc;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/home/james/.linuxbrew/Cellar/gcc/5.3.0/lib;/home/james/.linuxbrew/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_cc5a5/fast"
/usr/bin/make -f CMakeFiles/cmTC_cc5a5.dir/build.make CMakeFiles/cmTC_cc5a5.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cc5a5.dir/feature_tests.cxx.o
/home/james/.linuxbrew/bin/c++ -std=c++1z -std=c++11 -o CMakeFiles/cmTC_cc5a5.dir/feature_tests.cxx.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_cc5a5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc5a5.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -rdynamic CMakeFiles/cmTC_cc5a5.dir/feature_tests.cxx.o -o cmTC_cc5a5
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_88644/fast"
/usr/bin/make -f CMakeFiles/cmTC_88644.dir/build.make CMakeFiles/cmTC_88644.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_88644.dir/feature_tests.cxx.o
/home/james/.linuxbrew/bin/c++ -std=c++14 -std=c++11 -o CMakeFiles/cmTC_88644.dir/feature_tests.cxx.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_88644
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88644.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -rdynamic CMakeFiles/cmTC_88644.dir/feature_tests.cxx.o -o cmTC_88644
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_07bc6/fast"
/usr/bin/make -f CMakeFiles/cmTC_07bc6.dir/build.make CMakeFiles/cmTC_07bc6.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_07bc6.dir/feature_tests.cxx.o
/home/james/.linuxbrew/bin/c++ -std=c++11 -std=c++11 -o CMakeFiles/cmTC_07bc6.dir/feature_tests.cxx.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_07bc6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07bc6.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -rdynamic CMakeFiles/cmTC_07bc6.dir/feature_tests.cxx.o -o cmTC_07bc6
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_421b6/fast"
/usr/bin/make -f CMakeFiles/cmTC_421b6.dir/build.make CMakeFiles/cmTC_421b6.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_421b6.dir/feature_tests.cxx.o
/home/james/.linuxbrew/bin/c++ -std=c++98 -std=c++11 -o CMakeFiles/cmTC_421b6.dir/feature_tests.cxx.o -c /home/james/ethminer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_421b6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_421b6.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/c++ -rdynamic CMakeFiles/cmTC_421b6.dir/feature_tests.cxx.o -o cmTC_421b6
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_63eb2/fast"
/usr/bin/make -f CMakeFiles/cmTC_63eb2.dir/build.make CMakeFiles/cmTC_63eb2.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63eb2.dir/CheckIncludeFile.c.o
/home/james/.linuxbrew/bin/cc -o CMakeFiles/cmTC_63eb2.dir/CheckIncludeFile.c.o -c /home/james/ethminer/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_63eb2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63eb2.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -rdynamic CMakeFiles/cmTC_63eb2.dir/CheckIncludeFile.c.o -o cmTC_63eb2
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/james/ethminer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_62de3/fast"
/usr/bin/make -f CMakeFiles/cmTC_62de3.dir/build.make CMakeFiles/cmTC_62de3.dir/build
make[1]: Entering directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_62de3.dir/CheckFunctionExists.c.o
/home/james/.linuxbrew/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_62de3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c
Linking C executable cmTC_62de3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62de3.dir/link.txt --verbose=1
/home/james/.linuxbrew/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_62de3.dir/CheckFunctionExists.c.o -o cmTC_62de3 -lpthread
make[1]: Leaving directory '/home/james/ethminer/build/CMakeFiles/CMakeTmp'
james@james-Streacom:~$ git clone https://github.com/ethereum-mining/ethminer.git
Cloning into 'ethminer'...
remote: Counting objects: 73249, done.
remote: Total 73249 (delta 0), reused 0 (delta 0), pack-reused 73249
Receiving objects: 100% (73249/73249), 59.88 MiB | 508.00 KiB/s, done.
Resolving deltas: 100% (52697/52697), done.
james@james-Streacom:~$ cd ethminer
james@james-Streacom:~/ethminer$ mkdir build; cd build
james@james-Streacom:~/ethminer/build$ cmake ..
-- Found PythonInterp: /usr/bin/python (found version "2.7.14")
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /home/james/.linuxbrew/bin/cc
-- Check for working C compiler: /home/james/.linuxbrew/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: /home/james/.linuxbrew/bin/c++
-- Check for working CXX compiler: /home/james/.linuxbrew/bin/c++ -- 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
-- [hunter] HUNTER_ROOT: /home/james/.hunter
-- [hunter] [ Hunter-ID: 59b2b88 | Toolchain-ID: cc9de44 | Config-ID: c20b399 ]
-- [hunter] BOOST_ROOT: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Install (ver.: 1.66.0)
-- [hunter] BOOST_ROOT: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Install (ver.: 1.66.0)
-- Boost version: 1.66.0
-- Found the following Boost libraries:
-- system
-- [hunter] JSONCPP_ROOT: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Install (ver.: 1.8.0)
-- [hunter] LIBJSON-RPC-CPP_ROOT: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Install (ver.: 0.7.0-p3)
-- 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
-- Found ZLIB: ZLIB::zlib
------------------------------------------------------------------------
-- CMake 3.9.1
-- Build Release / Linux
------------------------------------------------------------- components
-- ETHASHCL Build OpenCL components ON
-- ETHASHCUDA Build CUDA components OFF
-- ETHSTRATUM Build Stratum components ON
-- ETHDBUS Build D-Bus components OFF
-- APICORE Build API Server components ON
------------------------------------------------------------------------
-- [hunter] OPENCL_ROOT: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Install (ver.: 2.1-p3)
-- [hunter] Building OpenCL
loading initial cache file /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/cache.cmake
loading initial cache file /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/args.cmake
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /home/james/.linuxbrew/bin/cc
-- Check for working C compiler: /home/james/.linuxbrew/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/james/.linuxbrew/bin/c++
-- Check for working CXX compiler: /home/james/.linuxbrew/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Build
Scanning dependencies of target OpenCL-Release
[ 12%] Creating directories for 'OpenCL-Release'
[ 25%] Performing download step (download, verify and extract) for 'OpenCL-Release'
-- verifying file...
file='/home/james/.hunter/_Base/Download/OpenCL/2.1-p3/be6a6c5/2.1-p3.tar.gz'
-- File already exists and hash match (skip download):
file='/home/james/.hunter/_Base/Download/OpenCL/2.1-p3/be6a6c5/2.1-p3.tar.gz'
SHA1='be6a6c575088103f1b87c5202dc0f69e49b3764f'
-- extracting...
src='/home/james/.hunter/_Base/Download/OpenCL/2.1-p3/be6a6c5/2.1-p3.tar.gz'
dst='/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 37%] No patch step for 'OpenCL-Release'
[ 50%] No update step for 'OpenCL-Release'
[ 62%] Performing configure step for 'OpenCL-Release'
loading initial cache file /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/cache.cmake
loading initial cache file /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/args.cmake
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /home/james/.linuxbrew/bin/cc
-- Check for working C compiler: /home/james/.linuxbrew/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/james/.linuxbrew/bin/c++
-- Check for working CXX compiler: /home/james/.linuxbrew/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX 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
-- Configuring done
-- Generating done
-- Build files have been written to: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Build/OpenCL-Release-prefix/src/OpenCL-Release-build
[ 75%] Performing build step for 'OpenCL-Release'
Scanning dependencies of target OpenCL
[ 25%] Building C object CMakeFiles/OpenCL.dir/icd_dispatch.c.o
[ 75%] Building C object CMakeFiles/OpenCL.dir/icd.c.o
[ 75%] Building C object CMakeFiles/OpenCL.dir/icd_linux.c.o
In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.c:38:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd.c:39:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
CMakeFiles/OpenCL.dir/build.make:62: recipe for target 'CMakeFiles/OpenCL.dir/icd.c.o' failed
make[5]: *** [CMakeFiles/OpenCL.dir/icd.c.o] Error 1
make[5]: *** Waiting for unfinished jobs....
CMakeFiles/OpenCL.dir/build.make:86: recipe for target 'CMakeFiles/OpenCL.dir/icd_dispatch.c.o' failed
make[5]: *** [CMakeFiles/OpenCL.dir/icd_dispatch.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/OpenCL.dir/all' failed
make[4]: *** [CMakeFiles/OpenCL.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/OpenCL-Release.dir/build.make:114: recipe for target 'OpenCL-Release-prefix/src/OpenCL-Release-stamp/OpenCL-Release-build' failed
make[2]: *** [OpenCL-Release-prefix/src/OpenCL-Release-stamp/OpenCL-Release-build] Error 2
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/OpenCL-Release.dir/all' failed
make[1]: *** [CMakeFiles/OpenCL-Release.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
[hunter ** FATAL ERROR **] Build step failed (dir: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL
[hunter ** FATAL ERROR **] [Directory:/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/projects/OpenCL]
------------------------------ WIKI -------------------------------
https://github.com/ruslo/hunter/wiki/error.external.build.failed
-------------------------------------------------------------------
CMake Error at /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message):
Call Stack (most recent call first):
/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki)
/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_download.cmake:642 (hunter_fatal_error)
/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/projects/OpenCL/hunter.cmake:43 (hunter_download)
/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include)
libethash-cl/CMakeLists.txt:40 (hunter_add_package)
-- Configuring incomplete, errors occurred!
See also "/home/james/ethminer/build/CMakeFiles/CMakeOutput.log".
See also "/home/james/ethminer/build/CMakeFiles/CMakeError.log".
@jamesray1
Copy link
Author

jamesray1 commented Jan 9, 2018

https://github.com/ruslo/hunter/wiki/error.external.build.failed

[hunter ** FATAL ERROR **] Build step failed (dir: /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL
[hunter ** FATAL ERROR **] [Directory:/home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/projects/OpenCL]
CMake Error at /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message):
Call Stack (most recent call first):
  /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_wiki)
  /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_download.cmake:642 (hunter_fatal_error)
  /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/projects/OpenCL/hunter.cmake:43 (hunter_download)
  /home/james/.hunter/_Base/Download/Hunter/0.19.213/59b2b88/Unpacked/cmake/modules/hunter_add_package.cmake:53 (include)
  libethash-cl/CMakeLists.txt:40 (hunter_add_package)


-- Configuring incomplete, errors occurred!
See also "/home/james/ethminer/build/CMakeFiles/CMakeOutput.log".
See also "/home/james/ethminer/build/CMakeFiles/CMakeError.log".

@jamesray1
Copy link
Author

jamesray1 commented Jan 9, 2018

james@james-Streacom:~$ cd /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL
james@james-Streacom:~/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL$ cd Build
james@james-Streacom:~/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Build$ make
[ 12%] Performing build step for 'OpenCL-Release'
[ 50%] Building C object CMakeFiles/OpenCL.dir/icd_dispatch.c.o
[ 50%] Building C object CMakeFiles/OpenCL.dir/icd.c.o
In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.c:38:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd.c:39:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
CMakeFiles/OpenCL.dir/build.make:62: recipe for target 'CMakeFiles/OpenCL.dir/icd.c.o' failed
make[5]: *** [CMakeFiles/OpenCL.dir/icd.c.o] Error 1
make[5]: *** Waiting for unfinished jobs....
CMakeFiles/OpenCL.dir/build.make:86: recipe for target 'CMakeFiles/OpenCL.dir/icd_dispatch.c.o' failed
make[5]: *** [CMakeFiles/OpenCL.dir/icd_dispatch.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/OpenCL.dir/all' failed
make[4]: *** [CMakeFiles/OpenCL.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/OpenCL-Release.dir/build.make:114: recipe for target 'OpenCL-Release-prefix/src/OpenCL-Release-stamp/OpenCL-Release-build' failed
make[2]: *** [OpenCL-Release-prefix/src/OpenCL-Release-stamp/OpenCL-Release-build] Error 2
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/OpenCL-Release.dir/all' failed
make[1]: *** [CMakeFiles/OpenCL-Release.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@jamesray1
Copy link
Author

I'm not sure what to do about

In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.c:38:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
In file included from /home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd.c:39:0:
/home/james/.hunter/_Base/59b2b88/cc9de44/c20b399/Build/OpenCL/Source/icd_dispatch.h:66:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment