Advertisement
Guest User

Untitled

a guest
Nov 13th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. '/usr/bin/cmake' '-DCMAKE_INSTALL_PREFIX=/home/linux/qt6_dev/qt6-install' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Debug' '-DINPUT_xcb=yes' '-G' 'Ninja' '/home/linux/qt6_dev/qt6/qtbase'
  2. -- The CXX compiler identification is GNU 11.3.0
  3. -- The C compiler identification is GNU 11.3.0
  4. -- The ASM compiler identification is GNU
  5. -- Found assembler: /usr/bin/cc
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  9. -- Detecting CXX compile features
  10. -- Detecting CXX compile features - done
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Check for working C compiler: /usr/bin/cc - skipped
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -DCMAKE_C_FLAGS_DEBUG=-g
  17. -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
  18. -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
  19. -DCMAKE_CXX_FLAGS_DEBUG=-g
  20. -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
  21. -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
  22. -DCMAKE_OBJCOPY=/usr/bin/objcopy
  23. -DCMAKE_C_STANDARD=11
  24. -DCMAKE_C_STANDARD_REQUIRED=ON
  25. -DCMAKE_CXX_STANDARD=17
  26. -DCMAKE_CXX_STANDARD_REQUIRED=ON
  27. -DCMAKE_MODULE_PATH:STRING=/home/linux/qt6_dev/qt6/qtbase/cmake/platforms
  28. CMake Warning (dev) at cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake:180 (message):
  29. XINPUT from XCB was requested: this is EXPERIMENTAL and is likely to
  30. unavailable on many systems!
  31. Call Stack (most recent call first):
  32. cmake/QtFindPackageHelpers.cmake:133 (find_package)
  33. src/gui/configure.cmake:129 (qt_find_package)
  34. cmake/QtFeature.cmake:576 (include)
  35. src/CMakeLists.txt:15 (qt_feature_evaluate_features)
  36. This warning is for project developers. Use -Wno-dev to suppress it.
  37.  
  38. CMake Error at cmake/QtBuildInformation.cmake:493 (message):
  39. Feature "xcb": Forcing to "ON" breaks its condition:
  40.  
  41. QT_FEATURE_thread AND TARGET XCB::XCB AND TEST_xcb_syslibs AND QT_FEATURE_xkbcommon_x11
  42.  
  43. Condition values dump:
  44.  
  45. QT_FEATURE_thread = "ON"
  46. TARGET XCB::XCB found
  47. TEST_xcb_syslibs = "FALSE"
  48. QT_FEATURE_xkbcommon_x11 not evaluated
  49.  
  50. Call Stack (most recent call first):
  51. cmake/QtFeature.cmake:284 (qt_configure_add_report_error)
  52. cmake/QtFeature.cmake:406 (qt_feature_check_and_save_internal_value)
  53. cmake/QtFeature.cmake:158 (qt_evaluate_feature)
  54. cmake/QtFeature.cmake:352 (qt_evaluate_config_expression)
  55. cmake/QtFeature.cmake:609 (qt_evaluate_feature)
  56. cmake/QtFeature.cmake:578 (qt_feature_module_end)
  57. src/CMakeLists.txt:15 (qt_feature_evaluate_features)
  58.  
  59.  
  60. CMake Warning (dev) at cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake:180 (message):
  61. XINPUT from XCB was requested: this is EXPERIMENTAL and is likely to
  62. unavailable on many systems!
  63. Call Stack (most recent call first):
  64. cmake/QtFindPackageHelpers.cmake:133 (find_package)
  65. src/gui/configure.cmake:129 (qt_find_package)
  66. cmake/QtModuleHelpers.cmake:672 (include)
  67. src/gui/CMakeLists.txt:56 (qt_internal_add_module)
  68. This warning is for project developers. Use -Wno-dev to suppress it.
  69.  
  70.  
  71. -- Configuration summary shown below. It has also been written to /home/linux/qt6_dev/qt6-build/config.summary
  72. -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
  73.  
  74. -- Configure summary:
  75.  
  76. Building for: linux-g++ (x86_64, CPU features: mmx sse sse2)
  77. Compiler: gcc 11.3.0
  78. Build options:
  79. Mode ................................... debug
  80. Optimize debug build ................... yes
  81. Fully optimize release builds (-O3) .... no
  82. Building shared libraries .............. yes
  83. Using C standard ....................... C11
  84. Using C++ standard ..................... C++17
  85. Using ccache ........................... no
  86. Using new DTAGS ........................ yes
  87. Generating GDB index ................... no
  88. Relocatable ............................ yes
  89. Using precompiled headers .............. yes
  90. Using Link Time Optimization (LTCG) .... no
  91. Using Intel CET ........................ yes
  92. Target compiler supports:
  93. x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  94. Sanitizers:
  95. Addresses ............................ no
  96. Threads .............................. no
  97. Memory ............................... no
  98. Fuzzer (instrumentation only) ........ no
  99. Undefined ............................ no
  100. Build parts ............................ libs tools
  101. Qt modules and options:
  102. Qt Concurrent .......................... yes
  103. Qt D-Bus ............................... yes
  104. Qt D-Bus directly linked to libdbus .... yes
  105. Qt Gui ................................. yes
  106. Qt Network ............................. yes
  107. Qt PrintSupport ........................ yes
  108. Qt Sql ................................. yes
  109. Qt Testlib ............................. yes
  110. Qt Widgets ............................. yes
  111. Qt Xml ................................. yes
  112. Support enabled for:
  113. Using pkg-config ....................... yes
  114. udev ................................... yes
  115. OpenSSL ................................ yes
  116. Qt directly linked to OpenSSL ........ no
  117. OpenSSL 1.1 ............................ no
  118. OpenSSL 3.0 ............................ yes
  119. Using system zlib ...................... yes
  120. Zstandard support ...................... yes
  121. Thread support ......................... yes
  122. Common build options:
  123. Linker can resolve circular dependencies yes
  124. Qt Core:
  125. backtrace .............................. yes
  126. DoubleConversion ....................... yes
  127. Using system DoubleConversion ........ yes
  128. GLib ................................... yes
  129. ICU .................................... yes
  130. Using system libb2 ..................... no
  131. Built-in copy of the MIME database ..... yes
  132. cpp/winrt base ......................... no
  133. Poll exit on error ..................... no
  134. Tracing backend ........................ <none>
  135. Logging backends:
  136. journald ............................. no
  137. syslog ............................... no
  138. slog2 ................................ no
  139. PCRE2 .................................. yes
  140. Using system PCRE2 ................... yes
  141. CLONE_PIDFD support in forkfd .......... yes
  142. Application permissions ................ no
  143. Qt Sql:
  144. SQL item models ........................ yes
  145. Qt Network:
  146. getifaddrs() ........................... yes
  147. IPv6 ifname ............................ yes
  148. libproxy ............................... no
  149. Linux AF_NETLINK ....................... yes
  150. DTLS ................................... yes
  151. OCSP-stapling .......................... no
  152. SCTP ................................... no
  153. Use system proxies ..................... yes
  154. GSSAPI ................................. yes
  155. Brotli Decompression Support ........... yes
  156. qTopLevelDomain() ...................... yes
  157. Built-in publicsuffix database ....... yes
  158. System publicsuffix database ......... yes
  159. Core tools:
  160. Android deployment tool ................ yes
  161. macOS deployment tool .................. no
  162. Windows deployment tool ................ no
  163. qmake .................................. yes
  164. Qt Gui:
  165. Accessibility .......................... yes
  166. FreeType ............................... yes
  167. Using system FreeType ................ yes
  168. HarfBuzz ............................... yes
  169. Using system HarfBuzz ................ yes
  170. Fontconfig ............................. yes
  171. Image formats:
  172. GIF .................................. yes
  173. ICO .................................. yes
  174. JPEG ................................. yes
  175. Using system libjpeg ............... yes
  176. PNG .................................. yes
  177. Using system libpng ................ yes
  178. Text formats:
  179. HtmlParser ........................... yes
  180. CssParser ............................ yes
  181. OdfWriter ............................ yes
  182. MarkdownReader ....................... yes
  183. Using system libmd4c ............... yes
  184. MarkdownWriter ....................... yes
  185. EGL .................................... yes
  186. OpenVG ................................. no
  187. OpenGL:
  188. Desktop OpenGL ....................... yes
  189. OpenGL ES 2.0 ........................ no
  190. OpenGL ES 3.0 ........................ no
  191. OpenGL ES 3.1 ........................ no
  192. OpenGL ES 3.2 ........................ no
  193. Vulkan ................................. yes
  194. Session Management ..................... yes
  195. Features used by QPA backends:
  196. evdev .................................. yes
  197. libinput ............................... yes
  198. HiRes wheel support in libinput ........ yes
  199. INTEGRITY HID .......................... no
  200. mtdev .................................. yes
  201. tslib .................................. no
  202. xkbcommon .............................. yes
  203. X11 specific:
  204. XLib ................................. yes
  205. XCB Xlib ............................. yes
  206. EGL on X11 ........................... yes
  207. xkbcommon-x11 ........................ yes
  208. xcb-sm ............................... yes
  209. QPA backends:
  210. DirectFB ............................... no
  211. EGLFS .................................. yes
  212. EGLFS details:
  213. EGLFS OpenWFD ........................ no
  214. EGLFS i.Mx6 .......................... no
  215. EGLFS i.Mx6 Wayland .................. no
  216. EGLFS RCAR ........................... no
  217. EGLFS EGLDevice ...................... yes
  218. EGLFS GBM ............................ yes
  219. EGLFS VSP2 ........................... no
  220. EGLFS Mali ........................... no
  221. EGLFS Raspberry Pi ................... no
  222. EGLFS X11 ............................ yes
  223. LinuxFB ................................ yes
  224. VNC .................................... yes
  225. VK_KHR_display ......................... yes
  226. QNX:
  227. lgmon ................................ no
  228. IMF .................................. no
  229. XCB:
  230. Using system-provided xcb-xinput ..... no
  231. GL integrations:
  232. GLX Plugin ......................... yes
  233. XCB GLX .......................... yes
  234. EGL-X11 Plugin ..................... yes
  235. Windows:
  236. Direct 2D ............................ no
  237. Direct 2D 1.1 ........................ no
  238. DirectWrite .......................... no
  239. DirectWrite 3 ........................ no
  240. Qt Widgets:
  241. GTK+ ................................... yes
  242. Styles ................................. Fusion Windows
  243. Qt Testlib:
  244. Tester for item models ................. yes
  245. Batch tests ............................ no
  246. Qt PrintSupport:
  247. CUPS ................................... yes
  248. Qt Sql Drivers:
  249. DB2 (IBM) .............................. no
  250. InterBase .............................. yes
  251. MySql .................................. yes
  252. OCI (Oracle) ........................... no
  253. ODBC ................................... yes
  254. PostgreSQL ............................. yes
  255. SQLite ................................. yes
  256. Using system provided SQLite ......... no
  257.  
  258.  
  259. ERROR: Feature "xcb": Forcing to "ON" breaks its condition:
  260. QT_FEATURE_thread AND TARGET XCB::XCB AND TEST_xcb_syslibs AND QT_FEATURE_xkbcommon_x11
  261. Condition values dump:
  262. QT_FEATURE_thread = "ON"
  263. TARGET XCB::XCB found
  264. TEST_xcb_syslibs = "FALSE"
  265. QT_FEATURE_xkbcommon_x11 not evaluated
  266.  
  267.  
  268. CMake Error at cmake/QtBuildInformation.cmake:184 (message):
  269. Check the configuration messages for an error that has occurred.
  270. Call Stack (most recent call first):
  271. cmake/QtBuildInformation.cmake:24 (qt_configure_print_summary)
  272. cmake/QtBuildInternals/QtBuildInternalsConfig.cmake:514 (qt_print_feature_summary)
  273. CMakeLists.txt:196 (qt_build_repo_end)
  274.  
  275.  
  276. -- Configuring incomplete, errors occurred!
  277. See also "/home/linux/qt6_dev/qt6-build/CMakeFiles/CMakeOutput.log".
  278. See also "/home/linux/qt6_dev/qt6-build/CMakeFiles/CMakeError.log".
  279. CMake Error at /home/linux/qt6_dev/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:978 (message):
  280. CMake exited with code 1.
  281.  
  282.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement