pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: freecad (was: Re: Anyone able to run blender on netbsd-10 amd64?)



Robert Swindells wrote:
> 
> mlh%goathill.org@localhost (MLH) wrote:
> >Robert Swindells wrote:
> >> 
> >...
> >
> > wip/py-pyside-setup is failing to locate :
> >
> >   46 | #include <numpy/arrayobject.h>
> >
> > With python2.7, this file was located in:
> > .../site-packages/numpy/core/include/numpy/arrayobject.h
> >
> > But with 3.x it is located in:
> > .../site-packages/numpy/_core/include/numpy/arrayobject.h
> >                        ^
> > So I wonder if it is looking for it in core instead of _core?
> 
> I didn't add py-numpy to wip/py-pyside-setup, it built before, don't
> know why it is needed.

numpy is getting pulled in by

Package `py311-numpy-2.2.3' is still required by other packages:
        py-boost-cmake-1.87.0
        py311-boost-1.87.0nb1

When I delete py311-numpy-2.2.3, and removed:
#.include "../../math/py-numpy/buildlink3.mk"
py-pyside-setup builds

but then it can't install:

=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for py311-pyside-setup-5.15.15
=> Checking for non-existent script interpreters in py311-pyside-setup-5.15.15
ERROR: [check-interpreter.mk] The interpreter "/usr/bin/env" of "/pkg_comp/obj/pkgsrc/wip/py-pyside-setup/default/.destdir/usr/pkgnew/bin/pyside_tool.py" is not allowed.
ERROR: [check-interpreter.mk] The interpreter "/usr/bin/env" of "/pkg_comp/obj/pkgsrc/wip/py-pyside-setup/default/.destdir/usr/pkgnew/bin/shiboken_tool.py" is not allowed.
*** Error code 1

Stop.
make[1]: stopped making "install" in /usr/pkgsrc/wip/py-pyside-setup
*** Error code 1

I can't determine what it is looking for

So it appears the 'core' vs '_core' (I think) issue needs to be
resolved anyway as py-numpy will get pulled in unless py-pyside-setup
is built before freecad is.


Home | Main Index | Thread Index | Old Index