CMakeOutput.log 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. The system is: Linux - 4.0.7-2-ARCH - x86_64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler: /usr/bin/cc
  4. Build flags:
  5. Id flags:
  6. The output was:
  7. 0
  8. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  9. The C compiler identification is GNU, found in "/home/maldela/Fancontrol-GUI/CMakeFiles/3.2.3/CompilerIdC/a.out"
  10. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  11. Compiler: /usr/bin/c++
  12. Build flags:
  13. Id flags:
  14. The output was:
  15. 0
  16. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  17. The CXX compiler identification is GNU, found in "/home/maldela/Fancontrol-GUI/CMakeFiles/3.2.3/CompilerIdCXX/a.out"
  18. Determining if the C compiler works passed with the following output:
  19. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  20. Run Build Command:"/usr/bin/make" "cmTryCompileExec1957683223/fast"
  21. /usr/bin/make -f CMakeFiles/cmTryCompileExec1957683223.dir/build.make CMakeFiles/cmTryCompileExec1957683223.dir/build
  22. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  23. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  24. Building C object CMakeFiles/cmTryCompileExec1957683223.dir/testCCompiler.c.o
  25. /usr/bin/cc -o CMakeFiles/cmTryCompileExec1957683223.dir/testCCompiler.c.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/testCCompiler.c
  26. Linking C executable cmTryCompileExec1957683223
  27. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1957683223.dir/link.txt --verbose=1
  28. /usr/bin/cc CMakeFiles/cmTryCompileExec1957683223.dir/testCCompiler.c.o -o cmTryCompileExec1957683223 -rdynamic
  29. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  30. Detecting C compiler ABI info compiled with the following output:
  31. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  32. Run Build Command:"/usr/bin/make" "cmTryCompileExec1612921250/fast"
  33. /usr/bin/make -f CMakeFiles/cmTryCompileExec1612921250.dir/build.make CMakeFiles/cmTryCompileExec1612921250.dir/build
  34. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  35. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  36. Building C object CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o
  37. /usr/bin/cc -o CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c
  38. Linking C executable cmTryCompileExec1612921250
  39. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1612921250.dir/link.txt --verbose=1
  40. /usr/bin/cc -v CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1612921250 -rdynamic
  41. Using built-in specs.
  42. COLLECT_GCC=/usr/bin/cc
  43. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
  44. Target: x86_64-unknown-linux-gnu
  45. Configured with: /build/gcc/src/gcc-5-20150623/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
  46. Thread model: posix
  47. gcc version 5.1.0 (GCC)
  48. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  49. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../:/lib/:/usr/lib/
  50. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1612921250' '-rdynamic' '-mtune=generic' '-march=x86-64'
  51. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccR3KqTx.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1612921250 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../.. CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o
  52. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  53. Parsed C implicit link information from above output:
  54. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  55. ignore line: [Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp]
  56. ignore line: []
  57. ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec1612921250/fast"]
  58. ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1612921250.dir/build.make CMakeFiles/cmTryCompileExec1612921250.dir/build]
  59. ignore line: [make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp']
  60. ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1]
  61. ignore line: [Building C object CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o]
  62. ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
  63. ignore line: [Linking C executable cmTryCompileExec1612921250]
  64. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1612921250.dir/link.txt --verbose=1]
  65. ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1612921250 -rdynamic ]
  66. ignore line: [Using built-in specs.]
  67. ignore line: [COLLECT_GCC=/usr/bin/cc]
  68. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper]
  69. ignore line: [Target: x86_64-unknown-linux-gnu]
  70. ignore line: [Configured with: /build/gcc/src/gcc-5-20150623/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98]
  71. ignore line: [Thread model: posix]
  72. ignore line: [gcc version 5.1.0 (GCC) ]
  73. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  74. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../:/lib/:/usr/lib/]
  75. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1612921250' '-rdynamic' '-mtune=generic' '-march=x86-64']
  76. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccR3KqTx.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1612921250 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../.. CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o]
  77. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2] ==> ignore
  78. arg [-plugin] ==> ignore
  79. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so] ==> ignore
  80. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper] ==> ignore
  81. arg [-plugin-opt=-fresolution=/tmp/ccR3KqTx.res] ==> ignore
  82. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  83. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  84. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  85. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  86. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  87. arg [--build-id] ==> ignore
  88. arg [--eh-frame-hdr] ==> ignore
  89. arg [--hash-style=gnu] ==> ignore
  90. arg [-m] ==> ignore
  91. arg [elf_x86_64] ==> ignore
  92. arg [-export-dynamic] ==> ignore
  93. arg [-dynamic-linker] ==> ignore
  94. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  95. arg [-o] ==> ignore
  96. arg [cmTryCompileExec1612921250] ==> ignore
  97. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o] ==> ignore
  98. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o] ==> ignore
  99. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o] ==> ignore
  100. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0]
  101. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib]
  102. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  103. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  104. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..]
  105. arg [CMakeFiles/cmTryCompileExec1612921250.dir/CMakeCCompilerABI.c.o] ==> ignore
  106. arg [-lgcc] ==> lib [gcc]
  107. arg [--as-needed] ==> ignore
  108. arg [-lgcc_s] ==> lib [gcc_s]
  109. arg [--no-as-needed] ==> ignore
  110. arg [-lc] ==> lib [c]
  111. arg [-lgcc] ==> lib [gcc]
  112. arg [--as-needed] ==> ignore
  113. arg [-lgcc_s] ==> lib [gcc_s]
  114. arg [--no-as-needed] ==> ignore
  115. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o] ==> ignore
  116. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o] ==> ignore
  117. remove lib [gcc]
  118. remove lib [gcc_s]
  119. remove lib [gcc]
  120. remove lib [gcc_s]
  121. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0]
  122. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib] ==> [/usr/lib]
  123. collapse library dir [/lib/../lib] ==> [/lib]
  124. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  125. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..] ==> [/usr/lib]
  126. implicit libs: [c]
  127. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0;/usr/lib;/lib]
  128. implicit fwks: []
  129. Detecting C [-std=c11] compiler features compiled with the following output:
  130. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  131. Run Build Command:"/usr/bin/make" "cmTryCompileExec525137590/fast"
  132. /usr/bin/make -f CMakeFiles/cmTryCompileExec525137590.dir/build.make CMakeFiles/cmTryCompileExec525137590.dir/build
  133. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  134. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  135. Building C object CMakeFiles/cmTryCompileExec525137590.dir/feature_tests.c.o
  136. /usr/bin/cc -std=c11 -o CMakeFiles/cmTryCompileExec525137590.dir/feature_tests.c.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.c
  137. Linking C executable cmTryCompileExec525137590
  138. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec525137590.dir/link.txt --verbose=1
  139. /usr/bin/cc CMakeFiles/cmTryCompileExec525137590.dir/feature_tests.c.o -o cmTryCompileExec525137590 -rdynamic
  140. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  141. Feature record: C_FEATURE:1c_function_prototypes
  142. Feature record: C_FEATURE:1c_restrict
  143. Feature record: C_FEATURE:1c_static_assert
  144. Feature record: C_FEATURE:1c_variadic_macros
  145. Detecting C [-std=c99] compiler features compiled with the following output:
  146. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  147. Run Build Command:"/usr/bin/make" "cmTryCompileExec1774333287/fast"
  148. /usr/bin/make -f CMakeFiles/cmTryCompileExec1774333287.dir/build.make CMakeFiles/cmTryCompileExec1774333287.dir/build
  149. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  150. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  151. Building C object CMakeFiles/cmTryCompileExec1774333287.dir/feature_tests.c.o
  152. /usr/bin/cc -std=c99 -o CMakeFiles/cmTryCompileExec1774333287.dir/feature_tests.c.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.c
  153. Linking C executable cmTryCompileExec1774333287
  154. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1774333287.dir/link.txt --verbose=1
  155. /usr/bin/cc CMakeFiles/cmTryCompileExec1774333287.dir/feature_tests.c.o -o cmTryCompileExec1774333287 -rdynamic
  156. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  157. Feature record: C_FEATURE:1c_function_prototypes
  158. Feature record: C_FEATURE:1c_restrict
  159. Feature record: C_FEATURE:0c_static_assert
  160. Feature record: C_FEATURE:1c_variadic_macros
  161. Detecting C [-std=c90] compiler features compiled with the following output:
  162. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  163. Run Build Command:"/usr/bin/make" "cmTryCompileExec3810812818/fast"
  164. /usr/bin/make -f CMakeFiles/cmTryCompileExec3810812818.dir/build.make CMakeFiles/cmTryCompileExec3810812818.dir/build
  165. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  166. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  167. Building C object CMakeFiles/cmTryCompileExec3810812818.dir/feature_tests.c.o
  168. /usr/bin/cc -std=c90 -o CMakeFiles/cmTryCompileExec3810812818.dir/feature_tests.c.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.c
  169. Linking C executable cmTryCompileExec3810812818
  170. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3810812818.dir/link.txt --verbose=1
  171. /usr/bin/cc CMakeFiles/cmTryCompileExec3810812818.dir/feature_tests.c.o -o cmTryCompileExec3810812818 -rdynamic
  172. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  173. Feature record: C_FEATURE:1c_function_prototypes
  174. Feature record: C_FEATURE:0c_restrict
  175. Feature record: C_FEATURE:0c_static_assert
  176. Feature record: C_FEATURE:0c_variadic_macros
  177. Determining if the CXX compiler works passed with the following output:
  178. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  179. Run Build Command:"/usr/bin/make" "cmTryCompileExec1351240993/fast"
  180. /usr/bin/make -f CMakeFiles/cmTryCompileExec1351240993.dir/build.make CMakeFiles/cmTryCompileExec1351240993.dir/build
  181. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  182. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  183. Building CXX object CMakeFiles/cmTryCompileExec1351240993.dir/testCXXCompiler.cxx.o
  184. /usr/bin/c++ -o CMakeFiles/cmTryCompileExec1351240993.dir/testCXXCompiler.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  185. Linking CXX executable cmTryCompileExec1351240993
  186. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1351240993.dir/link.txt --verbose=1
  187. /usr/bin/c++ CMakeFiles/cmTryCompileExec1351240993.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1351240993 -rdynamic
  188. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  189. Detecting CXX compiler ABI info compiled with the following output:
  190. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  191. Run Build Command:"/usr/bin/make" "cmTryCompileExec1757502335/fast"
  192. /usr/bin/make -f CMakeFiles/cmTryCompileExec1757502335.dir/build.make CMakeFiles/cmTryCompileExec1757502335.dir/build
  193. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  194. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  195. Building CXX object CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o
  196. /usr/bin/c++ -o CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp
  197. Linking CXX executable cmTryCompileExec1757502335
  198. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1757502335.dir/link.txt --verbose=1
  199. /usr/bin/c++ -v CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1757502335 -rdynamic
  200. Using built-in specs.
  201. COLLECT_GCC=/usr/bin/c++
  202. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
  203. Target: x86_64-unknown-linux-gnu
  204. Configured with: /build/gcc/src/gcc-5-20150623/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
  205. Thread model: posix
  206. gcc version 5.1.0 (GCC)
  207. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  208. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../:/lib/:/usr/lib/
  209. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1757502335' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  210. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7qPgSW.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1757502335 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../.. CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o
  211. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  212. Parsed CXX implicit link information from above output:
  213. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  214. ignore line: [Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp]
  215. ignore line: []
  216. ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec1757502335/fast"]
  217. ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1757502335.dir/build.make CMakeFiles/cmTryCompileExec1757502335.dir/build]
  218. ignore line: [make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp']
  219. ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1]
  220. ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o]
  221. ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp]
  222. ignore line: [Linking CXX executable cmTryCompileExec1757502335]
  223. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1757502335.dir/link.txt --verbose=1]
  224. ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1757502335 -rdynamic ]
  225. ignore line: [Using built-in specs.]
  226. ignore line: [COLLECT_GCC=/usr/bin/c++]
  227. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper]
  228. ignore line: [Target: x86_64-unknown-linux-gnu]
  229. ignore line: [Configured with: /build/gcc/src/gcc-5-20150623/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98]
  230. ignore line: [Thread model: posix]
  231. ignore line: [gcc version 5.1.0 (GCC) ]
  232. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  233. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../:/lib/:/usr/lib/]
  234. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1757502335' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  235. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7qPgSW.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1757502335 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../.. CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o]
  236. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/collect2] ==> ignore
  237. arg [-plugin] ==> ignore
  238. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/liblto_plugin.so] ==> ignore
  239. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper] ==> ignore
  240. arg [-plugin-opt=-fresolution=/tmp/cc7qPgSW.res] ==> ignore
  241. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  242. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  243. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  244. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  245. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  246. arg [--build-id] ==> ignore
  247. arg [--eh-frame-hdr] ==> ignore
  248. arg [--hash-style=gnu] ==> ignore
  249. arg [-m] ==> ignore
  250. arg [elf_x86_64] ==> ignore
  251. arg [-export-dynamic] ==> ignore
  252. arg [-dynamic-linker] ==> ignore
  253. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  254. arg [-o] ==> ignore
  255. arg [cmTryCompileExec1757502335] ==> ignore
  256. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o] ==> ignore
  257. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crti.o] ==> ignore
  258. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtbegin.o] ==> ignore
  259. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0]
  260. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib]
  261. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  262. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  263. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..]
  264. arg [CMakeFiles/cmTryCompileExec1757502335.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  265. arg [-lstdc++] ==> lib [stdc++]
  266. arg [-lm] ==> lib [m]
  267. arg [-lgcc_s] ==> lib [gcc_s]
  268. arg [-lgcc] ==> lib [gcc]
  269. arg [-lc] ==> lib [c]
  270. arg [-lgcc_s] ==> lib [gcc_s]
  271. arg [-lgcc] ==> lib [gcc]
  272. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/crtend.o] ==> ignore
  273. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crtn.o] ==> ignore
  274. remove lib [gcc_s]
  275. remove lib [gcc]
  276. remove lib [gcc_s]
  277. remove lib [gcc]
  278. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0]
  279. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib] ==> [/usr/lib]
  280. collapse library dir [/lib/../lib] ==> [/lib]
  281. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  282. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../..] ==> [/usr/lib]
  283. implicit libs: [stdc++;m;c]
  284. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0;/usr/lib;/lib]
  285. implicit fwks: []
  286. Detecting CXX [-std=c++14] compiler features compiled with the following output:
  287. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  288. Run Build Command:"/usr/bin/make" "cmTryCompileExec866981183/fast"
  289. /usr/bin/make -f CMakeFiles/cmTryCompileExec866981183.dir/build.make CMakeFiles/cmTryCompileExec866981183.dir/build
  290. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  291. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  292. Building CXX object CMakeFiles/cmTryCompileExec866981183.dir/feature_tests.cxx.o
  293. /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTryCompileExec866981183.dir/feature_tests.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.cxx
  294. Linking CXX executable cmTryCompileExec866981183
  295. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec866981183.dir/link.txt --verbose=1
  296. /usr/bin/c++ CMakeFiles/cmTryCompileExec866981183.dir/feature_tests.cxx.o -o cmTryCompileExec866981183 -rdynamic
  297. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  298. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  299. Feature record: CXX_FEATURE:1cxx_alias_templates
  300. Feature record: CXX_FEATURE:1cxx_alignas
  301. Feature record: CXX_FEATURE:1cxx_alignof
  302. Feature record: CXX_FEATURE:1cxx_attributes
  303. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  304. Feature record: CXX_FEATURE:1cxx_auto_type
  305. Feature record: CXX_FEATURE:1cxx_binary_literals
  306. Feature record: CXX_FEATURE:1cxx_constexpr
  307. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  308. Feature record: CXX_FEATURE:1cxx_decltype
  309. Feature record: CXX_FEATURE:1cxx_decltype_auto
  310. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  311. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  312. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  313. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  314. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  315. Feature record: CXX_FEATURE:1cxx_deleted_functions
  316. Feature record: CXX_FEATURE:1cxx_digit_separators
  317. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  318. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  319. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  320. Feature record: CXX_FEATURE:1cxx_extern_templates
  321. Feature record: CXX_FEATURE:1cxx_final
  322. Feature record: CXX_FEATURE:1cxx_func_identifier
  323. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  324. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  325. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  326. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  327. Feature record: CXX_FEATURE:1cxx_lambdas
  328. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  329. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  330. Feature record: CXX_FEATURE:1cxx_long_long_type
  331. Feature record: CXX_FEATURE:1cxx_noexcept
  332. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  333. Feature record: CXX_FEATURE:1cxx_nullptr
  334. Feature record: CXX_FEATURE:1cxx_override
  335. Feature record: CXX_FEATURE:1cxx_range_for
  336. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  337. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  338. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  339. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  340. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  341. Feature record: CXX_FEATURE:1cxx_rvalue_references
  342. Feature record: CXX_FEATURE:1cxx_sizeof_member
  343. Feature record: CXX_FEATURE:1cxx_static_assert
  344. Feature record: CXX_FEATURE:1cxx_strong_enums
  345. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  346. Feature record: CXX_FEATURE:1cxx_thread_local
  347. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  348. Feature record: CXX_FEATURE:1cxx_unicode_literals
  349. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  350. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  351. Feature record: CXX_FEATURE:1cxx_user_literals
  352. Feature record: CXX_FEATURE:1cxx_variable_templates
  353. Feature record: CXX_FEATURE:1cxx_variadic_macros
  354. Feature record: CXX_FEATURE:1cxx_variadic_templates
  355. Detecting CXX [-std=c++11] compiler features compiled with the following output:
  356. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  357. Run Build Command:"/usr/bin/make" "cmTryCompileExec2598576361/fast"
  358. /usr/bin/make -f CMakeFiles/cmTryCompileExec2598576361.dir/build.make CMakeFiles/cmTryCompileExec2598576361.dir/build
  359. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  360. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  361. Building CXX object CMakeFiles/cmTryCompileExec2598576361.dir/feature_tests.cxx.o
  362. /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTryCompileExec2598576361.dir/feature_tests.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.cxx
  363. Linking CXX executable cmTryCompileExec2598576361
  364. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2598576361.dir/link.txt --verbose=1
  365. /usr/bin/c++ CMakeFiles/cmTryCompileExec2598576361.dir/feature_tests.cxx.o -o cmTryCompileExec2598576361 -rdynamic
  366. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  367. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  368. Feature record: CXX_FEATURE:1cxx_alias_templates
  369. Feature record: CXX_FEATURE:1cxx_alignas
  370. Feature record: CXX_FEATURE:1cxx_alignof
  371. Feature record: CXX_FEATURE:1cxx_attributes
  372. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  373. Feature record: CXX_FEATURE:1cxx_auto_type
  374. Feature record: CXX_FEATURE:0cxx_binary_literals
  375. Feature record: CXX_FEATURE:1cxx_constexpr
  376. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  377. Feature record: CXX_FEATURE:1cxx_decltype
  378. Feature record: CXX_FEATURE:0cxx_decltype_auto
  379. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  380. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  381. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  382. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  383. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  384. Feature record: CXX_FEATURE:1cxx_deleted_functions
  385. Feature record: CXX_FEATURE:0cxx_digit_separators
  386. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  387. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  388. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  389. Feature record: CXX_FEATURE:1cxx_extern_templates
  390. Feature record: CXX_FEATURE:1cxx_final
  391. Feature record: CXX_FEATURE:1cxx_func_identifier
  392. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  393. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  394. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  395. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  396. Feature record: CXX_FEATURE:1cxx_lambdas
  397. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  398. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  399. Feature record: CXX_FEATURE:1cxx_long_long_type
  400. Feature record: CXX_FEATURE:1cxx_noexcept
  401. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  402. Feature record: CXX_FEATURE:1cxx_nullptr
  403. Feature record: CXX_FEATURE:1cxx_override
  404. Feature record: CXX_FEATURE:1cxx_range_for
  405. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  406. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  407. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  408. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  409. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  410. Feature record: CXX_FEATURE:1cxx_rvalue_references
  411. Feature record: CXX_FEATURE:1cxx_sizeof_member
  412. Feature record: CXX_FEATURE:1cxx_static_assert
  413. Feature record: CXX_FEATURE:1cxx_strong_enums
  414. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  415. Feature record: CXX_FEATURE:1cxx_thread_local
  416. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  417. Feature record: CXX_FEATURE:1cxx_unicode_literals
  418. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  419. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  420. Feature record: CXX_FEATURE:1cxx_user_literals
  421. Feature record: CXX_FEATURE:0cxx_variable_templates
  422. Feature record: CXX_FEATURE:1cxx_variadic_macros
  423. Feature record: CXX_FEATURE:1cxx_variadic_templates
  424. Detecting CXX [-std=c++98] compiler features compiled with the following output:
  425. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  426. Run Build Command:"/usr/bin/make" "cmTryCompileExec249067798/fast"
  427. /usr/bin/make -f CMakeFiles/cmTryCompileExec249067798.dir/build.make CMakeFiles/cmTryCompileExec249067798.dir/build
  428. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  429. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  430. Building CXX object CMakeFiles/cmTryCompileExec249067798.dir/feature_tests.cxx.o
  431. /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTryCompileExec249067798.dir/feature_tests.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/feature_tests.cxx
  432. Linking CXX executable cmTryCompileExec249067798
  433. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec249067798.dir/link.txt --verbose=1
  434. /usr/bin/c++ CMakeFiles/cmTryCompileExec249067798.dir/feature_tests.cxx.o -o cmTryCompileExec249067798 -rdynamic
  435. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  436. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  437. Feature record: CXX_FEATURE:0cxx_alias_templates
  438. Feature record: CXX_FEATURE:0cxx_alignas
  439. Feature record: CXX_FEATURE:0cxx_alignof
  440. Feature record: CXX_FEATURE:0cxx_attributes
  441. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  442. Feature record: CXX_FEATURE:0cxx_auto_type
  443. Feature record: CXX_FEATURE:0cxx_binary_literals
  444. Feature record: CXX_FEATURE:0cxx_constexpr
  445. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  446. Feature record: CXX_FEATURE:0cxx_decltype
  447. Feature record: CXX_FEATURE:0cxx_decltype_auto
  448. Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
  449. Feature record: CXX_FEATURE:0cxx_default_function_template_args
  450. Feature record: CXX_FEATURE:0cxx_defaulted_functions
  451. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  452. Feature record: CXX_FEATURE:0cxx_delegating_constructors
  453. Feature record: CXX_FEATURE:0cxx_deleted_functions
  454. Feature record: CXX_FEATURE:0cxx_digit_separators
  455. Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
  456. Feature record: CXX_FEATURE:0cxx_explicit_conversions
  457. Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
  458. Feature record: CXX_FEATURE:0cxx_extern_templates
  459. Feature record: CXX_FEATURE:0cxx_final
  460. Feature record: CXX_FEATURE:0cxx_func_identifier
  461. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  462. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  463. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  464. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  465. Feature record: CXX_FEATURE:0cxx_lambdas
  466. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  467. Feature record: CXX_FEATURE:0cxx_local_type_template_args
  468. Feature record: CXX_FEATURE:0cxx_long_long_type
  469. Feature record: CXX_FEATURE:0cxx_noexcept
  470. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  471. Feature record: CXX_FEATURE:0cxx_nullptr
  472. Feature record: CXX_FEATURE:0cxx_override
  473. Feature record: CXX_FEATURE:0cxx_range_for
  474. Feature record: CXX_FEATURE:0cxx_raw_string_literals
  475. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  476. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  477. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  478. Feature record: CXX_FEATURE:0cxx_right_angle_brackets
  479. Feature record: CXX_FEATURE:0cxx_rvalue_references
  480. Feature record: CXX_FEATURE:0cxx_sizeof_member
  481. Feature record: CXX_FEATURE:0cxx_static_assert
  482. Feature record: CXX_FEATURE:0cxx_strong_enums
  483. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  484. Feature record: CXX_FEATURE:0cxx_thread_local
  485. Feature record: CXX_FEATURE:0cxx_trailing_return_types
  486. Feature record: CXX_FEATURE:0cxx_unicode_literals
  487. Feature record: CXX_FEATURE:0cxx_uniform_initialization
  488. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  489. Feature record: CXX_FEATURE:0cxx_user_literals
  490. Feature record: CXX_FEATURE:0cxx_variable_templates
  491. Feature record: CXX_FEATURE:0cxx_variadic_macros
  492. Feature record: CXX_FEATURE:0cxx_variadic_templates
  493. Determining if the __GLIBC__ exist passed with the following output:
  494. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  495. Run Build Command:"/usr/bin/make" "cmTryCompileExec1100013864/fast"
  496. /usr/bin/make -f CMakeFiles/cmTryCompileExec1100013864.dir/build.make CMakeFiles/cmTryCompileExec1100013864.dir/build
  497. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird betreten
  498. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  499. Building C object CMakeFiles/cmTryCompileExec1100013864.dir/CheckSymbolExists.c.o
  500. /usr/bin/cc -o CMakeFiles/cmTryCompileExec1100013864.dir/CheckSymbolExists.c.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  501. Linking C executable cmTryCompileExec1100013864
  502. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1100013864.dir/link.txt --verbose=1
  503. /usr/bin/cc CMakeFiles/cmTryCompileExec1100013864.dir/CheckSymbolExists.c.o -o cmTryCompileExec1100013864 -rdynamic
  504. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird verlassen
  505. File /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  506. /* */
  507. #include <stdlib.h>
  508. int main(int argc, char** argv)
  509. {
  510. (void)argv;
  511. #ifndef __GLIBC__
  512. return ((int*)(&__GLIBC__))[argc];
  513. #else
  514. (void)argc;
  515. return 0;
  516. #endif
  517. }
  518. Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeded with the following output:
  519. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  520. Run Build Command:"/usr/bin/make" "cmTryCompileExec1700269580/fast"
  521. /usr/bin/make -f CMakeFiles/cmTryCompileExec1700269580.dir/build.make CMakeFiles/cmTryCompileExec1700269580.dir/build
  522. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird betreten
  523. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  524. Building CXX object CMakeFiles/cmTryCompileExec1700269580.dir/src.cxx.o
  525. /usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTryCompileExec1700269580.dir/src.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx
  526. Linking CXX executable cmTryCompileExec1700269580
  527. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1700269580.dir/link.txt --verbose=1
  528. /usr/bin/c++ -D_OFFT_IS_64BIT CMakeFiles/cmTryCompileExec1700269580.dir/src.cxx.o -o cmTryCompileExec1700269580 -rdynamic
  529. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird verlassen
  530. Source file was:
  531. #include <sys/types.h>
  532. /* Check that off_t can represent 2**63 - 1 correctly.
  533. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  534. since some C++ compilers masquerading as C compilers
  535. incorrectly reject 9223372036854775807. */
  536. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  537. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
  538. int main() { return 0; }
  539. Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeded with the following output:
  540. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  541. Run Build Command:"/usr/bin/make" "cmTryCompileExec3356052563/fast"
  542. /usr/bin/make -f CMakeFiles/cmTryCompileExec3356052563.dir/build.make CMakeFiles/cmTryCompileExec3356052563.dir/build
  543. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  544. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  545. Building CXX object CMakeFiles/cmTryCompileExec3356052563.dir/src.cxx.o
  546. /usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTryCompileExec3356052563.dir/src.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx
  547. Linking CXX executable cmTryCompileExec3356052563
  548. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3356052563.dir/link.txt --verbose=1
  549. /usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_HIDDEN_VISIBILITY CMakeFiles/cmTryCompileExec3356052563.dir/src.cxx.o -o cmTryCompileExec3356052563 -rdynamic
  550. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  551. Source file was:
  552. int main() { return 0; }
  553. Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeded with the following output:
  554. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  555. Run Build Command:"/usr/bin/make" "cmTryCompileExec3924470957/fast"
  556. /usr/bin/make -f CMakeFiles/cmTryCompileExec3924470957.dir/build.make CMakeFiles/cmTryCompileExec3924470957.dir/build
  557. make[1]: Entering directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  558. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  559. Building CXX object CMakeFiles/cmTryCompileExec3924470957.dir/src.cxx.o
  560. /usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTryCompileExec3924470957.dir/src.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx
  561. Linking CXX executable cmTryCompileExec3924470957
  562. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3924470957.dir/link.txt --verbose=1
  563. /usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY CMakeFiles/cmTryCompileExec3924470957.dir/src.cxx.o -o cmTryCompileExec3924470957 -rdynamic
  564. make[1]: Leaving directory '/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp'
  565. Source file was:
  566. int main() { return 0; }
  567. Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeded with the following output:
  568. Change Dir: /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp
  569. Run Build Command:"/usr/bin/make" "cmTryCompileExec1634997275/fast"
  570. /usr/bin/make -f CMakeFiles/cmTryCompileExec1634997275.dir/build.make CMakeFiles/cmTryCompileExec1634997275.dir/build
  571. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird betreten
  572. /usr/bin/cmake -E cmake_progress_report /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/CMakeFiles 1
  573. Building CXX object CMakeFiles/cmTryCompileExec1634997275.dir/src.cxx.o
  574. /usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTryCompileExec1634997275.dir/src.cxx.o -c /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx
  575. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx: In Funktion »int main()«:
  576. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:2:25: Warnung: »int somefunc()« ist veraltet [-Wdeprecated-declarations]
  577. int main() { return somefunc();}
  578. ^
  579. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:1:37: Anmerkung: hier deklariert
  580. __attribute__((__deprecated__)) int somefunc() { return 0; }
  581. ^
  582. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:2:25: Warnung: »int somefunc()« ist veraltet [-Wdeprecated-declarations]
  583. int main() { return somefunc();}
  584. ^
  585. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:1:37: Anmerkung: hier deklariert
  586. __attribute__((__deprecated__)) int somefunc() { return 0; }
  587. ^
  588. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:2:34: Warnung: »int somefunc()« ist veraltet [-Wdeprecated-declarations]
  589. int main() { return somefunc();}
  590. ^
  591. /home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp/src.cxx:1:37: Anmerkung: hier deklariert
  592. __attribute__((__deprecated__)) int somefunc() { return 0; }
  593. ^
  594. Linking CXX executable cmTryCompileExec1634997275
  595. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1634997275.dir/link.txt --verbose=1
  596. /usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -DCOMPILER_HAS_DEPRECATED_ATTR CMakeFiles/cmTryCompileExec1634997275.dir/src.cxx.o -o cmTryCompileExec1634997275 -rdynamic
  597. make[1]: Verzeichnis „/home/maldela/Fancontrol-GUI/CMakeFiles/CMakeTmp“ wird verlassen
  598. Source file was:
  599. __attribute__((__deprecated__)) int somefunc() { return 0; }
  600. int main() { return somefunc();}