pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: py-pyside6 & freecad
MLH wrote:
> MLH wrote:
> > Thomas Klausner wrote:
> > > I can build py-pyside6 fine (on 11.99.6/x86_64, latest pkgsrc, Python
> > > 3.14)
> >
> > Thanks. I'm rebuilding pkgsrc with Python 3.14 to test.
I started over by deleting all of the packages, cd to wip/freecad
$ make
and it built pyside6 - py314-pyside6-6.10.1nb1.tgz
I suspect there are some unnamed dependencies as the previous time,
when other packages had been built first since these packages were
added or rebuilt and py314-pyside6-6.10.1nb1.tgz could not build :
libnbcompat-20251029.tgz
cwrappers-20220403.tgz
mktools-20250213.tgz
digest-20220214.tgz
checkperms-1.12.tgz
gmake-4.4.1.tgz
m4-1.4.21.tgz
libtool-base-2.4.7nb1.tgz
pkgconf-2.5.1.tgz
perl-5.42.2nb3.tgz
libunistring-1.4.2.tgz
libidn2-2.3.7.tgz
xmlcatmgr-2.2nb1.tgz
libxml2-2.15.1.tgz
nghttp2-1.69.0.tgz
curl-8.20.0nb2.tgz
p5-gettext-1.07nb10.tgz
help2man-1.49.3.tgz
autoconf-2.72.tgz
automake-1.18.tgz
libuv-1.52.1.tgz
rhash-1.4.6.tgz
lz4-1.10.0.tgz
zstd-1.5.7.tgz
cmake-4.3.3.tgz
libffi-3.5.2.tgz
libuuid-2.40.2.tgz
mpdecimal-4.0.1.tgz
readline-8.3nb1.tgz
maybe some clues there...
freecad fails to build with this error (though libaec-1.1.3.tgz built):
==============
Libraries
==============
-- Boost: 1.91.0
-- Coin3D: 4.0.6 [optimized;Coin;debug;Coin] [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include]
-- Coin3D_DOC: not found
-- DesignerPlugin: [/usr/pkgnew/qt6/plugins/designer/libFreeCAD_widgets.so]
-- Doxygen: not found
-- Eigen3: 3.4.0
-- fmt: 12.1.0
-- Freetype: 2.14.3
-- HDF5: 1.14.6
-- ICU: 78.3
-- Matplotlib: not found
-- MEDFile: 4.0.0 [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib/libmedC.so;/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib/libmed.so] [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include]
-- NETGEN: not enabled
-- OCC: 7.8.0 [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib] [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include/opencascade]
-- OCC_Libs: [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKShHealing;TKXSBase;TKBool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKHLR;TKFeat;TKDESTEP;TKDEIGES;TKDEGLTF;TKDESTL]
-- OpenGL_Lib: [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib/libGL.so]
-- OpenGLU_Incl: [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include]
-- OpenGLU_Lib: [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib/libGLU.so]
-- pivy: 0.6.10
-- pybind11: 3.0.4
-- PYCXX: 7.1.11 Incl: /pkg_comp/obj/pkgsrc/wip/freecad/default/src/3rdParty/PyCXX Src:/pkg_comp/obj/pkgsrc/wip/freecad/default/src/3rdParty/PyCXX/CXX
-- PySide: 6.10.1 [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/PySide6/include]
-- PySideTools: v: 6 uic: [/usr/pkgnew/qt6/libexec/uic] rcc: [/usr/pkgnew/qt6/libexec/rcc]
-- QtConcurrent: 6.11.1
-- QtCore: 6.11.1
-- QtNetwork: 6.11.1
-- QtOpenGL: 6.11.1
-- QtOpenGLWidgets: 6.11.1
-- QtPrintSupport: 6.11.1
-- QtSvg: 6.11.1
-- QtTest: not needed
-- QtUiTools: 6.11.1
-- QtWidgets: 6.11.1
-- QtXml: 6.11.1
-- Rift: not enabled (BUILD_VR)
-- Shiboken: 6.10.1 [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/shiboken6/include;/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include/python3.14]
-- SMESH: 7.7.1.0 build internal
-- SPNAV: not found
-- SWIG: 4.4.1
-- Vtk: 9.5.2
-- XercesC: 3.3.0 [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/lib/libxerces-c.so] [/pkg_comp/obj/pkgsrc/wip/freecad/default/.buildlink/include]
-- yaml-cpp: 0.9.0
-- ZLIB: 1.3.2
=================================================
Now run 'cmake --build /pkg_comp/obj/pkgsrc/wip/freecad/default/cmake-pkgsrc-build' to build FreeCAD
=================================================
-- Configuring done (2.6s)
CMake Error at /usr/pkgnew/cmake/hdf5-targets.cmake:59 (set_target_properties):
The link interface of target "hdf5-static" contains:
libaec::sz
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/usr/pkgnew/cmake/hdf5-config.cmake:175 (include)
.buildlink/lib/cmake/vtk-9.5/patches/99/FindHDF5.cmake:501 (find_package)
.buildlink/lib/cmake/vtk-9.5/VTK-vtk-module-find-packages.cmake:262 (find_package)
.buildlink/lib/cmake/vtk-9.5/vtk-config.cmake:171 (include)
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:59 (find_package)
CMakeLists.txt:96 (SetupSalomeSMESH)
-- Generating done (1.6s)
CMake Generate step failed. Build files cannot be regenerated correctly.
*** Error code 1
Stop.
make[1]: stopped making "all" in /usr/pkgsrc/wip/freecad
*** Error code 1
Stop.
make: stopped making "all" in /usr/pkgsrc/wip/freecad
Home |
Main Index |
Thread Index |
Old Index