Advertisement
Guest User

Untitled

a guest
May 21st, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 KB | None | 0 0
  1.  
  2. Running /usr/local/bin/cmake -S /home/kurvivor/Development/coin-counter/pyside-setup -B /home/kurvivor/Development/coin-counter/build-pyside-setup-Desktop_Qt6_4_5-MinSizeRel in /home/kurvivor/Development/coin-counter/build-pyside-setup-Desktop_Qt6_4_5-MinSizeRel.
  3. -- SHIBOKEN_IS_CROSS_BUILD: FALSE
  4. -- SHIBOKEN_BUILD_LIBS: ON
  5. -- SHIBOKEN_BUILD_TOOLS: ON
  6. -- BUILD_TESTS: ON
  7. -- Using Qt 6
  8. -- CLANG: /usr/lib/cmake/clang-10, /usr/lib/llvm-10/lib/libclang-10.so.1 detected
  9. fatal: No names found, cannot describe anything.
  10. -- PYTHONLIBS_FOUND: TRUE
  11. -- PYTHON_LIBRARIES: /usr/local/lib/libpython3.9.a
  12. -- PYTHON_INCLUDE_DIRS: /usr/local/include/python3.9
  13. -- PYTHON_DEBUG_LIBRARIES:
  14. -- PYTHONINTERP_FOUND: TRUE
  15. -- PYTHON_EXECUTABLE: /home/kurvivor/Development/coin-counter/venv/bin/python
  16. -- PYTHON_VERSION: 3.9.9
  17. -- PYTHON_EXTENSION_SUFFIX: .cpython-39-x86_64-linux-gnu
  18. -- PYTHON_LIMITED_LIBRARIES:
  19. -- ******************************************************
  20. -- ** Limited API enabled
  21. -- ******************************************************
  22. -- PYTHON_EXTENSION_SUFFIX: .abi3
  23. -- PYTHON_CONFIG_SUFFIX: .abi3
  24. -- PYTHON_SHARED_LIBRARY_SUFFIX: .abi3
  25. -- NUMPY not found
  26. -- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: '/usr/local/include/python3.9'
  27. -- SHIBOKEN_PYTHON_LIBRARIES computed to value: ''
  28. CMake Warning at sources/shiboken6/doc/CMakeLists.txt:57 (message):
  29. sphinx-build - not found! doc target disabled
  30.  
  31.  
  32. -- Tests will be generated using the protected hack!
  33. -- PYSIDE_IS_CROSS_BUILD:
  34. -- Shiboken6Config: Using default python: .abi3
  35. -- libshiboken built for MinSizeRel
  36. -- ******************************************************
  37. -- ** PySide6 Limited API enabled.
  38. -- ******************************************************
  39. -- *** computed QT_INCLUDE_DIR as /usr/local/Qt-6.4.5/include
  40. fatal: No names found, cannot describe anything.
  41. -- CORE_ABS_DIR:/usr/local/Qt-6.4.5/lib/cmake
  42. -- essential module Qt6Core found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Core
  43. -- essential module Qt6Gui found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Gui
  44. -- essential module Qt6Widgets found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Widgets
  45. -- essential module Qt6PrintSupport found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6PrintSupport
  46. -- essential module Qt6Sql found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Sql
  47. -- essential module Qt6Network found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Network
  48. -- essential module Qt6Test found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Test
  49. -- essential module Qt6Concurrent found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Concurrent
  50. -- optional module Qt6Designer found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Designer
  51. -- optional module Qt6Xml found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Xml
  52. -- optional module Qt6Help found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Help
  53. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  54. By not providing "FindQt6Multimedia.cmake" in CMAKE_MODULE_PATH this
  55. project has asked CMake to find a package configuration file provided by
  56. "Qt6Multimedia", but CMake did not find one.
  57.  
  58. Could not find a package configuration file provided by "Qt6Multimedia"
  59. with any of the following names:
  60.  
  61. Qt6MultimediaConfig.cmake
  62. qt6multimedia-config.cmake
  63.  
  64. Add the installation prefix of "Qt6Multimedia" to CMAKE_PREFIX_PATH or set
  65. "Qt6Multimedia_DIR" to a directory containing one of the above files. If
  66. "Qt6Multimedia" provides a separate development package or SDK, be sure it
  67. has been installed.
  68. Call Stack (most recent call first):
  69. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  70. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  71. sources/pyside6/CMakeLists.txt:12 (include)
  72.  
  73.  
  74. -- optional module Qt6Multimedia skipped. Looked in: Qt6Multimedia_DIR-NOTFOUND
  75. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  76. By not providing "FindQt6MultimediaWidgets.cmake" in CMAKE_MODULE_PATH this
  77. project has asked CMake to find a package configuration file provided by
  78. "Qt6MultimediaWidgets", but CMake did not find one.
  79.  
  80. Could not find a package configuration file provided by
  81. "Qt6MultimediaWidgets" with any of the following names:
  82.  
  83. Qt6MultimediaWidgetsConfig.cmake
  84. qt6multimediawidgets-config.cmake
  85.  
  86. Add the installation prefix of "Qt6MultimediaWidgets" to CMAKE_PREFIX_PATH
  87. or set "Qt6MultimediaWidgets_DIR" to a directory containing one of the
  88. above files. If "Qt6MultimediaWidgets" provides a separate development
  89. package or SDK, be sure it has been installed.
  90. Call Stack (most recent call first):
  91. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  92. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  93. sources/pyside6/CMakeLists.txt:12 (include)
  94.  
  95.  
  96. -- optional module Qt6MultimediaWidgets skipped. Looked in: Qt6MultimediaWidgets_DIR-NOTFOUND
  97. -- optional module Qt6OpenGL found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6OpenGL
  98. -- optional module Qt6OpenGLWidgets found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6OpenGLWidgets
  99. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  100. By not providing "FindQt6Pdf.cmake" in CMAKE_MODULE_PATH this project has
  101. asked CMake to find a package configuration file provided by "Qt6Pdf", but
  102. CMake did not find one.
  103.  
  104. Could not find a package configuration file provided by "Qt6Pdf" with any
  105. of the following names:
  106.  
  107. Qt6PdfConfig.cmake
  108. qt6pdf-config.cmake
  109.  
  110. Add the installation prefix of "Qt6Pdf" to CMAKE_PREFIX_PATH or set
  111. "Qt6Pdf_DIR" to a directory containing one of the above files. If "Qt6Pdf"
  112. provides a separate development package or SDK, be sure it has been
  113. installed.
  114. Call Stack (most recent call first):
  115. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  116. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  117. sources/pyside6/CMakeLists.txt:12 (include)
  118.  
  119.  
  120. -- optional module Qt6Pdf skipped. Looked in: Qt6Pdf_DIR-NOTFOUND
  121. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  122. By not providing "FindQt6PdfWidgets.cmake" in CMAKE_MODULE_PATH this
  123. project has asked CMake to find a package configuration file provided by
  124. "Qt6PdfWidgets", but CMake did not find one.
  125.  
  126. Could not find a package configuration file provided by "Qt6PdfWidgets"
  127. with any of the following names:
  128.  
  129. Qt6PdfWidgetsConfig.cmake
  130. qt6pdfwidgets-config.cmake
  131.  
  132. Add the installation prefix of "Qt6PdfWidgets" to CMAKE_PREFIX_PATH or set
  133. "Qt6PdfWidgets_DIR" to a directory containing one of the above files. If
  134. "Qt6PdfWidgets" provides a separate development package or SDK, be sure it
  135. has been installed.
  136. Call Stack (most recent call first):
  137. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  138. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  139. sources/pyside6/CMakeLists.txt:12 (include)
  140.  
  141.  
  142. -- optional module Qt6PdfWidgets skipped. Looked in: Qt6PdfWidgets_DIR-NOTFOUND
  143. -- optional module Qt6Positioning found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Positioning
  144. -- optional module Qt6Location found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Location
  145. -- optional module Qt6NetworkAuth found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6NetworkAuth
  146. -- optional module Qt6Nfc found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Nfc
  147. -- optional module Qt6Qml found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Qml
  148. -- optional module Qt6Quick found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Quick
  149. -- optional module Qt6Quick3D found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Quick3D
  150. -- optional module Qt6QuickControls2 found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6QuickControls2
  151. -- optional module Qt6QuickWidgets found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6QuickWidgets
  152. -- optional module Qt6RemoteObjects found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6RemoteObjects
  153. -- optional module Qt6Scxml found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Scxml
  154. -- optional module Qt6Sensors found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Sensors
  155. -- optional module Qt6SerialPort found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6SerialPort
  156. -- optional module Qt6SerialBus found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6SerialBus
  157. -- optional module Qt6StateMachine found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6StateMachine
  158. -- optional module Qt6TextToSpeech found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6TextToSpeech
  159. -- optional module Qt6Charts found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Charts
  160. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  161. By not providing "FindQt6SpatialAudio.cmake" in CMAKE_MODULE_PATH this
  162. project has asked CMake to find a package configuration file provided by
  163. "Qt6SpatialAudio", but CMake did not find one.
  164.  
  165. Could not find a package configuration file provided by "Qt6SpatialAudio"
  166. with any of the following names:
  167.  
  168. Qt6SpatialAudioConfig.cmake
  169. qt6spatialaudio-config.cmake
  170.  
  171. Add the installation prefix of "Qt6SpatialAudio" to CMAKE_PREFIX_PATH or
  172. set "Qt6SpatialAudio_DIR" to a directory containing one of the above files.
  173. If "Qt6SpatialAudio" provides a separate development package or SDK, be
  174. sure it has been installed.
  175. Call Stack (most recent call first):
  176. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  177. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  178. sources/pyside6/CMakeLists.txt:12 (include)
  179.  
  180.  
  181. -- optional module Qt6SpatialAudio skipped. Looked in: Qt6SpatialAudio_DIR-NOTFOUND
  182. -- optional module Qt6Svg found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Svg
  183. -- optional module Qt6SvgWidgets found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6SvgWidgets
  184. -- optional module Qt6DataVisualization found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6DataVisualization
  185. -- optional module Qt6Bluetooth found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6Bluetooth
  186. -- optional module Qt6UiTools found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6UiTools
  187. -- optional module Qt6WebChannel found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6WebChannel
  188. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  189. By not providing "FindQt6WebEngineCore.cmake" in CMAKE_MODULE_PATH this
  190. project has asked CMake to find a package configuration file provided by
  191. "Qt6WebEngineCore", but CMake did not find one.
  192.  
  193. Could not find a package configuration file provided by "Qt6WebEngineCore"
  194. with any of the following names:
  195.  
  196. Qt6WebEngineCoreConfig.cmake
  197. qt6webenginecore-config.cmake
  198.  
  199. Add the installation prefix of "Qt6WebEngineCore" to CMAKE_PREFIX_PATH or
  200. set "Qt6WebEngineCore_DIR" to a directory containing one of the above
  201. files. If "Qt6WebEngineCore" provides a separate development package or
  202. SDK, be sure it has been installed.
  203. Call Stack (most recent call first):
  204. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  205. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  206. sources/pyside6/CMakeLists.txt:12 (include)
  207.  
  208.  
  209. -- optional module Qt6WebEngineCore skipped. Looked in: Qt6WebEngineCore_DIR-NOTFOUND
  210. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  211. By not providing "FindQt6WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
  212. project has asked CMake to find a package configuration file provided by
  213. "Qt6WebEngineWidgets", but CMake did not find one.
  214.  
  215. Could not find a package configuration file provided by
  216. "Qt6WebEngineWidgets" with any of the following names:
  217.  
  218. Qt6WebEngineWidgetsConfig.cmake
  219. qt6webenginewidgets-config.cmake
  220.  
  221. Add the installation prefix of "Qt6WebEngineWidgets" to CMAKE_PREFIX_PATH
  222. or set "Qt6WebEngineWidgets_DIR" to a directory containing one of the above
  223. files. If "Qt6WebEngineWidgets" provides a separate development package or
  224. SDK, be sure it has been installed.
  225. Call Stack (most recent call first):
  226. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  227. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  228. sources/pyside6/CMakeLists.txt:12 (include)
  229.  
  230.  
  231. -- optional module Qt6WebEngineWidgets skipped. Looked in: Qt6WebEngineWidgets_DIR-NOTFOUND
  232. CMake Warning at sources/pyside6/cmake/PySideHelpers.cmake:209 (find_package):
  233. By not providing "FindQt6WebEngineQuick.cmake" in CMAKE_MODULE_PATH this
  234. project has asked CMake to find a package configuration file provided by
  235. "Qt6WebEngineQuick", but CMake did not find one.
  236.  
  237. Could not find a package configuration file provided by "Qt6WebEngineQuick"
  238. with any of the following names:
  239.  
  240. Qt6WebEngineQuickConfig.cmake
  241. qt6webenginequick-config.cmake
  242.  
  243. Add the installation prefix of "Qt6WebEngineQuick" to CMAKE_PREFIX_PATH or
  244. set "Qt6WebEngineQuick_DIR" to a directory containing one of the above
  245. files. If "Qt6WebEngineQuick" provides a separate development package or
  246. SDK, be sure it has been installed.
  247. Call Stack (most recent call first):
  248. sources/pyside6/cmake/PySideHelpers.cmake:176 (collect_module_if_found)
  249. sources/pyside6/cmake/PySideSetup.cmake:174 (remove_skipped_modules)
  250. sources/pyside6/CMakeLists.txt:12 (include)
  251.  
  252.  
  253. -- optional module Qt6WebEngineQuick skipped. Looked in: Qt6WebEngineQuick_DIR-NOTFOUND
  254. -- optional module Qt6WebSockets found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6WebSockets
  255. -- optional module Qt6HttpServer found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6HttpServer
  256. -- optional module Qt6DBus found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt6DBus
  257. -- optional module Qt63DCore found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DCore
  258. -- optional module Qt63DRender found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DRender
  259. -- optional module Qt63DInput found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DInput
  260. -- optional module Qt63DLogic found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DLogic
  261. -- optional module Qt63DAnimation found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DAnimation
  262. -- optional module Qt63DExtras found (). Looked in: /usr/local/Qt-6.4.5/lib/cmake/Qt63DExtras
  263. -- PySide will be generated using the protected hack!
  264. -- Qt6Core: Dropping Permissions classes
  265. -- Qt6Network: Adding SSL classes
  266. -- Qt6Network: Adding DTLS classes
  267. -- Qt6Network: Dropping SCTP classes
  268. -- Qt6OpenGL: Adding Desktop OpenGL classes
  269. -- preparing tests for module 'QtCore'
  270. -- preparing tests for module 'QtGui'
  271. -- preparing tests for module 'QtWidgets'
  272. -- preparing tests for module 'QtPrintSupport'
  273. -- preparing tests for module 'QtSql'
  274. -- preparing tests for module 'QtNetwork'
  275. -- preparing tests for module 'QtTest'
  276. -- preparing tests for module 'QtConcurrent'
  277. -- preparing tests for module 'QtDesigner'
  278. -- preparing tests for module 'QtXml'
  279. -- preparing tests for module 'QtHelp'
  280. -- preparing tests for module 'QtOpenGL'
  281. -- preparing tests for module 'QtOpenGLWidgets'
  282. -- preparing tests for module 'QtPositioning'
  283. -- preparing tests for module 'QtLocation'
  284. -- preparing tests for module 'QtNetworkAuth'
  285. -- preparing tests for module 'QtNfc'
  286. -- preparing tests for module 'QtQml'
  287. -- preparing tests for module 'QtQuick'
  288. -- preparing tests for module 'QtQuick3D'
  289. -- preparing tests for module 'QtQuickControls2'
  290. -- preparing tests for module 'QtQuickWidgets'
  291. -- preparing tests for module 'QtRemoteObjects'
  292. -- preparing tests for module 'QtScxml'
  293. -- preparing tests for module 'QtSensors'
  294. -- preparing tests for module 'QtSerialPort'
  295. -- preparing tests for module 'QtSerialBus'
  296. -- preparing tests for module 'QtStateMachine'
  297. -- preparing tests for module 'QtTextToSpeech'
  298. -- preparing tests for module 'QtCharts'
  299. -- preparing tests for module 'QtSvg'
  300. -- preparing tests for module 'QtSvgWidgets'
  301. -- preparing tests for module 'QtDataVisualization'
  302. -- preparing tests for module 'QtBluetooth'
  303. -- preparing tests for module 'QtUiTools'
  304. -- preparing tests for module 'QtWebChannel'
  305. -- preparing tests for module 'QtWebSockets'
  306. -- preparing tests for module 'QtHttpServer'
  307. -- preparing tests for module 'QtDBus'
  308. -- preparing tests for module 'Qt3DCore'
  309. -- preparing tests for module 'Qt3DRender'
  310. -- preparing tests for module 'Qt3DInput'
  311. -- preparing tests for module 'Qt3DLogic'
  312. -- preparing tests for module 'Qt3DAnimation'
  313. -- preparing tests for module 'Qt3DExtras'
  314. -- apidoc generation targets disabled due to the following reasons:
  315. QT_SRC_DIR variable not set
  316. sphinx-build command not found
  317. BUILD_DOCS was set to FALSE (default)
  318.  
  319. -- PYSIDE_TOOLS_IS_CROSS_BUILD:
  320. -- Configuring done (1.4s)
  321. -- Generating done (0.4s)
  322. -- Build files have been written to: /home/kurvivor/Development/coin-counter/build-pyside-setup-Desktop_Qt6_4_5-MinSizeRel
  323. Elapsed time: 00:03.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement