Advertisement
iabnvkr

FreeCAD build error

Mar 29th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.95 KB | Source Code | 0 0
  1. abhinav@samsung-galaxy:~/aaabnv/FreeBRLCAD/DEV_FreeCAD/FreeCAD$ sudo dnf install python3-shiboken6 python3-shiboken6-devel python3-pyside6 python3-pyside6-devel  pyside6-tools \
  2. qt6-qtsvg qt6-qtsvg-devel qt6-qttools-devel python3-pyqt6-devel
  3. Place your finger on the fingerprint reader
  4. Last metadata expiration check: 3:00:22 ago on Sun 30 Mar 2025 02:56:40 AM IST.
  5. Package python3-shiboken6-6.8.2.1-1.fc40.x86_64 is already installed.
  6. Package python3-shiboken6-devel-6.8.2.1-1.fc40.x86_64 is already installed.
  7. Package python3-pyside6-6.8.2.1-1.fc40.x86_64 is already installed.
  8. Package python3-pyside6-devel-6.8.2.1-1.fc40.x86_64 is already installed.
  9. Package pyside6-tools-6.8.2.1-1.fc40.x86_64 is already installed.
  10. Package qt6-qtsvg-6.8.2-1.fc40.x86_64 is already installed.
  11. Package qt6-qtsvg-devel-6.8.2-1.fc40.x86_64 is already installed.
  12. Package qt6-qttools-devel-6.8.2-1.fc40.x86_64 is already installed.
  13. Package python3-pyqt6-devel-6.8.1-0.1.fc40.x86_64 is already installed.
  14. Dependencies resolved.
  15. Nothing to do.
  16. Complete!
  17. abhinav@samsung-galaxy:~/aaabnv/FreeBRLCAD/DEV_FreeCAD/FreeCAD$ cmake -DCMAKE_BUILD_TYPE=Release -DFREECAD_QT_VERSION=6 -Wno-dev -DENABLE_DEVELOPER_TESTS=Off ../FreeCAD
  18. -- Using ccache found at: /usr/bin/ccache
  19. -- The C compiler identification is GNU 14.2.1
  20. -- The CXX compiler identification is GNU 14.2.1
  21. -- Detecting C compiler ABI info
  22. -- Detecting C compiler ABI info - done
  23. -- Check for working C compiler: /usr/lib64/ccache/cc - skipped
  24. -- Detecting C compile features
  25. -- Detecting C compile features - done
  26. -- Detecting CXX compiler ABI info
  27. -- Detecting CXX compiler ABI info - done
  28. -- Check for working CXX compiler: /usr/lib64/ccache/c++ - skipped
  29. -- Detecting CXX compile features
  30. -- Detecting CXX compile features - done
  31. -- Compiler: GNU, version: 14.2.1
  32. -- Looking for GL/gl.h
  33. -- Looking for GL/gl.h - found
  34. -- Looking for C++ include istream
  35. -- Looking for C++ include istream - found
  36. -- Looking for C++ include ostream
  37. -- Looking for C++ include ostream - found
  38. -- Looking for C++ include fstream
  39. -- Looking for C++ include fstream - found
  40. -- Looking for C++ include sstream
  41. -- Looking for C++ include sstream - found
  42. -- Looking for C++ include ios
  43. -- Looking for C++ include ios - found
  44. -- Looking for C++ include iostream
  45. -- Looking for C++ include iostream - found
  46. -- Looking for C++ include iomanip
  47. -- Looking for C++ include iomanip - found
  48. -- Looking for C++ include iostream
  49. -- Looking for C++ include iostream - found
  50. -- Check for STD namespace
  51. -- Check for STD namespace - found
  52. -- prefix: /usr/local
  53. -- bindir: bin
  54. -- datadir: share
  55. -- docdir: share/doc/FreeCAD
  56. -- includedir: include
  57. -- libdir: lib64
  58. -- cmake: 3.30.8
  59. -- Compiling with Qt 6
  60. -- Found Doxygen: /usr/bin/doxygen (found version "1.10.0") found components: doxygen dot
  61. -- find_package() was used to locate fmt version 10.2.1
  62. -- Found Python3: /usr/bin/python3.12 (found version "3.12.9") found components: Interpreter Development Development.Module Development.Embed
  63. -- Checking for module 'eigen3'
  64. --   Found eigen3, version 3.4.0
  65. -- Found Eigen: /usr/include/eigen3 (Required is at least version "3.1")
  66. -- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
  67. -- Found Boost: /usr/include (found suitable version "1.83.0", minimum required is "1.65.0") found components: system filesystem date_time iostreams serialization regex
  68. -- Found flann version 1.9.2
  69. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  70. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  71. -- Found Threads: TRUE
  72. -- Found GLEW: /usr/lib64/libGLEW.so
  73. -- Found OpenGL: /usr/lib64/libOpenGL.so  found components: OpenGL GLX
  74. -- Found utf8cpp: /usr/include/utf8cpp
  75. -- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1")
  76. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.40")
  77. -- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3")
  78. -- Found Eigen3: /usr/include/eigen3 (found version "3.4.0")
  79. -- Found X11: /usr/include
  80. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  81. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  82. -- Looking for gethostbyname
  83. -- Looking for gethostbyname - found
  84. -- Looking for connect
  85. -- Looking for connect - found
  86. -- Looking for remove
  87. -- Looking for remove - found
  88. -- Looking for shmat
  89. -- Looking for shmat - found
  90. -- Looking for IceConnectionNumber in ICE
  91. -- Looking for IceConnectionNumber in ICE - found
  92. -- Found EXPAT: /usr/lib64/libexpat.so (found version "2.7.0")
  93. -- Found double-conversion: /usr/lib64/libdouble-conversion.so
  94. -- Found LZ4: /usr/lib64/liblz4.so (found version "1.9.4")
  95. -- Found LZMA: /usr/lib64/liblzma.so (found version "5.4.6")
  96. -- Found JPEG: /usr/lib64/libjpeg.so (found version "62")
  97. -- Found TIFF: /usr/lib64/libtiff.so (found version "4.6.0")
  98. -- Found Freetype: /usr/lib64/libfreetype.so (found version "2.13.2")
  99. -- Found Qhull: optimized;/usr/lib64/libqhull_r.so;debug;/usr/lib64/libqhull_r.so
  100. -- QHULL found (include: /usr/include, lib: optimized;/usr/lib64/libqhull_r.so;debug;/usr/lib64/libqhull_r.so)
  101. -- Found OpenNI: /usr/lib64/libOpenNI.so (found version "1.5.7.10")
  102. -- OpenNI found (version: 1.5.7.10, include: /usr/include/ni, lib: /usr/lib64/libOpenNI.so)
  103. ** WARNING ** io features related to pcap will be disabled
  104. -- Checking for module 'libusb-1.0'
  105. --   Package 'libusb-1.0', required by 'virtual:world', not found
  106. -- Could NOT find libusb (missing: libusb_LIBRARIES libusb_INCLUDE_DIR)
  107. ** WARNING ** io features related to libusb will be disabled
  108. -- looking for PCL_COMMON
  109. -- Found PCL_COMMON: /usr/lib64/libpcl_common.so
  110. -- looking for PCL_KDTREE
  111. -- Found PCL_KDTREE: /usr/lib64/libpcl_kdtree.so
  112. -- looking for PCL_OCTREE
  113. -- Found PCL_OCTREE: /usr/lib64/libpcl_octree.so
  114. -- looking for PCL_SEARCH
  115. -- Found PCL_SEARCH: /usr/lib64/libpcl_search.so
  116. -- looking for PCL_2D
  117. -- Found PCL_2D: /usr/include/pcl-1.12
  118. -- looking for PCL_FEATURES
  119. -- Found PCL_FEATURES: /usr/lib64/libpcl_features.so
  120. -- looking for PCL_SURFACE
  121. -- Found PCL_SURFACE: /usr/lib64/libpcl_surface.so
  122. -- looking for PCL_IO
  123. -- Found PCL_IO: /usr/lib64/libpcl_io.so
  124. -- looking for PCL_FILTERS
  125. -- Found PCL_FILTERS: /usr/lib64/libpcl_filters.so
  126. -- looking for PCL_GEOMETRY
  127. -- Found PCL_GEOMETRY: /usr/include/pcl-1.12
  128. -- looking for PCL_ML
  129. -- Found PCL_ML: /usr/lib64/libpcl_ml.so
  130. -- looking for PCL_SEGMENTATION
  131. -- Found PCL_SEGMENTATION: /usr/lib64/libpcl_segmentation.so
  132. -- looking for PCL_SAMPLE_CONSENSUS
  133. -- Found PCL_SAMPLE_CONSENSUS: /usr/lib64/libpcl_sample_consensus.so
  134. -- Found PCL: pcl_common;pcl_kdtree;pcl_octree;pcl_search;pcl_features;pcl_surface;pcl_io;pcl_filters;pcl_ml;pcl_segmentation;pcl_sample_consensus;/usr/lib64/libboost_system.so;/usr/lib64/libboost_filesystem.so;/usr/lib64/libboost_date_time.so;/usr/lib64/libboost_iostreams.so;/usr/lib64/libboost_serialization.so;/usr/lib64/libboost_regex.so;optimized;/usr/lib64/libqhull_r.so;debug;/usr/lib64/libqhull_r.so;/usr/lib64/libOpenNI.so;VTK::ChartsCore;VTK::CommonColor;VTK::CommonComputationalGeometry;VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::CommonMath;VTK::CommonMisc;VTK::CommonTransforms;VTK::FiltersCore;VTK::FiltersExtraction;VTK::FiltersGeneral;VTK::FiltersGeometry;VTK::FiltersModeling;VTK::FiltersSources;VTK::ImagingCore;VTK::ImagingSources;VTK::InteractionStyle;VTK::InteractionWidgets;VTK::IOCore;VTK::IOGeometry;VTK::IOImage;VTK::IOLegacy;VTK::IOPLY;VTK::RenderingAnnotation;VTK::RenderingCore;VTK::RenderingContext2D;VTK::RenderingLOD;VTK::RenderingFreeType;VTK::ViewsCore;VTK::ViewsContext2D;VTK::RenderingOpenGL2;VTK::RenderingQt;VTK::GUISupportQt;FLANN::FLANN
  135. -- Performing Test HAS_FLTO
  136. -- Performing Test HAS_FLTO - Success
  137. -- Found pybind11: /usr/include (found version "2.11.1")
  138. -- Found XercesC: /usr/lib64/libxerces-c.so (found version "3.2.5")
  139. -- PyCXX found:
  140. --   Headers:  /home/abhinav/aaabnv/FreeBRLCAD/DEV_FreeCAD/FreeCAD/src/3rdParty/PyCXX
  141. --   Sources:  /home/abhinav/aaabnv/FreeBRLCAD/DEV_FreeCAD/FreeCAD/src/3rdParty/PyCXX/CXX
  142. --   Version:  7.1.9
  143. -- Found OCC: /usr/include/opencascade (found version "7.6.3")
  144. -- -- Found OpenCASCADE version: 7.6.3
  145. -- -- OpenCASCADE include directory: /usr/include/opencascade
  146. -- -- OpenCASCADE shared libraries directory: /usr/lib64
  147. -- Found OpenGL: /usr/lib64/libOpenGL.so
  148. -- Found OpenGLU: /usr/lib64/libGLU.so
  149. -- VTK components: CommonCore;CommonDataModel;FiltersVerdict;IOXML;FiltersCore;FiltersGeneral;IOLegacy;FiltersExtraction;FiltersSources;FiltersGeometry;hdf5;FiltersParallelDIY2;RenderingCore;InteractionStyle;RenderingFreeType;RenderingOpenGL2
  150. -- Found OpenGL: /usr/lib64/libOpenGL.so  found components: OpenGL GLX
  151. -- Found HDF5: /usr/lib64/libhdf5.so (found version "1.12.1") found components: C HL
  152. -- Check for medfile (libmed and libmedc) ...
  153. -- Found MEDFile: /usr/include/med
  154. -- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1")
  155. -- We guess that libmed was built using hdf5-serial version
  156. -- Checking for one of the modules 'hdf5-serial'
  157. -- Found HDF5: /usr/lib64/libhdf5.so (found version "1.12.1")
  158. -- Checking for one of the modules 'ompi-cxx'
  159. -- Found SWIG: /usr/bin/swig (found version "4.2.1")
  160. -- Found Eigen3: /usr/include/eigen3 (found suitable version "3.4.0", minimum required is "3.4.0")
  161. -- Performing Test HAVE_STDATOMIC
  162. -- Performing Test HAVE_STDATOMIC - Success
  163. -- Found WrapAtomic: TRUE
  164. CMake Error at /usr/lib64/cmake/Qt6/QtPublicCMakeHelpers.cmake:371 (message):
  165.   Some (but not all) targets in this export set were already defined.
  166.  
  167.   Targets Defined: Core
  168.  
  169.   Targets not yet defined: CorePrivate
  170.  
  171. Call Stack (most recent call first):
  172.   /usr/lib64/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake:3 (_qt_internal_check_multiple_inclusion)
  173.   /usr/lib64/cmake/Qt6Core/Qt6CoreConfig.cmake:181 (include)
  174.   /usr/lib64/cmake/Qt6/Qt6Config.cmake:200 (find_package)
  175.   cMake/FreeCAD_Helpers/SetupQt.cmake:30 (find_package)
  176.   CMakeLists.txt:104 (include)
  177.  
  178.  
  179. -- Configuring incomplete, errors occurred!
  180. abhinav@samsung-galaxy:~/aaabnv/FreeBRLCAD/DEV_FreeCAD/FreeCAD$
  181.  
  182.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement