Buid failure in openSUSE Leap 15.2

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
hinckel
Posts: 113
Joined: Fri Nov 21, 2014 11:45 am
Location: SJCAMPOS, SP - BR

Buid failure in openSUSE Leap 15.2

Post by hinckel »

cmake fails in openSUSE Leap 15.2 wih the following messsage:

Code: Select all

CMake Error at /usr/lib64/cmake/Shiboken2-5.12.3/shiboken_helpers.cmake:160 (shiboken_get_library_for_current_config):
  shiboken_get_library_for_current_config Function invoked with incorrect
  arguments for function named: shiboken_get_library_for_current_config
Build works smoothly in openSUSE Leap 15.1.

Rest of the log is shown below for other system information:

Code: Select all

==============
Summary report
==============

-- Build type:          
-- Compiler:            /usr/bin/c++ (7.5.0)
-- Flags:               -Wall -Wextra -Wno-write-strings 
-- Standard:            Requires C++17
-- Python:              [/usr/bin/python3.6] [.cpython-36m-x86_64-linux-gnu]
-- PCL:                 not enabled
-- pybind11:            not enabled
-- Boost:               1.71.0
-- XercesC:             [/usr/lib64/libxerces-c.so] [/usr/include]
-- ZLIB:                1.2.11
-- PyCXX:               [/home/hinckel/FreeCAD/FreeCAD/src]
-- OCC:                 7.3.0 [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKIGES;TKSTL;TKShHealing;TKXSBase;TKBin;TKBool;TKBO;TKCDF;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKSTEP;TKSTEPBase;TKSTEPAttr;TKHLR;TKFeat]
-- SMESH:               build internal
--  MEDFile:            [/usr/lib64/libmedC.so;/usr/lib64/libmed.so] [/usr/include]
--  HDF5:               1.10.5
--  VTK:                9.0.1
-- NETGEN:              not enabled
-- SWIG:                3.0.12
-- Eigen3               3.3.7
-- Qt5Core:             5.12.7
-- Qt5Network:          5.12.7
-- Qt5Xml:              5.12.7
-- Qt5XmlPatterns:      5.12.7
-- Qt5Widgets:          5.12.7
-- Qt5PrintSupport:     5.12.7
-- Qt5OpenGL:           5.12.7
-- Qt5Svg:              5.12.7
-- Qt5UiTools:          5.12.7
-- Qt5Concurrent:       5.12.7
-- Qt5WebKitWidgets:    5.212.0
-- Shiboken2:           5.12.3 [/usr/lib64/cmake/Shiboken2-5.12.3] [/usr/include/shiboken2;/usr/include/python3.6m]
-- PySide2:             5.12.3 [/usr/include/PySide2]
-- PySide2Tools:        [/usr/bin/pyside2-uic] [/usr/bin/pyside2-rcc]
-- Freetype:            2.10.1
-- OpenGLU:             /usr/lib64/libGLU.so [/usr/lib64/libGLU.so][/usr/include]
-- Coin3D:              [Coin;GLU;GL;SM;ICE;X11;bz2;z;freetype;fontconfig;dl;pthread;openal] [/usr/include/Inventor/annex;/usr/include/freetype2]
-- SPNAV:               [/usr/lib64/libspnav.so] [/usr/include]
-- Matplotlib:          3.2.2
-- Rift:                not enabled (BUILD_VR)
-- Doxygen:             1.8.14
--  Language:           English
--  Coin3D_DOC:         not found

Post Reply