Skip to content

Instantly share code, notes, and snippets.

@slipher
Last active November 20, 2015 03:33
Show Gist options
  • Save slipher/a06c4b349232da8c99c8 to your computer and use it in GitHub Desktop.
Save slipher/a06c4b349232da8c99c8 to your computer and use it in GitHub Desktop.
Performing C++ SOURCE FILE Test _Wno_error_extern_c_compat failed with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2867412625/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2867412625.dir/build.make CMakeFiles/cmTryCompileExec2867412625.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2867412625.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_extern_c_compat -Werror -Wno-error=extern-c-compat -o CMakeFiles/cmTryCompileExec2867412625.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: error: -Werror=extern-c-compat: no option -Wextern-c-compat
CMakeFiles/cmTryCompileExec2867412625.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2867412625.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec2867412625.dir/src.cxx.o] Error 1
Makefile:118: recipe for target 'cmTryCompileExec2867412625/fast' failed
make: *** [cmTryCompileExec2867412625/fast] Error 2
Source file was:
int main() { return 0; }
The system is: Linux - 3.19.0-15-generic - i686
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/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/perturbed/bunv/build/CMakeFiles/3.0.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/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/perturbed/bunv/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4179400762/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4179400762.dir/build.make CMakeFiles/cmTryCompileExec4179400762.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4179400762.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4179400762.dir/testCCompiler.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec4179400762
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4179400762.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec4179400762.dir/testCCompiler.c.o -o cmTryCompileExec4179400762 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2773444872/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2773444872.dir/build.make CMakeFiles/cmTryCompileExec2773444872.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.0/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec2773444872
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2773444872.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2773444872 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2773444872' '-rdynamic' '-mtune=generic' '-march=i686'
/usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAtwjjS.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2773444872 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec2773444872/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2773444872.dir/build.make CMakeFiles/cmTryCompileExec2773444872.dir/build]
ignore line: [make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.0/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec2773444872]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2773444872.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2773444872 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
ignore line: [Target: i686-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2773444872' '-rdynamic' '-mtune=generic' '-march=i686']
link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAtwjjS.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2773444872 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2773444872.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccAtwjjS.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_i386] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec2773444872] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
arg [CMakeFiles/cmTryCompileExec2773444872.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 [/usr/lib/gcc/i686-linux-gnu/4.9/crtend.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
implicit fwks: []
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec246505272/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec246505272.dir/build.make CMakeFiles/cmTryCompileExec246505272.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec246505272.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec246505272.dir/testCXXCompiler.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec246505272
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec246505272.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec246505272.dir/testCXXCompiler.cxx.o -o cmTryCompileExec246505272 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2524673073/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2524673073.dir/build.make CMakeFiles/cmTryCompileExec2524673073.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec2524673073
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2524673073.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2524673073 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2524673073' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'
/usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxeysKL.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2524673073 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec2524673073/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2524673073.dir/build.make CMakeFiles/cmTryCompileExec2524673073.dir/build]
ignore line: [make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec2524673073]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2524673073.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2524673073 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
ignore line: [Target: i686-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2524673073' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686']
link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxeysKL.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2524673073 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2524673073.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccxeysKL.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_i386] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec2524673073] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
arg [CMakeFiles/cmTryCompileExec2524673073.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 [/usr/lib/gcc/i686-linux-gnu/4.9/crtend.o] ==> ignore
arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
implicit fwks: []
Performing C++ SOURCE FILE Test FLAG_MFPMATH_SSE succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3254332910/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3254332910.dir/build.make CMakeFiles/cmTryCompileExec3254332910.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3254332910.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -DFLAG_MFPMATH_SSE -Werror -mfpmath=sse -o CMakeFiles/cmTryCompileExec3254332910.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3254332910
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3254332910.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -DFLAG_MFPMATH_SSE -Werror CMakeFiles/cmTryCompileExec3254332910.dir/src.cxx.o -o cmTryCompileExec3254332910 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test FLAG_FVISIBILITY_HIDDEN succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2997039831/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2997039831.dir/build.make CMakeFiles/cmTryCompileExec2997039831.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2997039831.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -DFLAG_FVISIBILITY_HIDDEN -fvisibility=hidden -o CMakeFiles/cmTryCompileExec2997039831.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec2997039831
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2997039831.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -DFLAG_FVISIBILITY_HIDDEN CMakeFiles/cmTryCompileExec2997039831.dir/src.cxx.o -o cmTryCompileExec2997039831 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test FLAG_OPTIMIZE_DEBUG succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3429065173/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3429065173.dir/build.make CMakeFiles/cmTryCompileExec3429065173.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3429065173.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_OPTIMIZE_DEBUG -Og -o CMakeFiles/cmTryCompileExec3429065173.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3429065173
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3429065173.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_OPTIMIZE_DEBUG CMakeFiles/cmTryCompileExec3429065173.dir/src.cxx.o -o cmTryCompileExec3429065173 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test FLAG_GNUXX11 succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2300465773/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2300465773.dir/build.make CMakeFiles/cmTryCompileExec2300465773.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2300465773.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_GNUXX11 -std=gnu++11 -o CMakeFiles/cmTryCompileExec2300465773.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec2300465773
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2300465773.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_GNUXX11 CMakeFiles/cmTryCompileExec2300465773.dir/src.cxx.o -o cmTryCompileExec2300465773 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_O1 succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3923312725/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3923312725.dir/build.make CMakeFiles/cmTryCompileExec3923312725.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3923312725.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_O1 -Wl,-O1 -Wl,-O1 -o CMakeFiles/cmTryCompileExec3923312725.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3923312725
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3923312725.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_O1 -Wl,-O1 CMakeFiles/cmTryCompileExec3923312725.dir/src.c.o -o cmTryCompileExec3923312725 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_SORT_COMMON succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3199706738/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3199706738.dir/build.make CMakeFiles/cmTryCompileExec3199706738.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3199706738.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_SORT_COMMON -Wl,--sort-common -Wl,--sort-common -o CMakeFiles/cmTryCompileExec3199706738.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3199706738
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3199706738.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_SORT_COMMON -Wl,--sort-common CMakeFiles/cmTryCompileExec3199706738.dir/src.c.o -o cmTryCompileExec3199706738 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_AS_NEEDED succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1863353518/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1863353518.dir/build.make CMakeFiles/cmTryCompileExec1863353518.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1863353518.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_AS_NEEDED -Wl,--as-needed -Wl,--as-needed -o CMakeFiles/cmTryCompileExec1863353518.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec1863353518
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1863353518.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_AS_NEEDED -Wl,--as-needed CMakeFiles/cmTryCompileExec1863353518.dir/src.c.o -o cmTryCompileExec1863353518 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_NO_UNDEFINED succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4150341327/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4150341327.dir/build.make CMakeFiles/cmTryCompileExec4150341327.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4150341327.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_NO_UNDEFINED -Wl,--no-undefined -Wl,--no-undefined -o CMakeFiles/cmTryCompileExec4150341327.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec4150341327
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4150341327.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_NO_UNDEFINED -Wl,--no-undefined CMakeFiles/cmTryCompileExec4150341327.dir/src.c.o -o cmTryCompileExec4150341327 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_Z_RELRO succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4040471367/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4040471367.dir/build.make CMakeFiles/cmTryCompileExec4040471367.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4040471367.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_Z_RELRO -Wl,-z,relro -Wl,-z,relro -o CMakeFiles/cmTryCompileExec4040471367.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec4040471367
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4040471367.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_Z_RELRO -Wl,-z,relro CMakeFiles/cmTryCompileExec4040471367.dir/src.c.o -o cmTryCompileExec4040471367 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_LINKER_Z_NOW succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3770654894/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3770654894.dir/build.make CMakeFiles/cmTryCompileExec3770654894.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3770654894.dir/src.c.o
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_Z_NOW -Wl,-z,now -Wl,-z,now -o CMakeFiles/cmTryCompileExec3770654894.dir/src.c.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3770654894
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3770654894.dir/link.txt --verbose=1
/usr/bin/cc -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -DFLAG_LINKER_Z_NOW -Wl,-z,now CMakeFiles/cmTryCompileExec3770654894.dir/src.c.o -o cmTryCompileExec3770654894 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test FLAG_PTHREAD succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec353525771/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec353525771.dir/build.make CMakeFiles/cmTryCompileExec353525771.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec353525771.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -DFLAG_PTHREAD -pthread -o CMakeFiles/cmTryCompileExec353525771.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec353525771
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec353525771.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -DFLAG_PTHREAD CMakeFiles/cmTryCompileExec353525771.dir/src.cxx.o -o cmTryCompileExec353525771 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wall succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec185708419/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec185708419.dir/build.make CMakeFiles/cmTryCompileExec185708419.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec185708419.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wall -Werror -Wall -o CMakeFiles/cmTryCompileExec185708419.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec185708419
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec185708419.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wall -Werror CMakeFiles/cmTryCompileExec185708419.dir/src.cxx.o -o cmTryCompileExec185708419 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wextra succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1967870631/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1967870631.dir/build.make CMakeFiles/cmTryCompileExec1967870631.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1967870631.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wextra -Werror -Wextra -o CMakeFiles/cmTryCompileExec1967870631.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1967870631
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1967870631.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wextra -Werror CMakeFiles/cmTryCompileExec1967870631.dir/src.cxx.o -o cmTryCompileExec1967870631 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_pragmas succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2862722979/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2862722979.dir/build.make CMakeFiles/cmTryCompileExec2862722979.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2862722979.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_pragmas -Werror -Wno-pragmas -o CMakeFiles/cmTryCompileExec2862722979.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec2862722979
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2862722979.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_pragmas -Werror CMakeFiles/cmTryCompileExec2862722979.dir/src.cxx.o -o cmTryCompileExec2862722979 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_unknown_pragmas succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec519316029/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec519316029.dir/build.make CMakeFiles/cmTryCompileExec519316029.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec519316029.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_unknown_pragmas -Werror -Wno-unknown-pragmas -o CMakeFiles/cmTryCompileExec519316029.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec519316029
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec519316029.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_unknown_pragmas -Werror CMakeFiles/cmTryCompileExec519316029.dir/src.cxx.o -o cmTryCompileExec519316029 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_old_style_cast succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3885920768/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3885920768.dir/build.make CMakeFiles/cmTryCompileExec3885920768.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3885920768.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_old_style_cast -Werror -Wno-old-style-cast -o CMakeFiles/cmTryCompileExec3885920768.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3885920768
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3885920768.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_old_style_cast -Werror CMakeFiles/cmTryCompileExec3885920768.dir/src.cxx.o -o cmTryCompileExec3885920768 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Woverloaded_virtual succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4093824346/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4093824346.dir/build.make CMakeFiles/cmTryCompileExec4093824346.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4093824346.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Woverloaded_virtual -Werror -Woverloaded-virtual -o CMakeFiles/cmTryCompileExec4093824346.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec4093824346
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4093824346.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Woverloaded_virtual -Werror CMakeFiles/cmTryCompileExec4093824346.dir/src.cxx.o -o cmTryCompileExec4093824346 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wstrict_null_sentinel succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1818135213/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1818135213.dir/build.make CMakeFiles/cmTryCompileExec1818135213.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1818135213.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wstrict_null_sentinel -Werror -Wstrict-null-sentinel -o CMakeFiles/cmTryCompileExec1818135213.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1818135213
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1818135213.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wstrict_null_sentinel -Werror CMakeFiles/cmTryCompileExec1818135213.dir/src.cxx.o -o cmTryCompileExec1818135213 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_sign_promo succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec721496800/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec721496800.dir/build.make CMakeFiles/cmTryCompileExec721496800.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec721496800.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_sign_promo -Werror -Wno-error=sign-promo -o CMakeFiles/cmTryCompileExec721496800.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec721496800
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec721496800.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_sign_promo -Werror CMakeFiles/cmTryCompileExec721496800.dir/src.cxx.o -o cmTryCompileExec721496800 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_maybe_uninitialized succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4091729417/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4091729417.dir/build.make CMakeFiles/cmTryCompileExec4091729417.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4091729417.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_maybe_uninitialized -Werror -Wno-error=maybe-uninitialized -o CMakeFiles/cmTryCompileExec4091729417.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec4091729417
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4091729417.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_maybe_uninitialized -Werror CMakeFiles/cmTryCompileExec4091729417.dir/src.cxx.o -o cmTryCompileExec4091729417 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_missing_field_initializers succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec927620593/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec927620593.dir/build.make CMakeFiles/cmTryCompileExec927620593.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec927620593.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_missing_field_initializers -Werror -Wno-missing-field-initializers -o CMakeFiles/cmTryCompileExec927620593.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec927620593
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec927620593.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_missing_field_initializers -Werror CMakeFiles/cmTryCompileExec927620593.dir/src.cxx.o -o cmTryCompileExec927620593 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_sign_compare succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3795526635/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3795526635.dir/build.make CMakeFiles/cmTryCompileExec3795526635.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3795526635.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_sign_compare -Werror -Wno-sign-compare -o CMakeFiles/cmTryCompileExec3795526635.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3795526635
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3795526635.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_sign_compare -Werror CMakeFiles/cmTryCompileExec3795526635.dir/src.cxx.o -o cmTryCompileExec3795526635 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_switch succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3288594261/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3288594261.dir/build.make CMakeFiles/cmTryCompileExec3288594261.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3288594261.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_switch -Werror -Wno-error=switch -o CMakeFiles/cmTryCompileExec3288594261.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3288594261
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3288594261.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_switch -Werror CMakeFiles/cmTryCompileExec3288594261.dir/src.cxx.o -o cmTryCompileExec3288594261 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_unused_but_set_parameter succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3175269775/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3175269775.dir/build.make CMakeFiles/cmTryCompileExec3175269775.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3175269775.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_but_set_parameter -Werror -Wno-error=unused-but-set-parameter -o CMakeFiles/cmTryCompileExec3175269775.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3175269775
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3175269775.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_but_set_parameter -Werror CMakeFiles/cmTryCompileExec3175269775.dir/src.cxx.o -o cmTryCompileExec3175269775 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_unused_but_set_variable succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4206694104/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4206694104.dir/build.make CMakeFiles/cmTryCompileExec4206694104.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4206694104.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_but_set_variable -Werror -Wno-error=unused-but-set-variable -o CMakeFiles/cmTryCompileExec4206694104.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec4206694104
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4206694104.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_but_set_variable -Werror CMakeFiles/cmTryCompileExec4206694104.dir/src.cxx.o -o cmTryCompileExec4206694104 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_unused_function succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3952615899/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3952615899.dir/build.make CMakeFiles/cmTryCompileExec3952615899.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3952615899.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_function -Werror -Wno-error=unused-function -o CMakeFiles/cmTryCompileExec3952615899.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3952615899
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3952615899.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_function -Werror CMakeFiles/cmTryCompileExec3952615899.dir/src.cxx.o -o cmTryCompileExec3952615899 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_unused_parameter succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3580986581/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3580986581.dir/build.make CMakeFiles/cmTryCompileExec3580986581.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3580986581.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_parameter -Werror -Wno-error=unused-parameter -o CMakeFiles/cmTryCompileExec3580986581.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3580986581
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3580986581.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_parameter -Werror CMakeFiles/cmTryCompileExec3580986581.dir/src.cxx.o -o cmTryCompileExec3580986581 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test _Wno_error_unused_variable succeded with the following output:
Change Dir: /home/perturbed/bunv/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec456980103/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec456980103.dir/build.make CMakeFiles/cmTryCompileExec456980103.dir/build
make[1]: Entering directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec456980103.dir/src.cxx.o
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_variable -Werror -Wno-error=unused-variable -o CMakeFiles/cmTryCompileExec456980103.dir/src.cxx.o -c /home/perturbed/bunv/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec456980103
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec456980103.dir/link.txt --verbose=1
/usr/bin/c++ -ffast-math -fno-strict-aliasing -m32 -msse2 -mtune=generic -mfpmath=sse -fvisibility=hidden -std=gnu++11 -pthread -D_Wno_error_unused_variable -Werror CMakeFiles/cmTryCompileExec456980103.dir/src.cxx.o -o cmTryCompileExec456980103 -rdynamic
make[1]: Leaving directory '/home/perturbed/bunv/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
-- Downloading dependencies from 'http://dl.unvanquished.net/deps/linux32-4.tar.bz2'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Download completed successfully
-- Configuring incomplete, errors occurred!
See also "/home/perturbed/bunv/build/CMakeFiles/CMakeOutput.log".
See also "/home/perturbed/bunv/build/CMakeFiles/CMakeError.log".
CMake Error at daemon/CMakeLists.txt:375 (message):
Could not extract linux32-4.tar.bz2
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test FLAG_MFPMATH_SSE
-- Performing Test FLAG_MFPMATH_SSE - Success
-- Performing Test FLAG_FVISIBILITY_HIDDEN
-- Performing Test FLAG_FVISIBILITY_HIDDEN - Success
-- Performing Test FLAG_OPTIMIZE_DEBUG
-- Performing Test FLAG_OPTIMIZE_DEBUG - Success
-- Performing Test FLAG_GNUXX11
-- Performing Test FLAG_GNUXX11 - Success
-- Performing Test FLAG_LINKER_O1
-- Performing Test FLAG_LINKER_O1 - Success
-- Performing Test FLAG_LINKER_SORT_COMMON
-- Performing Test FLAG_LINKER_SORT_COMMON - Success
-- Performing Test FLAG_LINKER_AS_NEEDED
-- Performing Test FLAG_LINKER_AS_NEEDED - Success
-- Performing Test FLAG_LINKER_NO_UNDEFINED
-- Performing Test FLAG_LINKER_NO_UNDEFINED - Success
-- Performing Test FLAG_LINKER_Z_RELRO
-- Performing Test FLAG_LINKER_Z_RELRO - Success
-- Performing Test FLAG_LINKER_Z_NOW
-- Performing Test FLAG_LINKER_Z_NOW - Success
-- Performing Test FLAG_PTHREAD
-- Performing Test FLAG_PTHREAD - Success
-- Performing Test _Wall
-- Performing Test _Wall - Success
-- Performing Test _Wextra
-- Performing Test _Wextra - Success
-- Performing Test _Wno_pragmas
-- Performing Test _Wno_pragmas - Success
-- Performing Test _Wno_unknown_pragmas
-- Performing Test _Wno_unknown_pragmas - Success
-- Performing Test _Wno_old_style_cast
-- Performing Test _Wno_old_style_cast - Success
-- Performing Test _Woverloaded_virtual
-- Performing Test _Woverloaded_virtual - Success
-- Performing Test _Wstrict_null_sentinel
-- Performing Test _Wstrict_null_sentinel - Success
-- Performing Test _Wno_error_sign_promo
-- Performing Test _Wno_error_sign_promo - Success
-- Performing Test _Wno_error_extern_c_compat
-- Performing Test _Wno_error_extern_c_compat - Failed
-- Performing Test _Wno_error_maybe_uninitialized
-- Performing Test _Wno_error_maybe_uninitialized - Success
-- Performing Test _Wno_missing_field_initializers
-- Performing Test _Wno_missing_field_initializers - Success
-- Performing Test _Wno_sign_compare
-- Performing Test _Wno_sign_compare - Success
-- Performing Test _Wno_error_switch
-- Performing Test _Wno_error_switch - Success
-- Performing Test _Wno_error_unused_but_set_parameter
-- Performing Test _Wno_error_unused_but_set_parameter - Success
-- Performing Test _Wno_error_unused_but_set_variable
-- Performing Test _Wno_error_unused_but_set_variable - Success
-- Performing Test _Wno_error_unused_function
-- Performing Test _Wno_error_unused_function - Success
-- Performing Test _Wno_error_unused_parameter
-- Performing Test _Wno_error_unused_parameter - Success
-- Performing Test _Wno_error_unused_variable
-- Performing Test _Wno_error_unused_variable - Success
-- Downloading dependencies from 'http://dl.unvanquished.net/deps/linux32-4.tar.bz2'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Download completed successfully
-- Configuring incomplete, errors occurred!
See also "/home/perturbed/bunv/b2/CMakeFiles/CMakeOutput.log".
See also "/home/perturbed/bunv/b2/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment