Closed waarmond closed 7 months ago
@waarmond I suspect this might be related to the PR #8926 changes. Perhaps make sure setuptools and wheel are installed
Basically I could not live without setuptools and used . GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=YES
fixed the build, probably have to forgo array support.
Another issue: After the build I run a separate package step, which builds & links the whole project again (new behavior).
make -C build already complete
make -C build DESTDIR="${pkgdir}" install
[..] [ 98%] Linking CXX executable sozip [ 98%] Built target gnmmanage [100%] Built target ogr_Parquet [100%] Built target test_ogrsf [100%] Built target sozip Install the project... -- Install configuration: "" [..]
After the build I run a separate package step, which builds & links the whole project again
is that a problem and really new (as far as I can remember this is not new) ? It must just re-check that the targets are up-to-date
What is the bug?
When building current git sources with the same build recipe I've successfully built on 22 February (Python 3.10 unchanged) it fails now in the Python extension step:
numpy 1.26.4 swig 4.1.1
My CFLAGS are getting duplicated, even triplicated; but this seems to be unrelated.
Steps to reproduce the issue
Versions and provenance
ArchLinux // GDAL not built yet
Additional context
Recent updates: Cython to 3.0.10