Your message dated Sat, 18 Oct 2025 01:35:07 +0000
with message-id <[email protected]>
and subject line Bug#1114713: fixed in pyopencl 2025.1-2
has caused the Debian Bug report #1114713,
regarding pyopencl: FTBFS with NumPy 2.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyopencl
Version: 2025.1-1
Severity: important
User: [email protected]
Usertags: numpy2.3
Tags: ftbfs, forky, sid

Dear maintainer,

During a test rebuild for NumPy 2.3, pyopencl failed to rebuild.

Log Summary:
-------------------------------------------------------------------------------
[...]
[ 57%] Building CXX object 
CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/implicit.cpp.o
/usr/bin/x86_64-linux-gnu-g++ -DNB_COMPACT_ASSERTIONS 
-I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include 
-I/usr/include/python3.13 -I/usr/share/nanobind/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/pyopencl-2025.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 
-DNDEBUG -fPIC -fvisibility=hidden -ffunction-sections -fdata-sections 
-fno-strict-aliasing -MD -MT 
CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/implicit.cpp.o -MF 
CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/implicit.cpp.o.d -o 
CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/implicit.cpp.o -c 
/usr/share/nanobind/src/implicit.cpp
[ 63%] Linking CXX static library libnanobind-static.a
/usr/bin/cmake -P CMakeFiles/nanobind-static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/nanobind-static.dir/link.txt 
--verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libnanobind-static.a 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_internals.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_func.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_type.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_enum.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_ndarray.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_static_property.cpp.o"
 "CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/nb_ft.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/common.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/error.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/trampoline.cpp.o" 
"CMakeFiles/nanobind-static.dir/usr/share/nanobind/src/implicit.cpp.o"
/usr/bin/x86_64-linux-gnu-ranlib libnanobind-static.a
gmake[3]: Leaving directory '/tmp/tmpqbeqyngb/build'
[ 63%] Built target nanobind-static
/usr/bin/gmake  -f CMakeFiles/_cl.dir/build.make CMakeFiles/_cl.dir/depend
gmake[3]: Entering directory '/tmp/tmpqbeqyngb/build'
cd /tmp/tmpqbeqyngb/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/build/reproducible-path/pyopencl-2025.1 
/build/reproducible-path/pyopencl-2025.1 /tmp/tmpqbeqyngb/build 
/tmp/tmpqbeqyngb/build 
/tmp/tmpqbeqyngb/build/CMakeFiles/_cl.dir/DependInfo.cmake "--color="
gmake[3]: Leaving directory '/tmp/tmpqbeqyngb/build'
/usr/bin/gmake  -f CMakeFiles/_cl.dir/build.make CMakeFiles/_cl.dir/build
gmake[3]: Entering directory '/tmp/tmpqbeqyngb/build'
[ 68%] Building CXX object CMakeFiles/_cl.dir/src/wrap_constants.cpp.o
/usr/bin/x86_64-linux-gnu-g++ -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL 
-D_cl_EXPORTS -I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include 
-I/usr/include/python3.13 -I/usr/share/nanobind/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/pyopencl-2025.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 
-DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -fvisibility=hidden 
-fno-stack-protector -ffunction-sections -fdata-sections -MD -MT 
CMakeFiles/_cl.dir/src/wrap_constants.cpp.o -MF 
CMakeFiles/_cl.dir/src/wrap_constants.cpp.o.d -o 
CMakeFiles/_cl.dir/src/wrap_constants.cpp.o -c 
/build/reproducible-path/pyopencl-2025.1/src/wrap_constants.cpp
In file included from 
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:101,
                 from 
/build/reproducible-path/pyopencl-2025.1/src/wrap_constants.cpp:30:
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp: In function 
‘nanobind::object pyopencl::enqueue_map_buffer(nanobind::ref<command_queue>, 
memory_object_holder&, cl_map_flags, size_t, nanobind::object, 
nanobind::object, nanobind::object, nanobind::object, nanobind::object, bool)’:
/build/reproducible-path/pyopencl-2025.1/src/wrap_helpers.hpp:145:20: error: 
‘NPY_FARRAY’ was not declared in this scope; did you mean ‘NPY_FR_Y’?
  145 |       ary_flags |= NPY_FARRAY; \
      |                    ^~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:3494:5: note: in 
expansion of macro ‘PYOPENCL_PARSE_NUMPY_ARRAY_SPEC’
 3494 |     PYOPENCL_PARSE_NUMPY_ARRAY_SPEC;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_helpers.hpp:147:20: error: 
‘NPY_CARRAY’ was not declared in this scope; did you mean ‘NPY_WRAP’?
  147 |       ary_flags |= NPY_CARRAY; \
      |                    ^~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:3494:5: note: in 
expansion of macro ‘PYOPENCL_PARSE_NUMPY_ARRAY_SPEC’
 3494 |     PYOPENCL_PARSE_NUMPY_ARRAY_SPEC;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp: In function 
‘nanobind::object pyopencl::enqueue_map_image(nanobind::ref<command_queue>, 
memory_object_holder&, cl_map_flags, nanobind::object, nanobind::object, 
nanobind::object, nanobind::object, nanobind::object, nanobind::object, 
nanobind::object, bool)’:
/build/reproducible-path/pyopencl-2025.1/src/wrap_helpers.hpp:145:20: error: 
‘NPY_FARRAY’ was not declared in this scope; did you mean ‘NPY_FR_Y’?
  145 |       ary_flags |= NPY_FARRAY; \
      |                    ^~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:3579:5: note: in 
expansion of macro ‘PYOPENCL_PARSE_NUMPY_ARRAY_SPEC’
 3579 |     PYOPENCL_PARSE_NUMPY_ARRAY_SPEC;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_helpers.hpp:147:20: error: 
‘NPY_CARRAY’ was not declared in this scope; did you mean ‘NPY_WRAP’?
  147 |       ary_flags |= NPY_CARRAY; \
      |                    ^~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:3579:5: note: in 
expansion of macro ‘PYOPENCL_PARSE_NUMPY_ARRAY_SPEC’
 3579 |     PYOPENCL_PARSE_NUMPY_ARRAY_SPEC;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp: In function 
‘nanobind::object pyopencl::get_mem_obj_host_array(nanobind::object, 
nanobind::object, nanobind::object, nanobind::object)’:
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:5896:20: error: 
‘NPY_FARRAY’ was not declared in this scope; did you mean ‘NPY_FR_Y’?
 5896 |       ary_flags |= NPY_FARRAY;
      |                    ^~~~~~~~~~
      |                    NPY_FR_Y
/build/reproducible-path/pyopencl-2025.1/src/wrap_cl.hpp:5898:20: error: 
‘NPY_CARRAY’ was not declared in this scope; did you mean ‘NPY_WRAP’?
 5898 |       ary_flags |= NPY_CARRAY;
      |                    ^~~~~~~~~~
      |                    NPY_WRAP
gmake[3]: *** [CMakeFiles/_cl.dir/build.make:79: 
CMakeFiles/_cl.dir/src/wrap_constants.cpp.o] Error 1
gmake[3]: Leaving directory '/tmp/tmpqbeqyngb/build'
gmake[2]: *** [CMakeFiles/Makefile2:88: CMakeFiles/_cl.dir/all] Error 2
gmake[2]: Leaving directory '/tmp/tmpqbeqyngb/build'
gmake[1]: *** [Makefile:136: all] Error 2
gmake[1]: Leaving directory '/tmp/tmpqbeqyngb/build'


*** CMake build failed

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/build/reproducible-path/pyopencl-2025.1/.pybuild/cpython3_3.13  
Traceback (most recent call last):
  File "/usr/bin/pybuild", line 387, in main
    run(func, i, version, c)
    ~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/pybuild", line 325, in run
    result = func(context, args)
  File "/usr/share/dh-python/dhpython/build/plugin_pyproject.py", line 108, in 
build
    self.build_wheel(context, args)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/share/dh-python/dhpython/build/base.py", line 365, in wrapped_func
    raise Exception(msg)
Exception: exit code=1: python3.13 -m build --skip-dependency-check 
--no-isolation --wheel --outdir 
/build/reproducible-path/pyopencl-2025.1/.pybuild/cpython3_3.13  
dh_auto_build: error: pybuild --build -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:24: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-09-08T06:26:44Z

-------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/debian/developers-roehling.numpy/artifact/2453978/

About the archive rebuild: The build was made on debusine.debian.net,
using sbuild.

You can find the build task here:
https://debusine.debian.net/debian/developers-roehling.numpy/work-request/163715/

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Cheers
Timo

--- End Message ---
--- Begin Message ---
Source: pyopencl
Source-Version: 2025.1-2
Done: Andreas Beckmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyopencl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated pyopencl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 18 Oct 2025 03:15:04 +0200
Source: pyopencl
Architecture: source
Version: 2025.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1103260 1114713 1116843
Changes:
 pyopencl (2025.1-2) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * Fix building with NumPy 2.3.  (Closes: #1114713)
   * Drop redundant Rules-Requires-Root: no.
   * Avoid cross-directory hardlinks.  (Closes: #1103260)
 .
   [ Santiago Vila ]
   * d/control: Drop <!nocheck> from python3-pytools.  (Closes: #1116843)
Checksums-Sha1:
 ee14077e3d70dac8b3c35501b053ec0ba7e0948d 2719 pyopencl_2025.1-2.dsc
 4ce94887a594e5f73f8747c008e64526a0e08143 26076 pyopencl_2025.1-2.debian.tar.xz
 6d16da72615258a7989b94358a644565ef311484 8883 
pyopencl_2025.1-2_source.buildinfo
Checksums-Sha256:
 08eebbee593fbe0937f7ce672f12409e79694ce180818c1254d669d9663bcd49 2719 
pyopencl_2025.1-2.dsc
 afd318d820add1393e498692cc9be21c7c2fe27e635e4fde49b5d9a4ea5def05 26076 
pyopencl_2025.1-2.debian.tar.xz
 84220c5a80adbe5f36000b8a0b4a6f1a966ca009346ebd95e072e4c0ddd539a0 8883 
pyopencl_2025.1-2_source.buildinfo
Files:
 4acf0540c5f9562892e15f68c92a89ab 2719 python optional pyopencl_2025.1-2.dsc
 35990bc143edb60b2f7b8e57f2aeb821 26076 python optional 
pyopencl_2025.1-2.debian.tar.xz
 4f9268ee8283f966e8f1ccbfbf9358ba 8883 python optional 
pyopencl_2025.1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjy6sYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCBzUEACn4fnEdpw1mxrV7eVUpaMEQbjQz8N7ORuF
gesd1/hE0XK3iWQ1kB9vUOpa3ZBOmWGy0IoObYl79gsgDJ+GGi1A0Xy4uLt5luwE
n/Yl6JV3m3hMxNb94wZlsqyOpv5gYzXh6mwCMDE4Gbm1q/VN6YXicPyUqo5CeLTm
Ikz2yZXkoIXuGbX6+ao+sJwNokePuR6/p12fi2iSfzS9BwltgsGn8EwfGaQ6mUp3
NN9Fznen39ADCc0k+NEtu2nOBijNMltcI5lj8KhLfHiMW24qwbDsJOR1bOQ7qJRb
7wCGx3AB5FpAEJA6Dby/m9678Z8EMQNtdvhpT2V/tAmu6e95VEQL6+O6V1hYgKlA
xx6QLZjqzRLpl6IcejNwN/sZP8tA4vGRvOhpKyt0E854r5jE8aH4ZZrZK2wEgXBV
sbEbVUob7Vthm8/SGkcqWX7v0KsrCrBhIkgDTm2rQXGAPmYEdbYKqEy+l4UZHXEb
bzRZQWLcPNG7BqpmZhpMBYgs/C4kQoWgC4ZBFjtS5Nr0EHveKR7pcSs3TUSm9b8I
OQYiVGlE20guAhkru0aOrwUAvXGNXunzzNp0Q/iuJMMt0L2pcnXy+ivfdM6DXmOW
TpNuH+0O2NBCTDgF6VgNw1hLf7Rp04+rcNIH4sMyTUbalBmKSJdGPInfA54iaW9N
K1aFxK73Zw==
=bo30
-----END PGP SIGNATURE-----

Attachment: pgps8ydeZecF5.pgp
Description: PGP signature


--- End Message ---

Reply via email to