CMakeOutput.log 85 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211
  1. The system is: Linux - 4.1.6-1-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/projects/fancontrol-gui.git/build/CMakeFiles/3.3.1/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/projects/fancontrol-gui.git/build/CMakeFiles/3.3.1/CompilerIdCXX/a.out"
  18. Determining if the C compiler works passed with the following output:
  19. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  20. Run Build Command:"/usr/bin/make" "cmTC_84893/fast"
  21. /usr/bin/make -f CMakeFiles/cmTC_84893.dir/build.make CMakeFiles/cmTC_84893.dir/build
  22. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  23. Building C object CMakeFiles/cmTC_84893.dir/testCCompiler.c.o
  24. /usr/bin/cc -o CMakeFiles/cmTC_84893.dir/testCCompiler.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/testCCompiler.c
  25. Linking C executable cmTC_84893
  26. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84893.dir/link.txt --verbose=1
  27. /usr/bin/cc CMakeFiles/cmTC_84893.dir/testCCompiler.c.o -o cmTC_84893 -rdynamic
  28. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  29. Detecting C compiler ABI info compiled with the following output:
  30. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  31. Run Build Command:"/usr/bin/make" "cmTC_31de8/fast"
  32. /usr/bin/make -f CMakeFiles/cmTC_31de8.dir/build.make CMakeFiles/cmTC_31de8.dir/build
  33. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  34. Building C object CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o
  35. /usr/bin/cc -o CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c
  36. Linking C executable cmTC_31de8
  37. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31de8.dir/link.txt --verbose=1
  38. /usr/bin/cc -v CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o -o cmTC_31de8 -rdynamic
  39. Using built-in specs.
  40. COLLECT_GCC=/usr/bin/cc
  41. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  42. Target: x86_64-unknown-linux-gnu
  43. Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible
  44. Thread model: posix
  45. gcc version 5.2.0 (GCC)
  46. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  47. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
  48. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_31de8' '-rdynamic' '-mtune=generic' '-march=x86-64'
  49. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSboPBO.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 cmTC_31de8 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_31de8.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.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o
  50. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  51. Parsed C implicit link information from above output:
  52. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  53. ignore line: [Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp]
  54. ignore line: []
  55. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_31de8/fast"]
  56. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_31de8.dir/build.make CMakeFiles/cmTC_31de8.dir/build]
  57. ignore line: [make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  58. ignore line: [Building C object CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o]
  59. ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c]
  60. ignore line: [Linking C executable cmTC_31de8]
  61. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31de8.dir/link.txt --verbose=1]
  62. ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o -o cmTC_31de8 -rdynamic ]
  63. ignore line: [Using built-in specs.]
  64. ignore line: [COLLECT_GCC=/usr/bin/cc]
  65. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper]
  66. ignore line: [Target: x86_64-unknown-linux-gnu]
  67. ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible]
  68. ignore line: [Thread model: posix]
  69. ignore line: [gcc version 5.2.0 (GCC) ]
  70. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  71. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  72. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_31de8' '-rdynamic' '-mtune=generic' '-march=x86-64']
  73. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSboPBO.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 cmTC_31de8 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_31de8.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.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o]
  74. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2] ==> ignore
  75. arg [-plugin] ==> ignore
  76. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
  77. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper] ==> ignore
  78. arg [-plugin-opt=-fresolution=/tmp/ccSboPBO.res] ==> ignore
  79. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  80. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  81. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  82. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  83. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  84. arg [--build-id] ==> ignore
  85. arg [--eh-frame-hdr] ==> ignore
  86. arg [--hash-style=gnu] ==> ignore
  87. arg [-m] ==> ignore
  88. arg [elf_x86_64] ==> ignore
  89. arg [-export-dynamic] ==> ignore
  90. arg [-dynamic-linker] ==> ignore
  91. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  92. arg [-o] ==> ignore
  93. arg [cmTC_31de8] ==> ignore
  94. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o] ==> ignore
  95. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o] ==> ignore
  96. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o] ==> ignore
  97. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  98. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib]
  99. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  100. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  101. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..]
  102. arg [CMakeFiles/cmTC_31de8.dir/CMakeCCompilerABI.c.o] ==> ignore
  103. arg [-lgcc] ==> lib [gcc]
  104. arg [--as-needed] ==> ignore
  105. arg [-lgcc_s] ==> lib [gcc_s]
  106. arg [--no-as-needed] ==> ignore
  107. arg [-lc] ==> lib [c]
  108. arg [-lgcc] ==> lib [gcc]
  109. arg [--as-needed] ==> ignore
  110. arg [-lgcc_s] ==> lib [gcc_s]
  111. arg [--no-as-needed] ==> ignore
  112. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o] ==> ignore
  113. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o] ==> ignore
  114. remove lib [gcc]
  115. remove lib [gcc_s]
  116. remove lib [gcc]
  117. remove lib [gcc_s]
  118. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  119. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> [/usr/lib]
  120. collapse library dir [/lib/../lib] ==> [/lib]
  121. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  122. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  123. implicit libs: [c]
  124. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0;/usr/lib;/lib]
  125. implicit fwks: []
  126. Detecting C [-std=c11] compiler features compiled with the following output:
  127. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  128. Run Build Command:"/usr/bin/make" "cmTC_414c1/fast"
  129. /usr/bin/make -f CMakeFiles/cmTC_414c1.dir/build.make CMakeFiles/cmTC_414c1.dir/build
  130. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  131. Building C object CMakeFiles/cmTC_414c1.dir/feature_tests.c.o
  132. /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_414c1.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  133. Linking C executable cmTC_414c1
  134. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_414c1.dir/link.txt --verbose=1
  135. /usr/bin/cc CMakeFiles/cmTC_414c1.dir/feature_tests.c.o -o cmTC_414c1 -rdynamic
  136. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  137. Feature record: C_FEATURE:1c_function_prototypes
  138. Feature record: C_FEATURE:1c_restrict
  139. Feature record: C_FEATURE:1c_static_assert
  140. Feature record: C_FEATURE:1c_variadic_macros
  141. Detecting C [-std=c99] compiler features compiled with the following output:
  142. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  143. Run Build Command:"/usr/bin/make" "cmTC_16cf4/fast"
  144. /usr/bin/make -f CMakeFiles/cmTC_16cf4.dir/build.make CMakeFiles/cmTC_16cf4.dir/build
  145. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  146. Building C object CMakeFiles/cmTC_16cf4.dir/feature_tests.c.o
  147. /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_16cf4.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  148. Linking C executable cmTC_16cf4
  149. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16cf4.dir/link.txt --verbose=1
  150. /usr/bin/cc CMakeFiles/cmTC_16cf4.dir/feature_tests.c.o -o cmTC_16cf4 -rdynamic
  151. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  152. Feature record: C_FEATURE:1c_function_prototypes
  153. Feature record: C_FEATURE:1c_restrict
  154. Feature record: C_FEATURE:0c_static_assert
  155. Feature record: C_FEATURE:1c_variadic_macros
  156. Detecting C [-std=c90] compiler features compiled with the following output:
  157. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  158. Run Build Command:"/usr/bin/make" "cmTC_93224/fast"
  159. /usr/bin/make -f CMakeFiles/cmTC_93224.dir/build.make CMakeFiles/cmTC_93224.dir/build
  160. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  161. Building C object CMakeFiles/cmTC_93224.dir/feature_tests.c.o
  162. /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_93224.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  163. Linking C executable cmTC_93224
  164. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93224.dir/link.txt --verbose=1
  165. /usr/bin/cc CMakeFiles/cmTC_93224.dir/feature_tests.c.o -o cmTC_93224 -rdynamic
  166. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  167. Feature record: C_FEATURE:1c_function_prototypes
  168. Feature record: C_FEATURE:0c_restrict
  169. Feature record: C_FEATURE:0c_static_assert
  170. Feature record: C_FEATURE:0c_variadic_macros
  171. Determining if the CXX compiler works passed with the following output:
  172. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  173. Run Build Command:"/usr/bin/make" "cmTC_f246c/fast"
  174. /usr/bin/make -f CMakeFiles/cmTC_f246c.dir/build.make CMakeFiles/cmTC_f246c.dir/build
  175. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  176. Building CXX object CMakeFiles/cmTC_f246c.dir/testCXXCompiler.cxx.o
  177. /usr/bin/c++ -o CMakeFiles/cmTC_f246c.dir/testCXXCompiler.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  178. Linking CXX executable cmTC_f246c
  179. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f246c.dir/link.txt --verbose=1
  180. /usr/bin/c++ CMakeFiles/cmTC_f246c.dir/testCXXCompiler.cxx.o -o cmTC_f246c -rdynamic
  181. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  182. Detecting CXX compiler ABI info compiled with the following output:
  183. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  184. Run Build Command:"/usr/bin/make" "cmTC_6c0e1/fast"
  185. /usr/bin/make -f CMakeFiles/cmTC_6c0e1.dir/build.make CMakeFiles/cmTC_6c0e1.dir/build
  186. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  187. Building CXX object CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o
  188. /usr/bin/c++ -o CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp
  189. Linking CXX executable cmTC_6c0e1
  190. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c0e1.dir/link.txt --verbose=1
  191. /usr/bin/c++ -v CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6c0e1 -rdynamic
  192. Using built-in specs.
  193. COLLECT_GCC=/usr/bin/c++
  194. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  195. Target: x86_64-unknown-linux-gnu
  196. Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible
  197. Thread model: posix
  198. gcc version 5.2.0 (GCC)
  199. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  200. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
  201. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6c0e1' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  202. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccyhtcB8.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 cmTC_6c0e1 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o
  203. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  204. Parsed CXX implicit link information from above output:
  205. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  206. ignore line: [Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp]
  207. ignore line: []
  208. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_6c0e1/fast"]
  209. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_6c0e1.dir/build.make CMakeFiles/cmTC_6c0e1.dir/build]
  210. ignore line: [make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  211. ignore line: [Building CXX object CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o]
  212. ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp]
  213. ignore line: [Linking CXX executable cmTC_6c0e1]
  214. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c0e1.dir/link.txt --verbose=1]
  215. ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6c0e1 -rdynamic ]
  216. ignore line: [Using built-in specs.]
  217. ignore line: [COLLECT_GCC=/usr/bin/c++]
  218. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper]
  219. ignore line: [Target: x86_64-unknown-linux-gnu]
  220. ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible]
  221. ignore line: [Thread model: posix]
  222. ignore line: [gcc version 5.2.0 (GCC) ]
  223. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  224. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  225. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6c0e1' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  226. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccyhtcB8.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 cmTC_6c0e1 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o]
  227. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2] ==> ignore
  228. arg [-plugin] ==> ignore
  229. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
  230. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper] ==> ignore
  231. arg [-plugin-opt=-fresolution=/tmp/ccyhtcB8.res] ==> ignore
  232. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  233. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  234. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  235. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  236. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  237. arg [--build-id] ==> ignore
  238. arg [--eh-frame-hdr] ==> ignore
  239. arg [--hash-style=gnu] ==> ignore
  240. arg [-m] ==> ignore
  241. arg [elf_x86_64] ==> ignore
  242. arg [-export-dynamic] ==> ignore
  243. arg [-dynamic-linker] ==> ignore
  244. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  245. arg [-o] ==> ignore
  246. arg [cmTC_6c0e1] ==> ignore
  247. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o] ==> ignore
  248. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o] ==> ignore
  249. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o] ==> ignore
  250. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  251. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib]
  252. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  253. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  254. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..]
  255. arg [CMakeFiles/cmTC_6c0e1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  256. arg [-lstdc++] ==> lib [stdc++]
  257. arg [-lm] ==> lib [m]
  258. arg [-lgcc_s] ==> lib [gcc_s]
  259. arg [-lgcc] ==> lib [gcc]
  260. arg [-lc] ==> lib [c]
  261. arg [-lgcc_s] ==> lib [gcc_s]
  262. arg [-lgcc] ==> lib [gcc]
  263. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o] ==> ignore
  264. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o] ==> ignore
  265. remove lib [gcc_s]
  266. remove lib [gcc]
  267. remove lib [gcc_s]
  268. remove lib [gcc]
  269. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  270. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> [/usr/lib]
  271. collapse library dir [/lib/../lib] ==> [/lib]
  272. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  273. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  274. implicit libs: [stdc++;m;c]
  275. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0;/usr/lib;/lib]
  276. implicit fwks: []
  277. Detecting CXX [-std=c++14] compiler features compiled with the following output:
  278. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  279. Run Build Command:"/usr/bin/make" "cmTC_8f55e/fast"
  280. /usr/bin/make -f CMakeFiles/cmTC_8f55e.dir/build.make CMakeFiles/cmTC_8f55e.dir/build
  281. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  282. Building CXX object CMakeFiles/cmTC_8f55e.dir/feature_tests.cxx.o
  283. /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_8f55e.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  284. Linking CXX executable cmTC_8f55e
  285. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f55e.dir/link.txt --verbose=1
  286. /usr/bin/c++ CMakeFiles/cmTC_8f55e.dir/feature_tests.cxx.o -o cmTC_8f55e -rdynamic
  287. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  288. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  289. Feature record: CXX_FEATURE:1cxx_alias_templates
  290. Feature record: CXX_FEATURE:1cxx_alignas
  291. Feature record: CXX_FEATURE:1cxx_alignof
  292. Feature record: CXX_FEATURE:1cxx_attributes
  293. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  294. Feature record: CXX_FEATURE:1cxx_auto_type
  295. Feature record: CXX_FEATURE:1cxx_binary_literals
  296. Feature record: CXX_FEATURE:1cxx_constexpr
  297. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  298. Feature record: CXX_FEATURE:1cxx_decltype
  299. Feature record: CXX_FEATURE:1cxx_decltype_auto
  300. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  301. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  302. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  303. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  304. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  305. Feature record: CXX_FEATURE:1cxx_deleted_functions
  306. Feature record: CXX_FEATURE:1cxx_digit_separators
  307. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  308. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  309. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  310. Feature record: CXX_FEATURE:1cxx_extern_templates
  311. Feature record: CXX_FEATURE:1cxx_final
  312. Feature record: CXX_FEATURE:1cxx_func_identifier
  313. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  314. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  315. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  316. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  317. Feature record: CXX_FEATURE:1cxx_lambdas
  318. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  319. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  320. Feature record: CXX_FEATURE:1cxx_long_long_type
  321. Feature record: CXX_FEATURE:1cxx_noexcept
  322. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  323. Feature record: CXX_FEATURE:1cxx_nullptr
  324. Feature record: CXX_FEATURE:1cxx_override
  325. Feature record: CXX_FEATURE:1cxx_range_for
  326. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  327. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  328. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  329. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  330. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  331. Feature record: CXX_FEATURE:1cxx_rvalue_references
  332. Feature record: CXX_FEATURE:1cxx_sizeof_member
  333. Feature record: CXX_FEATURE:1cxx_static_assert
  334. Feature record: CXX_FEATURE:1cxx_strong_enums
  335. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  336. Feature record: CXX_FEATURE:1cxx_thread_local
  337. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  338. Feature record: CXX_FEATURE:1cxx_unicode_literals
  339. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  340. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  341. Feature record: CXX_FEATURE:1cxx_user_literals
  342. Feature record: CXX_FEATURE:1cxx_variable_templates
  343. Feature record: CXX_FEATURE:1cxx_variadic_macros
  344. Feature record: CXX_FEATURE:1cxx_variadic_templates
  345. Detecting CXX [-std=c++11] compiler features compiled with the following output:
  346. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  347. Run Build Command:"/usr/bin/make" "cmTC_36995/fast"
  348. /usr/bin/make -f CMakeFiles/cmTC_36995.dir/build.make CMakeFiles/cmTC_36995.dir/build
  349. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  350. Building CXX object CMakeFiles/cmTC_36995.dir/feature_tests.cxx.o
  351. /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_36995.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  352. Linking CXX executable cmTC_36995
  353. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36995.dir/link.txt --verbose=1
  354. /usr/bin/c++ CMakeFiles/cmTC_36995.dir/feature_tests.cxx.o -o cmTC_36995 -rdynamic
  355. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  356. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  357. Feature record: CXX_FEATURE:1cxx_alias_templates
  358. Feature record: CXX_FEATURE:1cxx_alignas
  359. Feature record: CXX_FEATURE:1cxx_alignof
  360. Feature record: CXX_FEATURE:1cxx_attributes
  361. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  362. Feature record: CXX_FEATURE:1cxx_auto_type
  363. Feature record: CXX_FEATURE:0cxx_binary_literals
  364. Feature record: CXX_FEATURE:1cxx_constexpr
  365. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  366. Feature record: CXX_FEATURE:1cxx_decltype
  367. Feature record: CXX_FEATURE:0cxx_decltype_auto
  368. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  369. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  370. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  371. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  372. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  373. Feature record: CXX_FEATURE:1cxx_deleted_functions
  374. Feature record: CXX_FEATURE:0cxx_digit_separators
  375. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  376. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  377. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  378. Feature record: CXX_FEATURE:1cxx_extern_templates
  379. Feature record: CXX_FEATURE:1cxx_final
  380. Feature record: CXX_FEATURE:1cxx_func_identifier
  381. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  382. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  383. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  384. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  385. Feature record: CXX_FEATURE:1cxx_lambdas
  386. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  387. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  388. Feature record: CXX_FEATURE:1cxx_long_long_type
  389. Feature record: CXX_FEATURE:1cxx_noexcept
  390. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  391. Feature record: CXX_FEATURE:1cxx_nullptr
  392. Feature record: CXX_FEATURE:1cxx_override
  393. Feature record: CXX_FEATURE:1cxx_range_for
  394. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  395. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  396. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  397. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  398. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  399. Feature record: CXX_FEATURE:1cxx_rvalue_references
  400. Feature record: CXX_FEATURE:1cxx_sizeof_member
  401. Feature record: CXX_FEATURE:1cxx_static_assert
  402. Feature record: CXX_FEATURE:1cxx_strong_enums
  403. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  404. Feature record: CXX_FEATURE:1cxx_thread_local
  405. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  406. Feature record: CXX_FEATURE:1cxx_unicode_literals
  407. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  408. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  409. Feature record: CXX_FEATURE:1cxx_user_literals
  410. Feature record: CXX_FEATURE:0cxx_variable_templates
  411. Feature record: CXX_FEATURE:1cxx_variadic_macros
  412. Feature record: CXX_FEATURE:1cxx_variadic_templates
  413. Detecting CXX [-std=c++98] compiler features compiled with the following output:
  414. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  415. Run Build Command:"/usr/bin/make" "cmTC_65d52/fast"
  416. /usr/bin/make -f CMakeFiles/cmTC_65d52.dir/build.make CMakeFiles/cmTC_65d52.dir/build
  417. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  418. Building CXX object CMakeFiles/cmTC_65d52.dir/feature_tests.cxx.o
  419. /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_65d52.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  420. Linking CXX executable cmTC_65d52
  421. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65d52.dir/link.txt --verbose=1
  422. /usr/bin/c++ CMakeFiles/cmTC_65d52.dir/feature_tests.cxx.o -o cmTC_65d52 -rdynamic
  423. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  424. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  425. Feature record: CXX_FEATURE:0cxx_alias_templates
  426. Feature record: CXX_FEATURE:0cxx_alignas
  427. Feature record: CXX_FEATURE:0cxx_alignof
  428. Feature record: CXX_FEATURE:0cxx_attributes
  429. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  430. Feature record: CXX_FEATURE:0cxx_auto_type
  431. Feature record: CXX_FEATURE:0cxx_binary_literals
  432. Feature record: CXX_FEATURE:0cxx_constexpr
  433. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  434. Feature record: CXX_FEATURE:0cxx_decltype
  435. Feature record: CXX_FEATURE:0cxx_decltype_auto
  436. Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
  437. Feature record: CXX_FEATURE:0cxx_default_function_template_args
  438. Feature record: CXX_FEATURE:0cxx_defaulted_functions
  439. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  440. Feature record: CXX_FEATURE:0cxx_delegating_constructors
  441. Feature record: CXX_FEATURE:0cxx_deleted_functions
  442. Feature record: CXX_FEATURE:0cxx_digit_separators
  443. Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
  444. Feature record: CXX_FEATURE:0cxx_explicit_conversions
  445. Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
  446. Feature record: CXX_FEATURE:0cxx_extern_templates
  447. Feature record: CXX_FEATURE:0cxx_final
  448. Feature record: CXX_FEATURE:0cxx_func_identifier
  449. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  450. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  451. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  452. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  453. Feature record: CXX_FEATURE:0cxx_lambdas
  454. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  455. Feature record: CXX_FEATURE:0cxx_local_type_template_args
  456. Feature record: CXX_FEATURE:0cxx_long_long_type
  457. Feature record: CXX_FEATURE:0cxx_noexcept
  458. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  459. Feature record: CXX_FEATURE:0cxx_nullptr
  460. Feature record: CXX_FEATURE:0cxx_override
  461. Feature record: CXX_FEATURE:0cxx_range_for
  462. Feature record: CXX_FEATURE:0cxx_raw_string_literals
  463. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  464. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  465. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  466. Feature record: CXX_FEATURE:0cxx_right_angle_brackets
  467. Feature record: CXX_FEATURE:0cxx_rvalue_references
  468. Feature record: CXX_FEATURE:0cxx_sizeof_member
  469. Feature record: CXX_FEATURE:0cxx_static_assert
  470. Feature record: CXX_FEATURE:0cxx_strong_enums
  471. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  472. Feature record: CXX_FEATURE:0cxx_thread_local
  473. Feature record: CXX_FEATURE:0cxx_trailing_return_types
  474. Feature record: CXX_FEATURE:0cxx_unicode_literals
  475. Feature record: CXX_FEATURE:0cxx_uniform_initialization
  476. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  477. Feature record: CXX_FEATURE:0cxx_user_literals
  478. Feature record: CXX_FEATURE:0cxx_variable_templates
  479. Feature record: CXX_FEATURE:0cxx_variadic_macros
  480. Feature record: CXX_FEATURE:0cxx_variadic_templates
  481. Determining if the __GLIBC__ exist passed with the following output:
  482. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  483. Run Build Command:"/usr/bin/make" "cmTC_89f15/fast"
  484. /usr/bin/make -f CMakeFiles/cmTC_89f15.dir/build.make CMakeFiles/cmTC_89f15.dir/build
  485. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  486. Building C object CMakeFiles/cmTC_89f15.dir/CheckSymbolExists.c.o
  487. /usr/bin/cc -o CMakeFiles/cmTC_89f15.dir/CheckSymbolExists.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  488. Linking C executable cmTC_89f15
  489. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89f15.dir/link.txt --verbose=1
  490. /usr/bin/cc CMakeFiles/cmTC_89f15.dir/CheckSymbolExists.c.o -o cmTC_89f15 -rdynamic
  491. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  492. File /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  493. /* */
  494. #include <stdlib.h>
  495. int main(int argc, char** argv)
  496. {
  497. (void)argv;
  498. #ifndef __GLIBC__
  499. return ((int*)(&__GLIBC__))[argc];
  500. #else
  501. (void)argc;
  502. return 0;
  503. #endif
  504. }
  505. Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeded with the following output:
  506. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  507. Run Build Command:"/usr/bin/make" "cmTC_de0e8/fast"
  508. /usr/bin/make -f CMakeFiles/cmTC_de0e8.dir/build.make CMakeFiles/cmTC_de0e8.dir/build
  509. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  510. Building CXX object CMakeFiles/cmTC_de0e8.dir/src.cxx.o
  511. /usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_de0e8.dir/src.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx
  512. Linking CXX executable cmTC_de0e8
  513. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de0e8.dir/link.txt --verbose=1
  514. /usr/bin/c++ -D_OFFT_IS_64BIT CMakeFiles/cmTC_de0e8.dir/src.cxx.o -o cmTC_de0e8 -rdynamic
  515. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  516. Source file was:
  517. #include <sys/types.h>
  518. /* Check that off_t can represent 2**63 - 1 correctly.
  519. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  520. since some C++ compilers masquerading as C compilers
  521. incorrectly reject 9223372036854775807. */
  522. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  523. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
  524. int main() { return 0; }
  525. Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeded with the following output:
  526. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  527. Run Build Command:"/usr/bin/make" "cmTC_52912/fast"
  528. /usr/bin/make -f CMakeFiles/cmTC_52912.dir/build.make CMakeFiles/cmTC_52912.dir/build
  529. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  530. Building CXX object CMakeFiles/cmTC_52912.dir/src.cxx.o
  531. /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/cmTC_52912.dir/src.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx
  532. Linking CXX executable cmTC_52912
  533. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52912.dir/link.txt --verbose=1
  534. /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/cmTC_52912.dir/src.cxx.o -o cmTC_52912 -rdynamic
  535. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  536. Source file was:
  537. int main() { return 0; }
  538. Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeded with the following output:
  539. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  540. Run Build Command:"/usr/bin/make" "cmTC_a2963/fast"
  541. /usr/bin/make -f CMakeFiles/cmTC_a2963.dir/build.make CMakeFiles/cmTC_a2963.dir/build
  542. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  543. Building CXX object CMakeFiles/cmTC_a2963.dir/src.cxx.o
  544. /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/cmTC_a2963.dir/src.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx
  545. Linking CXX executable cmTC_a2963
  546. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2963.dir/link.txt --verbose=1
  547. /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/cmTC_a2963.dir/src.cxx.o -o cmTC_a2963 -rdynamic
  548. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  549. Source file was:
  550. int main() { return 0; }
  551. Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeded with the following output:
  552. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  553. Run Build Command:"/usr/bin/make" "cmTC_c808a/fast"
  554. /usr/bin/make -f CMakeFiles/cmTC_c808a.dir/build.make CMakeFiles/cmTC_c808a.dir/build
  555. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  556. Building CXX object CMakeFiles/cmTC_c808a.dir/src.cxx.o
  557. /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/cmTC_c808a.dir/src.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx
  558. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  559. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations]
  560. int main() { return somefunc();}
  561. ^
  562. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here
  563. __attribute__((__deprecated__)) int somefunc() { return 0; }
  564. ^
  565. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations]
  566. int main() { return somefunc();}
  567. ^
  568. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here
  569. __attribute__((__deprecated__)) int somefunc() { return 0; }
  570. ^
  571. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:2:34: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations]
  572. int main() { return somefunc();}
  573. ^
  574. /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here
  575. __attribute__((__deprecated__)) int somefunc() { return 0; }
  576. ^
  577. Linking CXX executable cmTC_c808a
  578. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c808a.dir/link.txt --verbose=1
  579. /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/cmTC_c808a.dir/src.cxx.o -o cmTC_c808a -rdynamic
  580. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  581. Source file was:
  582. __attribute__((__deprecated__)) int somefunc() { return 0; }
  583. int main() { return somefunc();}
  584. The system is: Linux - 4.2.1-1-ARCH - x86_64
  585. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  586. Compiler: /usr/bin/cc
  587. Build flags:
  588. Id flags:
  589. The output was:
  590. 0
  591. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  592. The C compiler identification is GNU, found in "/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/3.3.2/CompilerIdC/a.out"
  593. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  594. Compiler: /usr/bin/c++
  595. Build flags:
  596. Id flags:
  597. The output was:
  598. 0
  599. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  600. The CXX compiler identification is GNU, found in "/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out"
  601. Determining if the C compiler works passed with the following output:
  602. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  603. Run Build Command:"/usr/bin/make" "cmTC_c40cc/fast"
  604. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  605. /usr/bin/make -f CMakeFiles/cmTC_c40cc.dir/build.make CMakeFiles/cmTC_c40cc.dir/build
  606. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  607. Building C object CMakeFiles/cmTC_c40cc.dir/testCCompiler.c.o
  608. /usr/bin/cc -o CMakeFiles/cmTC_c40cc.dir/testCCompiler.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/testCCompiler.c
  609. Linking C executable cmTC_c40cc
  610. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c40cc.dir/link.txt --verbose=1
  611. /usr/bin/cc CMakeFiles/cmTC_c40cc.dir/testCCompiler.c.o -o cmTC_c40cc -rdynamic
  612. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  613. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  614. Detecting C compiler ABI info compiled with the following output:
  615. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  616. Run Build Command:"/usr/bin/make" "cmTC_874b2/fast"
  617. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  618. /usr/bin/make -f CMakeFiles/cmTC_874b2.dir/build.make CMakeFiles/cmTC_874b2.dir/build
  619. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  620. Building C object CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o
  621. /usr/bin/cc -o CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c
  622. Linking C executable cmTC_874b2
  623. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_874b2.dir/link.txt --verbose=1
  624. /usr/bin/cc -v CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o -o cmTC_874b2 -rdynamic
  625. Using built-in specs.
  626. COLLECT_GCC=/usr/bin/cc
  627. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  628. Target: x86_64-unknown-linux-gnu
  629. Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible
  630. Thread model: posix
  631. gcc version 5.2.0 (GCC)
  632. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  633. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
  634. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_874b2' '-rdynamic' '-mtune=generic' '-march=x86-64'
  635. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJ0ypjC.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 cmTC_874b2 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_874b2.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.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o
  636. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  637. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  638. Parsed C implicit link information from above output:
  639. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  640. ignore line: [Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp]
  641. ignore line: []
  642. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_874b2/fast"]
  643. ignore line: [make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  644. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_874b2.dir/build.make CMakeFiles/cmTC_874b2.dir/build]
  645. ignore line: [make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  646. ignore line: [Building C object CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o]
  647. ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c]
  648. ignore line: [Linking C executable cmTC_874b2]
  649. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_874b2.dir/link.txt --verbose=1]
  650. ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o -o cmTC_874b2 -rdynamic ]
  651. ignore line: [Using built-in specs.]
  652. ignore line: [COLLECT_GCC=/usr/bin/cc]
  653. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper]
  654. ignore line: [Target: x86_64-unknown-linux-gnu]
  655. ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible]
  656. ignore line: [Thread model: posix]
  657. ignore line: [gcc version 5.2.0 (GCC) ]
  658. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  659. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  660. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_874b2' '-rdynamic' '-mtune=generic' '-march=x86-64']
  661. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJ0ypjC.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 cmTC_874b2 /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_874b2.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.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o]
  662. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2] ==> ignore
  663. arg [-plugin] ==> ignore
  664. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
  665. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper] ==> ignore
  666. arg [-plugin-opt=-fresolution=/tmp/ccJ0ypjC.res] ==> ignore
  667. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  668. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  669. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  670. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  671. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  672. arg [--build-id] ==> ignore
  673. arg [--eh-frame-hdr] ==> ignore
  674. arg [--hash-style=gnu] ==> ignore
  675. arg [-m] ==> ignore
  676. arg [elf_x86_64] ==> ignore
  677. arg [-export-dynamic] ==> ignore
  678. arg [-dynamic-linker] ==> ignore
  679. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  680. arg [-o] ==> ignore
  681. arg [cmTC_874b2] ==> ignore
  682. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o] ==> ignore
  683. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o] ==> ignore
  684. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o] ==> ignore
  685. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  686. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib]
  687. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  688. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  689. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..]
  690. arg [CMakeFiles/cmTC_874b2.dir/CMakeCCompilerABI.c.o] ==> ignore
  691. arg [-lgcc] ==> lib [gcc]
  692. arg [--as-needed] ==> ignore
  693. arg [-lgcc_s] ==> lib [gcc_s]
  694. arg [--no-as-needed] ==> ignore
  695. arg [-lc] ==> lib [c]
  696. arg [-lgcc] ==> lib [gcc]
  697. arg [--as-needed] ==> ignore
  698. arg [-lgcc_s] ==> lib [gcc_s]
  699. arg [--no-as-needed] ==> ignore
  700. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o] ==> ignore
  701. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o] ==> ignore
  702. remove lib [gcc]
  703. remove lib [gcc_s]
  704. remove lib [gcc]
  705. remove lib [gcc_s]
  706. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  707. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> [/usr/lib]
  708. collapse library dir [/lib/../lib] ==> [/lib]
  709. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  710. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  711. implicit libs: [c]
  712. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0;/usr/lib;/lib]
  713. implicit fwks: []
  714. Detecting C [-std=c11] compiler features compiled with the following output:
  715. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  716. Run Build Command:"/usr/bin/make" "cmTC_6b894/fast"
  717. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  718. /usr/bin/make -f CMakeFiles/cmTC_6b894.dir/build.make CMakeFiles/cmTC_6b894.dir/build
  719. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  720. Building C object CMakeFiles/cmTC_6b894.dir/feature_tests.c.o
  721. /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_6b894.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  722. Linking C executable cmTC_6b894
  723. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b894.dir/link.txt --verbose=1
  724. /usr/bin/cc CMakeFiles/cmTC_6b894.dir/feature_tests.c.o -o cmTC_6b894 -rdynamic
  725. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  726. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  727. Feature record: C_FEATURE:1c_function_prototypes
  728. Feature record: C_FEATURE:1c_restrict
  729. Feature record: C_FEATURE:1c_static_assert
  730. Feature record: C_FEATURE:1c_variadic_macros
  731. Detecting C [-std=c99] compiler features compiled with the following output:
  732. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  733. Run Build Command:"/usr/bin/make" "cmTC_fd03a/fast"
  734. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  735. /usr/bin/make -f CMakeFiles/cmTC_fd03a.dir/build.make CMakeFiles/cmTC_fd03a.dir/build
  736. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  737. Building C object CMakeFiles/cmTC_fd03a.dir/feature_tests.c.o
  738. /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_fd03a.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  739. Linking C executable cmTC_fd03a
  740. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd03a.dir/link.txt --verbose=1
  741. /usr/bin/cc CMakeFiles/cmTC_fd03a.dir/feature_tests.c.o -o cmTC_fd03a -rdynamic
  742. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  743. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  744. Feature record: C_FEATURE:1c_function_prototypes
  745. Feature record: C_FEATURE:1c_restrict
  746. Feature record: C_FEATURE:0c_static_assert
  747. Feature record: C_FEATURE:1c_variadic_macros
  748. Detecting C [-std=c90] compiler features compiled with the following output:
  749. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  750. Run Build Command:"/usr/bin/make" "cmTC_f1453/fast"
  751. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  752. /usr/bin/make -f CMakeFiles/cmTC_f1453.dir/build.make CMakeFiles/cmTC_f1453.dir/build
  753. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  754. Building C object CMakeFiles/cmTC_f1453.dir/feature_tests.c.o
  755. /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_f1453.dir/feature_tests.c.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.c
  756. Linking C executable cmTC_f1453
  757. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1453.dir/link.txt --verbose=1
  758. /usr/bin/cc CMakeFiles/cmTC_f1453.dir/feature_tests.c.o -o cmTC_f1453 -rdynamic
  759. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  760. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  761. Feature record: C_FEATURE:1c_function_prototypes
  762. Feature record: C_FEATURE:0c_restrict
  763. Feature record: C_FEATURE:0c_static_assert
  764. Feature record: C_FEATURE:0c_variadic_macros
  765. Determining if the CXX compiler works passed with the following output:
  766. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  767. Run Build Command:"/usr/bin/make" "cmTC_e22c1/fast"
  768. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  769. /usr/bin/make -f CMakeFiles/cmTC_e22c1.dir/build.make CMakeFiles/cmTC_e22c1.dir/build
  770. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  771. Building CXX object CMakeFiles/cmTC_e22c1.dir/testCXXCompiler.cxx.o
  772. /usr/bin/c++ -o CMakeFiles/cmTC_e22c1.dir/testCXXCompiler.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  773. Linking CXX executable cmTC_e22c1
  774. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e22c1.dir/link.txt --verbose=1
  775. /usr/bin/c++ CMakeFiles/cmTC_e22c1.dir/testCXXCompiler.cxx.o -o cmTC_e22c1 -rdynamic
  776. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  777. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  778. Detecting CXX compiler ABI info compiled with the following output:
  779. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  780. Run Build Command:"/usr/bin/make" "cmTC_f54ae/fast"
  781. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  782. /usr/bin/make -f CMakeFiles/cmTC_f54ae.dir/build.make CMakeFiles/cmTC_f54ae.dir/build
  783. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  784. Building CXX object CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o
  785. /usr/bin/c++ -o CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp
  786. Linking CXX executable cmTC_f54ae
  787. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f54ae.dir/link.txt --verbose=1
  788. /usr/bin/c++ -v CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f54ae -rdynamic
  789. Using built-in specs.
  790. COLLECT_GCC=/usr/bin/c++
  791. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  792. Target: x86_64-unknown-linux-gnu
  793. Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible
  794. Thread model: posix
  795. gcc version 5.2.0 (GCC)
  796. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  797. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
  798. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f54ae' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  799. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQtGrjX.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 cmTC_f54ae /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o
  800. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  801. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  802. Parsed CXX implicit link information from above output:
  803. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  804. ignore line: [Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp]
  805. ignore line: []
  806. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f54ae/fast"]
  807. ignore line: [make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  808. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f54ae.dir/build.make CMakeFiles/cmTC_f54ae.dir/build]
  809. ignore line: [make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp']
  810. ignore line: [Building CXX object CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o]
  811. ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp]
  812. ignore line: [Linking CXX executable cmTC_f54ae]
  813. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f54ae.dir/link.txt --verbose=1]
  814. ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f54ae -rdynamic ]
  815. ignore line: [Using built-in specs.]
  816. ignore line: [COLLECT_GCC=/usr/bin/c++]
  817. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper]
  818. ignore line: [Target: x86_64-unknown-linux-gnu]
  819. ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/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=gcc4-compatible]
  820. ignore line: [Thread model: posix]
  821. ignore line: [gcc version 5.2.0 (GCC) ]
  822. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
  823. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  824. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f54ae' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  825. link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQtGrjX.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 cmTC_f54ae /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o]
  826. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2] ==> ignore
  827. arg [-plugin] ==> ignore
  828. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
  829. arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper] ==> ignore
  830. arg [-plugin-opt=-fresolution=/tmp/ccQtGrjX.res] ==> ignore
  831. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  832. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  833. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  834. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  835. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  836. arg [--build-id] ==> ignore
  837. arg [--eh-frame-hdr] ==> ignore
  838. arg [--hash-style=gnu] ==> ignore
  839. arg [-m] ==> ignore
  840. arg [elf_x86_64] ==> ignore
  841. arg [-export-dynamic] ==> ignore
  842. arg [-dynamic-linker] ==> ignore
  843. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  844. arg [-o] ==> ignore
  845. arg [cmTC_f54ae] ==> ignore
  846. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o] ==> ignore
  847. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o] ==> ignore
  848. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o] ==> ignore
  849. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  850. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib]
  851. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  852. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  853. arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..]
  854. arg [CMakeFiles/cmTC_f54ae.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  855. arg [-lstdc++] ==> lib [stdc++]
  856. arg [-lm] ==> lib [m]
  857. arg [-lgcc_s] ==> lib [gcc_s]
  858. arg [-lgcc] ==> lib [gcc]
  859. arg [-lc] ==> lib [c]
  860. arg [-lgcc_s] ==> lib [gcc_s]
  861. arg [-lgcc] ==> lib [gcc]
  862. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o] ==> ignore
  863. arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o] ==> ignore
  864. remove lib [gcc_s]
  865. remove lib [gcc]
  866. remove lib [gcc_s]
  867. remove lib [gcc]
  868. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0]
  869. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib] ==> [/usr/lib]
  870. collapse library dir [/lib/../lib] ==> [/lib]
  871. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  872. collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  873. implicit libs: [stdc++;m;c]
  874. implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0;/usr/lib;/lib]
  875. implicit fwks: []
  876. Detecting CXX [-std=c++14] compiler features compiled with the following output:
  877. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  878. Run Build Command:"/usr/bin/make" "cmTC_db091/fast"
  879. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  880. /usr/bin/make -f CMakeFiles/cmTC_db091.dir/build.make CMakeFiles/cmTC_db091.dir/build
  881. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  882. Building CXX object CMakeFiles/cmTC_db091.dir/feature_tests.cxx.o
  883. /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_db091.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  884. Linking CXX executable cmTC_db091
  885. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db091.dir/link.txt --verbose=1
  886. /usr/bin/c++ CMakeFiles/cmTC_db091.dir/feature_tests.cxx.o -o cmTC_db091 -rdynamic
  887. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  888. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  889. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  890. Feature record: CXX_FEATURE:1cxx_alias_templates
  891. Feature record: CXX_FEATURE:1cxx_alignas
  892. Feature record: CXX_FEATURE:1cxx_alignof
  893. Feature record: CXX_FEATURE:1cxx_attributes
  894. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  895. Feature record: CXX_FEATURE:1cxx_auto_type
  896. Feature record: CXX_FEATURE:1cxx_binary_literals
  897. Feature record: CXX_FEATURE:1cxx_constexpr
  898. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  899. Feature record: CXX_FEATURE:1cxx_decltype
  900. Feature record: CXX_FEATURE:1cxx_decltype_auto
  901. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  902. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  903. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  904. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  905. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  906. Feature record: CXX_FEATURE:1cxx_deleted_functions
  907. Feature record: CXX_FEATURE:1cxx_digit_separators
  908. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  909. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  910. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  911. Feature record: CXX_FEATURE:1cxx_extern_templates
  912. Feature record: CXX_FEATURE:1cxx_final
  913. Feature record: CXX_FEATURE:1cxx_func_identifier
  914. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  915. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  916. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  917. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  918. Feature record: CXX_FEATURE:1cxx_lambdas
  919. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  920. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  921. Feature record: CXX_FEATURE:1cxx_long_long_type
  922. Feature record: CXX_FEATURE:1cxx_noexcept
  923. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  924. Feature record: CXX_FEATURE:1cxx_nullptr
  925. Feature record: CXX_FEATURE:1cxx_override
  926. Feature record: CXX_FEATURE:1cxx_range_for
  927. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  928. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  929. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  930. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  931. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  932. Feature record: CXX_FEATURE:1cxx_rvalue_references
  933. Feature record: CXX_FEATURE:1cxx_sizeof_member
  934. Feature record: CXX_FEATURE:1cxx_static_assert
  935. Feature record: CXX_FEATURE:1cxx_strong_enums
  936. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  937. Feature record: CXX_FEATURE:1cxx_thread_local
  938. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  939. Feature record: CXX_FEATURE:1cxx_unicode_literals
  940. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  941. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  942. Feature record: CXX_FEATURE:1cxx_user_literals
  943. Feature record: CXX_FEATURE:1cxx_variable_templates
  944. Feature record: CXX_FEATURE:1cxx_variadic_macros
  945. Feature record: CXX_FEATURE:1cxx_variadic_templates
  946. Detecting CXX [-std=c++11] compiler features compiled with the following output:
  947. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  948. Run Build Command:"/usr/bin/make" "cmTC_f2fbb/fast"
  949. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  950. /usr/bin/make -f CMakeFiles/cmTC_f2fbb.dir/build.make CMakeFiles/cmTC_f2fbb.dir/build
  951. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  952. Building CXX object CMakeFiles/cmTC_f2fbb.dir/feature_tests.cxx.o
  953. /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_f2fbb.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  954. Linking CXX executable cmTC_f2fbb
  955. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2fbb.dir/link.txt --verbose=1
  956. /usr/bin/c++ CMakeFiles/cmTC_f2fbb.dir/feature_tests.cxx.o -o cmTC_f2fbb -rdynamic
  957. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  958. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  959. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  960. Feature record: CXX_FEATURE:1cxx_alias_templates
  961. Feature record: CXX_FEATURE:1cxx_alignas
  962. Feature record: CXX_FEATURE:1cxx_alignof
  963. Feature record: CXX_FEATURE:1cxx_attributes
  964. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  965. Feature record: CXX_FEATURE:1cxx_auto_type
  966. Feature record: CXX_FEATURE:0cxx_binary_literals
  967. Feature record: CXX_FEATURE:1cxx_constexpr
  968. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  969. Feature record: CXX_FEATURE:1cxx_decltype
  970. Feature record: CXX_FEATURE:0cxx_decltype_auto
  971. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  972. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  973. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  974. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  975. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  976. Feature record: CXX_FEATURE:1cxx_deleted_functions
  977. Feature record: CXX_FEATURE:0cxx_digit_separators
  978. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  979. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  980. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  981. Feature record: CXX_FEATURE:1cxx_extern_templates
  982. Feature record: CXX_FEATURE:1cxx_final
  983. Feature record: CXX_FEATURE:1cxx_func_identifier
  984. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  985. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  986. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  987. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  988. Feature record: CXX_FEATURE:1cxx_lambdas
  989. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  990. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  991. Feature record: CXX_FEATURE:1cxx_long_long_type
  992. Feature record: CXX_FEATURE:1cxx_noexcept
  993. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  994. Feature record: CXX_FEATURE:1cxx_nullptr
  995. Feature record: CXX_FEATURE:1cxx_override
  996. Feature record: CXX_FEATURE:1cxx_range_for
  997. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  998. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  999. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  1000. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  1001. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  1002. Feature record: CXX_FEATURE:1cxx_rvalue_references
  1003. Feature record: CXX_FEATURE:1cxx_sizeof_member
  1004. Feature record: CXX_FEATURE:1cxx_static_assert
  1005. Feature record: CXX_FEATURE:1cxx_strong_enums
  1006. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1007. Feature record: CXX_FEATURE:1cxx_thread_local
  1008. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  1009. Feature record: CXX_FEATURE:1cxx_unicode_literals
  1010. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  1011. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  1012. Feature record: CXX_FEATURE:1cxx_user_literals
  1013. Feature record: CXX_FEATURE:0cxx_variable_templates
  1014. Feature record: CXX_FEATURE:1cxx_variadic_macros
  1015. Feature record: CXX_FEATURE:1cxx_variadic_templates
  1016. Detecting CXX [-std=c++98] compiler features compiled with the following output:
  1017. Change Dir: /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp
  1018. Run Build Command:"/usr/bin/make" "cmTC_f13bf/fast"
  1019. make[1]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  1020. /usr/bin/make -f CMakeFiles/cmTC_f13bf.dir/build.make CMakeFiles/cmTC_f13bf.dir/build
  1021. make[2]: Entering directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  1022. Building CXX object CMakeFiles/cmTC_f13bf.dir/feature_tests.cxx.o
  1023. /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_f13bf.dir/feature_tests.cxx.o -c /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/feature_tests.cxx
  1024. Linking CXX executable cmTC_f13bf
  1025. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f13bf.dir/link.txt --verbose=1
  1026. /usr/bin/c++ CMakeFiles/cmTC_f13bf.dir/feature_tests.cxx.o -o cmTC_f13bf -rdynamic
  1027. make[2]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  1028. make[1]: Leaving directory '/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/CMakeTmp'
  1029. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  1030. Feature record: CXX_FEATURE:0cxx_alias_templates
  1031. Feature record: CXX_FEATURE:0cxx_alignas
  1032. Feature record: CXX_FEATURE:0cxx_alignof
  1033. Feature record: CXX_FEATURE:0cxx_attributes
  1034. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  1035. Feature record: CXX_FEATURE:0cxx_auto_type
  1036. Feature record: CXX_FEATURE:0cxx_binary_literals
  1037. Feature record: CXX_FEATURE:0cxx_constexpr
  1038. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  1039. Feature record: CXX_FEATURE:0cxx_decltype
  1040. Feature record: CXX_FEATURE:0cxx_decltype_auto
  1041. Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
  1042. Feature record: CXX_FEATURE:0cxx_default_function_template_args
  1043. Feature record: CXX_FEATURE:0cxx_defaulted_functions
  1044. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  1045. Feature record: CXX_FEATURE:0cxx_delegating_constructors
  1046. Feature record: CXX_FEATURE:0cxx_deleted_functions
  1047. Feature record: CXX_FEATURE:0cxx_digit_separators
  1048. Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
  1049. Feature record: CXX_FEATURE:0cxx_explicit_conversions
  1050. Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
  1051. Feature record: CXX_FEATURE:0cxx_extern_templates
  1052. Feature record: CXX_FEATURE:0cxx_final
  1053. Feature record: CXX_FEATURE:0cxx_func_identifier
  1054. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  1055. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  1056. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  1057. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  1058. Feature record: CXX_FEATURE:0cxx_lambdas
  1059. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  1060. Feature record: CXX_FEATURE:0cxx_local_type_template_args
  1061. Feature record: CXX_FEATURE:0cxx_long_long_type
  1062. Feature record: CXX_FEATURE:0cxx_noexcept
  1063. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  1064. Feature record: CXX_FEATURE:0cxx_nullptr
  1065. Feature record: CXX_FEATURE:0cxx_override
  1066. Feature record: CXX_FEATURE:0cxx_range_for
  1067. Feature record: CXX_FEATURE:0cxx_raw_string_literals
  1068. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  1069. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  1070. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  1071. Feature record: CXX_FEATURE:0cxx_right_angle_brackets
  1072. Feature record: CXX_FEATURE:0cxx_rvalue_references
  1073. Feature record: CXX_FEATURE:0cxx_sizeof_member
  1074. Feature record: CXX_FEATURE:0cxx_static_assert
  1075. Feature record: CXX_FEATURE:0cxx_strong_enums
  1076. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1077. Feature record: CXX_FEATURE:0cxx_thread_local
  1078. Feature record: CXX_FEATURE:0cxx_trailing_return_types
  1079. Feature record: CXX_FEATURE:0cxx_unicode_literals
  1080. Feature record: CXX_FEATURE:0cxx_uniform_initialization
  1081. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  1082. Feature record: CXX_FEATURE:0cxx_user_literals
  1083. Feature record: CXX_FEATURE:0cxx_variable_templates
  1084. Feature record: CXX_FEATURE:0cxx_variadic_macros
  1085. Feature record: CXX_FEATURE:0cxx_variadic_templates