Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 88.72 KB | None | 0 0
  1. $ ./configure -v -opensource -confirm-license -no-pch -no-xcb  -no-egl -skip wayland -no-opengl -gstreamer -make libs -device imx6 -nomake examples -nomake tests     -device-option CROSS_COMPILE=arm-linux-gnueabihf-     -prefix ../$QtDir  -skip qtwebview -skip qtwebengine -skip qtwebchannel -no-qml-debug >> log.txt
  2. Command line: -v -opensource -confirm-license -no-pch -no-xcb -no-egl -skip wayland -no-opengl -gstreamer -make libs -device imx6 -nomake examples -nomake tests -device-option CROSS_COMPILE=arm-linux-gnueabihf- -prefix ../ -skip qtwebview -skip qtwebengine -skip qtwebchannel -no-qml-debug
  3.  
  4. This is the Qt Open Source Edition.
  5.  
  6. You have already accepted the terms of the Open Source license.
  7.  
  8. Running configuration tests...
  9.  
  10. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests && arm-linux-gnueabihf-g++ -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -fuse-ld=gold -o conftest-out conftest.cpp
  11.  
  12. + arm-linux-gnueabihf-g++ -dumpmachine
  13. > arm-linux-gnueabihf
  14.  
  15. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/verifyspec && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/verifyspec
  16. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
  17. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/verifyspec -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o verifyspec.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/verifyspec/verifyspec.cpp
  18. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o verifyspec verifyspec.o    
  19.  
  20. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/arch && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch
  21. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/arch && MAKEFLAGS= /usr/bin/make
  22. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o arch.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch/arch.cpp
  23. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o arch arch.o    
  24. Detected architecture: arm (neon)
  25.  
  26. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/arch && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch/arch_host.pro
  27. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/arch && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
  28. > rm -f arch.o
  29. > rm -f *~ core *.core
  30. > g++ -c -pipe -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/linux-g++ -o arch.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/arch/arch.cpp
  31. > g++ -Wl,-O1 -o arch arch.o    
  32. Detected architecture: x86_64 (mmx sse sse2)
  33.  
  34. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/alloca_h && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/alloca_h
  35. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/alloca_h && MAKEFLAGS= /usr/bin/make
  36. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  37. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o alloca_h main.o    
  38.  
  39. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++14 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++14
  40. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++14 && MAKEFLAGS= /usr/bin/make
  41. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++1y -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  42. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o c++14 main.o    
  43.  
  44. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++1z && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++1z
  45. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/c++1z && MAKEFLAGS= /usr/bin/make
  46. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++1z -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  47. > main.cpp:8:19: fatal error: variant: No such file or directory
  48. > compilation terminated.
  49. > Makefile:175: recipe for target 'main.o' failed
  50. > make: *** [main.o] Error 1
  51.  
  52. Found pkg-config from path: /usr/bin/pkg-config
  53.  
  54. Trying source 0 (type pkgConfig) of library dbus ...
  55. pkg-config use disabled globally.
  56.   => source produced no result.
  57. Trying source 1 (type inline) of library dbus ...
  58.   => source failed condition 'config.win32'.
  59. Trying source 2 (type inline) of library dbus ...
  60. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/dbus && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ldbus-1' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/dbus
  61. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/dbus && MAKEFLAGS= /usr/bin/make
  62. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  63. > main.cpp:2:23: fatal error: dbus/dbus.h: No such file or directory
  64. > compilation terminated.
  65. > Makefile:175: recipe for target 'main.o' failed
  66. > make: *** [main.o] Error 1
  67.  => source failed verification.
  68.  
  69. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests && arm-linux-gnueabihf-g++ -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -fuse-ld=gold -Wl,--enable-new-dtags -o conftest-out conftest.cpp
  70.  
  71. Trying source 0 (type pkgConfig) of library host_dbus ...
  72. + /usr/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
  73. pkg-config did not find package.
  74.   => source produced no result.
  75. Trying source 1 (type inline) of library host_dbus ...
  76.  => source accepted.
  77.  
  78. Trying source 0 (type pkgConfig) of library libudev ...
  79. pkg-config use disabled globally.
  80.   => source produced no result.
  81. Trying source 1 (type inline) of library libudev ...
  82. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libudev && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ludev' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libudev
  83. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libudev && MAKEFLAGS= /usr/bin/make
  84. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  85. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o libudev main.o   -ludev
  86. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -ludev
  87. > main.o:main.cpp:function main: error: undefined reference to 'udev_new'
  88. > main.o:main.cpp:function main: error: undefined reference to 'udev_unref'
  89. > collect2: error: ld returned 1 exit status
  90. > Makefile:65: recipe for target 'libudev' failed
  91. > make: *** [libudev] Error 1
  92.  => source failed verification.
  93.  
  94. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/posix_fallocate && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/posix_fallocate
  95. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/posix_fallocate && MAKEFLAGS= /usr/bin/make
  96. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  97. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o posix_fallocate main.o    
  98.  
  99. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/x86_simd && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=rdrnd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/x86_simd
  100. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make
  101. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -mrdrnd -O2 -std=gnu++11 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDRND -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/x86_simd -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/x86_simd/main.cpp
  102. > arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-mrdrnd’
  103. > Makefile:178: recipe for target 'main.o' failed
  104. > make: *** [main.o] Error 1
  105.  
  106. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_exports && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_exports
  107. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_exports && MAKEFLAGS= /usr/bin/make
  108. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  109. > rm -f libreduce_exports.so.1.0.0 libreduce_exports.so libreduce_exports.so.1 libreduce_exports.so.1.0
  110. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -shared -Wl,-soname,libreduce_exports.so.1 -o libreduce_exports.so.1.0.0 main.o    
  111. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so
  112. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1
  113. > ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1.0
  114.  
  115. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_relocations && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_relocations
  116. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/reduce_relocations && MAKEFLAGS= /usr/bin/make
  117. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  118. > main.cpp:3:4: error: #error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
  119. >  #  error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
  120. >     ^
  121. > Makefile:195: recipe for target 'main.o' failed
  122. > make: *** [main.o] Error 1
  123.  
  124. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/stl && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/stl
  125. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/stl && MAKEFLAGS= /usr/bin/make
  126. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/stl -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o stltest.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/stl/stltest.cpp
  127. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o stl stltest.o    
  128.  
  129. Trying source 0 (type inline) of library zlib ...
  130.   => source failed condition 'config.msvc'.
  131. Trying source 1 (type inline) of library zlib ...
  132. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/zlib && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lz' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/zlib
  133. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/zlib && MAKEFLAGS= /usr/bin/make
  134. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  135. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o zlib main.o   -lz
  136. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -lz
  137. > main.o:main.cpp:function main: error: undefined reference to 'zlibVersion'
  138. > main.o:main.cpp:function main: error: undefined reference to 'compress2'
  139. > collect2: error: ld returned 1 exit status
  140. > Makefile:65: recipe for target 'zlib' failed
  141. > make: *** [zlib] Error 1
  142.  => source failed verification.
  143.  
  144. Trying source 0 (type inline) of library librt ...
  145. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/librt && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/librt
  146. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/librt && MAKEFLAGS= /usr/bin/make
  147. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  148. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o librt main.o    
  149.  => source accepted.
  150.  
  151. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/clock-monotonic && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/clock-monotonic
  152. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/clock-monotonic && MAKEFLAGS= /usr/bin/make
  153. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  154. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o clock-monotonic main.o    
  155.  
  156. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cxx11_future && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cxx11_future
  157. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cxx11_future && MAKEFLAGS= /usr/bin/make
  158. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  159. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o cxx11_future main.o   -lpthread
  160.  
  161. Trying source 0 (type inline) of library libdl ...
  162. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl
  163. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl && MAKEFLAGS= /usr/bin/make
  164. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  165. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o libdl main.o    
  166. > main.o:main.cpp:function main: error: undefined reference to 'dlopen'
  167. > main.o:main.cpp:function main: error: undefined reference to 'dlclose'
  168. > main.o:main.cpp:function main: error: undefined reference to 'dlsym'
  169. > main.o:main.cpp:function main: error: undefined reference to 'dlerror'
  170. > collect2: error: ld returned 1 exit status
  171. > Makefile:65: recipe for target 'libdl' failed
  172. > make: *** [libdl] Error 1
  173.  => source failed verification.
  174. Trying source 1 (type inline) of library libdl ...
  175. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ldl' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl
  176. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libdl && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
  177. > rm -f main.o
  178. > rm -f *~ core *.core
  179. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  180. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o libdl main.o   -ldl
  181.  => source accepted.
  182.  
  183. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/eventfd && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/eventfd
  184. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/eventfd && MAKEFLAGS= /usr/bin/make
  185. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  186. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o eventfd main.o    
  187.  
  188. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/futimens && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/futimens
  189. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/futimens && MAKEFLAGS= /usr/bin/make
  190. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/futimens -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o futimens.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/futimens/futimens.cpp
  191. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o futimens futimens.o    
  192.  
  193. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/getauxval && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getauxval
  194. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/getauxval && MAKEFLAGS= /usr/bin/make
  195. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getauxval -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o getauxval.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getauxval/getauxval.cpp
  196. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o getauxval getauxval.o    
  197.  
  198. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/getentropy && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getentropy
  199. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/getentropy && MAKEFLAGS= /usr/bin/make
  200. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getentropy -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o getentropy.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getentropy/getentropy.cpp
  201. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getentropy/getentropy.cpp: In function ‘int main()’:
  202. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/getentropy/getentropy.cpp:34:39: error: ‘getentropy’ was not declared in this scope
  203. >      return getentropy(buf, sizeof(buf));
  204. >                                        ^
  205. > Makefile:180: recipe for target 'getentropy.o' failed
  206. > make: *** [getentropy.o] Error 1
  207.  
  208. Trying source 0 (type pkgConfig) of library glib ...
  209. pkg-config use disabled globally.
  210.   => source produced no result.
  211.  
  212. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/iconv && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/iconv
  213. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/iconv && MAKEFLAGS= /usr/bin/make
  214. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/iconv -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o iconv.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/iconv/iconv.cpp
  215. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o iconv iconv.o    
  216.  
  217. Trying source 0 (type inline) of library icu ...
  218.   => source failed condition 'config.win32 && !features.shared'.
  219. Trying source 1 (type inline) of library icu ...
  220.   => source failed condition 'config.win32 && features.shared'.
  221. Trying source 2 (type inline) of library icu ...
  222. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/icu && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -licui18n -licuuc -licudata' 'LIBS += -ldl' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/icu
  223. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/icu && MAKEFLAGS= /usr/bin/make
  224. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  225. > main.cpp:2:28: fatal error: unicode/utypes.h: No such file or directory
  226. > compilation terminated.
  227. > Makefile:177: recipe for target 'main.o' failed
  228. > make: *** [main.o] Error 1
  229.  => source failed verification.
  230.  
  231. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/inotify && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/inotify
  232. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/inotify && MAKEFLAGS= /usr/bin/make
  233. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  234. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o inotify main.o    
  235.  
  236. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipc_sysv && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipc_sysv
  237. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipc_sysv && MAKEFLAGS= /usr/bin/make
  238. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  239. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o ipc_sysv main.o    
  240.  
  241. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linkat && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linkat
  242. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linkat && MAKEFLAGS= /usr/bin/make
  243. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  244. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o linkat main.o    
  245.  
  246. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ppoll && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ppoll
  247. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ppoll && MAKEFLAGS= /usr/bin/make
  248. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  249. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o ppoll main.o    
  250.  
  251. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/renameat2 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/renameat2
  252. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/renameat2 && MAKEFLAGS= /usr/bin/make
  253. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  254. > main.cpp: In function ‘int main(int, char**)’:
  255. > main.cpp:9:53: error: ‘RENAME_NOREPLACE’ was not declared in this scope
  256. >      renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  257. >                                                      ^
  258. > main.cpp:9:72: error: ‘RENAME_WHITEOUT’ was not declared in this scope
  259. >      renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  260. >                                                                         ^
  261. > main.cpp:9:87: error: ‘renameat2’ was not declared in this scope
  262. >      renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  263. >                                                                                        ^
  264. > Makefile:177: recipe for target 'main.o' failed
  265. > make: *** [main.o] Error 1
  266.  
  267. Trying source 0 (type inline) of library slog2 ...
  268. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/slog2 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lslog2' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/slog2
  269. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/slog2 && MAKEFLAGS= /usr/bin/make
  270. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  271. > main.cpp:2:23: fatal error: sys/slog2.h: No such file or directory
  272. > compilation terminated.
  273. > Makefile:177: recipe for target 'main.o' failed
  274. > make: *** [main.o] Error 1
  275.  => source failed verification.
  276.  
  277. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/statx && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/statx
  278. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/statx && MAKEFLAGS= /usr/bin/make
  279. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  280. > main.cpp: In function ‘int main(int, char**)’:
  281. > main.cpp:11:18: error: aggregate ‘main(int, char**)::statx statxbuf’ has incomplete type and cannot be defined
  282. >      struct statx statxbuf;
  283. >                   ^
  284. > main.cpp:12:25: error: ‘STATX_BASIC_STATS’ was not declared in this scope
  285. >      unsigned int mask = STATX_BASIC_STATS;
  286. >                          ^
  287. > main.cpp:13:32: error: ‘AT_STATX_SYNC_AS_STAT’ was not declared in this scope
  288. >      return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  289. >                                 ^
  290. > main.cpp:13:70: error: invalid use of incomplete type ‘struct main(int, char**)::statx’
  291. >      return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  292. >                                                                       ^
  293. > main.cpp:11:12: note: forward declaration of ‘struct main(int, char**)::statx’
  294. >      struct statx statxbuf;
  295. >             ^
  296. > Makefile:177: recipe for target 'main.o' failed
  297. > make: *** [main.o] Error 1
  298.  
  299. Trying source 0 (type inline) of library libatomic ...
  300. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libatomic && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libatomic
  301. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libatomic && MAKEFLAGS= /usr/bin/make
  302. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  303. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o libatomic main.o    
  304.  => source accepted.
  305.  
  306. Trying source 0 (type inline) of library doubleconversion ...
  307. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/doubleconversion && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ldouble-conversion' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/doubleconversion
  308. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/doubleconversion && MAKEFLAGS= /usr/bin/make
  309. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  310. > main.cpp:2:49: fatal error: double-conversion/double-conversion.h: No such file or directory
  311. > compilation terminated.
  312. > Makefile:177: recipe for target 'main.o' failed
  313. > make: *** [main.o] Error 1
  314.  => source failed verification.
  315.  
  316. Trying source 0 (type pkgConfig) of library pcre2 ...
  317. pkg-config use disabled globally.
  318.   => source produced no result.
  319. Trying source 1 (type inline) of library pcre2 ...
  320. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/pcre2 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lpcre2-16' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/pcre2
  321. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/pcre2 && MAKEFLAGS= /usr/bin/make
  322. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  323. > main.cpp:3:19: fatal error: pcre2.h: No such file or directory
  324. > compilation terminated.
  325. > Makefile:177: recipe for target 'main.o' failed
  326. > make: *** [main.o] Error 1
  327.  => source failed verification.
  328.  
  329. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cloexec && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cloexec
  330. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cloexec && MAKEFLAGS= /usr/bin/make
  331. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  332. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o cloexec main.o    
  333.  
  334. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/cxx11_random && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/cxx11_random
  335. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/unix/cxx11_random && MAKEFLAGS= /usr/bin/make
  336. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/cxx11_random -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o cxx11_random.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/unix/cxx11_random/cxx11_random.cpp
  337. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o cxx11_random cxx11_random.o    
  338.  
  339. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/atomicfptr && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/atomicfptr
  340. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/atomicfptr && MAKEFLAGS= /usr/bin/make
  341. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  342. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o atomicfptr main.o    
  343. Trying source 0 (type makeSpec) of library network ...
  344.  => source accepted.
  345.  
  346. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/getifaddrs && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/getifaddrs
  347. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/getifaddrs && MAKEFLAGS= /usr/bin/make
  348. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  349. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o getifaddrs main.o    
  350.  
  351. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipv6ifname && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipv6ifname
  352. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ipv6ifname && MAKEFLAGS= /usr/bin/make
  353. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  354. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o ipv6ifname main.o    
  355.  
  356. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linux-netlink && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linux-netlink
  357. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linux-netlink && MAKEFLAGS= /usr/bin/make
  358. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  359. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o linux-netlink main.o    
  360.  
  361. Trying source 0 (type inline) of library openssl_headers ...
  362. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openssl && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/openssl
  363. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openssl && MAKEFLAGS= /usr/bin/make
  364. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/openssl -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o openssl.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/openssl/openssl.cpp
  365. > In file included from /usr/include/openssl/ssl.h:146:0,
  366. >                  from /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/openssl/openssl.cpp:46:
  367. > /usr/include/openssl/e_os2.h:56:33: fatal error: openssl/opensslconf.h: No such file or directory
  368. > compilation terminated.
  369. > Makefile:180: recipe for target 'openssl.o' failed
  370. > make: *** [openssl.o] Error 1
  371.  => source failed verification.
  372.  
  373. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/evdev && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/evdev
  374. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/evdev && MAKEFLAGS= /usr/bin/make
  375. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  376. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o evdev main.o    
  377.  
  378. Trying source 0 (type pkgConfig) of library freetype ...
  379. pkg-config use disabled globally.
  380.   => source produced no result.
  381. Trying source 1 (type freetype) of library freetype ...
  382. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/freetype && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lfreetype' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/freetype
  383. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/freetype && MAKEFLAGS= /usr/bin/make
  384. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  385. > main.cpp:2:22: fatal error: ft2build.h: No such file or directory
  386. > compilation terminated.
  387. > Makefile:177: recipe for target 'main.o' failed
  388. > make: *** [main.o] Error 1
  389.  => source failed verification.
  390.  
  391. Trying source 0 (type pkgConfig) of library gbm ...
  392. pkg-config use disabled globally.
  393.   => source produced no result.
  394.  
  395. Trying source 0 (type pkgConfig) of library drm ...
  396. pkg-config use disabled globally.
  397.   => source produced no result.
  398. Trying source 1 (type inline) of library drm ...
  399. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/drm && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ldrm' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/drm
  400. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/drm && MAKEFLAGS= /usr/bin/make
  401. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  402. > In file included from main.cpp:5:0:
  403. > /usr/include/xf86drmMode.h:43:17: fatal error: drm.h: No such file or directory
  404. > compilation terminated.
  405. > Makefile:177: recipe for target 'main.o' failed
  406. > make: *** [main.o] Error 1
  407.  => source failed verification.
  408. Trying source 2 (type inline) of library drm ...
  409.   => source failed condition 'config.integrity'.
  410.  
  411. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linuxfb && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linuxfb
  412. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linuxfb && MAKEFLAGS= /usr/bin/make
  413. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  414. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o linuxfb main.o    
  415.  
  416. Trying source 0 (type pkgConfig) of library mtdev ...
  417. pkg-config use disabled globally.
  418.   => source produced no result.
  419.  
  420. Trying source 0 (type pkgConfig) of library openvg ...
  421. pkg-config use disabled globally.
  422.   => source produced no result.
  423. Trying source 1 (type makeSpec) of library openvg ...
  424. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openvg && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lOpenVG -lOpenVG -lEGL -lGAL' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openvg
  425. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openvg && MAKEFLAGS= /usr/bin/make
  426. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  427. > main.cpp:2:23: fatal error: VG/openvg.h: No such file or directory
  428. > compilation terminated.
  429. > Makefile:177: recipe for target 'main.o' failed
  430. > make: *** [main.o] Error 1
  431.  => source failed verification.
  432.  
  433.  
  434. Trying source 0 (type inline) of library harfbuzz ...
  435. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/harfbuzz && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lharfbuzz' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/harfbuzz
  436. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/harfbuzz && MAKEFLAGS= /usr/bin/make
  437. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  438. > main.cpp:2:25: fatal error: harfbuzz/hb.h: No such file or directory
  439. > compilation terminated.
  440. > Makefile:177: recipe for target 'main.o' failed
  441. > make: *** [main.o] Error 1
  442.  => source failed verification.
  443.  
  444. Trying source 0 (type inline) of library libjpeg ...
  445.   => source failed condition 'config.msvc'.
  446. Trying source 1 (type inline) of library libjpeg ...
  447. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libjpeg && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ljpeg' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libjpeg
  448. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/libjpeg && MAKEFLAGS= /usr/bin/make
  449. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  450. > main.cpp:5:21: fatal error: jpeglib.h: No such file or directory
  451. > compilation terminated.
  452. > Makefile:177: recipe for target 'main.o' failed
  453. > make: *** [main.o] Error 1
  454.  => source failed verification.
  455.  
  456. Trying source 0 (type inline) of library tslib ...
  457. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tslib && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lts' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tslib
  458. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tslib && MAKEFLAGS= /usr/bin/make
  459. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  460. > main.cpp:2:19: fatal error: tslib.h: No such file or directory
  461. > compilation terminated.
  462. > Makefile:177: recipe for target 'main.o' failed
  463. > make: *** [main.o] Error 1
  464.  => source failed verification.
  465.  
  466. Trying source 0 (type pkgConfig) of library vulkan ...
  467. pkg-config use disabled globally.
  468.   => source produced no result.
  469. Trying source 1 (type makeSpec) of library vulkan ...
  470. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/qpa/vulkan && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/qpa/vulkan
  471. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/qpa/vulkan && MAKEFLAGS= /usr/bin/make
  472. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/qpa/vulkan -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o vulkan.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/qpa/vulkan/vulkan.cpp
  473. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/config.tests/qpa/vulkan/vulkan.cpp:42:27: fatal error: vulkan/vulkan.h: No such file or directory
  474. > compilation terminated.
  475. > Makefile:180: recipe for target 'vulkan.o' failed
  476. > make: *** [vulkan.o] Error 1
  477.  => source failed verification.
  478.  
  479. Trying source 0 (type pkgConfig) of library xkbcommon ...
  480. pkg-config use disabled globally.
  481.   => source produced no result.
  482.  
  483. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/xlib && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/xlib
  484. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/xlib && MAKEFLAGS= /usr/bin/make
  485. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  486. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o xlib main.o    -lXext -lX11 -lm
  487. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -lXext
  488. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -lX11
  489. > main.o:main.cpp:function main: error: undefined reference to 'XOpenDisplay'
  490. > main.o:main.cpp:function main: error: undefined reference to 'XCloseDisplay'
  491. > collect2: error: ld returned 1 exit status
  492. > Makefile:65: recipe for target 'xlib' failed
  493. > make: *** [xlib] Error 1
  494.  
  495. Trying source 0 (type inline) of library cups ...
  496. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cups && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lcups' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cups
  497. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/cups && MAKEFLAGS= /usr/bin/make
  498. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  499. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o cups main.o   -lcups
  500. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -lcups
  501. > main.o:main.cpp:function main: error: undefined reference to 'cupsGetNamedDest'
  502. > collect2: error: ld returned 1 exit status
  503. > Makefile:65: recipe for target 'cups' failed
  504. > make: *** [cups] Error 1
  505.  => source failed verification.
  506.  
  507. Trying source 0 (type inline) of library db2 ...
  508.   => source failed condition 'config.win32'.
  509. Trying source 1 (type inline) of library db2 ...
  510. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/db2 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -ldb2' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/db2
  511. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/db2 && MAKEFLAGS= /usr/bin/make
  512. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  513. > main.cpp:2:20: fatal error: sqlcli.h: No such file or directory
  514. > compilation terminated.
  515. > Makefile:177: recipe for target 'main.o' failed
  516. > make: *** [main.o] Error 1
  517.  => source failed verification.
  518.  
  519. Trying source 0 (type inline) of library ibase ...
  520.   => source failed condition 'config.win32'.
  521. Trying source 1 (type inline) of library ibase ...
  522. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ibase && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lgds' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ibase
  523. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/ibase && MAKEFLAGS= /usr/bin/make
  524. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  525. > main.cpp:2:19: fatal error: ibase.h: No such file or directory
  526. > compilation terminated.
  527. > Makefile:177: recipe for target 'main.o' failed
  528. > make: *** [main.o] Error 1
  529.  => source failed verification.
  530.  
  531. Trying source 0 (type mysqlConfig) of library mysql ...
  532. mysql_config not found.
  533.   => source produced no result.
  534. Trying source 1 (type mysqlConfig) of library mysql ...
  535. mysql_config not found.
  536.   => source produced no result.
  537. Trying source 2 (type mysqlConfig) of library mysql ...
  538. mysql_config not found.
  539.   => source produced no result.
  540. Trying source 3 (type mysqlConfig) of library mysql ...
  541. mysql_config not found.
  542.   => source produced no result.
  543. Trying source 4 (type inline) of library mysql ...
  544. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lmysqlclient_r' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql
  545. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql && MAKEFLAGS= /usr/bin/make
  546. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  547. > main.cpp:5:19: fatal error: mysql.h: No such file or directory
  548. > compilation terminated.
  549. > Makefile:177: recipe for target 'main.o' failed
  550. > make: *** [main.o] Error 1
  551.  => source failed verification.
  552. Trying source 5 (type inline) of library mysql ...
  553.   => source failed condition 'config.win32'.
  554. Trying source 6 (type inline) of library mysql ...
  555. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lmysqlclient' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql
  556. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/mysql && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
  557. > rm -f main.o
  558. > rm -f *~ core *.core
  559. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  560. > main.cpp:5:19: fatal error: mysql.h: No such file or directory
  561. > compilation terminated.
  562. > Makefile:177: recipe for target 'main.o' failed
  563. > make: *** [main.o] Error 1
  564.  => source failed verification.
  565.  
  566. Trying source 0 (type inline) of library oci ...
  567.   => source failed condition 'config.win32'.
  568. Trying source 1 (type inline) of library oci ...
  569. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/oci && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lclntsh' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/oci
  570. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/oci && MAKEFLAGS= /usr/bin/make
  571. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  572. > main.cpp:2:17: fatal error: oci.h: No such file or directory
  573. > compilation terminated.
  574. > Makefile:177: recipe for target 'main.o' failed
  575. > make: *** [main.o] Error 1
  576.  => source failed verification.
  577.  
  578. Trying source 0 (type inline) of library odbc ...
  579.   => source failed condition 'config.win32'.
  580. Trying source 1 (type inline) of library odbc ...
  581.   => source failed condition 'config.darwin'.
  582. Trying source 2 (type inline) of library odbc ...
  583. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/odbc && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lodbc' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/odbc
  584. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/odbc && MAKEFLAGS= /usr/bin/make
  585. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  586. > main.cpp:5:17: fatal error: sql.h: No such file or directory
  587. > compilation terminated.
  588. > Makefile:177: recipe for target 'main.o' failed
  589. > make: *** [main.o] Error 1
  590.  => source failed verification.
  591.  
  592. Trying source 0 (type pkgConfig) of library psql ...
  593. pkg-config use disabled globally.
  594.   => source produced no result.
  595. Trying source 1 (type psqlConfig) of library psql ...
  596. pg_config not found.
  597.   => source produced no result.
  598. Trying source 2 (type psqlEnv) of library psql ...
  599.   => source failed condition 'config.win32'.
  600. Trying source 3 (type psqlEnv) of library psql ...
  601. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/psql && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lpq' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/psql
  602. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/psql && MAKEFLAGS= /usr/bin/make
  603. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  604. > main.cpp:2:22: fatal error: libpq-fe.h: No such file or directory
  605. > compilation terminated.
  606. > Makefile:177: recipe for target 'main.o' failed
  607. > make: *** [main.o] Error 1
  608.  => source failed verification.
  609.  
  610. Trying source 0 (type inline) of library sqlite2 ...
  611. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/sqlite2 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lsqlite' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/sqlite2
  612. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/sqlite2 && MAKEFLAGS= /usr/bin/make
  613. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  614. > main.cpp:2:20: fatal error: sqlite.h: No such file or directory
  615. > compilation terminated.
  616. > Makefile:177: recipe for target 'main.o' failed
  617. > make: *** [main.o] Error 1
  618.  => source failed verification.
  619.  
  620. Trying source 0 (type sybaseEnv) of library tds ...
  621.   => source failed condition 'config.win32'.
  622. Trying source 1 (type sybaseEnv) of library tds ...
  623. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tds && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lsybdb' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tds
  624. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/tds && MAKEFLAGS= /usr/bin/make
  625. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
  626. > main.cpp:2:22: fatal error: sybfront.h: No such file or directory
  627. > compilation terminated.
  628. > Makefile:177: recipe for target 'main.o' failed
  629. > make: *** [main.o] Error 1
  630.  => source failed verification.
  631.  
  632. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/socketcan && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan
  633. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/socketcan && MAKEFLAGS= /usr/bin/make
  634. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan/main.cpp
  635. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o socketcan main.o    
  636.  
  637. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/socketcan_fd && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan_fd
  638. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/socketcan_fd && MAKEFLAGS= /usr/bin/make
  639. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan_fd -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtserialbus/config.tests/socketcan_fd/main.cpp
  640. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o socketcan_fd main.o    
  641.  
  642. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/d3d12 && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtdeclarative/config.tests/d3d12
  643. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/d3d12 && MAKEFLAGS= /usr/bin/make
  644. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtdeclarative/config.tests/d3d12 -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o d3d12.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtdeclarative/config.tests/d3d12/d3d12.cpp
  645. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtdeclarative/config.tests/d3d12/d3d12.cpp:40:19: fatal error: d3d12.h: No such file or directory
  646. > compilation terminated.
  647. > Makefile:177: recipe for target 'd3d12.o' failed
  648. > make: *** [d3d12.o] Error 1
  649.  
  650. Trying source 0 (type pkgConfig) of library sdl2 ...
  651. pkg-config use disabled globally.
  652.   => source produced no result.
  653. Trying source 1 (type inline) of library sdl2 ...
  654.   => source failed condition 'config.darwin'.
  655. Trying source 2 (type inline) of library sdl2 ...
  656.   => source failed condition 'config.win32'.
  657. Trying source 3 (type inline) of library sdl2 ...
  658. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/sdl && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lSDL2' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtgamepad/config.tests/sdl
  659. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/sdl && MAKEFLAGS= /usr/bin/make
  660. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtgamepad/config.tests/sdl -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtgamepad/config.tests/sdl/main.cpp
  661. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtgamepad/config.tests/sdl/main.cpp:37:17: fatal error: SDL.h: No such file or directory
  662. > compilation terminated.
  663. > Makefile:177: recipe for target 'main.o' failed
  664. > make: *** [main.o] Error 1
  665.  => source failed verification.
  666.  
  667. Trying source 0 (type pkgConfig) of library assimp ...
  668. pkg-config use disabled globally.
  669.   => source produced no result.
  670. Trying source 1 (type inline) of library assimp ...
  671. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/assimp && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lassimp' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/assimp
  672. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/assimp && MAKEFLAGS= /usr/bin/make
  673. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/assimp -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/assimp/main.cpp
  674. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/assimp/main.cpp:29:28: fatal error: assimp/cimport.h: No such file or directory
  675. > compilation terminated.
  676. > Makefile:177: recipe for target 'main.o' failed
  677. > make: *** [main.o] Error 1
  678.  => source failed verification.
  679.  
  680. Trying source 0 (type fbx) of library fbx ...
  681. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/fbx && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lfbxsdk -L/usr/local/lib -L/usr/lib' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/fbx
  682. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/fbx && MAKEFLAGS= /usr/bin/make
  683. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/fbx -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/fbx/main.cpp
  684. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qt3d/config.tests/fbx/main.cpp:29:20: fatal error: fbxsdk.h: No such file or directory
  685. > compilation terminated.
  686. > Makefile:177: recipe for target 'main.o' failed
  687. > make: *** [main.o] Error 1
  688.  => source failed verification.
  689.  
  690. Trying source 0 (type pkgConfig) of library bluez ...
  691. pkg-config use disabled globally.
  692.   => source produced no result.
  693. Trying source 1 (type inline) of library bluez ...
  694. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/bluez && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lbluetooth' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtconnectivity/config.tests/bluez
  695. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/bluez && MAKEFLAGS= /usr/bin/make
  696. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -fpermissive -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtconnectivity/config.tests/bluez -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtconnectivity/config.tests/bluez/main.cpp
  697. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtconnectivity/config.tests/bluez/main.cpp:29:33: fatal error: bluetooth/bluetooth.h: No such file or directory
  698. > compilation terminated.
  699. > Makefile:177: recipe for target 'main.o' failed
  700. > make: *** [main.o] Error 1
  701.  => source failed verification.
  702.  
  703. Trying source 0 (type pkgConfig) of library sensorfw ...
  704. pkg-config use disabled globally.
  705.   => source produced no result.
  706.  
  707. Trying source 0 (type pkgConfig) of library gypsy ...
  708. pkg-config use disabled globally.
  709.   => source produced no result.
  710.  
  711. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/winrt && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtlocation/config.tests/winrt
  712. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/winrt && MAKEFLAGS= /usr/bin/make
  713. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtlocation/config.tests/winrt -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtlocation/config.tests/winrt/main.cpp
  714. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtlocation/config.tests/winrt/main.cpp:30:28: fatal error: windows.system.h: No such file or directory
  715. > compilation terminated.
  716. > Makefile:177: recipe for target 'main.o' failed
  717. > make: *** [main.o] Error 1
  718.  
  719. Trying source 0 (type inline) of library alsa ...
  720. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/alsa && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lasound' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/alsa
  721. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/alsa && MAKEFLAGS= /usr/bin/make
  722. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/alsa -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o alsatest.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/alsa/alsatest.cpp
  723. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o alsa alsatest.o   -lasound
  724. > /usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -lasound
  725. > collect2: error: ld returned 1 exit status
  726. > Makefile:65: recipe for target 'alsa' failed
  727. > make: *** [alsa] Error 1
  728.  => source failed verification.
  729.  
  730. Trying source 0 (type pkgConfig) of library gstreamer_1_0 ...
  731. pkg-config use disabled globally.
  732.   => source produced no result.
  733.  
  734. Trying source 0 (type pkgConfig) of library gstreamer_0_10 ...
  735. pkg-config use disabled globally.
  736.   => source produced no result.
  737.  
  738. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linux_v4l && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/linux_v4l
  739. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/linux_v4l && MAKEFLAGS= /usr/bin/make
  740. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/linux_v4l -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/linux_v4l/main.cpp
  741. > arm-linux-gnueabihf-g++ -mfloat-abi=hard -Wl,-O1 -fuse-ld=gold -o linux_v4l main.o    
  742.  
  743. Trying source 0 (type pkgConfig) of library openal ...
  744. pkg-config use disabled globally.
  745.   => source produced no result.
  746. Trying source 1 (type inline) of library openal ...
  747.   => source failed condition 'config.win32'.
  748. Trying source 2 (type inline) of library openal ...
  749.   => source failed condition 'config.darwin'.
  750. Trying source 3 (type inline) of library openal ...
  751. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openal && /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lopenal' /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/openal
  752. + cd /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/config.tests/openal && MAKEFLAGS= /usr/bin/make
  753. > arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard -O2 -std=gnu++11 -w -fPIC  -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/openal -I. -I/home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtbase/mkspecs/devices/linux-imx6-g++ -o main.o /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/openal/main.cpp
  754. > /home/imx6/Desktop/QtArm/qt-everywhere-src-5.11.2/qtmultimedia/config.tests/openal/main.cpp:32:19: fatal error: AL/al.h: No such file or directory
  755. > compilation terminated.
  756. > Makefile:177: recipe for target 'main.o' failed
  757. > make: *** [main.o] Error 1
  758.  => source failed verification.
  759.  
  760. Trying source 0 (type pkgConfig) of library pulseaudio ...
  761. pkg-config use disabled globally.
  762.   => source produced no result.
  763.  
  764. Trying source 0 (type pkgConfig) of library libresourceqt5 ...
  765. pkg-config use disabled globally.
  766.   => source produced no result.
  767. Done running configuration tests.
  768.  
  769. Configure summary:
  770.  
  771. Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
  772. Building for: devices/linux-imx6-g++ (arm, CPU features: neon)
  773. Configuration: cross_compile use_gold_linker compile_examples enable_new_dtags largefile neon shared rpath release c++11 c++14 concurrent dbus no-pkg-config reduce_exports stl
  774. Build options:
  775.   Mode ................................... release
  776.   Optimize release build for size ........ no
  777.   Building shared libraries .............. yes
  778.   Using C++ standard ..................... C++14
  779.   Using ccache ........................... no
  780.   Using gold linker ...................... yes
  781.   Using new DTAGS ........................ yes
  782.   Using precompiled headers .............. no
  783.   Using LTCG ............................. no
  784.   Target compiler supports:
  785.     NEON ................................. yes
  786.   Build parts ............................ libs
  787. Qt modules and options:
  788.   Qt Concurrent .......................... yes
  789.   Qt D-Bus ............................... yes
  790.   Qt D-Bus directly linked to libdbus .... no
  791.   Qt Gui ................................. yes
  792.   Qt Network ............................. yes
  793.   Qt Sql ................................. yes
  794.   Qt Testlib ............................. yes
  795.   Qt Widgets ............................. yes
  796.   Qt Xml ................................. yes
  797. Support enabled for:
  798.   Using pkg-config ....................... no
  799.   udev ................................... no
  800.   Using system zlib ...................... no
  801. Qt Core:
  802.   DoubleConversion ....................... yes
  803.     Using system DoubleConversion ........ no
  804.   GLib ................................... no
  805.   iconv .................................. yes
  806.   ICU .................................... no
  807.   Tracing backend ........................ <none>
  808.   Logging backends:
  809.     journald ............................. no
  810.     syslog ............................... no
  811.     slog2 ................................ no
  812.   Using system PCRE2 ..................... no
  813. Qt Network:
  814.   getifaddrs() ........................... yes
  815.   IPv6 ifname ............................ yes
  816.   libproxy ............................... no
  817.   Linux AF_NETLINK ....................... yes
  818.   OpenSSL ................................ no
  819.     Qt directly linked to OpenSSL ........ no
  820.   OpenSSL 1.1 ............................ no
  821.   SCTP ................................... no
  822.   Use system proxies ..................... yes
  823. Qt Gui:
  824.   Accessibility .......................... yes
  825.   FreeType ............................... yes
  826.     Using system FreeType ................ no
  827.   HarfBuzz ............................... yes
  828.     Using system HarfBuzz ................ no
  829.   Fontconfig ............................. no
  830.   Image formats:
  831.     GIF .................................. yes
  832.     ICO .................................. yes
  833.     JPEG ................................. yes
  834.       Using system libjpeg ............... no
  835.     PNG .................................. yes
  836.       Using system libpng ................ no
  837.   EGL .................................... no
  838.   OpenVG ................................. no
  839.   OpenGL:
  840.     Desktop OpenGL ....................... no
  841.     OpenGL ES 2.0 ........................ no
  842.     OpenGL ES 3.0 ........................ no
  843.     OpenGL ES 3.1 ........................ no
  844.     OpenGL ES 3.2 ........................ no
  845.   Vulkan ................................. no
  846.   Session Management ..................... yes
  847. Features used by QPA backends:
  848.   evdev .................................. yes
  849.   libinput ............................... no
  850.   INTEGRITY HID .......................... no
  851.   mtdev .................................. no
  852.   tslib .................................. no
  853.   xkbcommon-evdev ........................ no
  854. QPA backends:
  855.   DirectFB ............................... no
  856.   EGLFS .................................. no
  857.   LinuxFB ................................ yes
  858.   VNC .................................... yes
  859.   Mir client ............................. no
  860. Qt Widgets:
  861.   GTK+ ................................... no
  862.   Styles ................................. Fusion Windows
  863. Qt PrintSupport:
  864.   CUPS ................................... no
  865. Qt Sql:
  866.   DB2 (IBM) .............................. no
  867.   InterBase .............................. no
  868.   MySql .................................. no
  869.   OCI (Oracle) ........................... no
  870.   ODBC ................................... no
  871.   PostgreSQL ............................. no
  872.   SQLite2 ................................ no
  873.   SQLite ................................. yes
  874.     Using system provided SQLite ......... no
  875.   TDS (Sybase) ........................... no
  876. Qt Testlib:
  877.   Tester for item models ................. yes
  878. Qt SerialBus:
  879.   Socket CAN ............................. yes
  880.   Socket CAN FD .......................... yes
  881. QtXmlPatterns:
  882.   XML schema support ..................... yes
  883. Qt QML:
  884.   QML network support .................... yes
  885.   QML debugging and profiling support .... no
  886.   QML delegate model ..................... yes
  887. Qt Quick:
  888.   Direct3D 12 ............................ no
  889.   AnimatedImage item ..................... yes
  890.   Canvas item ............................ yes
  891.   Support for Qt Quick Designer .......... yes
  892.   Flipable item .......................... yes
  893.   GridView item .......................... yes
  894.   ListView item .......................... yes
  895.   Path support ........................... yes
  896.   PathView item .......................... yes
  897.   Positioner items ....................... yes
  898.   Repeater item .......................... yes
  899.   ShaderEffect item ...................... yes
  900.   Sprite item ............................ yes
  901. Qt Gamepad:
  902.   SDL2 ................................... no
  903. Qt 3D:
  904.   Assimp ................................. yes
  905.   System Assimp .......................... no
  906.   Output Qt3D Job traces ................. no
  907.   Output Qt3D GL traces .................. no
  908.   Use SSE2 instructions .................. no
  909.   Use AVX2 instructions .................. no
  910.   Aspects:
  911.     Render aspect ........................ yes
  912.     Input aspect ......................... yes
  913.     Logic aspect ......................... yes
  914.     Animation aspect ..................... yes
  915.     Extras aspect ........................ yes
  916. Qt 3D Renderers:
  917.   OpenGL Renderer ........................ yes
  918. Qt 3D GeometryLoaders:
  919.   Autodesk FBX ........................... no
  920. Qt Bluetooth:
  921.   BlueZ .................................. no
  922.   BlueZ Low Energy ....................... no
  923.   Linux Crypto API ....................... no
  924.   WinRT Bluetooth API (desktop & UWP) .... no
  925. Qt Sensors:
  926.   sensorfw ............................... no
  927. Qt Quick Controls 2:
  928.   Styles ................................. Default Fusion Imagine Material Universal
  929. Qt Quick Templates 2:
  930.   Hover support .......................... yes
  931.   Multi-touch support .................... yes
  932. Qt Positioning:
  933.   Gypsy GPS Daemon ....................... no
  934.   WinRT Geolocation API .................. no
  935. Qt Location:
  936.   Qt.labs.location experimental QML plugin . yes
  937.   Geoservice plugins:
  938.     OpenStreetMap ........................ yes
  939.     HERE ................................. yes
  940.     Esri ................................. yes
  941.     Mapbox ............................... yes
  942.     MapboxGL ............................. no
  943.     Itemsoverlay ......................... yes
  944. Qt Multimedia:
  945.   ALSA ................................... no
  946.   GStreamer 1.0 .......................... no
  947.   GStreamer 0.10 ......................... no
  948.   Video for Linux ........................ yes
  949.   OpenAL ................................. no
  950.   PulseAudio ............................. no
  951.   Resource Policy (libresourceqt5) ....... no
  952.   Windows Audio Services ................. no
  953.   DirectShow ............................. no
  954.   Windows Media Foundation ............... no
  955.  
  956. Note: Also available for Linux: linux-clang linux-icc
  957.  
  958. ERROR: Feature 'gstreamer' was enabled, but the pre-condition 'features.gstreamer_1_0 || features.gstreamer_0_10' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement