Advertisement
Guest User

Qt5.config.log

a guest
Aug 15th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.38 KB | None | 0 0
  1. Command line: -prefix /opt/qt5.15 -opensource -confirm-license -nomake tests -nomake examples -release -shared -webengine-proprietary-codecs -xcb -qpa xcb -reduce-relocations -webengine-webp -webengine-alsa -zlib -mng -sqlite -glib -v
  2. Info: creating stash file /home/ren/.build/qt5/build/.qmake.stash
  3. executing config test machineTuple
  4. + g++ -dumpmachine
  5. > i686-linux-gnu
  6. test config.qtbase.tests.machineTuple succeeded
  7. executing config test verifyspec
  8. + cd /home/ren/.build/qt5/build/config.tests/verifyspec && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtbase/config.tests/verifyspec
  9. + cd /home/ren/.build/qt5/build/config.tests/verifyspec && MAKEFLAGS= /usr/local/bin/make
  10. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtbase/config.tests/verifyspec -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o verifyspec.o /home/ren/.build/qt5/qtbase/config.tests/verifyspec/verifyspec.cpp
  11. > g++ -Wl,-O1 -o verifyspec verifyspec.o
  12. test config.qtbase.tests.verifyspec succeeded
  13. executing config test architecture
  14. + cd /home/ren/.build/qt5/build/config.tests/arch && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtbase/config.tests/arch
  15. + cd /home/ren/.build/qt5/build/config.tests/arch && MAKEFLAGS= /usr/local/bin/make
  16. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtbase/config.tests/arch -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o arch.o /home/ren/.build/qt5/qtbase/config.tests/arch/arch.cpp
  17. > g++ -Wl,-O1 -o arch arch.o
  18. Detected architecture: i386 ()
  19. test config.qtbase.tests.architecture gave result i386
  20. executing config test sse2
  21. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse2 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  22. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make
  23. > g++ -c -pipe -msse2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE2 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  24. > g++ -Wl,-O1 -o x86_simd main.o
  25. test config.qtbase.tests.sse2 succeeded
  26. executing config test aesni
  27. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=aesni /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  28. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  29. > rm -f main.o
  30. > rm -f *~ core *.core
  31. > g++ -c -pipe -maes -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AESNI -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  32. > g++ -Wl,-O1 -o x86_simd main.o
  33. test config.qtbase.tests.aesni succeeded
  34. executing config test alloca_h
  35. + cd /home/ren/.build/qt5/build/config.tests/alloca_h && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/alloca_h
  36. + cd /home/ren/.build/qt5/build/config.tests/alloca_h && MAKEFLAGS= /usr/local/bin/make
  37. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  38. > g++ -Wl,-O1 -o alloca_h main.o
  39. test config.qtbase.tests.alloca_h succeeded
  40. executing config test sse3
  41. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse3 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  42. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  43. > rm -f main.o
  44. > rm -f *~ core *.core
  45. > g++ -c -pipe -msse3 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE3 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  46. > g++ -Wl,-O1 -o x86_simd main.o
  47. test config.qtbase.tests.sse3 succeeded
  48. executing config test ssse3
  49. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=ssse3 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  50. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  51. > rm -f main.o
  52. > rm -f *~ core *.core
  53. > g++ -c -pipe -mssse3 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSSE3 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  54. > g++ -Wl,-O1 -o x86_simd main.o
  55. test config.qtbase.tests.ssse3 succeeded
  56. executing config test sse4_1
  57. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_1 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  58. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  59. > rm -f main.o
  60. > rm -f *~ core *.core
  61. > g++ -c -pipe -msse4.1 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_1 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  62. > g++ -Wl,-O1 -o x86_simd main.o
  63. test config.qtbase.tests.sse4_1 succeeded
  64. executing config test sse4_2
  65. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_2 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  66. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  67. > rm -f main.o
  68. > rm -f *~ core *.core
  69. > g++ -c -pipe -msse4.2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_2 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  70. > g++ -Wl,-O1 -o x86_simd main.o
  71. test config.qtbase.tests.sse4_2 succeeded
  72. executing config test avx
  73. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  74. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  75. > rm -f main.o
  76. > rm -f *~ core *.core
  77. > g++ -c -pipe -mavx -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  78. > g++ -Wl,-O1 -o x86_simd main.o
  79. test config.qtbase.tests.avx succeeded
  80. executing config test avx2
  81. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx2 /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  82. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  83. > rm -f main.o
  84. > rm -f *~ core *.core
  85. > g++ -c -pipe -mavx2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX2 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  86. > g++ -Wl,-O1 -o x86_simd main.o
  87. test config.qtbase.tests.avx2 succeeded
  88. executing config test avx512f
  89. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512f /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  90. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  91. > rm -f main.o
  92. > rm -f *~ core *.core
  93. > g++ -c -pipe -mavx512f -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512F -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  94. > g++ -Wl,-O1 -o x86_simd main.o
  95. test config.qtbase.tests.avx512f succeeded
  96. executing config test avx512bw
  97. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512bw /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  98. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  99. > rm -f main.o
  100. > rm -f *~ core *.core
  101. > g++ -c -pipe -mavx512bw -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512BW -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  102. > g++ -Wl,-O1 -o x86_simd main.o
  103. test config.qtbase.tests.avx512bw succeeded
  104. executing config test avx512cd
  105. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512cd /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  106. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  107. > rm -f main.o
  108. > rm -f *~ core *.core
  109. > g++ -c -pipe -mavx512cd -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512CD -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  110. > g++ -Wl,-O1 -o x86_simd main.o
  111. test config.qtbase.tests.avx512cd succeeded
  112. executing config test avx512dq
  113. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512dq /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  114. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  115. > rm -f main.o
  116. > rm -f *~ core *.core
  117. > g++ -c -pipe -mavx512dq -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512DQ -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  118. > g++ -Wl,-O1 -o x86_simd main.o
  119. test config.qtbase.tests.avx512dq succeeded
  120. executing config test avx512er
  121. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512er /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  122. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  123. > rm -f main.o
  124. > rm -f *~ core *.core
  125. > g++ -c -pipe -mavx512er -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512ER -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  126. > g++ -Wl,-O1 -o x86_simd main.o
  127. test config.qtbase.tests.avx512er succeeded
  128. executing config test avx512ifma
  129. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512ifma /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  130. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  131. > rm -f main.o
  132. > rm -f *~ core *.core
  133. > g++ -c -pipe -mavx512ifma -mavx512ifma -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512IFMA -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  134. > g++ -Wl,-O1 -o x86_simd main.o
  135. test config.qtbase.tests.avx512ifma succeeded
  136. executing config test avx512pf
  137. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512pf /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  138. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  139. > rm -f main.o
  140. > rm -f *~ core *.core
  141. > g++ -c -pipe -mavx512pf -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512PF -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  142. > g++ -Wl,-O1 -o x86_simd main.o
  143. test config.qtbase.tests.avx512pf succeeded
  144. executing config test avx512vbmi
  145. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vbmi /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  146. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  147. > rm -f main.o
  148. > rm -f *~ core *.core
  149. > g++ -c -pipe -mavx512vbmi -mavx512vbmi -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VBMI -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  150. > g++ -Wl,-O1 -o x86_simd main.o
  151. test config.qtbase.tests.avx512vbmi succeeded
  152. executing config test avx512vl
  153. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vl /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  154. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  155. > rm -f main.o
  156. > rm -f *~ core *.core
  157. > g++ -c -pipe -mavx512vl -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VL -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  158. > g++ -Wl,-O1 -o x86_simd main.o
  159. test config.qtbase.tests.avx512vl succeeded
  160. executing config test cxx14
  161. + cd /home/ren/.build/qt5/build/config.tests/cxx14 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/cxx14
  162. + cd /home/ren/.build/qt5/build/config.tests/cxx14 && MAKEFLAGS= /usr/local/bin/make
  163. > g++ -c -pipe -O2 -std=gnu++1y -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  164. > g++ -Wl,-O1 -o cxx14 main.o
  165. test config.qtbase.tests.cxx14 succeeded
  166. executing config test cxx17
  167. + cd /home/ren/.build/qt5/build/config.tests/cxx17 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/cxx17
  168. + cd /home/ren/.build/qt5/build/config.tests/cxx17 && MAKEFLAGS= /usr/local/bin/make
  169. > g++ -c -pipe -O2 -std=gnu++1z -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  170. > g++ -Wl,-O1 -o cxx17 main.o
  171. test config.qtbase.tests.cxx17 succeeded
  172. executing config test c99
  173. + cd /home/ren/.build/qt5/build/config.tests/c99 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/c99
  174. + cd /home/ren/.build/qt5/build/config.tests/c99 && MAKEFLAGS= /usr/local/bin/make
  175. > gcc -c -pipe -O2 -std=gnu99 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.c
  176. > g++ -Wl,-O1 -o c99 main.o
  177. test config.qtbase.tests.c99 succeeded
  178. executing config test c11
  179. + cd /home/ren/.build/qt5/build/config.tests/c11 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/c11
  180. + cd /home/ren/.build/qt5/build/config.tests/c11 && MAKEFLAGS= /usr/local/bin/make
  181. > gcc -c -pipe -O2 -std=gnu11 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.c
  182. > g++ -Wl,-O1 -o c11 main.o
  183. test config.qtbase.tests.c11 succeeded
  184. executing config test pkg-config
  185. Found pkg-config from path: /usr/local/bin/pkg-config
  186. test config.qtbase.tests.pkg-config succeeded
  187. Global lib dirs: [] [/usr/lib/gcc/i686-linux-gnu/8 /usr/lib/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib]
  188. Global inc dirs: [] [/usr/include/c++/8 /usr/include/i386-linux-gnu/c++/8 /usr/include/c++/8/backward /usr/lib/gcc/i686-linux-gnu/8/include /usr/local/include /usr/lib/gcc/i686-linux-gnu/8/include-fixed /usr/include/i386-linux-gnu /usr/include]
  189. looking for library dbus
  190. Trying source 0 (type pkgConfig) of library dbus ...
  191. + /usr/local/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
  192. + /usr/local/bin/pkg-config --modversion dbus-1 '>=' 1.2
  193. > 1.12.2
  194. + /usr/local/bin/pkg-config --libs-only-L dbus-1 '>=' 1.2
  195. > -L/usr/lib/i386-linux-gnu
  196. + /usr/local/bin/pkg-config --libs-only-l dbus-1 '>=' 1.2
  197. > -ldbus-1
  198. + /usr/local/bin/pkg-config --cflags dbus-1 '>=' 1.2
  199. > -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include
  200. + cd /home/ren/.build/qt5/build/config.tests/dbus && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += dbus' 'QMAKE_LIBS_DBUS = -L/usr/lib/i386-linux-gnu -ldbus-1' 'QMAKE_INCDIR_DBUS = /usr/include/dbus-1.0 /usr/lib/i386-linux-gnu/dbus-1.0/include' /home/ren/.build/qt5/build/config.tests/dbus
  201. + cd /home/ren/.build/qt5/build/config.tests/dbus && MAKEFLAGS= /usr/local/bin/make
  202. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  203. > g++ -Wl,-O1 -o dbus main.o -L/usr/lib/i386-linux-gnu -ldbus-1
  204. => source accepted.
  205. test config.qtbase.libraries.dbus succeeded
  206. looking for library libdl
  207. Trying source 0 (type inline) of library libdl ...
  208. + cd /home/ren/.build/qt5/build/config.tests/libdl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libdl' 'QMAKE_LIBS_LIBDL = ' /home/ren/.build/qt5/build/config.tests/libdl
  209. + cd /home/ren/.build/qt5/build/config.tests/libdl && MAKEFLAGS= /usr/local/bin/make
  210. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  211. > g++ -Wl,-O1 -o libdl main.o
  212. > /usr/local/bin/ld: main.o: in function `main':
  213. > main.cpp:(.text.startup+0x22): undefined reference to `dlopen'
  214. > /usr/local/bin/ld: main.cpp:(.text.startup+0x2a): undefined reference to `dlclose'
  215. > /usr/local/bin/ld: main.cpp:(.text.startup+0x35): undefined reference to `dlsym'
  216. > /usr/local/bin/ld: main.cpp:(.text.startup+0x3a): undefined reference to `dlerror'
  217. > collect2: error: ld returned 1 exit status
  218. > make: *** [Makefile:67: libdl] Error 1
  219. => source failed verification.
  220. Trying source 1 (type inline) of library libdl ...
  221. + cd /home/ren/.build/qt5/build/config.tests/libdl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libdl' 'QMAKE_LIBS_LIBDL = -ldl' /home/ren/.build/qt5/build/config.tests/libdl
  222. + cd /home/ren/.build/qt5/build/config.tests/libdl && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  223. > rm -f main.o
  224. > rm -f *~ core *.core
  225. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  226. > g++ -Wl,-O1 -o libdl main.o -ldl
  227. => source accepted.
  228. test config.qtbase.libraries.libdl succeeded
  229. executing config test enable_new_dtags
  230. + cd /home/ren/.build/qt5/build/config.tests && g++ -pipe -Wl,--enable-new-dtags -o conftest-out conftest.cpp
  231. test config.qtbase.tests.enable_new_dtags succeeded
  232. executing config test f16c
  233. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=f16c /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  234. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  235. > rm -f main.o
  236. > rm -f *~ core *.core
  237. > g++ -c -pipe -mf16c -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_F16C -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  238. > g++ -Wl,-O1 -o x86_simd main.o
  239. test config.qtbase.tests.f16c succeeded
  240. looking for library host_dbus
  241. Trying source 0 (type pkgConfig) of library host_dbus ...
  242. + /usr/local/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
  243. + /usr/local/bin/pkg-config --modversion dbus-1 '>=' 1.2
  244. > 1.12.2
  245. + /usr/local/bin/pkg-config --libs-only-L dbus-1 '>=' 1.2
  246. > -L/usr/lib/i386-linux-gnu
  247. + /usr/local/bin/pkg-config --libs-only-l dbus-1 '>=' 1.2
  248. > -ldbus-1
  249. + /usr/local/bin/pkg-config --cflags dbus-1 '>=' 1.2
  250. > -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include
  251. => source accepted.
  252. test config.qtbase.libraries.host_dbus succeeded
  253. executing config test intelcet
  254. + cd /home/ren/.build/qt5/build/config.tests/intelcet && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/intelcet
  255. + cd /home/ren/.build/qt5/build/config.tests/intelcet && MAKEFLAGS= /usr/local/bin/make
  256. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  257. > main.cpp:7:8: error: #error Intel CET not available
  258. > # error Intel CET not available
  259. > ^~~~~
  260. > make: *** [Makefile:167: main.o] Error 1
  261. test config.qtbase.tests.intelcet FAILED
  262. looking for library libudev
  263. Trying source 0 (type pkgConfig) of library libudev ...
  264. + /usr/local/bin/pkg-config --exists --silence-errors libudev
  265. + /usr/local/bin/pkg-config --modversion libudev
  266. > 237
  267. + /usr/local/bin/pkg-config --libs-only-L libudev
  268. > -L/lib/i386-linux-gnu
  269. + /usr/local/bin/pkg-config --libs-only-l libudev
  270. > -ludev
  271. + /usr/local/bin/pkg-config --cflags libudev
  272. + cd /home/ren/.build/qt5/build/config.tests/libudev && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libudev' 'QMAKE_LIBS_LIBUDEV = -L/lib/i386-linux-gnu -ludev' /home/ren/.build/qt5/build/config.tests/libudev
  273. + cd /home/ren/.build/qt5/build/config.tests/libudev && MAKEFLAGS= /usr/local/bin/make
  274. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  275. > g++ -Wl,-O1 -o libudev main.o -L/lib/i386-linux-gnu -ludev
  276. => source accepted.
  277. test config.qtbase.libraries.libudev succeeded
  278. executing config test posix_fallocate
  279. + cd /home/ren/.build/qt5/build/config.tests/posix_fallocate && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/posix_fallocate
  280. + cd /home/ren/.build/qt5/build/config.tests/posix_fallocate && MAKEFLAGS= /usr/local/bin/make
  281. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  282. > g++ -Wl,-O1 -o posix_fallocate main.o
  283. test config.qtbase.tests.posix_fallocate succeeded
  284. executing config test precompile_header
  285. + cd /home/ren/.build/qt5/build/config.tests/precompile_header && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/precompile_header
  286. + cd /home/ren/.build/qt5/build/config.tests/precompile_header && MAKEFLAGS= /usr/local/bin/make
  287. > g++ -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -x c++-header -c header.h -o .pch/precompile_header.gch/c++
  288. > g++ -c -include .pch/precompile_header -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  289. > g++ -Wl,-O1 -o precompile_header main.o
  290. test config.qtbase.tests.precompile_header succeeded
  291. executing config test rdrnd
  292. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=rdrnd /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  293. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  294. > rm -f main.o
  295. > rm -f *~ core *.core
  296. > g++ -c -pipe -mrdrnd -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDRND -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  297. > g++ -Wl,-O1 -o x86_simd main.o
  298. test config.qtbase.tests.rdrnd succeeded
  299. executing config test rdseed
  300. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=rdseed /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  301. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  302. > rm -f main.o
  303. > rm -f *~ core *.core
  304. > g++ -c -pipe -mrdseed -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDSEED -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  305. > /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp: In function ‘int test_rdseed()’:
  306. > /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp:140:9: error: ‘_rdseed16_step’ was not declared in this scope
  307. > if (_rdseed16_step(&us))
  308. > ^~~~~~~~~~~~~~
  309. > /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp:140:9: note: suggested alternative: ‘_rdrand16_step’
  310. > if (_rdseed16_step(&us))
  311. > ^~~~~~~~~~~~~~
  312. > _rdrand16_step
  313. > /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp:142:9: error: ‘_rdseed32_step’ was not declared in this scope
  314. > if (_rdseed32_step(&ui))
  315. > ^~~~~~~~~~~~~~
  316. > /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp:142:9: note: suggested alternative: ‘_rdrand32_step’
  317. > if (_rdseed32_step(&ui))
  318. > ^~~~~~~~~~~~~~
  319. > _rdrand32_step
  320. > make: *** [Makefile:170: main.o] Error 1
  321. test config.qtbase.tests.rdseed FAILED
  322. executing config test reduce_exports
  323. + cd /home/ren/.build/qt5/build/config.tests/reduce_exports && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/reduce_exports
  324. + cd /home/ren/.build/qt5/build/config.tests/reduce_exports && MAKEFLAGS= /usr/local/bin/make
  325. > g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  326. > rm -f libreduce_exports.so.1.0.0 libreduce_exports.so libreduce_exports.so.1 libreduce_exports.so.1.0
  327. > g++ -Wl,-O1 -shared -Wl,-soname,libreduce_exports.so.1 -o libreduce_exports.so.1.0.0 main.o
  328. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so
  329. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1
  330. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1.0
  331. test config.qtbase.tests.reduce_exports succeeded
  332. executing config test reduce_relocations
  333. + cd /home/ren/.build/qt5/build/config.tests/reduce_relocations && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/reduce_relocations
  334. + cd /home/ren/.build/qt5/build/config.tests/reduce_relocations && MAKEFLAGS= /usr/local/bin/make
  335. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  336. > rm -f libreduce_relocations.so.1.0.0 libreduce_relocations.so libreduce_relocations.so.1 libreduce_relocations.so.1.0
  337. > g++ -Wl,-O1 -shared -Wl,-Bsymbolic-functions -Wl,-soname,libreduce_relocations.so.1 -o libreduce_relocations.so.1.0.0 main.o
  338. > ln -s libreduce_relocations.so.1.0.0 libreduce_relocations.so
  339. > ln -s libreduce_relocations.so.1.0.0 libreduce_relocations.so.1
  340. > ln -s libreduce_relocations.so.1.0.0 libreduce_relocations.so.1.0
  341. test config.qtbase.tests.reduce_relocations succeeded
  342. executing config test shani
  343. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=shani /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  344. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  345. > rm -f main.o
  346. > rm -f *~ core *.core
  347. > g++ -c -pipe -msha -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SHANI -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  348. > g++ -Wl,-O1 -o x86_simd main.o
  349. test config.qtbase.tests.shani succeeded
  350. executing config test signaling_nan
  351. + cd /home/ren/.build/qt5/build/config.tests/signaling_nan && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/signaling_nan
  352. + cd /home/ren/.build/qt5/build/config.tests/signaling_nan && MAKEFLAGS= /usr/local/bin/make
  353. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  354. > g++ -Wl,-O1 -o signaling_nan main.o
  355. test config.qtbase.tests.signaling_nan succeeded
  356. executing config test stl
  357. + cd /home/ren/.build/qt5/build/config.tests/stl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtbase/config.tests/stl
  358. + cd /home/ren/.build/qt5/build/config.tests/stl && MAKEFLAGS= /usr/local/bin/make
  359. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtbase/config.tests/stl -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o stltest.o /home/ren/.build/qt5/qtbase/config.tests/stl/stltest.cpp
  360. > g++ -Wl,-O1 -o stl stltest.o
  361. test config.qtbase.tests.stl succeeded
  362. looking for library zlib
  363. Trying source 0 (type inline) of library zlib ...
  364. => source failed condition 'config.msvc'.
  365. Trying source 1 (type inline) of library zlib ...
  366. => source failed condition 'config.msvc'.
  367. Trying source 2 (type inline) of library zlib ...
  368. + cd /home/ren/.build/qt5/build/config.tests/zlib && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += zlib' 'QMAKE_LIBS_ZLIB = -lz' /home/ren/.build/qt5/build/config.tests/zlib
  369. + cd /home/ren/.build/qt5/build/config.tests/zlib && MAKEFLAGS= /usr/local/bin/make
  370. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  371. > g++ -Wl,-O1 -o zlib main.o -lz
  372. => source accepted.
  373. test config.qtbase.libraries.zlib succeeded
  374. executing config test x86SimdAlways
  375. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'SIMD=aesni avx avx2 avx512bw avx512cd avx512dq avx512er avx512f avx512ifma avx512pf avx512vbmi avx512vl f16c rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3' /home/ren/.build/qt5/qtbase/config.tests/x86_simd
  376. + cd /home/ren/.build/qt5/build/config.tests/x86_simd && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  377. > rm -f main.o
  378. > rm -f *~ core *.core
  379. > g++ -c -pipe -O2 -w -fPIC -DQT_COMPILER_SUPPORTS_AESNI -DQT_COMPILER_SUPPORTS_AVX -DQT_COMPILER_SUPPORTS_AVX2 -DQT_COMPILER_SUPPORTS_AVX512BW -DQT_COMPILER_SUPPORTS_AVX512CD -DQT_COMPILER_SUPPORTS_AVX512DQ -DQT_COMPILER_SUPPORTS_AVX512ER -DQT_COMPILER_SUPPORTS_AVX512F -DQT_COMPILER_SUPPORTS_AVX512IFMA -DQT_COMPILER_SUPPORTS_AVX512PF -DQT_COMPILER_SUPPORTS_AVX512VBMI -DQT_COMPILER_SUPPORTS_AVX512VL -DQT_COMPILER_SUPPORTS_F16C -DQT_COMPILER_SUPPORTS_RDRND -DQT_COMPILER_SUPPORTS_SHANI -DQT_COMPILER_SUPPORTS_SSE2 -DQT_COMPILER_SUPPORTS_SSE3 -DQT_COMPILER_SUPPORTS_SSE4_1 -DQT_COMPILER_SUPPORTS_SSE4_2 -DQT_COMPILER_SUPPORTS_SSSE3 -I/home/ren/.build/qt5/qtbase/config.tests/x86_simd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtbase/config.tests/x86_simd/main.cpp
  380. > g++ -Wl,-O1 -o x86_simd main.o
  381. test config.qtbase.tests.x86SimdAlways succeeded
  382. looking for library zstd
  383. Trying source 0 (type pkgConfig) of library zstd ...
  384. + /usr/local/bin/pkg-config --exists --silence-errors libzstd '>=' 1.3
  385. + /usr/local/bin/pkg-config --modversion libzstd '>=' 1.3
  386. > 1.3.3
  387. + /usr/local/bin/pkg-config --libs-only-L libzstd '>=' 1.3
  388. + /usr/local/bin/pkg-config --libs-only-l libzstd '>=' 1.3
  389. > -lzstd
  390. + /usr/local/bin/pkg-config --cflags libzstd '>=' 1.3
  391. + cd /home/ren/.build/qt5/build/config.tests/zstd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += zstd' 'QMAKE_LIBS_ZSTD = -lzstd' /home/ren/.build/qt5/build/config.tests/zstd
  392. + cd /home/ren/.build/qt5/build/config.tests/zstd && MAKEFLAGS= /usr/local/bin/make
  393. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  394. > g++ -Wl,-O1 -o zstd main.o -lzstd
  395. => source accepted.
  396. test config.qtbase.libraries.zstd succeeded
  397. looking for library librt
  398. Trying source 0 (type inline) of library librt ...
  399. + cd /home/ren/.build/qt5/build/config.tests/librt && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += librt' 'QMAKE_LIBS_LIBRT = ' /home/ren/.build/qt5/build/config.tests/librt
  400. + cd /home/ren/.build/qt5/build/config.tests/librt && MAKEFLAGS= /usr/local/bin/make
  401. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  402. > g++ -Wl,-O1 -o librt main.o
  403. => source accepted.
  404. test config.qtbase_corelib.libraries.librt succeeded
  405. executing config test clock-monotonic
  406. + cd /home/ren/.build/qt5/build/config.tests/clock-monotonic && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += librt' 'QMAKE_LIBS_LIBRT = ' /home/ren/.build/qt5/build/config.tests/clock-monotonic
  407. + cd /home/ren/.build/qt5/build/config.tests/clock-monotonic && MAKEFLAGS= /usr/local/bin/make
  408. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  409. > g++ -Wl,-O1 -o clock-monotonic main.o
  410. test config.qtbase_corelib.tests.clock-monotonic succeeded
  411. executing config test cxx11_future
  412. + cd /home/ren/.build/qt5/build/config.tests/cxx11_future && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/cxx11_future
  413. + cd /home/ren/.build/qt5/build/config.tests/cxx11_future && MAKEFLAGS= /usr/local/bin/make
  414. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  415. > g++ -Wl,-O1 -o cxx11_future main.o -lpthread
  416. test config.qtbase_corelib.tests.cxx11_future succeeded
  417. executing config test eventfd
  418. + cd /home/ren/.build/qt5/build/config.tests/eventfd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/eventfd
  419. + cd /home/ren/.build/qt5/build/config.tests/eventfd && MAKEFLAGS= /usr/local/bin/make
  420. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  421. > g++ -Wl,-O1 -o eventfd main.o
  422. test config.qtbase_corelib.tests.eventfd succeeded
  423. executing config test futimens
  424. + cd /home/ren/.build/qt5/build/config.tests/futimens && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/futimens
  425. + cd /home/ren/.build/qt5/build/config.tests/futimens && MAKEFLAGS= /usr/local/bin/make
  426. > g++ -c -pipe -O2 -Wall -Wextra -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  427. > g++ -Wl,-O1 -o futimens main.o
  428. test config.qtbase_corelib.tests.futimens succeeded
  429. executing config test getauxval
  430. + cd /home/ren/.build/qt5/build/config.tests/getauxval && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/getauxval
  431. + cd /home/ren/.build/qt5/build/config.tests/getauxval && MAKEFLAGS= /usr/local/bin/make
  432. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  433. > g++ -Wl,-O1 -o getauxval main.o
  434. test config.qtbase_corelib.tests.getauxval succeeded
  435. executing config test getentropy
  436. + cd /home/ren/.build/qt5/build/config.tests/getentropy && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/getentropy
  437. + cd /home/ren/.build/qt5/build/config.tests/getentropy && MAKEFLAGS= /usr/local/bin/make
  438. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  439. > g++ -Wl,-O1 -o getentropy main.o
  440. test config.qtbase_corelib.tests.getentropy succeeded
  441. looking for library glib
  442. Trying source 0 (type pkgConfig) of library glib ...
  443. + /usr/local/bin/pkg-config --exists --silence-errors glib-2.0 gthread-2.0
  444. + /usr/local/bin/pkg-config --modversion glib-2.0 gthread-2.0
  445. > 2.56.4
  446. > 2.56.4
  447. + /usr/local/bin/pkg-config --libs-only-L glib-2.0 gthread-2.0
  448. > -L/usr/lib/i386-linux-gnu
  449. + /usr/local/bin/pkg-config --libs-only-l glib-2.0 gthread-2.0
  450. > -lgthread-2.0 -lglib-2.0
  451. + /usr/local/bin/pkg-config --cflags glib-2.0 gthread-2.0
  452. > -pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
  453. Note: Dropped compiler flags '-pthread'.
  454. + cd /home/ren/.build/qt5/build/config.tests/glib && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += glib' 'QMAKE_LIBS_GLIB = -L/usr/lib/i386-linux-gnu -lgthread-2.0 -lglib-2.0' 'QMAKE_INCDIR_GLIB = /usr/include/glib-2.0 /usr/lib/i386-linux-gnu/glib-2.0/include' /home/ren/.build/qt5/build/config.tests/glib
  455. + cd /home/ren/.build/qt5/build/config.tests/glib && MAKEFLAGS= /usr/local/bin/make
  456. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  457. > g++ -Wl,-O1 -o glib main.o -L/usr/lib/i386-linux-gnu -lgthread-2.0 -lglib-2.0
  458. => source accepted.
  459. test config.qtbase_corelib.libraries.glib succeeded
  460. executing config test glibc
  461. + cd /home/ren/.build/qt5/build/config.tests/glibc && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/glibc
  462. + cd /home/ren/.build/qt5/build/config.tests/glibc && MAKEFLAGS= /usr/local/bin/make
  463. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  464. > g++ -Wl,-O1 -o glibc main.o
  465. test config.qtbase_corelib.tests.glibc succeeded
  466. looking for library posix_iconv
  467. Trying source 0 (type inline) of library posix_iconv ...
  468. => source failed condition 'config.openbsd || config.haiku'.
  469. Trying source 1 (type inline) of library posix_iconv ...
  470. + cd /home/ren/.build/qt5/build/config.tests/posix_iconv && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += posix_iconv' 'QMAKE_LIBS_POSIX_ICONV = ' /home/ren/.build/qt5/build/config.tests/posix_iconv
  471. + cd /home/ren/.build/qt5/build/config.tests/posix_iconv && MAKEFLAGS= /usr/local/bin/make
  472. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  473. > g++ -Wl,-O1 -o posix_iconv main.o
  474. => source accepted.
  475. test config.qtbase_corelib.libraries.posix_iconv succeeded
  476. looking for library icu
  477. Trying source 0 (type inline) of library icu ...
  478. => source failed condition 'config.win32 && !features.shared'.
  479. Trying source 1 (type inline) of library icu ...
  480. => source failed condition 'config.win32 && features.shared'.
  481. Trying source 2 (type inline) of library icu ...
  482. + cd /home/ren/.build/qt5/build/config.tests/icu && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += icu' 'QMAKE_LIBS_ICU = -licui18n -licuuc -licudata' 'QMAKE_DEPENDS_ICU_CC = LIBDL' 'QMAKE_DEPENDS_ICU_LD = LIBDL' 'QMAKE_LIBS_LIBDL = -ldl' /home/ren/.build/qt5/build/config.tests/icu
  483. + cd /home/ren/.build/qt5/build/config.tests/icu && MAKEFLAGS= /usr/local/bin/make
  484. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  485. > g++ -Wl,-O1 -o icu main.o -licui18n -licuuc -licudata -ldl
  486. => source accepted.
  487. test config.qtbase_corelib.libraries.icu succeeded
  488. executing config test inotify
  489. + cd /home/ren/.build/qt5/build/config.tests/inotify && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/inotify
  490. + cd /home/ren/.build/qt5/build/config.tests/inotify && MAKEFLAGS= /usr/local/bin/make
  491. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  492. > g++ -Wl,-O1 -o inotify main.o
  493. test config.qtbase_corelib.tests.inotify succeeded
  494. executing config test ipc_sysv
  495. + cd /home/ren/.build/qt5/build/config.tests/ipc_sysv && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/ipc_sysv
  496. + cd /home/ren/.build/qt5/build/config.tests/ipc_sysv && MAKEFLAGS= /usr/local/bin/make
  497. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  498. > g++ -Wl,-O1 -o ipc_sysv main.o
  499. test config.qtbase_corelib.tests.ipc_sysv succeeded
  500. executing config test linkat
  501. + cd /home/ren/.build/qt5/build/config.tests/linkat && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/linkat
  502. + cd /home/ren/.build/qt5/build/config.tests/linkat && MAKEFLAGS= /usr/local/bin/make
  503. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  504. > g++ -Wl,-O1 -o linkat main.o
  505. test config.qtbase_corelib.tests.linkat succeeded
  506. executing config test ppoll
  507. + cd /home/ren/.build/qt5/build/config.tests/ppoll && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/ppoll
  508. + cd /home/ren/.build/qt5/build/config.tests/ppoll && MAKEFLAGS= /usr/local/bin/make
  509. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  510. > g++ -Wl,-O1 -o ppoll main.o
  511. test config.qtbase_corelib.tests.ppoll succeeded
  512. looking for library pcre2
  513. Trying source 0 (type pkgConfig) of library pcre2 ...
  514. + /usr/local/bin/pkg-config --exists --silence-errors libpcre2-16
  515. + /usr/local/bin/pkg-config --modversion libpcre2-16
  516. > 10.31
  517. + /usr/local/bin/pkg-config --libs-only-L libpcre2-16
  518. > -L/usr/lib/i386-linux-gnu
  519. + /usr/local/bin/pkg-config --libs-only-l libpcre2-16
  520. > -lpcre2-16
  521. + /usr/local/bin/pkg-config --cflags libpcre2-16
  522. + cd /home/ren/.build/qt5/build/config.tests/pcre2 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += pcre2' 'QMAKE_LIBS_PCRE2 = -L/usr/lib/i386-linux-gnu -lpcre2-16' /home/ren/.build/qt5/build/config.tests/pcre2
  523. + cd /home/ren/.build/qt5/build/config.tests/pcre2 && MAKEFLAGS= /usr/local/bin/make
  524. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  525. > g++ -Wl,-O1 -o pcre2 main.o -L/usr/lib/i386-linux-gnu -lpcre2-16
  526. => source accepted.
  527. test config.qtbase_corelib.libraries.pcre2 succeeded
  528. executing config test renameat2
  529. + cd /home/ren/.build/qt5/build/config.tests/renameat2 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/renameat2
  530. + cd /home/ren/.build/qt5/build/config.tests/renameat2 && MAKEFLAGS= /usr/local/bin/make
  531. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  532. > main.cpp: In function ‘int main(int, char**)’:
  533. > main.cpp:9:53: error: ‘RENAME_NOREPLACE’ was not declared in this scope
  534. > renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  535. > ^~~~~~~~~~~~~~~~
  536. > main.cpp:9:72: error: ‘RENAME_WHITEOUT’ was not declared in this scope
  537. > renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  538. > ^~~~~~~~~~~~~~~
  539. > main.cpp:9:5: error: ‘renameat2’ was not declared in this scope
  540. > renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  541. > ^~~~~~~~~
  542. > main.cpp:9:5: note: suggested alternative: ‘renameat’
  543. > renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  544. > ^~~~~~~~~
  545. > renameat
  546. > make: *** [Makefile:169: main.o] Error 1
  547. test config.qtbase_corelib.tests.renameat2 FAILED
  548. looking for library slog2
  549. Trying source 0 (type inline) of library slog2 ...
  550. sys/slog2.h not found in [] and global paths.
  551. => source produced no result.
  552. test config.qtbase_corelib.libraries.slog2 FAILED
  553. executing config test statx
  554. + cd /home/ren/.build/qt5/build/config.tests/statx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/statx
  555. + cd /home/ren/.build/qt5/build/config.tests/statx && MAKEFLAGS= /usr/local/bin/make
  556. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  557. > main.cpp: In function ‘int main(int, char**)’:
  558. > main.cpp:11:18: error: aggregate ‘main(int, char**)::statx statxbuf’ has incomplete type and cannot be defined
  559. > struct statx statxbuf;
  560. > ^~~~~~~~
  561. > main.cpp:12:25: error: ‘STATX_BASIC_STATS’ was not declared in this scope
  562. > unsigned int mask = STATX_BASIC_STATS;
  563. > ^~~~~~~~~~~~~~~~~
  564. > main.cpp:13:32: error: ‘AT_STATX_SYNC_AS_STAT’ was not declared in this scope
  565. > return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  566. > ^~~~~~~~~~~~~~~~~~~~~
  567. > main.cpp:13:70: error: invalid use of incomplete type ‘struct main(int, char**)::statx’
  568. > return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  569. > ^
  570. > main.cpp:11:12: note: forward declaration of ‘struct main(int, char**)::statx’
  571. > struct statx statxbuf;
  572. > ^~~~~
  573. > make: *** [Makefile:169: main.o] Error 1
  574. test config.qtbase_corelib.tests.statx FAILED
  575. looking for library libatomic
  576. Trying source 0 (type inline) of library libatomic ...
  577. + cd /home/ren/.build/qt5/build/config.tests/libatomic && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libatomic' 'QMAKE_LIBS_LIBATOMIC = ' /home/ren/.build/qt5/build/config.tests/libatomic
  578. + cd /home/ren/.build/qt5/build/config.tests/libatomic && MAKEFLAGS= /usr/local/bin/make
  579. > g++ -c -pipe -O2 -std=gnu++11 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  580. > g++ -Wl,-O1 -o libatomic main.o
  581. => source accepted.
  582. test config.qtbase_corelib.libraries.libatomic succeeded
  583. looking for library doubleconversion
  584. Trying source 0 (type inline) of library doubleconversion ...
  585. + cd /home/ren/.build/qt5/build/config.tests/doubleconversion && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += doubleconversion' 'QMAKE_LIBS_DOUBLECONVERSION = -ldouble-conversion' /home/ren/.build/qt5/build/config.tests/doubleconversion
  586. + cd /home/ren/.build/qt5/build/config.tests/doubleconversion && MAKEFLAGS= /usr/local/bin/make
  587. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  588. > g++ -Wl,-O1 -o doubleconversion main.o -ldouble-conversion
  589. => source accepted.
  590. test config.qtbase_corelib.libraries.doubleconversion succeeded
  591. executing config test cloexec
  592. + cd /home/ren/.build/qt5/build/config.tests/cloexec && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/cloexec
  593. + cd /home/ren/.build/qt5/build/config.tests/cloexec && MAKEFLAGS= /usr/local/bin/make
  594. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  595. > g++ -Wl,-O1 -o cloexec main.o
  596. test config.qtbase_corelib.tests.cloexec succeeded
  597. executing config test cxx11_random
  598. + cd /home/ren/.build/qt5/build/config.tests/cxx11_random && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/cxx11_random
  599. + cd /home/ren/.build/qt5/build/config.tests/cxx11_random && MAKEFLAGS= /usr/local/bin/make
  600. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  601. > g++ -Wl,-O1 -o cxx11_random main.o
  602. test config.qtbase_corelib.tests.cxx11_random succeeded
  603. executing config test atomicfptr
  604. + cd /home/ren/.build/qt5/build/config.tests/atomicfptr && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/atomicfptr
  605. + cd /home/ren/.build/qt5/build/config.tests/atomicfptr && MAKEFLAGS= /usr/local/bin/make
  606. > g++ -c -pipe -O2 -std=gnu++11 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  607. > g++ -Wl,-O1 -o atomicfptr main.o
  608. test config.qtbase_corelib.tests.atomicfptr succeeded
  609. looking for library openssl_headers
  610. Trying source 0 (type inline) of library openssl_headers ...
  611. + cd /home/ren/.build/qt5/build/config.tests/openssl_headers && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/ren/.build/qt5/build/config.tests/openssl_headers
  612. + cd /home/ren/.build/qt5/build/config.tests/openssl_headers && MAKEFLAGS= /usr/local/bin/make
  613. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  614. > g++ -Wl,-O1 -o openssl_headers main.o
  615. => source accepted.
  616. test config.qtbase_network.libraries.openssl_headers succeeded
  617. executing config test dtls
  618. + cd /home/ren/.build/qt5/build/config.tests/dtls && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/ren/.build/qt5/build/config.tests/dtls
  619. + cd /home/ren/.build/qt5/build/config.tests/dtls && MAKEFLAGS= /usr/local/bin/make
  620. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  621. > g++ -Wl,-O1 -o dtls main.o
  622. test config.qtbase_network.tests.dtls succeeded
  623. Trying source 0 (type makeSpec) of library network ...
  624. => source accepted.
  625. executing config test getifaddrs
  626. + cd /home/ren/.build/qt5/build/config.tests/getifaddrs && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = ' /home/ren/.build/qt5/build/config.tests/getifaddrs
  627. + cd /home/ren/.build/qt5/build/config.tests/getifaddrs && MAKEFLAGS= /usr/local/bin/make
  628. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  629. > g++ -Wl,-O1 -o getifaddrs main.o
  630. test config.qtbase_network.tests.getifaddrs succeeded
  631. looking for library gssapi
  632. Trying source 0 (type inline) of library gssapi ...
  633. => source failed condition 'config.darwin'.
  634. Trying source 1 (type pkgConfig) of library gssapi ...
  635. + /usr/local/bin/pkg-config --exists --silence-errors krb5-gssapi
  636. pkg-config did not find package.
  637. => source produced no result.
  638. Trying source 2 (type inline) of library gssapi ...
  639. + cd /home/ren/.build/qt5/build/config.tests/gssapi && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += gssapi' 'QMAKE_LIBS_GSSAPI = -lgssapi_krb5' /home/ren/.build/qt5/build/config.tests/gssapi
  640. + cd /home/ren/.build/qt5/build/config.tests/gssapi && MAKEFLAGS= /usr/local/bin/make
  641. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  642. > main.cpp:8:12: fatal error: gssapi/gssapi.h: No such file or directory
  643. > # include <gssapi/gssapi.h>
  644. > ^~~~~~~~~~~~~~~~~
  645. > compilation terminated.
  646. > make: *** [Makefile:169: main.o] Error 1
  647. => source failed verification.
  648. test config.qtbase_network.libraries.gssapi FAILED
  649. executing config test ipv6ifname
  650. + cd /home/ren/.build/qt5/build/config.tests/ipv6ifname && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = ' /home/ren/.build/qt5/build/config.tests/ipv6ifname
  651. + cd /home/ren/.build/qt5/build/config.tests/ipv6ifname && MAKEFLAGS= /usr/local/bin/make
  652. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  653. > g++ -Wl,-O1 -o ipv6ifname main.o
  654. test config.qtbase_network.tests.ipv6ifname succeeded
  655. executing config test linux-netlink
  656. + cd /home/ren/.build/qt5/build/config.tests/linux-netlink && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/linux-netlink
  657. + cd /home/ren/.build/qt5/build/config.tests/linux-netlink && MAKEFLAGS= /usr/local/bin/make
  658. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  659. > g++ -Wl,-O1 -o linux-netlink main.o
  660. test config.qtbase_network.tests.linux-netlink succeeded
  661. executing config test ocsp
  662. + cd /home/ren/.build/qt5/build/config.tests/ocsp && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/ren/.build/qt5/build/config.tests/ocsp
  663. + cd /home/ren/.build/qt5/build/config.tests/ocsp && MAKEFLAGS= /usr/local/bin/make
  664. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  665. > g++ -Wl,-O1 -o ocsp main.o
  666. test config.qtbase_network.tests.ocsp succeeded
  667. looking for library xcb
  668. Trying source 0 (type pkgConfig) of library xcb ...
  669. + /usr/local/bin/pkg-config --exists --silence-errors xcb '>=' 1.11
  670. + /usr/local/bin/pkg-config --modversion xcb '>=' 1.11
  671. > 1.13
  672. + /usr/local/bin/pkg-config --libs-only-L xcb '>=' 1.11
  673. > -L/usr/lib/i386-linux-gnu
  674. + /usr/local/bin/pkg-config --libs-only-l xcb '>=' 1.11
  675. > -lxcb
  676. + /usr/local/bin/pkg-config --cflags xcb '>=' 1.11
  677. + cd /home/ren/.build/qt5/build/config.tests/xcb && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcb' 'QMAKE_LIBS_XCB = -L/usr/lib/i386-linux-gnu -lxcb' /home/ren/.build/qt5/build/config.tests/xcb
  678. + cd /home/ren/.build/qt5/build/config.tests/xcb && MAKEFLAGS= /usr/local/bin/make
  679. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  680. > g++ -Wl,-O1 -o xcb main.o -L/usr/lib/i386-linux-gnu -lxcb
  681. => source accepted.
  682. test config.qtbase_gui.libraries.xcb succeeded
  683. looking for library xcb_icccm
  684. Trying source 0 (type pkgConfig) of library xcb_icccm ...
  685. + /usr/local/bin/pkg-config --exists --silence-errors xcb-icccm '>=' 0.3.9
  686. + /usr/local/bin/pkg-config --modversion xcb-icccm '>=' 0.3.9
  687. > 0.4.1
  688. + /usr/local/bin/pkg-config --libs-only-L xcb-icccm '>=' 0.3.9
  689. > -L/usr/lib/i386-linux-gnu
  690. + /usr/local/bin/pkg-config --libs-only-l xcb-icccm '>=' 0.3.9
  691. > -lxcb-icccm -lxcb
  692. + /usr/local/bin/pkg-config --cflags xcb-icccm '>=' 0.3.9
  693. => source accepted.
  694. test config.qtbase_gui.libraries.xcb_icccm succeeded
  695. looking for library xcb_util
  696. Trying source 0 (type pkgConfig) of library xcb_util ...
  697. + /usr/local/bin/pkg-config --exists --silence-errors xcb-util '>=' 0.3.9
  698. + /usr/local/bin/pkg-config --modversion xcb-util '>=' 0.3.9
  699. > 0.4.0
  700. + /usr/local/bin/pkg-config --libs-only-L xcb-util '>=' 0.3.9
  701. > -L/usr/lib/i386-linux-gnu
  702. + /usr/local/bin/pkg-config --libs-only-l xcb-util '>=' 0.3.9
  703. > -lxcb-util -lxcb
  704. + /usr/local/bin/pkg-config --cflags xcb-util '>=' 0.3.9
  705. => source accepted.
  706. test config.qtbase_gui.libraries.xcb_util succeeded
  707. looking for library xcb_shm
  708. Trying source 0 (type pkgConfig) of library xcb_shm ...
  709. + /usr/local/bin/pkg-config --exists --silence-errors xcb-shm
  710. + /usr/local/bin/pkg-config --modversion xcb-shm
  711. > 1.13
  712. + /usr/local/bin/pkg-config --libs-only-L xcb-shm
  713. > -L/usr/lib/i386-linux-gnu
  714. + /usr/local/bin/pkg-config --libs-only-l xcb-shm
  715. > -lxcb-shm
  716. + /usr/local/bin/pkg-config --cflags xcb-shm
  717. => source accepted.
  718. test config.qtbase_gui.libraries.xcb_shm succeeded
  719. looking for library xcb_image
  720. Trying source 0 (type pkgConfig) of library xcb_image ...
  721. + /usr/local/bin/pkg-config --exists --silence-errors xcb-image '>=' 0.3.9
  722. + /usr/local/bin/pkg-config --modversion xcb-image '>=' 0.3.9
  723. > 0.4.0
  724. + /usr/local/bin/pkg-config --libs-only-L xcb-image '>=' 0.3.9
  725. > -L/usr/lib/i386-linux-gnu
  726. + /usr/local/bin/pkg-config --libs-only-l xcb-image '>=' 0.3.9
  727. > -lxcb-image -lxcb -lxcb-shm
  728. + /usr/local/bin/pkg-config --cflags xcb-image '>=' 0.3.9
  729. => source accepted.
  730. test config.qtbase_gui.libraries.xcb_image succeeded
  731. looking for library xcb_keysyms
  732. Trying source 0 (type pkgConfig) of library xcb_keysyms ...
  733. + /usr/local/bin/pkg-config --exists --silence-errors xcb-keysyms '>=' 0.3.9
  734. + /usr/local/bin/pkg-config --modversion xcb-keysyms '>=' 0.3.9
  735. > 0.4.0
  736. + /usr/local/bin/pkg-config --libs-only-L xcb-keysyms '>=' 0.3.9
  737. > -L/usr/lib/i386-linux-gnu
  738. + /usr/local/bin/pkg-config --libs-only-l xcb-keysyms '>=' 0.3.9
  739. > -lxcb-keysyms -lxcb
  740. + /usr/local/bin/pkg-config --cflags xcb-keysyms '>=' 0.3.9
  741. => source accepted.
  742. test config.qtbase_gui.libraries.xcb_keysyms succeeded
  743. looking for library xcb_randr
  744. Trying source 0 (type pkgConfig) of library xcb_randr ...
  745. + /usr/local/bin/pkg-config --exists --silence-errors xcb-randr
  746. + /usr/local/bin/pkg-config --modversion xcb-randr
  747. > 1.13
  748. + /usr/local/bin/pkg-config --libs-only-L xcb-randr
  749. > -L/usr/lib/i386-linux-gnu
  750. + /usr/local/bin/pkg-config --libs-only-l xcb-randr
  751. > -lxcb-randr
  752. + /usr/local/bin/pkg-config --cflags xcb-randr
  753. => source accepted.
  754. test config.qtbase_gui.libraries.xcb_randr succeeded
  755. looking for library xcb_render
  756. Trying source 0 (type pkgConfig) of library xcb_render ...
  757. + /usr/local/bin/pkg-config --exists --silence-errors xcb-render
  758. + /usr/local/bin/pkg-config --modversion xcb-render
  759. > 1.13
  760. + /usr/local/bin/pkg-config --libs-only-L xcb-render
  761. > -L/usr/lib/i386-linux-gnu
  762. + /usr/local/bin/pkg-config --libs-only-l xcb-render
  763. > -lxcb-render
  764. + /usr/local/bin/pkg-config --cflags xcb-render
  765. => source accepted.
  766. test config.qtbase_gui.libraries.xcb_render succeeded
  767. looking for library xcb_renderutil
  768. Trying source 0 (type pkgConfig) of library xcb_renderutil ...
  769. + /usr/local/bin/pkg-config --exists --silence-errors xcb-renderutil '>=' 0.3.9
  770. + /usr/local/bin/pkg-config --modversion xcb-renderutil '>=' 0.3.9
  771. > 0.3.9
  772. + /usr/local/bin/pkg-config --libs-only-L xcb-renderutil '>=' 0.3.9
  773. > -L/usr/lib/i386-linux-gnu
  774. + /usr/local/bin/pkg-config --libs-only-l xcb-renderutil '>=' 0.3.9
  775. > -lxcb-render-util -lxcb -lxcb-render
  776. + /usr/local/bin/pkg-config --cflags xcb-renderutil '>=' 0.3.9
  777. => source accepted.
  778. test config.qtbase_gui.libraries.xcb_renderutil succeeded
  779. looking for library xcb_shape
  780. Trying source 0 (type pkgConfig) of library xcb_shape ...
  781. + /usr/local/bin/pkg-config --exists --silence-errors xcb-shape
  782. + /usr/local/bin/pkg-config --modversion xcb-shape
  783. > 1.13
  784. + /usr/local/bin/pkg-config --libs-only-L xcb-shape
  785. > -L/usr/lib/i386-linux-gnu
  786. + /usr/local/bin/pkg-config --libs-only-l xcb-shape
  787. > -lxcb-shape
  788. + /usr/local/bin/pkg-config --cflags xcb-shape
  789. => source accepted.
  790. test config.qtbase_gui.libraries.xcb_shape succeeded
  791. looking for library xcb_sync
  792. Trying source 0 (type pkgConfig) of library xcb_sync ...
  793. + /usr/local/bin/pkg-config --exists --silence-errors xcb-sync
  794. + /usr/local/bin/pkg-config --modversion xcb-sync
  795. > 1.13
  796. + /usr/local/bin/pkg-config --libs-only-L xcb-sync
  797. > -L/usr/lib/i386-linux-gnu
  798. + /usr/local/bin/pkg-config --libs-only-l xcb-sync
  799. > -lxcb-sync
  800. + /usr/local/bin/pkg-config --cflags xcb-sync
  801. => source accepted.
  802. test config.qtbase_gui.libraries.xcb_sync succeeded
  803. looking for library xcb_xfixes
  804. Trying source 0 (type pkgConfig) of library xcb_xfixes ...
  805. + /usr/local/bin/pkg-config --exists --silence-errors xcb-xfixes
  806. + /usr/local/bin/pkg-config --modversion xcb-xfixes
  807. > 1.13
  808. + /usr/local/bin/pkg-config --libs-only-L xcb-xfixes
  809. > -L/usr/lib/i386-linux-gnu
  810. + /usr/local/bin/pkg-config --libs-only-l xcb-xfixes
  811. > -lxcb-xfixes
  812. + /usr/local/bin/pkg-config --cflags xcb-xfixes
  813. => source accepted.
  814. test config.qtbase_gui.libraries.xcb_xfixes succeeded
  815. looking for library xcb_xinerama
  816. Trying source 0 (type pkgConfig) of library xcb_xinerama ...
  817. + /usr/local/bin/pkg-config --exists --silence-errors xcb-xinerama
  818. + /usr/local/bin/pkg-config --modversion xcb-xinerama
  819. > 1.13
  820. + /usr/local/bin/pkg-config --libs-only-L xcb-xinerama
  821. > -L/usr/lib/i386-linux-gnu
  822. + /usr/local/bin/pkg-config --libs-only-l xcb-xinerama
  823. > -lxcb-xinerama
  824. + /usr/local/bin/pkg-config --cflags xcb-xinerama
  825. => source accepted.
  826. test config.qtbase_gui.libraries.xcb_xinerama succeeded
  827. looking for library xcb_xkb
  828. Trying source 0 (type pkgConfig) of library xcb_xkb ...
  829. + /usr/local/bin/pkg-config --exists --silence-errors xcb-xkb
  830. + /usr/local/bin/pkg-config --modversion xcb-xkb
  831. > 1.13
  832. + /usr/local/bin/pkg-config --libs-only-L xcb-xkb
  833. > -L/usr/lib/i386-linux-gnu
  834. + /usr/local/bin/pkg-config --libs-only-l xcb-xkb
  835. > -lxcb-xkb
  836. + /usr/local/bin/pkg-config --cflags xcb-xkb
  837. => source accepted.
  838. test config.qtbase_gui.libraries.xcb_xkb succeeded
  839. executing config test xcb_syslibs
  840. + cd /home/ren/.build/qt5/build/config.tests/xcb_syslibs && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcb_icccm xcb_util xcb_image xcb_keysyms xcb_randr xcb_render xcb_renderutil xcb_shape xcb_shm xcb_sync xcb_xfixes xcb_xinerama xcb_xkb xcb' 'QMAKE_LIBS_XCB = -L/usr/lib/i386-linux-gnu -lxcb' 'QMAKE_LIBS_XCB_XKB = -lxcb-xkb' 'QMAKE_DEPENDS_XCB_XKB_CC = XCB' 'QMAKE_DEPENDS_XCB_XKB_LD = XCB' 'QMAKE_LIBS_XCB_XINERAMA = -lxcb-xinerama' 'QMAKE_DEPENDS_XCB_XINERAMA_CC = XCB' 'QMAKE_DEPENDS_XCB_XINERAMA_LD = XCB' 'QMAKE_LIBS_XCB_XFIXES = -lxcb-xfixes' 'QMAKE_DEPENDS_XCB_XFIXES_CC = XCB' 'QMAKE_DEPENDS_XCB_XFIXES_LD = XCB' 'QMAKE_LIBS_XCB_SYNC = -lxcb-sync' 'QMAKE_DEPENDS_XCB_SYNC_CC = XCB' 'QMAKE_DEPENDS_XCB_SYNC_LD = XCB' 'QMAKE_LIBS_XCB_SHM = -lxcb-shm' 'QMAKE_DEPENDS_XCB_SHM_CC = XCB' 'QMAKE_DEPENDS_XCB_SHM_LD = XCB' 'QMAKE_LIBS_XCB_SHAPE = -lxcb-shape' 'QMAKE_DEPENDS_XCB_SHAPE_CC = XCB' 'QMAKE_DEPENDS_XCB_SHAPE_LD = XCB' 'QMAKE_LIBS_XCB_RENDERUTIL = -lxcb-render-util' 'QMAKE_DEPENDS_XCB_RENDERUTIL_CC = XCB XCB_RENDER' 'QMAKE_DEPENDS_XCB_RENDERUTIL_LD = XCB XCB_RENDER' 'QMAKE_LIBS_XCB_RENDER = -lxcb-render' 'QMAKE_DEPENDS_XCB_RENDER_CC = XCB' 'QMAKE_DEPENDS_XCB_RENDER_LD = XCB' 'QMAKE_LIBS_XCB_RANDR = -lxcb-randr' 'QMAKE_DEPENDS_XCB_RANDR_CC = XCB' 'QMAKE_DEPENDS_XCB_RANDR_LD = XCB' 'QMAKE_LIBS_XCB_KEYSYMS = -lxcb-keysyms' 'QMAKE_DEPENDS_XCB_KEYSYMS_CC = XCB' 'QMAKE_DEPENDS_XCB_KEYSYMS_LD = XCB' 'QMAKE_LIBS_XCB_IMAGE = -lxcb-image' 'QMAKE_DEPENDS_XCB_IMAGE_CC = XCB_SHM XCB_UTIL XCB' 'QMAKE_DEPENDS_XCB_IMAGE_LD = XCB_SHM XCB_UTIL XCB' 'QMAKE_LIBS_XCB_UTIL = -lxcb-util' 'QMAKE_DEPENDS_XCB_UTIL_CC = XCB' 'QMAKE_DEPENDS_XCB_UTIL_LD = XCB' 'QMAKE_LIBS_XCB_ICCCM = -lxcb-icccm' 'QMAKE_DEPENDS_XCB_ICCCM_CC = XCB' 'QMAKE_DEPENDS_XCB_ICCCM_LD = XCB' /home/ren/.build/qt5/build/config.tests/xcb_syslibs
  841. + cd /home/ren/.build/qt5/build/config.tests/xcb_syslibs && MAKEFLAGS= /usr/local/bin/make
  842. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  843. > g++ -Wl,-O1 -o xcb_syslibs main.o -lxcb-icccm -lxcb-image -lxcb-util -lxcb-shm -lxcb-keysyms -lxcb-randr -lxcb-render-util -lxcb-render -lxcb-shape -lxcb-sync -lxcb-xfixes -lxcb-xinerama -lxcb-xkb -L/usr/lib/i386-linux-gnu -lxcb
  844. test config.qtbase_gui.tests.xcb_syslibs succeeded
  845. looking for library xkbcommon
  846. Trying source 0 (type pkgConfig) of library xkbcommon ...
  847. + /usr/local/bin/pkg-config --exists --silence-errors xkbcommon '>=' 0.5.0
  848. + /usr/local/bin/pkg-config --modversion xkbcommon '>=' 0.5.0
  849. > 0.8.2
  850. + /usr/local/bin/pkg-config --libs-only-L xkbcommon '>=' 0.5.0
  851. > -L/usr/lib/i386-linux-gnu
  852. + /usr/local/bin/pkg-config --libs-only-l xkbcommon '>=' 0.5.0
  853. > -lxkbcommon
  854. + /usr/local/bin/pkg-config --cflags xkbcommon '>=' 0.5.0
  855. + cd /home/ren/.build/qt5/build/config.tests/xkbcommon && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xkbcommon' 'QMAKE_LIBS_XKBCOMMON = -L/usr/lib/i386-linux-gnu -lxkbcommon' /home/ren/.build/qt5/build/config.tests/xkbcommon
  856. + cd /home/ren/.build/qt5/build/config.tests/xkbcommon && MAKEFLAGS= /usr/local/bin/make
  857. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  858. > g++ -Wl,-O1 -o xkbcommon main.o -L/usr/lib/i386-linux-gnu -lxkbcommon
  859. => source accepted.
  860. test config.qtbase_gui.libraries.xkbcommon succeeded
  861. looking for library xkbcommon_x11
  862. Trying source 0 (type pkgConfig) of library xkbcommon_x11 ...
  863. + /usr/local/bin/pkg-config --exists --silence-errors xkbcommon-x11
  864. + /usr/local/bin/pkg-config --modversion xkbcommon-x11
  865. > 0.8.2
  866. + /usr/local/bin/pkg-config --libs-only-L xkbcommon-x11
  867. > -L/usr/lib/i386-linux-gnu
  868. + /usr/local/bin/pkg-config --libs-only-l xkbcommon-x11
  869. > -lxkbcommon-x11 -lxkbcommon
  870. + /usr/local/bin/pkg-config --cflags xkbcommon-x11
  871. + cd /home/ren/.build/qt5/build/config.tests/xkbcommon_x11 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xkbcommon_x11' 'QMAKE_LIBS_XKBCOMMON_X11 = -L/usr/lib/i386-linux-gnu -lxkbcommon-x11 -lxkbcommon' /home/ren/.build/qt5/build/config.tests/xkbcommon_x11
  872. + cd /home/ren/.build/qt5/build/config.tests/xkbcommon_x11 && MAKEFLAGS= /usr/local/bin/make
  873. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  874. > g++ -Wl,-O1 -o xkbcommon_x11 main.o -L/usr/lib/i386-linux-gnu -lxkbcommon-x11 -lxkbcommon
  875. => source accepted.
  876. test config.qtbase_gui.libraries.xkbcommon_x11 succeeded
  877. looking for library atspi
  878. Trying source 0 (type pkgConfig) of library atspi ...
  879. + /usr/local/bin/pkg-config --exists --silence-errors atspi-2
  880. + /usr/local/bin/pkg-config --modversion atspi-2
  881. > 2.28.0
  882. + /usr/local/bin/pkg-config --libs-only-L atspi-2
  883. > -L/usr/lib/i386-linux-gnu
  884. + /usr/local/bin/pkg-config --libs-only-l atspi-2
  885. > -latspi -ldbus-1 -lglib-2.0
  886. + /usr/local/bin/pkg-config --cflags atspi-2
  887. > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
  888. => source accepted.
  889. test config.qtbase_gui.libraries.atspi succeeded
  890. looking for library opengl
  891. Trying source 0 (type pkgConfig) of library opengl ...
  892. + /usr/local/bin/pkg-config --exists --silence-errors gl
  893. + /usr/local/bin/pkg-config --modversion gl
  894. > 20.0.8
  895. + /usr/local/bin/pkg-config --libs-only-L gl
  896. > -L/usr/lib/i386-linux-gnu
  897. + /usr/local/bin/pkg-config --libs-only-l gl
  898. > -lGL
  899. + /usr/local/bin/pkg-config --cflags gl
  900. > -I/usr/include/libdrm
  901. header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
  902. header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
  903. + cd /home/ren/.build/qt5/build/config.tests/opengl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += opengl' 'QMAKE_LIBS_OPENGL = -L/usr/lib/i386-linux-gnu -lGL' 'QMAKE_INCDIR_OPENGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/opengl
  904. + cd /home/ren/.build/qt5/build/config.tests/opengl && MAKEFLAGS= /usr/local/bin/make
  905. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  906. > g++ -Wl,-O1 -o opengl main.o -L/usr/lib/i386-linux-gnu -lGL
  907. => source accepted.
  908. test config.qtbase_gui.libraries.opengl succeeded
  909. looking for library drm
  910. Trying source 0 (type pkgConfig) of library drm ...
  911. + /usr/local/bin/pkg-config --exists --silence-errors libdrm
  912. + /usr/local/bin/pkg-config --modversion libdrm
  913. > 2.4.101
  914. + /usr/local/bin/pkg-config --libs-only-L libdrm
  915. > -L/usr/lib/i386-linux-gnu
  916. + /usr/local/bin/pkg-config --libs-only-l libdrm
  917. > -ldrm
  918. + /usr/local/bin/pkg-config --cflags libdrm
  919. > -I/usr/include/libdrm
  920. + cd /home/ren/.build/qt5/build/config.tests/drm && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += drm' 'QMAKE_LIBS_DRM = -L/usr/lib/i386-linux-gnu -ldrm' 'QMAKE_INCDIR_DRM = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/drm
  921. + cd /home/ren/.build/qt5/build/config.tests/drm && MAKEFLAGS= /usr/local/bin/make
  922. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  923. > g++ -Wl,-O1 -o drm main.o -L/usr/lib/i386-linux-gnu -ldrm
  924. => source accepted.
  925. test config.qtbase_gui.libraries.drm succeeded
  926. executing config test drm_atomic
  927. + cd /home/ren/.build/qt5/build/config.tests/drm_atomic && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += drm' 'QMAKE_LIBS_DRM = -L/usr/lib/i386-linux-gnu -ldrm' 'QMAKE_INCDIR_DRM = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/drm_atomic
  928. + cd /home/ren/.build/qt5/build/config.tests/drm_atomic && MAKEFLAGS= /usr/local/bin/make
  929. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  930. > g++ -Wl,-O1 -o drm_atomic main.o -L/usr/lib/i386-linux-gnu -ldrm
  931. test config.qtbase_gui.tests.drm_atomic succeeded
  932. looking for library egl
  933. Trying source 0 (type pkgConfig) of library egl ...
  934. + /usr/local/bin/pkg-config --exists --silence-errors egl
  935. + /usr/local/bin/pkg-config --modversion egl
  936. > 20.0.8
  937. + /usr/local/bin/pkg-config --libs-only-L egl
  938. > -L/usr/lib/i386-linux-gnu
  939. + /usr/local/bin/pkg-config --libs-only-l egl
  940. > -lEGL
  941. + /usr/local/bin/pkg-config --cflags egl
  942. > -I/usr/include/libdrm
  943. + cd /home/ren/.build/qt5/build/config.tests/egl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl
  944. + cd /home/ren/.build/qt5/build/config.tests/egl && MAKEFLAGS= /usr/local/bin/make
  945. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  946. > g++ -Wl,-O1 -o egl main.o -L/usr/lib/i386-linux-gnu -lEGL
  947. => source accepted.
  948. test config.qtbase_gui.libraries.egl succeeded
  949. looking for library xlib
  950. Trying source 0 (type makeSpec) of library xlib ...
  951. + cd /home/ren/.build/qt5/build/config.tests/xlib && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xlib' 'QMAKE_LIBS_XLIB = -lXext -lX11 -lm' /home/ren/.build/qt5/build/config.tests/xlib
  952. + cd /home/ren/.build/qt5/build/config.tests/xlib && MAKEFLAGS= /usr/local/bin/make
  953. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  954. > g++ -Wl,-O1 -o xlib main.o -lXext -lX11 -lm
  955. => source accepted.
  956. test config.qtbase_gui.libraries.xlib succeeded
  957. executing config test egl-x11
  958. + cd /home/ren/.build/qt5/build/config.tests/egl-x11 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl xlib' 'QMAKE_LIBS_XLIB = -lXext -lX11 -lm' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl-x11
  959. + cd /home/ren/.build/qt5/build/config.tests/egl-x11 && MAKEFLAGS= /usr/local/bin/make
  960. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  961. > g++ -Wl,-O1 -o egl-x11 main.o -L/usr/lib/i386-linux-gnu -lEGL -lXext -lX11 -lm
  962. test config.qtbase_gui.tests.egl-x11 succeeded
  963. Trying source 0 (type pkgConfig) of library bcm_host ...
  964. + /usr/local/bin/pkg-config --exists --silence-errors bcm_host
  965. pkg-config did not find package.
  966. => source produced no result.
  967. Trying source 1 (type makeSpec) of library bcm_host ...
  968. bcm_host.h not found in [] and global paths.
  969. => source produced no result.
  970. executing config test egl-egldevice
  971. + cd /home/ren/.build/qt5/build/config.tests/egl-egldevice && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl-egldevice
  972. + cd /home/ren/.build/qt5/build/config.tests/egl-egldevice && MAKEFLAGS= /usr/local/bin/make
  973. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  974. > g++ -Wl,-O1 -o egl-egldevice main.o -L/usr/lib/i386-linux-gnu -lEGL
  975. test config.qtbase_gui.tests.egl-egldevice succeeded
  976. looking for library gbm
  977. Trying source 0 (type pkgConfig) of library gbm ...
  978. + /usr/local/bin/pkg-config --exists --silence-errors gbm
  979. pkg-config did not find package.
  980. => source produced no result.
  981. test config.qtbase_gui.libraries.gbm FAILED
  982. executing config test egl-mali
  983. + cd /home/ren/.build/qt5/build/config.tests/egl-mali && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl-mali
  984. + cd /home/ren/.build/qt5/build/config.tests/egl-mali && MAKEFLAGS= /usr/local/bin/make
  985. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  986. > main.cpp:2:10: fatal error: EGL/fbdev_window.h: No such file or directory
  987. > #include <EGL/fbdev_window.h>
  988. > ^~~~~~~~~~~~~~~~~~~~
  989. > compilation terminated.
  990. > make: *** [Makefile:169: main.o] Error 1
  991. test config.qtbase_gui.tests.egl-mali FAILED
  992. executing config test egl-mali-2
  993. + cd /home/ren/.build/qt5/build/config.tests/egl-mali-2 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl-mali-2
  994. + cd /home/ren/.build/qt5/build/config.tests/egl-mali-2 && MAKEFLAGS= /usr/local/bin/make
  995. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  996. > main.cpp:3:10: fatal error: GLES2/gl2.h: No such file or directory
  997. > #include <GLES2/gl2.h>
  998. > ^~~~~~~~~~~~~
  999. > compilation terminated.
  1000. > make: *** [Makefile:169: main.o] Error 1
  1001. test config.qtbase_gui.tests.egl-mali-2 FAILED
  1002. executing config test egl-viv
  1003. + cd /home/ren/.build/qt5/build/config.tests/egl-viv && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl-viv
  1004. + cd /home/ren/.build/qt5/build/config.tests/egl-viv && MAKEFLAGS= /usr/local/bin/make
  1005. > g++ -c -pipe -O2 -w -fPIC -DEGL_API_FB=1 -DLINUX=1 -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1006. > main.cpp:3:10: fatal error: EGL/eglvivante.h: No such file or directory
  1007. > #include <EGL/eglvivante.h>
  1008. > ^~~~~~~~~~~~~~~~~~
  1009. > compilation terminated.
  1010. > make: *** [Makefile:169: main.o] Error 1
  1011. test config.qtbase_gui.tests.egl-viv FAILED
  1012. looking for library xcb_xlib
  1013. Trying source 0 (type pkgConfig) of library xcb_xlib ...
  1014. + /usr/local/bin/pkg-config --exists --silence-errors x11-xcb
  1015. + /usr/local/bin/pkg-config --modversion x11-xcb
  1016. > 1.6.4
  1017. + /usr/local/bin/pkg-config --libs-only-L x11-xcb
  1018. > -L/usr/lib/i386-linux-gnu
  1019. + /usr/local/bin/pkg-config --libs-only-l x11-xcb
  1020. > -lX11-xcb -lX11 -lxcb
  1021. + /usr/local/bin/pkg-config --cflags x11-xcb
  1022. + cd /home/ren/.build/qt5/build/config.tests/xcb_xlib && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcb_xlib' 'QMAKE_LIBS_XCB_XLIB = -lX11-xcb' 'QMAKE_DEPENDS_XCB_XLIB_CC = XCB XLIB' 'QMAKE_DEPENDS_XCB_XLIB_LD = XCB XLIB' 'QMAKE_LIBS_XLIB = -lXext -lX11 -lm' 'QMAKE_LIBS_XCB = -L/usr/lib/i386-linux-gnu -lxcb' /home/ren/.build/qt5/build/config.tests/xcb_xlib
  1023. + cd /home/ren/.build/qt5/build/config.tests/xcb_xlib && MAKEFLAGS= /usr/local/bin/make
  1024. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1025. > g++ -Wl,-O1 -o xcb_xlib main.o -lX11-xcb -L/usr/lib/i386-linux-gnu -lxcb -lXext -lX11 -lm
  1026. => source accepted.
  1027. test config.qtbase_gui.libraries.xcb_xlib succeeded
  1028. executing config test evdev
  1029. + cd /home/ren/.build/qt5/build/config.tests/evdev && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/evdev
  1030. + cd /home/ren/.build/qt5/build/config.tests/evdev && MAKEFLAGS= /usr/local/bin/make
  1031. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1032. > g++ -Wl,-O1 -o evdev main.o
  1033. test config.qtbase_gui.tests.evdev succeeded
  1034. looking for library freetype
  1035. Trying source 0 (type pkgConfig) of library freetype ...
  1036. + /usr/local/bin/pkg-config --exists --silence-errors freetype2
  1037. + /usr/local/bin/pkg-config --modversion freetype2
  1038. > 21.0.15
  1039. + /usr/local/bin/pkg-config --libs-only-L freetype2
  1040. > -L/usr/lib/i386-linux-gnu
  1041. + /usr/local/bin/pkg-config --libs-only-l freetype2
  1042. > -lfreetype
  1043. + /usr/local/bin/pkg-config --cflags freetype2
  1044. > -I/usr/include/freetype2 -I/usr/include/libpng16
  1045. + cd /home/ren/.build/qt5/build/config.tests/freetype && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += freetype' 'QMAKE_LIBS_FREETYPE = -L/usr/lib/i386-linux-gnu -lfreetype' 'QMAKE_INCDIR_FREETYPE = /usr/include/freetype2 /usr/include/libpng16' 'QMAKE_DEPENDS_FREETYPE_CC = ZLIB' 'QMAKE_DEPENDS_FREETYPE_LD = ZLIB' 'QMAKE_LIBS_ZLIB = -lz' /home/ren/.build/qt5/build/config.tests/freetype
  1046. + cd /home/ren/.build/qt5/build/config.tests/freetype && MAKEFLAGS= /usr/local/bin/make
  1047. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/freetype2 -I/usr/include/libpng16 -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1048. > g++ -Wl,-O1 -o freetype main.o -L/usr/lib/i386-linux-gnu -lfreetype -lz
  1049. => source accepted.
  1050. test config.qtbase_gui.libraries.freetype succeeded
  1051. looking for library fontconfig
  1052. Trying source 0 (type pkgConfig) of library fontconfig ...
  1053. + /usr/local/bin/pkg-config --exists --silence-errors fontconfig
  1054. + /usr/local/bin/pkg-config --modversion fontconfig
  1055. > 2.12.6
  1056. + /usr/local/bin/pkg-config --libs-only-L fontconfig
  1057. > -L/usr/lib/i386-linux-gnu
  1058. + /usr/local/bin/pkg-config --libs-only-l fontconfig
  1059. > -lfontconfig -lfreetype
  1060. + /usr/local/bin/pkg-config --cflags fontconfig
  1061. > -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16
  1062. + cd /home/ren/.build/qt5/build/config.tests/fontconfig && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += fontconfig' 'QMAKE_LIBS_FONTCONFIG = -lfontconfig' 'QMAKE_DEPENDS_FONTCONFIG_CC = FREETYPE' 'QMAKE_DEPENDS_FONTCONFIG_LD = FREETYPE' 'QMAKE_LIBS_FREETYPE = -L/usr/lib/i386-linux-gnu -lfreetype' 'QMAKE_INCDIR_FREETYPE = /usr/include/freetype2 /usr/include/libpng16' 'QMAKE_DEPENDS_FREETYPE_CC = ZLIB' 'QMAKE_DEPENDS_FREETYPE_LD = ZLIB' 'QMAKE_LIBS_ZLIB = -lz' /home/ren/.build/qt5/build/config.tests/fontconfig
  1063. + cd /home/ren/.build/qt5/build/config.tests/fontconfig && MAKEFLAGS= /usr/local/bin/make
  1064. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/freetype2 -I/usr/include/libpng16 -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1065. > g++ -Wl,-O1 -o fontconfig main.o -lfontconfig -L/usr/lib/i386-linux-gnu -lfreetype -lz
  1066. => source accepted.
  1067. test config.qtbase_gui.libraries.fontconfig succeeded
  1068. looking for library libinput
  1069. Trying source 0 (type pkgConfig) of library libinput ...
  1070. + /usr/local/bin/pkg-config --exists --silence-errors libinput
  1071. + /usr/local/bin/pkg-config --modversion libinput
  1072. > 1.10.4
  1073. + /usr/local/bin/pkg-config --libs-only-L libinput
  1074. > -L/usr/lib/i386-linux-gnu
  1075. + /usr/local/bin/pkg-config --libs-only-l libinput
  1076. > -linput
  1077. + /usr/local/bin/pkg-config --cflags libinput
  1078. + cd /home/ren/.build/qt5/build/config.tests/libinput && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libinput' 'QMAKE_LIBS_LIBINPUT = -L/usr/lib/i386-linux-gnu -linput' /home/ren/.build/qt5/build/config.tests/libinput
  1079. + cd /home/ren/.build/qt5/build/config.tests/libinput && MAKEFLAGS= /usr/local/bin/make
  1080. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1081. > g++ -Wl,-O1 -o libinput main.o -L/usr/lib/i386-linux-gnu -linput
  1082. => source accepted.
  1083. test config.qtbase_gui.libraries.libinput succeeded
  1084. executing config test libinput_axis_api
  1085. + cd /home/ren/.build/qt5/build/config.tests/libinput_axis_api && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libinput' 'QMAKE_LIBS_LIBINPUT = -L/usr/lib/i386-linux-gnu -linput' /home/ren/.build/qt5/build/config.tests/libinput_axis_api
  1086. + cd /home/ren/.build/qt5/build/config.tests/libinput_axis_api && MAKEFLAGS= /usr/local/bin/make
  1087. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1088. > g++ -Wl,-O1 -o libinput_axis_api main.o -L/usr/lib/i386-linux-gnu -linput
  1089. test config.qtbase_gui.tests.libinput_axis_api succeeded
  1090. executing config test linuxfb
  1091. + cd /home/ren/.build/qt5/build/config.tests/linuxfb && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/linuxfb
  1092. + cd /home/ren/.build/qt5/build/config.tests/linuxfb && MAKEFLAGS= /usr/local/bin/make
  1093. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1094. > g++ -Wl,-O1 -o linuxfb main.o
  1095. test config.qtbase_gui.tests.linuxfb succeeded
  1096. looking for library mtdev
  1097. Trying source 0 (type pkgConfig) of library mtdev ...
  1098. + /usr/local/bin/pkg-config --exists --silence-errors mtdev
  1099. + /usr/local/bin/pkg-config --modversion mtdev
  1100. > 1.1.5
  1101. + /usr/local/bin/pkg-config --libs-only-L mtdev
  1102. > -L/usr/lib/i386-linux-gnu
  1103. + /usr/local/bin/pkg-config --libs-only-l mtdev
  1104. > -lmtdev
  1105. + /usr/local/bin/pkg-config --cflags mtdev
  1106. + cd /home/ren/.build/qt5/build/config.tests/mtdev && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += mtdev' 'QMAKE_LIBS_MTDEV = -L/usr/lib/i386-linux-gnu -lmtdev' /home/ren/.build/qt5/build/config.tests/mtdev
  1107. + cd /home/ren/.build/qt5/build/config.tests/mtdev && MAKEFLAGS= /usr/local/bin/make
  1108. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1109. > g++ -Wl,-O1 -o mtdev main.o -L/usr/lib/i386-linux-gnu -lmtdev
  1110. => source accepted.
  1111. test config.qtbase_gui.libraries.mtdev succeeded
  1112. looking for library openvg
  1113. Trying source 0 (type pkgConfig) of library openvg ...
  1114. + /usr/local/bin/pkg-config --exists --silence-errors vg
  1115. pkg-config did not find package.
  1116. => source produced no result.
  1117. Trying source 1 (type makeSpec) of library openvg ...
  1118. VG/openvg.h not found in [] and global paths.
  1119. => source produced no result.
  1120. test config.qtbase_gui.libraries.openvg FAILED
  1121. executing config test qpa_default_platform
  1122. test config.qtbase_gui.tests.qpa_default_platform gave result xcb
  1123. looking for library harfbuzz
  1124. Trying source 0 (type inline) of library harfbuzz ...
  1125. + cd /home/ren/.build/qt5/build/config.tests/harfbuzz && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += harfbuzz' 'QMAKE_LIBS_HARFBUZZ = -lharfbuzz' /home/ren/.build/qt5/build/config.tests/harfbuzz
  1126. + cd /home/ren/.build/qt5/build/config.tests/harfbuzz && MAKEFLAGS= /usr/local/bin/make
  1127. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1128. > g++ -Wl,-O1 -o harfbuzz main.o -lharfbuzz
  1129. => source accepted.
  1130. test config.qtbase_gui.libraries.harfbuzz succeeded
  1131. looking for library libjpeg
  1132. Trying source 0 (type pkgConfig) of library libjpeg ...
  1133. + /usr/local/bin/pkg-config --exists --silence-errors libjpeg
  1134. + /usr/local/bin/pkg-config --modversion libjpeg
  1135. + /usr/local/bin/pkg-config --libs-only-L libjpeg
  1136. > -L/usr/lib/i386-linux-gnu
  1137. + /usr/local/bin/pkg-config --libs-only-l libjpeg
  1138. > -ljpeg
  1139. + /usr/local/bin/pkg-config --cflags libjpeg
  1140. + cd /home/ren/.build/qt5/build/config.tests/libjpeg && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libjpeg' 'QMAKE_LIBS_LIBJPEG = -L/usr/lib/i386-linux-gnu -ljpeg' /home/ren/.build/qt5/build/config.tests/libjpeg
  1141. + cd /home/ren/.build/qt5/build/config.tests/libjpeg && MAKEFLAGS= /usr/local/bin/make
  1142. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1143. > g++ -Wl,-O1 -o libjpeg main.o -L/usr/lib/i386-linux-gnu -ljpeg
  1144. => source accepted.
  1145. test config.qtbase_gui.libraries.libjpeg succeeded
  1146. looking for library libpng
  1147. Trying source 0 (type pkgConfig) of library libpng ...
  1148. + /usr/local/bin/pkg-config --exists --silence-errors libpng
  1149. + /usr/local/bin/pkg-config --modversion libpng
  1150. > 1.6.34
  1151. + /usr/local/bin/pkg-config --libs-only-L libpng
  1152. > -L/usr/lib/i386-linux-gnu
  1153. + /usr/local/bin/pkg-config --libs-only-l libpng
  1154. > -lpng16 -lz
  1155. + /usr/local/bin/pkg-config --cflags libpng
  1156. > -I/usr/include/libpng16
  1157. + cd /home/ren/.build/qt5/build/config.tests/libpng && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libpng' 'QMAKE_LIBS_LIBPNG = -L/usr/lib/i386-linux-gnu -lpng16' 'QMAKE_INCDIR_LIBPNG = /usr/include/libpng16' 'QMAKE_DEPENDS_LIBPNG_CC = ZLIB' 'QMAKE_DEPENDS_LIBPNG_LD = ZLIB' 'QMAKE_LIBS_ZLIB = -lz' /home/ren/.build/qt5/build/config.tests/libpng
  1158. + cd /home/ren/.build/qt5/build/config.tests/libpng && MAKEFLAGS= /usr/local/bin/make
  1159. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libpng16 -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1160. > g++ -Wl,-O1 -o libpng main.o -L/usr/lib/i386-linux-gnu -lpng16 -lz
  1161. => source accepted.
  1162. test config.qtbase_gui.libraries.libpng succeeded
  1163. looking for library libmd4c
  1164. Trying source 0 (type pkgConfig) of library libmd4c ...
  1165. + /usr/local/bin/pkg-config --exists --silence-errors md4c
  1166. + /usr/local/bin/pkg-config --modversion md4c
  1167. > 0.4.8
  1168. + /usr/local/bin/pkg-config --libs-only-L md4c
  1169. > -L/usr/local/lib
  1170. + /usr/local/bin/pkg-config --libs-only-l md4c
  1171. > -lmd4c
  1172. + /usr/local/bin/pkg-config --cflags md4c
  1173. > -I/usr/local/include
  1174. + cd /home/ren/.build/qt5/build/config.tests/libmd4c && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libmd4c' 'QMAKE_LIBS_LIBMD4C = -L/usr/local/lib -lmd4c' /home/ren/.build/qt5/build/config.tests/libmd4c
  1175. + cd /home/ren/.build/qt5/build/config.tests/libmd4c && MAKEFLAGS= /usr/local/bin/make
  1176. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1177. > g++ -Wl,-O1 -o libmd4c main.o -L/usr/local/lib -lmd4c
  1178. => source accepted.
  1179. test config.qtbase_gui.libraries.libmd4c succeeded
  1180. looking for library xcb_xinput
  1181. Trying source 0 (type pkgConfig) of library xcb_xinput ...
  1182. + /usr/local/bin/pkg-config --exists --silence-errors xcb-xinput '>=' 1.12
  1183. + /usr/local/bin/pkg-config --modversion xcb-xinput '>=' 1.12
  1184. > 1.13
  1185. + /usr/local/bin/pkg-config --libs-only-L xcb-xinput '>=' 1.12
  1186. > -L/usr/lib/i386-linux-gnu
  1187. + /usr/local/bin/pkg-config --libs-only-l xcb-xinput '>=' 1.12
  1188. > -lxcb-xinput
  1189. + /usr/local/bin/pkg-config --cflags xcb-xinput '>=' 1.12
  1190. + cd /home/ren/.build/qt5/build/config.tests/xcb_xinput && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcb_xinput' 'QMAKE_LIBS_XCB_XINPUT = -lxcb-xinput' 'QMAKE_DEPENDS_XCB_XINPUT_CC = XCB' 'QMAKE_DEPENDS_XCB_XINPUT_LD = XCB' 'QMAKE_LIBS_XCB = -L/usr/lib/i386-linux-gnu -lxcb' /home/ren/.build/qt5/build/config.tests/xcb_xinput
  1191. + cd /home/ren/.build/qt5/build/config.tests/xcb_xinput && MAKEFLAGS= /usr/local/bin/make
  1192. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1193. > g++ -Wl,-O1 -o xcb_xinput main.o -lxcb-xinput -L/usr/lib/i386-linux-gnu -lxcb
  1194. => source accepted.
  1195. test config.qtbase_gui.libraries.xcb_xinput succeeded
  1196. looking for library tslib
  1197. Trying source 0 (type inline) of library tslib ...
  1198. tslib.h not found in [] and global paths.
  1199. => source produced no result.
  1200. test config.qtbase_gui.libraries.tslib FAILED
  1201. looking for library vulkan
  1202. Trying source 0 (type pkgConfig) of library vulkan ...
  1203. + /usr/local/bin/pkg-config --exists --silence-errors vulkan
  1204. pkg-config did not find package.
  1205. => source produced no result.
  1206. Trying source 1 (type makeSpec) of library vulkan ...
  1207. vulkan/vulkan.h not found in [] and global paths.
  1208. => source produced no result.
  1209. test config.qtbase_gui.libraries.vulkan FAILED
  1210. executing config test x11prefix
  1211. + /usr/local/bin/pkg-config --exists --silence-errors x11
  1212. + /usr/local/bin/pkg-config --variable=prefix x11
  1213. > /usr
  1214. test config.qtbase_gui.tests.x11prefix gave result /usr
  1215. looking for library xcb_glx
  1216. Trying source 0 (type pkgConfig) of library xcb_glx ...
  1217. + /usr/local/bin/pkg-config --exists --silence-errors xcb-glx
  1218. + /usr/local/bin/pkg-config --modversion xcb-glx
  1219. > 1.13
  1220. + /usr/local/bin/pkg-config --libs-only-L xcb-glx
  1221. > -L/usr/lib/i386-linux-gnu
  1222. + /usr/local/bin/pkg-config --libs-only-l xcb-glx
  1223. > -lxcb-glx
  1224. + /usr/local/bin/pkg-config --cflags xcb-glx
  1225. + cd /home/ren/.build/qt5/build/config.tests/xcb_glx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcb_glx' 'QMAKE_LIBS_XCB_GLX = -lxcb-glx' 'QMAKE_DEPENDS_XCB_GLX_CC = XCB' 'QMAKE_DEPENDS_XCB_GLX_LD = XCB' 'QMAKE_LIBS_XCB = -L/usr/lib/i386-linux-gnu -lxcb' /home/ren/.build/qt5/build/config.tests/xcb_glx
  1226. + cd /home/ren/.build/qt5/build/config.tests/xcb_glx && MAKEFLAGS= /usr/local/bin/make
  1227. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1228. > g++ -Wl,-O1 -o xcb_glx main.o -lxcb-glx -L/usr/lib/i386-linux-gnu -lxcb
  1229. => source accepted.
  1230. test config.qtbase_gui.libraries.xcb_glx succeeded
  1231. looking for library x11sm
  1232. Trying source 0 (type pkgConfig) of library x11sm ...
  1233. + /usr/local/bin/pkg-config --exists --silence-errors sm ice
  1234. + /usr/local/bin/pkg-config --modversion sm ice
  1235. > 1.2.2
  1236. > 1.0.9
  1237. + /usr/local/bin/pkg-config --libs-only-L sm ice
  1238. > -L/usr/lib/i386-linux-gnu
  1239. + /usr/local/bin/pkg-config --libs-only-l sm ice
  1240. > -lSM -lICE
  1241. + /usr/local/bin/pkg-config --cflags sm ice
  1242. => source accepted.
  1243. test config.qtbase_gui.libraries.x11sm succeeded
  1244. looking for library gtk3
  1245. Trying source 0 (type pkgConfig) of library gtk3 ...
  1246. + /usr/local/bin/pkg-config --exists --silence-errors gtk+-3.0 '>=' 3.6
  1247. + /usr/local/bin/pkg-config --modversion gtk+-3.0 '>=' 3.6
  1248. > 3.22.30
  1249. + /usr/local/bin/pkg-config --libs-only-L gtk+-3.0 '>=' 3.6
  1250. > -L/usr/local/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu
  1251. + /usr/local/bin/pkg-config --libs-only-l gtk+-3.0 '>=' 3.6
  1252. > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  1253. + /usr/local/bin/pkg-config --cflags gtk+-3.0 '>=' 3.6
  1254. > -pthread -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
  1255. Note: Dropped compiler flags '-pthread'.
  1256. => source accepted.
  1257. test config.qtbase_widgets.libraries.gtk3 succeeded
  1258. looking for library cups
  1259. Trying source 0 (type inline) of library cups ...
  1260. cups/cups.h not found in [] and global paths.
  1261. => source produced no result.
  1262. test config.qtbase_printsupport.libraries.cups FAILED
  1263. looking for library db2
  1264. Trying source 0 (type inline) of library db2 ...
  1265. => source failed condition 'config.win32'.
  1266. Trying source 1 (type inline) of library db2 ...
  1267. sqlcli.h not found in [] and global paths.
  1268. sqlcli1.h not found in [] and global paths.
  1269. => source produced no result.
  1270. test config.qtbase_sqldrivers.libraries.db2 FAILED
  1271. looking for library ibase
  1272. Trying source 0 (type inline) of library ibase ...
  1273. => source failed condition 'config.win32'.
  1274. Trying source 1 (type inline) of library ibase ...
  1275. ibase.h not found in [] and global paths.
  1276. => source produced no result.
  1277. test config.qtbase_sqldrivers.libraries.ibase FAILED
  1278. looking for library mysql
  1279. Trying source 0 (type mysqlConfig) of library mysql ...
  1280. mysql_config not found.
  1281. => source produced no result.
  1282. Trying source 1 (type mysqlConfig) of library mysql ...
  1283. mysql_config not found.
  1284. => source produced no result.
  1285. Trying source 2 (type mysqlConfig) of library mysql ...
  1286. mysql_config not found.
  1287. => source produced no result.
  1288. Trying source 3 (type mysqlConfig) of library mysql ...
  1289. mysql_config not found.
  1290. => source produced no result.
  1291. Trying source 4 (type inline) of library mysql ...
  1292. mysql.h not found in [] and global paths.
  1293. => source produced no result.
  1294. Trying source 5 (type inline) of library mysql ...
  1295. => source failed condition 'config.win32'.
  1296. Trying source 6 (type inline) of library mysql ...
  1297. => source failed condition 'config.win32'.
  1298. Trying source 7 (type inline) of library mysql ...
  1299. mysql.h not found in [] and global paths.
  1300. => source produced no result.
  1301. Trying source 8 (type inline) of library mysql ...
  1302. mysql.h not found in [] and global paths.
  1303. => source produced no result.
  1304. test config.qtbase_sqldrivers.libraries.mysql FAILED
  1305. looking for library oci
  1306. Trying source 0 (type inline) of library oci ...
  1307. => source failed condition 'config.win32'.
  1308. Trying source 1 (type inline) of library oci ...
  1309. oci.h not found in [] and global paths.
  1310. => source produced no result.
  1311. test config.qtbase_sqldrivers.libraries.oci FAILED
  1312. looking for library odbc
  1313. Trying source 0 (type inline) of library odbc ...
  1314. => source failed condition 'config.win32'.
  1315. Trying source 1 (type inline) of library odbc ...
  1316. => source failed condition 'config.darwin'.
  1317. Trying source 2 (type inline) of library odbc ...
  1318. sql.h not found in [] and global paths.
  1319. sqlext.h not found in [] and global paths.
  1320. => source produced no result.
  1321. test config.qtbase_sqldrivers.libraries.odbc FAILED
  1322. looking for library psql
  1323. Trying source 0 (type pkgConfig) of library psql ...
  1324. + /usr/local/bin/pkg-config --exists --silence-errors libpq
  1325. pkg-config did not find package.
  1326. => source produced no result.
  1327. Trying source 1 (type psqlConfig) of library psql ...
  1328. pg_config not found.
  1329. => source produced no result.
  1330. Trying source 2 (type psqlEnv) of library psql ...
  1331. => source failed condition 'config.win32'.
  1332. Trying source 3 (type psqlEnv) of library psql ...
  1333. libpq-fe.h not found in [] and global paths.
  1334. => source produced no result.
  1335. test config.qtbase_sqldrivers.libraries.psql FAILED
  1336. looking for library sqlite2
  1337. Trying source 0 (type inline) of library sqlite2 ...
  1338. sqlite.h not found in [] and global paths.
  1339. => source produced no result.
  1340. test config.qtbase_sqldrivers.libraries.sqlite2 FAILED
  1341. looking for library tds
  1342. Trying source 0 (type sybaseEnv) of library tds ...
  1343. => source failed condition 'config.win32'.
  1344. Trying source 1 (type sybaseEnv) of library tds ...
  1345. + cd /home/ren/.build/qt5/build/config.tests/tds && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /home/ren/.build/qt5/build/config.tests/tds
  1346. + cd /home/ren/.build/qt5/build/config.tests/tds && MAKEFLAGS= /usr/local/bin/make
  1347. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1348. > main.cpp:2:10: fatal error: sybfront.h: No such file or directory
  1349. > #include <sybfront.h>
  1350. > ^~~~~~~~~~~~
  1351. > compilation terminated.
  1352. > make: *** [Makefile:169: main.o] Error 1
  1353. => source failed verification.
  1354. test config.qtbase_sqldrivers.libraries.tds FAILED
  1355. looking for library sqlite3
  1356. Trying source 0 (type pkgConfig) of library sqlite3 ...
  1357. + /usr/local/bin/pkg-config --exists --silence-errors sqlite3
  1358. + /usr/local/bin/pkg-config --modversion sqlite3
  1359. > 3.22.0
  1360. + /usr/local/bin/pkg-config --libs-only-L sqlite3
  1361. > -L/usr/lib/i386-linux-gnu
  1362. + /usr/local/bin/pkg-config --libs-only-l sqlite3
  1363. > -lsqlite3
  1364. + /usr/local/bin/pkg-config --cflags sqlite3
  1365. + cd /home/ren/.build/qt5/build/config.tests/sqlite3 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += sqlite3' 'QMAKE_LIBS_SQLITE3 = -L/usr/lib/i386-linux-gnu -lsqlite3' 'QMAKE_DEPENDS_SQLITE3_CC = ZLIB' 'QMAKE_DEPENDS_SQLITE3_LD = ZLIB' 'QMAKE_LIBS_ZLIB = -lz' /home/ren/.build/qt5/build/config.tests/sqlite3
  1366. + cd /home/ren/.build/qt5/build/config.tests/sqlite3 && MAKEFLAGS= /usr/local/bin/make
  1367. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1368. > g++ -Wl,-O1 -o sqlite3 main.o -L/usr/lib/i386-linux-gnu -lsqlite3 -lz
  1369. => source accepted.
  1370. test config.qtbase_sqldrivers.libraries.sqlite3 succeeded
  1371. executing config test ntddmodm
  1372. + cd /home/ren/.build/qt5/build/config.tests/ntddmodm && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/ntddmodm
  1373. + cd /home/ren/.build/qt5/build/config.tests/ntddmodm && MAKEFLAGS= /usr/local/bin/make
  1374. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1375. > main.cpp:2:10: fatal error: windows.h: No such file or directory
  1376. > #include <windows.h>
  1377. > ^~~~~~~~~~~
  1378. > compilation terminated.
  1379. > make: *** [Makefile:169: main.o] Error 1
  1380. test config.qtserialport_serialport.tests.ntddmodm FAILED
  1381. executing config test socketcan
  1382. + cd /home/ren/.build/qt5/build/config.tests/socketcan && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtserialbus/config.tests/socketcan
  1383. + cd /home/ren/.build/qt5/build/config.tests/socketcan && MAKEFLAGS= /usr/local/bin/make
  1384. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtserialbus/config.tests/socketcan -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtserialbus/config.tests/socketcan/main.cpp
  1385. > g++ -Wl,-O1 -o socketcan main.o
  1386. test config.qtserialbus_serialbus.tests.socketcan succeeded
  1387. executing config test socketcan_fd
  1388. + cd /home/ren/.build/qt5/build/config.tests/socketcan_fd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtserialbus/config.tests/socketcan_fd
  1389. + cd /home/ren/.build/qt5/build/config.tests/socketcan_fd && MAKEFLAGS= /usr/local/bin/make
  1390. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtserialbus/config.tests/socketcan_fd -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtserialbus/config.tests/socketcan_fd/main.cpp
  1391. > g++ -Wl,-O1 -o socketcan_fd main.o
  1392. test config.qtserialbus_serialbus.tests.socketcan_fd succeeded
  1393. Trying source 0 (type pkgConfig) of library jasper ...
  1394. + /usr/local/bin/pkg-config --exists --silence-errors jasper
  1395. pkg-config did not find package.
  1396. => source produced no result.
  1397. Trying source 1 (type inline) of library jasper ...
  1398. jasper/jasper.h not found in [] and global paths.
  1399. => source produced no result.
  1400. Trying source 0 (type pkgConfig) of library mng ...
  1401. + /usr/local/bin/pkg-config --exists --silence-errors libmng
  1402. + /usr/local/bin/pkg-config --modversion libmng
  1403. > 2.0.2
  1404. + /usr/local/bin/pkg-config --libs-only-L libmng
  1405. + /usr/local/bin/pkg-config --libs-only-l libmng
  1406. > -lmng
  1407. + /usr/local/bin/pkg-config --cflags libmng
  1408. + cd /home/ren/.build/qt5/build/config.tests/mng && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += mng' 'QMAKE_LIBS_MNG = -lmng' /home/ren/.build/qt5/build/config.tests/mng
  1409. + cd /home/ren/.build/qt5/build/config.tests/mng && MAKEFLAGS= /usr/local/bin/make
  1410. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1411. > g++ -Wl,-O1 -o mng main.o -lmng
  1412. => source accepted.
  1413. Trying source 0 (type pkgConfig) of library tiff ...
  1414. + /usr/local/bin/pkg-config --exists --silence-errors libtiff-4
  1415. + /usr/local/bin/pkg-config --modversion libtiff-4
  1416. > 4.0.9
  1417. + /usr/local/bin/pkg-config --libs-only-L libtiff-4
  1418. > -L/usr/lib/i386-linux-gnu
  1419. + /usr/local/bin/pkg-config --libs-only-l libtiff-4
  1420. > -ltiff
  1421. + /usr/local/bin/pkg-config --cflags libtiff-4
  1422. > -I/usr/include/i386-linux-gnu
  1423. + cd /home/ren/.build/qt5/build/config.tests/tiff && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += tiff' 'QMAKE_LIBS_TIFF = -L/usr/lib/i386-linux-gnu -ltiff' /home/ren/.build/qt5/build/config.tests/tiff
  1424. + cd /home/ren/.build/qt5/build/config.tests/tiff && MAKEFLAGS= /usr/local/bin/make
  1425. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1426. > g++ -Wl,-O1 -o tiff main.o -L/usr/lib/i386-linux-gnu -ltiff
  1427. => source accepted.
  1428. Trying source 0 (type pkgConfig) of library webp ...
  1429. + /usr/local/bin/pkg-config --exists --silence-errors libwebp libwebpmux libwebpdemux
  1430. + /usr/local/bin/pkg-config --modversion libwebp libwebpmux libwebpdemux
  1431. > 0.6.1
  1432. > 0.6.1
  1433. > 0.6.1
  1434. + /usr/local/bin/pkg-config --libs-only-L libwebp libwebpmux libwebpdemux
  1435. > -L/usr/lib/i386-linux-gnu
  1436. + /usr/local/bin/pkg-config --libs-only-l libwebp libwebpmux libwebpdemux
  1437. > -lwebpmux -lwebpdemux -lwebp
  1438. + /usr/local/bin/pkg-config --cflags libwebp libwebpmux libwebpdemux
  1439. + cd /home/ren/.build/qt5/build/config.tests/webp && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webp' 'QMAKE_LIBS_WEBP = -L/usr/lib/i386-linux-gnu -lwebpmux -lwebpdemux -lwebp' /home/ren/.build/qt5/build/config.tests/webp
  1440. + cd /home/ren/.build/qt5/build/config.tests/webp && MAKEFLAGS= /usr/local/bin/make
  1441. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1442. > g++ -Wl,-O1 -o webp main.o -L/usr/lib/i386-linux-gnu -lwebpmux -lwebpdemux -lwebp
  1443. => source accepted.
  1444. executing config test pointer_32bit
  1445. + cd /home/ren/.build/qt5/build/config.tests/pointer_32bit && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/pointer_32bit
  1446. + cd /home/ren/.build/qt5/build/config.tests/pointer_32bit && MAKEFLAGS= /usr/local/bin/make
  1447. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1448. > g++ -Wl,-O1 -o pointer_32bit main.o
  1449. test config.qtdeclarative_qml.tests.pointer_32bit succeeded
  1450. executing config test qml-python
  1451. test config.qtdeclarative_qml.tests.qml-python gave result /usr/bin/python
  1452. executing config test d3d12
  1453. + cd /home/ren/.build/qt5/build/config.tests/d3d12 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtdeclarative/config.tests/d3d12
  1454. + cd /home/ren/.build/qt5/build/config.tests/d3d12 && MAKEFLAGS= /usr/local/bin/make
  1455. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtdeclarative/config.tests/d3d12 -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o d3d12.o /home/ren/.build/qt5/qtdeclarative/config.tests/d3d12/d3d12.cpp
  1456. > /home/ren/.build/qt5/qtdeclarative/config.tests/d3d12/d3d12.cpp:40:10: fatal error: d3d12.h: No such file or directory
  1457. > #include <d3d12.h>
  1458. > ^~~~~~~~~
  1459. > compilation terminated.
  1460. > make: *** [Makefile:169: d3d12.o] Error 1
  1461. test config.qtdeclarative_quick.tests.d3d12 FAILED
  1462. looking for library quick3d-assimp
  1463. Trying source 0 (type pkgConfig) of library quick3d-assimp ...
  1464. + /usr/local/bin/pkg-config --exists --silence-errors assimp '>=' 5.0.0
  1465. pkg-config did not find package.
  1466. => source produced no result.
  1467. Trying source 1 (type inline) of library quick3d-assimp ...
  1468. + cd /home/ren/.build/qt5/build/config.tests/assimp && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += quick3d-assimp' 'QMAKE_LIBS_QUICK3D_ASSIMP = -lassimp' /home/ren/.build/qt5/qtquick3d/config.tests/assimp
  1469. + cd /home/ren/.build/qt5/build/config.tests/assimp && MAKEFLAGS= /usr/local/bin/make
  1470. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtquick3d/config.tests/assimp -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtquick3d/config.tests/assimp/main.cpp
  1471. > /home/ren/.build/qt5/qtquick3d/config.tests/assimp/main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory
  1472. > #include <assimp/cimport.h>
  1473. > ^~~~~~~~~~~~~~~~~~
  1474. > compilation terminated.
  1475. > make: *** [Makefile:169: main.o] Error 1
  1476. => source failed verification.
  1477. test config.qtquick3d_assetimporters.libraries.quick3d-assimp FAILED
  1478. looking for library sdl2
  1479. Trying source 0 (type pkgConfig) of library sdl2 ...
  1480. + /usr/local/bin/pkg-config --exists --silence-errors sdl2
  1481. pkg-config did not find package.
  1482. => source produced no result.
  1483. Trying source 1 (type inline) of library sdl2 ...
  1484. => source failed condition 'config.darwin'.
  1485. Trying source 2 (type inline) of library sdl2 ...
  1486. => source failed condition 'config.win32'.
  1487. Trying source 3 (type inline) of library sdl2 ...
  1488. + cd /home/ren/.build/qt5/build/config.tests/sdl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += sdl2' 'QMAKE_LIBS_SDL2 = -lSDL2' /home/ren/.build/qt5/qtgamepad/config.tests/sdl
  1489. + cd /home/ren/.build/qt5/build/config.tests/sdl && MAKEFLAGS= /usr/local/bin/make
  1490. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtgamepad/config.tests/sdl -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtgamepad/config.tests/sdl/main.cpp
  1491. > /home/ren/.build/qt5/qtgamepad/config.tests/sdl/main.cpp:37:10: fatal error: SDL.h: No such file or directory
  1492. > #include <SDL.h>
  1493. > ^~~~~~~
  1494. > compilation terminated.
  1495. > make: *** [Makefile:169: main.o] Error 1
  1496. => source failed verification.
  1497. test config.qtgamepad_gamepad.libraries.sdl2 FAILED
  1498. looking for library assimp
  1499. Trying source 0 (type pkgConfig) of library assimp ...
  1500. + /usr/local/bin/pkg-config --exists --silence-errors assimp '>' 3.3.1
  1501. pkg-config did not find package.
  1502. => source produced no result.
  1503. Trying source 1 (type inline) of library assimp ...
  1504. + cd /home/ren/.build/qt5/build/config.tests/assimp && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += assimp' 'QMAKE_LIBS_ASSIMP = -lassimp' /home/ren/.build/qt5/qt3d/config.tests/assimp
  1505. + cd /home/ren/.build/qt5/build/config.tests/assimp && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1506. > rm -f main.o
  1507. > rm -f *~ core *.core
  1508. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qt3d/config.tests/assimp -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qt3d/config.tests/assimp/main.cpp
  1509. > /home/ren/.build/qt5/qt3d/config.tests/assimp/main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory
  1510. > #include <assimp/cimport.h>
  1511. > ^~~~~~~~~~~~~~~~~~
  1512. > compilation terminated.
  1513. > make: *** [Makefile:169: main.o] Error 1
  1514. => source failed verification.
  1515. test config.qt3d_core.libraries.assimp FAILED
  1516. looking for library fbx
  1517. Trying source 0 (type fbx) of library fbx ...
  1518. + cd /home/ren/.build/qt5/build/config.tests/fbx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += fbx' 'QMAKE_LIBS_FBX = -lfbxsdk' /home/ren/.build/qt5/qt3d/config.tests/fbx
  1519. + cd /home/ren/.build/qt5/build/config.tests/fbx && MAKEFLAGS= /usr/local/bin/make
  1520. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qt3d/config.tests/fbx -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qt3d/config.tests/fbx/main.cpp
  1521. > /home/ren/.build/qt5/qt3d/config.tests/fbx/main.cpp:29:10: fatal error: fbxsdk.h: No such file or directory
  1522. > #include <fbxsdk.h>
  1523. > ^~~~~~~~~~
  1524. > compilation terminated.
  1525. > make: *** [Makefile:169: main.o] Error 1
  1526. => source failed verification.
  1527. test config.qt3d_geometryloaders.libraries.fbx FAILED
  1528. looking for library wayland-client
  1529. Trying source 0 (type pkgConfig) of library wayland-client ...
  1530. + /usr/local/bin/pkg-config --exists --silence-errors wayland-client
  1531. + /usr/local/bin/pkg-config --modversion wayland-client
  1532. > 1.16.0
  1533. + /usr/local/bin/pkg-config --libs-only-L wayland-client
  1534. > -L/usr/lib/i386-linux-gnu
  1535. + /usr/local/bin/pkg-config --libs-only-l wayland-client
  1536. > -lwayland-client
  1537. + /usr/local/bin/pkg-config --cflags wayland-client
  1538. + cd /home/ren/.build/qt5/build/config.tests/wayland-client && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-client' 'QMAKE_LIBS_WAYLAND_CLIENT = -L/usr/lib/i386-linux-gnu -lwayland-client' /home/ren/.build/qt5/build/config.tests/wayland-client
  1539. + cd /home/ren/.build/qt5/build/config.tests/wayland-client && MAKEFLAGS= /usr/local/bin/make
  1540. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1541. > g++ -Wl,-O1 -o wayland-client main.o -L/usr/lib/i386-linux-gnu -lwayland-client
  1542. => source accepted.
  1543. test config.qtwayland_client.libraries.wayland-client succeeded
  1544. looking for library wayland-cursor
  1545. Trying source 0 (type pkgConfig) of library wayland-cursor ...
  1546. + /usr/local/bin/pkg-config --exists --silence-errors wayland-cursor
  1547. + /usr/local/bin/pkg-config --modversion wayland-cursor
  1548. > 1.16.0
  1549. + /usr/local/bin/pkg-config --libs-only-L wayland-cursor
  1550. > -L/usr/lib/i386-linux-gnu
  1551. + /usr/local/bin/pkg-config --libs-only-l wayland-cursor
  1552. > -lwayland-cursor
  1553. + /usr/local/bin/pkg-config --cflags wayland-cursor
  1554. + cd /home/ren/.build/qt5/build/config.tests/wayland-cursor && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-cursor' 'QMAKE_LIBS_WAYLAND_CURSOR = -lwayland-cursor' 'QMAKE_DEPENDS_WAYLAND_CURSOR_CC = WAYLAND_CLIENT' 'QMAKE_DEPENDS_WAYLAND_CURSOR_LD = WAYLAND_CLIENT' 'QMAKE_LIBS_WAYLAND_CLIENT = -L/usr/lib/i386-linux-gnu -lwayland-client' /home/ren/.build/qt5/build/config.tests/wayland-cursor
  1555. + cd /home/ren/.build/qt5/build/config.tests/wayland-cursor && MAKEFLAGS= /usr/local/bin/make
  1556. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1557. > g++ -Wl,-O1 -o wayland-cursor main.o -lwayland-cursor -L/usr/lib/i386-linux-gnu -lwayland-client
  1558. => source accepted.
  1559. test config.qtwayland_client.libraries.wayland-cursor succeeded
  1560. executing config test wayland-scanner
  1561. + cd /home/ren/.build/qt5/build/config.tests/wayland_scanner && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-client' 'QMAKE_LIBS_WAYLAND_CLIENT = -L/usr/lib/i386-linux-gnu -lwayland-client' /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner
  1562. + cd /home/ren/.build/qt5/build/config.tests/wayland_scanner && MAKEFLAGS= /usr/local/bin/make
  1563. > wayland-scanner client-header < /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner/scanner-test.xml > wayland-scanner-test-client-protocol.h
  1564. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner/main.cpp
  1565. > g++ -Wl,-O1 -o wayland_scanner main.o -L/usr/lib/i386-linux-gnu -lwayland-client
  1566. test config.qtwayland_client.tests.wayland-scanner succeeded
  1567. executing config test egl_1_5-wayland
  1568. + cd /home/ren/.build/qt5/build/config.tests/egl_1_5-wayland && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/egl_1_5-wayland
  1569. + cd /home/ren/.build/qt5/build/config.tests/egl_1_5-wayland && MAKEFLAGS= /usr/local/bin/make
  1570. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1571. > g++ -Wl,-O1 -o egl_1_5-wayland main.o -L/usr/lib/i386-linux-gnu -lEGL
  1572. test config.qtwayland_client.tests.egl_1_5-wayland succeeded
  1573. executing config test dmabuf-server-buffer
  1574. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer
  1575. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer && MAKEFLAGS= /usr/local/bin/make
  1576. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1577. > g++ -Wl,-O1 -o dmabuf-server-buffer main.o -L/usr/lib/i386-linux-gnu -lEGL
  1578. test config.qtwayland_client.tests.dmabuf-server-buffer succeeded
  1579. executing config test drm-egl-server
  1580. + cd /home/ren/.build/qt5/build/config.tests/drm-egl-server && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/drm-egl-server
  1581. + cd /home/ren/.build/qt5/build/config.tests/drm-egl-server && MAKEFLAGS= /usr/local/bin/make
  1582. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1583. > g++ -Wl,-O1 -o drm-egl-server main.o -L/usr/lib/i386-linux-gnu -lEGL
  1584. test config.qtwayland_client.tests.drm-egl-server succeeded
  1585. looking for library wayland-egl
  1586. Trying source 0 (type pkgConfig) of library wayland-egl ...
  1587. + /usr/local/bin/pkg-config --exists --silence-errors wayland-egl
  1588. + /usr/local/bin/pkg-config --modversion wayland-egl
  1589. > 18.1.0
  1590. + /usr/local/bin/pkg-config --libs-only-L wayland-egl
  1591. > -L/usr/lib/i386-linux-gnu
  1592. + /usr/local/bin/pkg-config --libs-only-l wayland-egl
  1593. > -lwayland-egl -lwayland-client
  1594. + /usr/local/bin/pkg-config --cflags wayland-egl
  1595. + cd /home/ren/.build/qt5/build/config.tests/wayland-egl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-egl' 'QMAKE_LIBS_WAYLAND_EGL = -L/usr/lib/i386-linux-gnu -lwayland-egl -lwayland-client' /home/ren/.build/qt5/build/config.tests/wayland-egl
  1596. + cd /home/ren/.build/qt5/build/config.tests/wayland-egl && MAKEFLAGS= /usr/local/bin/make
  1597. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1598. > g++ -Wl,-O1 -o wayland-egl main.o -L/usr/lib/i386-linux-gnu -lwayland-egl -lwayland-client
  1599. => source accepted.
  1600. test config.qtwayland_client.libraries.wayland-egl succeeded
  1601. executing config test libhybris-egl-server
  1602. + cd /home/ren/.build/qt5/build/config.tests/libhybris-egl-server && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/libhybris-egl-server
  1603. + cd /home/ren/.build/qt5/build/config.tests/libhybris-egl-server && MAKEFLAGS= /usr/local/bin/make
  1604. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1605. > main.cpp:4:10: fatal error: hybris/eglplatformcommon/hybris_nativebufferext.h: No such file or directory
  1606. > #include <hybris/eglplatformcommon/hybris_nativebufferext.h>
  1607. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1608. > compilation terminated.
  1609. > make: *** [Makefile:169: main.o] Error 1
  1610. test config.qtwayland_client.tests.libhybris-egl-server FAILED
  1611. looking for library xcomposite
  1612. Trying source 0 (type pkgConfig) of library xcomposite ...
  1613. + /usr/local/bin/pkg-config --exists --silence-errors xcomposite
  1614. + /usr/local/bin/pkg-config --modversion xcomposite
  1615. > 0.4.4
  1616. + /usr/local/bin/pkg-config --libs-only-L xcomposite
  1617. > -L/usr/lib/i386-linux-gnu
  1618. + /usr/local/bin/pkg-config --libs-only-l xcomposite
  1619. > -lXcomposite
  1620. + /usr/local/bin/pkg-config --cflags xcomposite
  1621. + cd /home/ren/.build/qt5/build/config.tests/xcomposite && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcomposite' 'QMAKE_LIBS_XCOMPOSITE = -L/usr/lib/i386-linux-gnu -lXcomposite' /home/ren/.build/qt5/build/config.tests/xcomposite
  1622. + cd /home/ren/.build/qt5/build/config.tests/xcomposite && MAKEFLAGS= /usr/local/bin/make
  1623. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1624. > g++ -Wl,-O1 -o xcomposite main.o -L/usr/lib/i386-linux-gnu -lXcomposite
  1625. => source accepted.
  1626. test config.qtwayland_client.libraries.xcomposite succeeded
  1627. looking for library glx
  1628. Trying source 0 (type pkgConfig) of library glx ...
  1629. + /usr/local/bin/pkg-config --exists --silence-errors x11 gl
  1630. + /usr/local/bin/pkg-config --modversion x11 gl
  1631. > 1.6.4
  1632. > 20.0.8
  1633. + /usr/local/bin/pkg-config --libs-only-L x11 gl
  1634. > -L/usr/lib/i386-linux-gnu
  1635. + /usr/local/bin/pkg-config --libs-only-l x11 gl
  1636. > -lX11 -lGL
  1637. + /usr/local/bin/pkg-config --cflags x11 gl
  1638. > -I/usr/include/libdrm
  1639. + cd /home/ren/.build/qt5/build/config.tests/glx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += glx' 'QMAKE_LIBS_GLX = -L/usr/lib/i386-linux-gnu -lX11 -lGL' 'QMAKE_INCDIR_GLX = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/glx
  1640. + cd /home/ren/.build/qt5/build/config.tests/glx && MAKEFLAGS= /usr/local/bin/make
  1641. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1642. > g++ -Wl,-O1 -o glx main.o -L/usr/lib/i386-linux-gnu -lX11 -lGL
  1643. => source accepted.
  1644. test config.qtwayland_client.libraries.glx succeeded
  1645. looking for library wayland-server
  1646. Trying source 0 (type pkgConfig) of library wayland-server ...
  1647. + /usr/local/bin/pkg-config --exists --silence-errors wayland-server
  1648. + /usr/local/bin/pkg-config --modversion wayland-server
  1649. > 1.16.0
  1650. + /usr/local/bin/pkg-config --libs-only-L wayland-server
  1651. > -L/usr/lib/i386-linux-gnu
  1652. + /usr/local/bin/pkg-config --libs-only-l wayland-server
  1653. > -lwayland-server
  1654. + /usr/local/bin/pkg-config --cflags wayland-server
  1655. + cd /home/ren/.build/qt5/build/config.tests/wayland-server && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-server' 'QMAKE_LIBS_WAYLAND_SERVER = -L/usr/lib/i386-linux-gnu -lwayland-server' /home/ren/.build/qt5/build/config.tests/wayland-server
  1656. + cd /home/ren/.build/qt5/build/config.tests/wayland-server && MAKEFLAGS= /usr/local/bin/make
  1657. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1658. > g++ -Wl,-O1 -o wayland-server main.o -L/usr/lib/i386-linux-gnu -lwayland-server
  1659. => source accepted.
  1660. test config.qtwayland_compositor.libraries.wayland-server succeeded
  1661. + cd /home/ren/.build/qt5/build/config.tests/wayland_scanner && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-server' 'QMAKE_LIBS_WAYLAND_SERVER = -L/usr/lib/i386-linux-gnu -lwayland-server' /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner
  1662. + cd /home/ren/.build/qt5/build/config.tests/wayland_scanner && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1663. > rm -f wayland-scanner-test-client-protocol.h
  1664. > rm -f main.o
  1665. > rm -f *~ core *.core
  1666. > wayland-scanner client-header < /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner/scanner-test.xml > wayland-scanner-test-client-protocol.h
  1667. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtwayland/config.tests/wayland_scanner/main.cpp
  1668. > g++ -Wl,-O1 -o wayland_scanner main.o -L/usr/lib/i386-linux-gnu -lwayland-server
  1669. executing config test dmabuf-client-buffer
  1670. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-client-buffer && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/dmabuf-client-buffer
  1671. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-client-buffer && MAKEFLAGS= /usr/local/bin/make
  1672. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1673. > g++ -Wl,-O1 -o dmabuf-client-buffer main.o -L/usr/lib/i386-linux-gnu -lEGL
  1674. test config.qtwayland_compositor.tests.dmabuf-client-buffer succeeded
  1675. executing config test dmabuf-server-buffer
  1676. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer
  1677. + cd /home/ren/.build/qt5/build/config.tests/dmabuf-server-buffer && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1678. > rm -f main.o
  1679. > rm -f *~ core *.core
  1680. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1681. > g++ -Wl,-O1 -o dmabuf-server-buffer main.o -L/usr/lib/i386-linux-gnu -lEGL
  1682. test config.qtwayland_compositor.tests.dmabuf-server-buffer succeeded
  1683. + cd /home/ren/.build/qt5/build/config.tests/drm-egl-server && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/drm-egl-server
  1684. + cd /home/ren/.build/qt5/build/config.tests/drm-egl-server && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1685. > rm -f main.o
  1686. > rm -f *~ core *.core
  1687. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1688. > g++ -Wl,-O1 -o drm-egl-server main.o -L/usr/lib/i386-linux-gnu -lEGL
  1689. Trying source 0 (type pkgConfig) of library wayland-egl ...
  1690. + /usr/local/bin/pkg-config --exists --silence-errors wayland-egl
  1691. + /usr/local/bin/pkg-config --modversion wayland-egl
  1692. > 18.1.0
  1693. + /usr/local/bin/pkg-config --libs-only-L wayland-egl
  1694. > -L/usr/lib/i386-linux-gnu
  1695. + /usr/local/bin/pkg-config --libs-only-l wayland-egl
  1696. > -lwayland-egl -lwayland-client
  1697. + /usr/local/bin/pkg-config --cflags wayland-egl
  1698. + cd /home/ren/.build/qt5/build/config.tests/wayland-egl && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += wayland-egl' 'QMAKE_LIBS_WAYLAND_EGL = -L/usr/lib/i386-linux-gnu -lwayland-egl -lwayland-client' /home/ren/.build/qt5/build/config.tests/wayland-egl
  1699. + cd /home/ren/.build/qt5/build/config.tests/wayland-egl && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1700. > rm -f main.o
  1701. > rm -f *~ core *.core
  1702. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1703. > g++ -Wl,-O1 -o wayland-egl main.o -L/usr/lib/i386-linux-gnu -lwayland-egl -lwayland-client
  1704. => source accepted.
  1705. + cd /home/ren/.build/qt5/build/config.tests/libhybris-egl-server && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/usr/lib/i386-linux-gnu -lEGL' 'QMAKE_INCDIR_EGL = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/libhybris-egl-server
  1706. + cd /home/ren/.build/qt5/build/config.tests/libhybris-egl-server && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1707. > rm -f main.o
  1708. > rm -f *~ core *.core
  1709. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1710. > main.cpp:4:10: fatal error: hybris/eglplatformcommon/hybris_nativebufferext.h: No such file or directory
  1711. > #include <hybris/eglplatformcommon/hybris_nativebufferext.h>
  1712. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1713. > compilation terminated.
  1714. > make: *** [Makefile:169: main.o] Error 1
  1715. Trying source 0 (type pkgConfig) of library xcomposite ...
  1716. + /usr/local/bin/pkg-config --exists --silence-errors xcomposite
  1717. + /usr/local/bin/pkg-config --modversion xcomposite
  1718. > 0.4.4
  1719. + /usr/local/bin/pkg-config --libs-only-L xcomposite
  1720. > -L/usr/lib/i386-linux-gnu
  1721. + /usr/local/bin/pkg-config --libs-only-l xcomposite
  1722. > -lXcomposite
  1723. + /usr/local/bin/pkg-config --cflags xcomposite
  1724. + cd /home/ren/.build/qt5/build/config.tests/xcomposite && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += xcomposite' 'QMAKE_LIBS_XCOMPOSITE = -L/usr/lib/i386-linux-gnu -lXcomposite' /home/ren/.build/qt5/build/config.tests/xcomposite
  1725. + cd /home/ren/.build/qt5/build/config.tests/xcomposite && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1726. > rm -f main.o
  1727. > rm -f *~ core *.core
  1728. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1729. > g++ -Wl,-O1 -o xcomposite main.o -L/usr/lib/i386-linux-gnu -lXcomposite
  1730. => source accepted.
  1731. Trying source 0 (type pkgConfig) of library glx ...
  1732. + /usr/local/bin/pkg-config --exists --silence-errors x11 gl
  1733. + /usr/local/bin/pkg-config --modversion x11 gl
  1734. > 1.6.4
  1735. > 20.0.8
  1736. + /usr/local/bin/pkg-config --libs-only-L x11 gl
  1737. > -L/usr/lib/i386-linux-gnu
  1738. + /usr/local/bin/pkg-config --libs-only-l x11 gl
  1739. > -lX11 -lGL
  1740. + /usr/local/bin/pkg-config --cflags x11 gl
  1741. > -I/usr/include/libdrm
  1742. + cd /home/ren/.build/qt5/build/config.tests/glx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += glx' 'QMAKE_LIBS_GLX = -L/usr/lib/i386-linux-gnu -lX11 -lGL' 'QMAKE_INCDIR_GLX = /usr/include/libdrm' /home/ren/.build/qt5/build/config.tests/glx
  1743. + cd /home/ren/.build/qt5/build/config.tests/glx && MAKEFLAGS= /usr/local/bin/make clean && MAKEFLAGS= /usr/local/bin/make
  1744. > rm -f main.o
  1745. > rm -f *~ core *.core
  1746. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libdrm -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1747. > g++ -Wl,-O1 -o glx main.o -L/usr/lib/i386-linux-gnu -lX11 -lGL
  1748. => source accepted.
  1749. looking for library bluez
  1750. Trying source 0 (type pkgConfig) of library bluez ...
  1751. + /usr/local/bin/pkg-config --exists --silence-errors bluez
  1752. pkg-config did not find package.
  1753. => source produced no result.
  1754. Trying source 1 (type inline) of library bluez ...
  1755. + cd /home/ren/.build/qt5/build/config.tests/bluez && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += bluez' 'QMAKE_LIBS_BLUEZ = -lbluetooth' /home/ren/.build/qt5/qtconnectivity/config.tests/bluez
  1756. + cd /home/ren/.build/qt5/build/config.tests/bluez && MAKEFLAGS= /usr/local/bin/make
  1757. > g++ -c -pipe -fpermissive -O2 -w -fPIC -I/home/ren/.build/qt5/qtconnectivity/config.tests/bluez -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtconnectivity/config.tests/bluez/main.cpp
  1758. > /home/ren/.build/qt5/qtconnectivity/config.tests/bluez/main.cpp:29:10: fatal error: bluetooth/bluetooth.h: No such file or directory
  1759. > #include <bluetooth/bluetooth.h>
  1760. > ^~~~~~~~~~~~~~~~~~~~~~~
  1761. > compilation terminated.
  1762. > make: *** [Makefile:169: main.o] Error 1
  1763. => source failed verification.
  1764. test config.qtconnectivity_bluetooth.libraries.bluez FAILED
  1765. looking for library sensorfw
  1766. Trying source 0 (type pkgConfig) of library sensorfw ...
  1767. + /usr/local/bin/pkg-config --exists --silence-errors sensord-qt5
  1768. pkg-config did not find package.
  1769. => source produced no result.
  1770. test config.qtsensors_sensors.libraries.sensorfw FAILED
  1771. looking for library gypsy
  1772. Trying source 0 (type pkgConfig) of library gypsy ...
  1773. + /usr/local/bin/pkg-config --exists --silence-errors gypsy gconf-2.0
  1774. pkg-config did not find package.
  1775. => source produced no result.
  1776. test config.qtlocation_positioning.libraries.gypsy FAILED
  1777. executing config test winrt_geolocation
  1778. + cd /home/ren/.build/qt5/build/config.tests/winrt && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtlocation/config.tests/winrt
  1779. + cd /home/ren/.build/qt5/build/config.tests/winrt && MAKEFLAGS= /usr/local/bin/make
  1780. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtlocation/config.tests/winrt -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtlocation/config.tests/winrt/main.cpp
  1781. > /home/ren/.build/qt5/qtlocation/config.tests/winrt/main.cpp:30:10: fatal error: windows.system.h: No such file or directory
  1782. > #include <windows.system.h>
  1783. > ^~~~~~~~~~~~~~~~~~
  1784. > compilation terminated.
  1785. > make: *** [Makefile:169: main.o] Error 1
  1786. test config.qtlocation_positioning.tests.winrt_geolocation FAILED
  1787. looking for library alsa
  1788. Trying source 0 (type inline) of library alsa ...
  1789. + cd /home/ren/.build/qt5/build/config.tests/alsa && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += alsa' 'QMAKE_LIBS_ALSA = -lasound' /home/ren/.build/qt5/qtmultimedia/config.tests/alsa
  1790. + cd /home/ren/.build/qt5/build/config.tests/alsa && MAKEFLAGS= /usr/local/bin/make
  1791. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtmultimedia/config.tests/alsa -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o alsatest.o /home/ren/.build/qt5/qtmultimedia/config.tests/alsa/alsatest.cpp
  1792. > g++ -Wl,-O1 -o alsa alsatest.o -lasound
  1793. => source accepted.
  1794. test config.qtmultimedia_multimedia.libraries.alsa succeeded
  1795. looking for library gstreamer_1_0
  1796. Trying source 0 (type pkgConfig) of library gstreamer_1_0 ...
  1797. + /usr/local/bin/pkg-config --exists --silence-errors gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0 gstreamer-allocators-1.0
  1798. pkg-config did not find package.
  1799. => source produced no result.
  1800. Trying source 1 (type inline) of library gstreamer_1_0 ...
  1801. => source failed condition 'config.win32 || config.macos'.
  1802. Trying source 2 (type inline) of library gstreamer_1_0 ...
  1803. => source failed condition 'config.android && input.gstreamer != '''.
  1804. test config.qtmultimedia_multimedia.libraries.gstreamer_1_0 FAILED
  1805. looking for library gstreamer_0_10
  1806. Trying source 0 (type pkgConfig) of library gstreamer_0_10 ...
  1807. + /usr/local/bin/pkg-config --exists --silence-errors gstreamer-0.10 gstreamer-base-0.10 gstreamer-audio-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gstreamer-interfaces-0.10
  1808. pkg-config did not find package.
  1809. => source produced no result.
  1810. test config.qtmultimedia_multimedia.libraries.gstreamer_0_10 FAILED
  1811. executing config test linux_v4l
  1812. + cd /home/ren/.build/qt5/build/config.tests/linux_v4l && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/qtmultimedia/config.tests/linux_v4l
  1813. + cd /home/ren/.build/qt5/build/config.tests/linux_v4l && MAKEFLAGS= /usr/local/bin/make
  1814. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtmultimedia/config.tests/linux_v4l -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtmultimedia/config.tests/linux_v4l/main.cpp
  1815. > g++ -Wl,-O1 -o linux_v4l main.o
  1816. test config.qtmultimedia_multimedia.tests.linux_v4l succeeded
  1817. looking for library openal
  1818. Trying source 0 (type pkgConfig) of library openal ...
  1819. + /usr/local/bin/pkg-config --exists --silence-errors openal
  1820. + /usr/local/bin/pkg-config --modversion openal
  1821. > 1.18.2
  1822. + /usr/local/bin/pkg-config --libs-only-L openal
  1823. > -L/usr/lib/i386-linux-gnu
  1824. + /usr/local/bin/pkg-config --libs-only-l openal
  1825. > -lopenal
  1826. + /usr/local/bin/pkg-config --cflags openal
  1827. > -I/usr/include/AL
  1828. + cd /home/ren/.build/qt5/build/config.tests/openal && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += openal' 'QMAKE_LIBS_OPENAL = -L/usr/lib/i386-linux-gnu -lopenal' 'QMAKE_INCDIR_OPENAL = /usr/include/AL' /home/ren/.build/qt5/qtmultimedia/config.tests/openal
  1829. + cd /home/ren/.build/qt5/build/config.tests/openal && MAKEFLAGS= /usr/local/bin/make
  1830. > g++ -c -pipe -O2 -w -fPIC -I/home/ren/.build/qt5/qtmultimedia/config.tests/openal -I. -I/usr/include/AL -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o /home/ren/.build/qt5/qtmultimedia/config.tests/openal/main.cpp
  1831. > g++ -Wl,-O1 -o openal main.o -L/usr/lib/i386-linux-gnu -lopenal
  1832. => source accepted.
  1833. test config.qtmultimedia_multimedia.libraries.openal succeeded
  1834. looking for library pulseaudio
  1835. Trying source 0 (type pkgConfig) of library pulseaudio ...
  1836. + /usr/local/bin/pkg-config --exists --silence-errors libpulse '>=' 0.9.10 libpulse-mainloop-glib
  1837. pkg-config did not find package.
  1838. => source produced no result.
  1839. test config.qtmultimedia_multimedia.libraries.pulseaudio FAILED
  1840. looking for library libresourceqt5
  1841. Trying source 0 (type pkgConfig) of library libresourceqt5 ...
  1842. + /usr/local/bin/pkg-config --exists --silence-errors libresourceqt5
  1843. pkg-config did not find package.
  1844. => source produced no result.
  1845. test config.qtmultimedia_multimedia.libraries.libresourceqt5 FAILED
  1846. looking for library flite
  1847. Trying source 0 (type inline) of library flite ...
  1848. + cd /home/ren/.build/qt5/build/config.tests/flite && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += flite' 'QMAKE_LIBS_FLITE = -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite' /home/ren/.build/qt5/build/config.tests/flite
  1849. + cd /home/ren/.build/qt5/build/config.tests/flite && MAKEFLAGS= /usr/local/bin/make
  1850. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1851. > g++ -Wl,-O1 -o flite main.o -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite
  1852. => source accepted.
  1853. test config.qtspeech_tts.libraries.flite succeeded
  1854. looking for library flite_alsa
  1855. Trying source 0 (type pkgConfig) of library flite_alsa ...
  1856. + /usr/local/bin/pkg-config --exists --silence-errors alsa
  1857. + /usr/local/bin/pkg-config --modversion alsa
  1858. > 1.1.3
  1859. + /usr/local/bin/pkg-config --libs-only-L alsa
  1860. > -L/usr/lib/i386-linux-gnu
  1861. + /usr/local/bin/pkg-config --libs-only-l alsa
  1862. > -lasound
  1863. + /usr/local/bin/pkg-config --cflags alsa
  1864. > -I/usr/include/alsa
  1865. => source accepted.
  1866. test config.qtspeech_tts.libraries.flite_alsa succeeded
  1867. looking for library speechd
  1868. Trying source 0 (type pkgConfig) of library speechd ...
  1869. + /usr/local/bin/pkg-config --exists --silence-errors speech-dispatcher
  1870. pkg-config did not find package.
  1871. => source produced no result.
  1872. Trying source 1 (type inline) of library speechd ...
  1873. + cd /home/ren/.build/qt5/build/config.tests/speechd && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += speechd' 'QMAKE_LIBS_SPEECHD = -lspeechd' /home/ren/.build/qt5/build/config.tests/speechd
  1874. + cd /home/ren/.build/qt5/build/config.tests/speechd && MAKEFLAGS= /usr/local/bin/make
  1875. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1876. > main.cpp:2:10: fatal error: libspeechd.h: No such file or directory
  1877. > #include <libspeechd.h>
  1878. > ^~~~~~~~~~~~~~
  1879. > compilation terminated.
  1880. > make: *** [Makefile:169: main.o] Error 1
  1881. => source failed verification.
  1882. test config.qtspeech_tts.libraries.speechd FAILED
  1883. executing config test libclang
  1884. test config.qttools_qdoc.tests.libclang FAILED
  1885. executing config test webengine-arch-support
  1886. test config.qtwebengine_buildtools.tests.webengine-arch-support succeeded
  1887. executing config test webengine-bison
  1888. Found bison from path: /usr/local/bin/bison
  1889. test config.qtwebengine_buildtools.tests.webengine-bison succeeded
  1890. executing config test webengine-submodule
  1891. test config.qtwebengine_buildtools.tests.webengine-submodule succeeded
  1892. executing config test webengine-nowhitespace
  1893. test config.qtwebengine_buildtools.tests.webengine-nowhitespace succeeded
  1894. executing config test webengine-platform-support
  1895. test config.qtwebengine_buildtools.tests.webengine-platform-support gave result
  1896. executing config test webengine-gperf
  1897. Found gperf from path: /usr/bin/gperf
  1898. test config.qtwebengine_buildtools.tests.webengine-gperf succeeded
  1899. executing config test webengine-flex
  1900. Found flex from path: /usr/bin/flex
  1901. test config.qtwebengine_buildtools.tests.webengine-flex succeeded
  1902. executing config test webengine-python2
  1903. test config.qtwebengine_buildtools.tests.webengine-python2 gave result /usr/bin/python2
  1904. executing config test webengine-host-pkg-config
  1905. Found host pkg-config: /usr/local/bin/pkg-config
  1906. test config.qtwebengine_buildtools.tests.webengine-host-pkg-config gave result /usr/local/bin/pkg-config
  1907. executing config test webengine-glibc
  1908. + cd /home/ren/.build/qt5/build/config.tests/webengine-glibc && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/webengine-glibc
  1909. + cd /home/ren/.build/qt5/build/config.tests/webengine-glibc && MAKEFLAGS= /usr/local/bin/make
  1910. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1911. > g++ -Wl,-O1 -o webengine-glibc main.o
  1912. test config.qtwebengine_buildtools.tests.webengine-glibc succeeded
  1913. executing config test webengine-khr
  1914. + cd /home/ren/.build/qt5/build/config.tests/webengine-khr && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /home/ren/.build/qt5/build/config.tests/webengine-khr
  1915. + cd /home/ren/.build/qt5/build/config.tests/webengine-khr && MAKEFLAGS= /usr/local/bin/make
  1916. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  1917. > g++ -Wl,-O1 -o webengine-khr main.o
  1918. test config.qtwebengine_buildtools.tests.webengine-khr succeeded
  1919. looking for library webengine-nss
  1920. Trying source 0 (type pkgConfig) of library webengine-nss ...
  1921. + /usr/local/bin/pkg-config --exists --silence-errors nss '>=' 3.26
  1922. + /usr/local/bin/pkg-config --modversion nss '>=' 3.26
  1923. > 3.35
  1924. + /usr/local/bin/pkg-config --libs-only-L nss '>=' 3.26
  1925. > -L/usr/lib/i386-linux-gnu
  1926. + /usr/local/bin/pkg-config --libs-only-l nss '>=' 3.26
  1927. > -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4
  1928. + /usr/local/bin/pkg-config --cflags nss '>=' 3.26
  1929. > -I/usr/include/nss -I/usr/include/nspr
  1930. => source accepted.
  1931. test config.qtwebengine_buildtools.libraries.webengine-nss succeeded
  1932. looking for library webengine-dbus
  1933. Trying source 0 (type pkgConfig) of library webengine-dbus ...
  1934. + /usr/local/bin/pkg-config --exists --silence-errors dbus-1
  1935. + /usr/local/bin/pkg-config --modversion dbus-1
  1936. > 1.12.2
  1937. + /usr/local/bin/pkg-config --libs-only-L dbus-1
  1938. > -L/usr/lib/i386-linux-gnu
  1939. + /usr/local/bin/pkg-config --libs-only-l dbus-1
  1940. > -ldbus-1
  1941. + /usr/local/bin/pkg-config --cflags dbus-1
  1942. > -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include
  1943. => source accepted.
  1944. test config.qtwebengine_buildtools.libraries.webengine-dbus succeeded
  1945. looking for library webengine-fontconfig
  1946. Trying source 0 (type pkgConfig) of library webengine-fontconfig ...
  1947. + /usr/local/bin/pkg-config --exists --silence-errors fontconfig
  1948. + /usr/local/bin/pkg-config --modversion fontconfig
  1949. > 2.12.6
  1950. + /usr/local/bin/pkg-config --libs-only-L fontconfig
  1951. > -L/usr/lib/i386-linux-gnu
  1952. + /usr/local/bin/pkg-config --libs-only-l fontconfig
  1953. > -lfontconfig -lfreetype
  1954. + /usr/local/bin/pkg-config --cflags fontconfig
  1955. > -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16
  1956. => source accepted.
  1957. test config.qtwebengine_buildtools.libraries.webengine-fontconfig succeeded
  1958. looking for library webengine-x11
  1959. Trying source 0 (type pkgConfig) of library webengine-x11 ...
  1960. + /usr/local/bin/pkg-config --exists --silence-errors x11
  1961. + /usr/local/bin/pkg-config --modversion x11
  1962. > 1.6.4
  1963. + /usr/local/bin/pkg-config --libs-only-L x11
  1964. > -L/usr/lib/i386-linux-gnu
  1965. + /usr/local/bin/pkg-config --libs-only-l x11
  1966. > -lX11
  1967. + /usr/local/bin/pkg-config --cflags x11
  1968. => source accepted.
  1969. test config.qtwebengine_buildtools.libraries.webengine-x11 succeeded
  1970. looking for library webengine-libdrm
  1971. Trying source 0 (type pkgConfig) of library webengine-libdrm ...
  1972. + /usr/local/bin/pkg-config --exists --silence-errors libdrm
  1973. + /usr/local/bin/pkg-config --modversion libdrm
  1974. > 2.4.101
  1975. + /usr/local/bin/pkg-config --libs-only-L libdrm
  1976. > -L/usr/lib/i386-linux-gnu
  1977. + /usr/local/bin/pkg-config --libs-only-l libdrm
  1978. > -ldrm
  1979. + /usr/local/bin/pkg-config --cflags libdrm
  1980. > -I/usr/include/libdrm
  1981. => source accepted.
  1982. test config.qtwebengine_buildtools.libraries.webengine-libdrm succeeded
  1983. looking for library webengine-xcomposite
  1984. Trying source 0 (type pkgConfig) of library webengine-xcomposite ...
  1985. + /usr/local/bin/pkg-config --exists --silence-errors xcomposite
  1986. + /usr/local/bin/pkg-config --modversion xcomposite
  1987. > 0.4.4
  1988. + /usr/local/bin/pkg-config --libs-only-L xcomposite
  1989. > -L/usr/lib/i386-linux-gnu
  1990. + /usr/local/bin/pkg-config --libs-only-l xcomposite
  1991. > -lXcomposite
  1992. + /usr/local/bin/pkg-config --cflags xcomposite
  1993. => source accepted.
  1994. test config.qtwebengine_buildtools.libraries.webengine-xcomposite succeeded
  1995. looking for library webengine-xcursor
  1996. Trying source 0 (type pkgConfig) of library webengine-xcursor ...
  1997. + /usr/local/bin/pkg-config --exists --silence-errors xcursor
  1998. + /usr/local/bin/pkg-config --modversion xcursor
  1999. > 1.1.15
  2000. + /usr/local/bin/pkg-config --libs-only-L xcursor
  2001. > -L/usr/lib/i386-linux-gnu
  2002. + /usr/local/bin/pkg-config --libs-only-l xcursor
  2003. > -lXcursor
  2004. + /usr/local/bin/pkg-config --cflags xcursor
  2005. => source accepted.
  2006. test config.qtwebengine_buildtools.libraries.webengine-xcursor succeeded
  2007. looking for library webengine-xi
  2008. Trying source 0 (type pkgConfig) of library webengine-xi ...
  2009. + /usr/local/bin/pkg-config --exists --silence-errors xi
  2010. + /usr/local/bin/pkg-config --modversion xi
  2011. > 1.7.9
  2012. + /usr/local/bin/pkg-config --libs-only-L xi
  2013. > -L/usr/lib/i386-linux-gnu
  2014. + /usr/local/bin/pkg-config --libs-only-l xi
  2015. > -lXi
  2016. + /usr/local/bin/pkg-config --cflags xi
  2017. => source accepted.
  2018. test config.qtwebengine_buildtools.libraries.webengine-xi succeeded
  2019. looking for library webengine-xtst
  2020. Trying source 0 (type pkgConfig) of library webengine-xtst ...
  2021. + /usr/local/bin/pkg-config --exists --silence-errors xtst
  2022. + /usr/local/bin/pkg-config --modversion xtst
  2023. > 1.2.3
  2024. + /usr/local/bin/pkg-config --libs-only-L xtst
  2025. > -L/usr/lib/i386-linux-gnu
  2026. + /usr/local/bin/pkg-config --libs-only-l xtst
  2027. > -lXtst
  2028. + /usr/local/bin/pkg-config --cflags xtst
  2029. => source accepted.
  2030. test config.qtwebengine_buildtools.libraries.webengine-xtst succeeded
  2031. executing config test webengine-jumbo-build
  2032. Setting jumbo build merge batch limit to 8.
  2033. test config.qtwebengine_buildtools.tests.webengine-jumbo-build gave result 8
  2034. executing config test webengine-noexecstack
  2035. + cd /home/ren/.build/qt5/build/config.tests && g++ -pipe -Wl,-z,noexecstack -o conftest-out conftest.cpp
  2036. test config.qtwebengine_buildtools.tests.webengine-noexecstack succeeded
  2037. looking for library webengine-freetype
  2038. Trying source 0 (type pkgConfig) of library webengine-freetype ...
  2039. + /usr/local/bin/pkg-config --exists --silence-errors freetype2
  2040. + /usr/local/bin/pkg-config --modversion freetype2
  2041. > 21.0.15
  2042. + /usr/local/bin/pkg-config --libs-only-L freetype2
  2043. > -L/usr/lib/i386-linux-gnu
  2044. + /usr/local/bin/pkg-config --libs-only-l freetype2
  2045. > -lfreetype
  2046. + /usr/local/bin/pkg-config --cflags freetype2
  2047. > -I/usr/include/freetype2 -I/usr/include/libpng16
  2048. + cd /home/ren/.build/qt5/build/config.tests/webengine-freetype && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-freetype' 'QMAKE_LIBS_WEBENGINE_FREETYPE = -L/usr/lib/i386-linux-gnu -lfreetype' 'QMAKE_INCDIR_WEBENGINE_FREETYPE = /usr/include/freetype2 /usr/include/libpng16' /home/ren/.build/qt5/build/config.tests/webengine-freetype
  2049. + cd /home/ren/.build/qt5/build/config.tests/webengine-freetype && MAKEFLAGS= /usr/local/bin/make
  2050. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/freetype2 -I/usr/include/libpng16 -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2051. > g++ -Wl,-O1 -o webengine-freetype main.o -L/usr/lib/i386-linux-gnu -lfreetype
  2052. => source accepted.
  2053. test config.qtwebengine_buildtools.libraries.webengine-freetype succeeded
  2054. looking for library webengine-glib
  2055. Trying source 0 (type pkgConfig) of library webengine-glib ...
  2056. + /usr/local/bin/pkg-config --exists --silence-errors glib-2.0 '>=' 2.32.0
  2057. + /usr/local/bin/pkg-config --modversion glib-2.0 '>=' 2.32.0
  2058. > 2.56.4
  2059. + /usr/local/bin/pkg-config --libs-only-L glib-2.0 '>=' 2.32.0
  2060. > -L/usr/lib/i386-linux-gnu
  2061. + /usr/local/bin/pkg-config --libs-only-l glib-2.0 '>=' 2.32.0
  2062. > -lglib-2.0
  2063. + /usr/local/bin/pkg-config --cflags glib-2.0 '>=' 2.32.0
  2064. > -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
  2065. => source accepted.
  2066. test config.qtwebengine_buildtools.libraries.webengine-glib succeeded
  2067. looking for library webengine-harfbuzz
  2068. Trying source 0 (type pkgConfig) of library webengine-harfbuzz ...
  2069. + /usr/local/bin/pkg-config --exists --silence-errors harfbuzz '>=' 2.2.0
  2070. pkg-config did not find package.
  2071. => source produced no result.
  2072. test config.qtwebengine_buildtools.libraries.webengine-harfbuzz FAILED
  2073. looking for library webengine-jpeglib
  2074. Trying source 0 (type pkgConfig) of library webengine-jpeglib ...
  2075. + /usr/local/bin/pkg-config --exists --silence-errors libjpeg
  2076. + /usr/local/bin/pkg-config --modversion libjpeg
  2077. + /usr/local/bin/pkg-config --libs-only-L libjpeg
  2078. > -L/usr/lib/i386-linux-gnu
  2079. + /usr/local/bin/pkg-config --libs-only-l libjpeg
  2080. > -ljpeg
  2081. + /usr/local/bin/pkg-config --cflags libjpeg
  2082. + cd /home/ren/.build/qt5/build/config.tests/webengine-jpeglib && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-jpeglib' 'QMAKE_LIBS_WEBENGINE_JPEGLIB = -L/usr/lib/i386-linux-gnu -ljpeg' /home/ren/.build/qt5/build/config.tests/webengine-jpeglib
  2083. + cd /home/ren/.build/qt5/build/config.tests/webengine-jpeglib && MAKEFLAGS= /usr/local/bin/make
  2084. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2085. > g++ -Wl,-O1 -o webengine-jpeglib main.o -L/usr/lib/i386-linux-gnu -ljpeg
  2086. => source accepted.
  2087. test config.qtwebengine_buildtools.libraries.webengine-jpeglib succeeded
  2088. looking for library webengine-jsoncpp
  2089. Trying source 0 (type pkgConfig) of library webengine-jsoncpp ...
  2090. + /usr/local/bin/pkg-config --exists --silence-errors jsoncpp
  2091. + /usr/local/bin/pkg-config --modversion jsoncpp
  2092. > 1.7.4
  2093. + /usr/local/bin/pkg-config --libs-only-L jsoncpp
  2094. > -L/usr/lib/i386-linux-gnu
  2095. + /usr/local/bin/pkg-config --libs-only-l jsoncpp
  2096. > -ljsoncpp
  2097. + /usr/local/bin/pkg-config --cflags jsoncpp
  2098. > -I/usr/include/jsoncpp
  2099. => source accepted.
  2100. test config.qtwebengine_buildtools.libraries.webengine-jsoncpp succeeded
  2101. looking for library webengine-lcms2
  2102. Trying source 0 (type pkgConfig) of library webengine-lcms2 ...
  2103. + /usr/local/bin/pkg-config --exists --silence-errors lcms2
  2104. + /usr/local/bin/pkg-config --modversion lcms2
  2105. > 2.9
  2106. + /usr/local/bin/pkg-config --libs-only-L lcms2
  2107. > -L/usr/lib/i386-linux-gnu
  2108. + /usr/local/bin/pkg-config --libs-only-l lcms2
  2109. > -llcms2
  2110. + /usr/local/bin/pkg-config --cflags lcms2
  2111. => source accepted.
  2112. test config.qtwebengine_buildtools.libraries.webengine-lcms2 succeeded
  2113. looking for library webengine-libevent
  2114. Trying source 0 (type pkgConfig) of library webengine-libevent ...
  2115. + /usr/local/bin/pkg-config --exists --silence-errors libevent
  2116. + /usr/local/bin/pkg-config --modversion libevent
  2117. > 2.1.8-stable
  2118. + /usr/local/bin/pkg-config --libs-only-L libevent
  2119. > -L/usr/lib/i386-linux-gnu
  2120. + /usr/local/bin/pkg-config --libs-only-l libevent
  2121. > -levent
  2122. + /usr/local/bin/pkg-config --cflags libevent
  2123. => source accepted.
  2124. test config.qtwebengine_buildtools.libraries.webengine-libevent succeeded
  2125. looking for library webengine-libvpx
  2126. Trying source 0 (type pkgConfig) of library webengine-libvpx ...
  2127. + /usr/local/bin/pkg-config --exists --silence-errors vpx
  2128. + /usr/local/bin/pkg-config --modversion vpx
  2129. > 1.10.0
  2130. + /usr/local/bin/pkg-config --libs-only-L vpx
  2131. > -L/usr/local/lib
  2132. + /usr/local/bin/pkg-config --libs-only-l vpx
  2133. > -lvpx -lm
  2134. + /usr/local/bin/pkg-config --cflags vpx
  2135. > -I/usr/local/include
  2136. + cd /home/ren/.build/qt5/build/config.tests/webengine-libvpx && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-libvpx' 'QMAKE_LIBS_WEBENGINE_LIBVPX = -L/usr/local/lib -lvpx -lm' /home/ren/.build/qt5/build/config.tests/webengine-libvpx
  2137. + cd /home/ren/.build/qt5/build/config.tests/webengine-libvpx && MAKEFLAGS= /usr/local/bin/make
  2138. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2139. > g++ -Wl,-O1 -o webengine-libvpx main.o -L/usr/local/lib -lvpx -lm
  2140. => source accepted.
  2141. test config.qtwebengine_buildtools.libraries.webengine-libvpx succeeded
  2142. looking for library webengine-webp
  2143. Trying source 0 (type pkgConfig) of library webengine-webp ...
  2144. + /usr/local/bin/pkg-config --exists --silence-errors libwebp libwebpmux libwebpdemux
  2145. + /usr/local/bin/pkg-config --modversion libwebp libwebpmux libwebpdemux
  2146. > 0.6.1
  2147. > 0.6.1
  2148. > 0.6.1
  2149. + /usr/local/bin/pkg-config --libs-only-L libwebp libwebpmux libwebpdemux
  2150. > -L/usr/lib/i386-linux-gnu
  2151. + /usr/local/bin/pkg-config --libs-only-l libwebp libwebpmux libwebpdemux
  2152. > -lwebpmux -lwebpdemux -lwebp
  2153. + /usr/local/bin/pkg-config --cflags libwebp libwebpmux libwebpdemux
  2154. => source accepted.
  2155. test config.qtwebengine_buildtools.libraries.webengine-webp succeeded
  2156. looking for library webengine-libxml2
  2157. Trying source 0 (type pkgConfig) of library webengine-libxml2 ...
  2158. + /usr/local/bin/pkg-config --exists --silence-errors libxml-2.0 libxslt
  2159. + /usr/local/bin/pkg-config --modversion libxml-2.0 libxslt
  2160. > 2.9.4
  2161. > 1.1.29
  2162. + /usr/local/bin/pkg-config --libs-only-L libxml-2.0 libxslt
  2163. > -L/usr/lib/i386-linux-gnu
  2164. + /usr/local/bin/pkg-config --libs-only-l libxml-2.0 libxslt
  2165. > -lxslt -lxml2
  2166. + /usr/local/bin/pkg-config --cflags libxml-2.0 libxslt
  2167. > -I/usr/include/libxml2
  2168. + cd /home/ren/.build/qt5/build/config.tests/webengine-libxml2 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-libxml2' 'QMAKE_LIBS_WEBENGINE_LIBXML2 = -L/usr/lib/i386-linux-gnu -lxslt -lxml2' 'QMAKE_INCDIR_WEBENGINE_LIBXML2 = /usr/include/libxml2' /home/ren/.build/qt5/build/config.tests/webengine-libxml2
  2169. + cd /home/ren/.build/qt5/build/config.tests/webengine-libxml2 && MAKEFLAGS= /usr/local/bin/make
  2170. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/libxml2 -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2171. > g++ -Wl,-O1 -o webengine-libxml2 main.o -L/usr/lib/i386-linux-gnu -lxslt -lxml2
  2172. => source accepted.
  2173. test config.qtwebengine_buildtools.libraries.webengine-libxml2 succeeded
  2174. looking for library webengine-minizip
  2175. Trying source 0 (type pkgConfig) of library webengine-minizip ...
  2176. + /usr/local/bin/pkg-config --exists --silence-errors minizip
  2177. pkg-config did not find package.
  2178. => source produced no result.
  2179. test config.qtwebengine_buildtools.libraries.webengine-minizip FAILED
  2180. executing config test webengine-ninja
  2181. Found ninja from path: /usr/local/bin/ninja
  2182. + /usr/local/bin/ninja --version
  2183. > 1.10.2
  2184. test config.qtwebengine_buildtools.tests.webengine-ninja succeeded
  2185. looking for library webengine-opus
  2186. Trying source 0 (type pkgConfig) of library webengine-opus ...
  2187. + /usr/local/bin/pkg-config --exists --silence-errors opus '>=' 1.3.1
  2188. pkg-config did not find package.
  2189. => source produced no result.
  2190. test config.qtwebengine_buildtools.libraries.webengine-opus FAILED
  2191. looking for library webengine-png
  2192. Trying source 0 (type pkgConfig) of library webengine-png ...
  2193. + /usr/local/bin/pkg-config --exists --silence-errors libpng '>=' 1.6.0
  2194. + /usr/local/bin/pkg-config --modversion libpng '>=' 1.6.0
  2195. > 1.6.34
  2196. + /usr/local/bin/pkg-config --libs-only-L libpng '>=' 1.6.0
  2197. > -L/usr/lib/i386-linux-gnu
  2198. + /usr/local/bin/pkg-config --libs-only-l libpng '>=' 1.6.0
  2199. > -lpng16 -lz
  2200. + /usr/local/bin/pkg-config --cflags libpng '>=' 1.6.0
  2201. > -I/usr/include/libpng16
  2202. => source accepted.
  2203. test config.qtwebengine_buildtools.libraries.webengine-png succeeded
  2204. looking for library webengine-protobuf
  2205. Trying source 0 (type pkgConfig) of library webengine-protobuf ...
  2206. + /usr/local/bin/pkg-config --exists --silence-errors protobuf
  2207. + /usr/local/bin/pkg-config --modversion protobuf
  2208. > 3.17.3
  2209. + /usr/local/bin/pkg-config --libs-only-L protobuf
  2210. > -L/usr/local/lib
  2211. + /usr/local/bin/pkg-config --libs-only-l protobuf
  2212. > -lprotobuf -lpthread
  2213. + /usr/local/bin/pkg-config --cflags protobuf
  2214. > -pthread -I/usr/local/include
  2215. Note: Dropped compiler flags '-pthread'.
  2216. => source accepted.
  2217. test config.qtwebengine_buildtools.libraries.webengine-protobuf succeeded
  2218. executing config test webengine-protoc
  2219. Found protoc from path: /usr/local/bin/protoc
  2220. test config.qtwebengine_buildtools.tests.webengine-protoc succeeded
  2221. looking for library webengine-re2
  2222. Trying source 0 (type pkgConfig) of library webengine-re2 ...
  2223. + /usr/local/bin/pkg-config --exists --silence-errors re2
  2224. + /usr/local/bin/pkg-config --modversion re2
  2225. > 9.0.0
  2226. + /usr/local/bin/pkg-config --libs-only-L re2
  2227. > -L/usr/local/lib
  2228. + /usr/local/bin/pkg-config --libs-only-l re2
  2229. > -lre2
  2230. + /usr/local/bin/pkg-config --cflags re2
  2231. > -std=c++11 -pthread -I/usr/local/include
  2232. Note: Dropped compiler flags '-std=c++11 -pthread'.
  2233. + cd /home/ren/.build/qt5/build/config.tests/webengine-re2 && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-re2' 'QMAKE_LIBS_WEBENGINE_RE2 = -L/usr/local/lib -lre2' /home/ren/.build/qt5/build/config.tests/webengine-re2
  2234. + cd /home/ren/.build/qt5/build/config.tests/webengine-re2 && MAKEFLAGS= /usr/local/bin/make
  2235. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2236. > g++ -Wl,-O1 -o webengine-re2 main.o -L/usr/local/lib -lre2
  2237. => source accepted.
  2238. test config.qtwebengine_buildtools.libraries.webengine-re2 succeeded
  2239. looking for library webengine-snappy
  2240. Trying source 0 (type inline) of library webengine-snappy ...
  2241. + cd /home/ren/.build/qt5/build/config.tests/webengine-snappy && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-snappy' 'QMAKE_LIBS_WEBENGINE_SNAPPY = -lsnappy' /home/ren/.build/qt5/build/config.tests/webengine-snappy
  2242. + cd /home/ren/.build/qt5/build/config.tests/webengine-snappy && MAKEFLAGS= /usr/local/bin/make
  2243. > g++ -c -pipe -O2 -w -fPIC -I. -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2244. > g++ -Wl,-O1 -o webengine-snappy main.o -lsnappy
  2245. => source accepted.
  2246. test config.qtwebengine_buildtools.libraries.webengine-snappy succeeded
  2247. looking for library webengine-zlib
  2248. Trying source 0 (type pkgConfig) of library webengine-zlib ...
  2249. + /usr/local/bin/pkg-config --exists --silence-errors zlib
  2250. + /usr/local/bin/pkg-config --modversion zlib
  2251. > 1.2.11
  2252. + /usr/local/bin/pkg-config --libs-only-L zlib
  2253. > -L/usr/lib/i386-linux-gnu
  2254. + /usr/local/bin/pkg-config --libs-only-l zlib
  2255. > -lz
  2256. + /usr/local/bin/pkg-config --cflags zlib
  2257. => source accepted.
  2258. test config.qtwebengine_buildtools.libraries.webengine-zlib succeeded
  2259. looking for library webengine-alsa
  2260. Trying source 0 (type pkgConfig) of library webengine-alsa ...
  2261. + /usr/local/bin/pkg-config --exists --silence-errors alsa
  2262. + /usr/local/bin/pkg-config --modversion alsa
  2263. > 1.1.3
  2264. + /usr/local/bin/pkg-config --libs-only-L alsa
  2265. > -L/usr/lib/i386-linux-gnu
  2266. + /usr/local/bin/pkg-config --libs-only-l alsa
  2267. > -lasound
  2268. + /usr/local/bin/pkg-config --cflags alsa
  2269. > -I/usr/include/alsa
  2270. + cd /home/ren/.build/qt5/build/config.tests/webengine-alsa && /home/ren/.build/qt5/build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += webengine-alsa' 'QMAKE_LIBS_WEBENGINE_ALSA = -L/usr/lib/i386-linux-gnu -lasound' 'QMAKE_INCDIR_WEBENGINE_ALSA = /usr/include/alsa' /home/ren/.build/qt5/build/config.tests/webengine-alsa
  2271. + cd /home/ren/.build/qt5/build/config.tests/webengine-alsa && MAKEFLAGS= /usr/local/bin/make
  2272. > g++ -c -pipe -O2 -w -fPIC -I. -I/usr/include/alsa -I/home/ren/.build/qt5/qtbase/mkspecs/linux-g++ -o main.o main.cpp
  2273. > g++ -Wl,-O1 -o webengine-alsa main.o -L/usr/lib/i386-linux-gnu -lasound
  2274. => source accepted.
  2275. test config.qtwebengine_core.libraries.webengine-alsa succeeded
  2276. executing config test webengine-embedded-build
  2277. test config.qtwebengine_core.tests.webengine-embedded-build FAILED
  2278. executing config test webengine-nodejs
  2279. test config.qtwebengine_core.tests.webengine-nodejs succeeded
  2280. looking for library webengine-poppler-cpp
  2281. Trying source 0 (type pkgConfig) of library webengine-poppler-cpp ...
  2282. + /usr/local/bin/pkg-config --exists --silence-errors poppler-cpp
  2283. pkg-config did not find package.
  2284. => source produced no result.
  2285. test config.qtwebengine_core.libraries.webengine-poppler-cpp FAILED
  2286. looking for library webengine-pulseaudio
  2287. Trying source 0 (type pkgConfig) of library webengine-pulseaudio ...
  2288. + /usr/local/bin/pkg-config --exists --silence-errors libpulse '>=' 0.9.10 libpulse-mainloop-glib
  2289. pkg-config did not find package.
  2290. => source produced no result.
  2291. test config.qtwebengine_core.libraries.webengine-pulseaudio FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement