Your message dated Fri, 04 Apr 2025 11:51:16 +0000
with message-id <e1u0fzs-002lq7...@fasolo.debian.org>
and subject line Bug#1099657: fixed in mathgl 8.0.3-1
has caused the Debian Bug report #1099657,
regarding mathgl FTBFS with numpy 2
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 ow...@bugs.debian.org
immediately.)


-- 
1099657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099657
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mathgl
Version: 8.0.2-4
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=mathgl&ver=8.0.2-4%2Bb1

...
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyArrayObject* obj_to_array_no_conversion(PyObject*, int)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3810:27:
 error: ‘PyArray_NOTYPE’ was not declared in this scope; did you mean 
‘PyArray_TYPE’?
 3810 | #define NPY_NOTYPE        PyArray_NOTYPE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3899:41:
 note: in expansion of macro ‘NPY_NOTYPE’
 3899 |     if (is_array(input) && (typecode == NPY_NOTYPE ||
      |                                         ^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3900:62:
 error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ 
{aka ‘const tagPyArrayObject_fields*’}
 3900 |                             PyArray_EquivTypenums(array_type(input), 
typecode)))
      |                                                              ^~~~~
      |                                                              |
      |                                                              PyObject* 
{aka _object*}
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3841:51:
 note: in definition of macro ‘array_type’
 3841 | #define array_type(a)          (int)(PyArray_TYPE(a))
      |                                                   ^
/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include/numpy/ndarraytypes.h:1567:35:
 note:   initializing argument 1 of ‘int PyArray_TYPE(const PyArrayObject*)’
 1567 | PyArray_TYPE(const PyArrayObject *arr)
      |              ~~~~~~~~~~~~~~~~~~~~~^~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3907:55:
 error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ 
{aka ‘const tagPyArrayObject_fields*’}
 3907 |       char* actual_type  = typecode_string(array_type(input));
      |                                                       ^~~~~
      |                                                       |
      |                                                       PyObject* {aka 
_object*}
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3841:51:
 note: in definition of macro ‘array_type’
 3841 | #define array_type(a)          (int)(PyArray_TYPE(a))
      |                                                   ^
/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include/numpy/ndarraytypes.h:1567:35:
 note:   initializing argument 1 of ‘int PyArray_TYPE(const PyArrayObject*)’
 1567 | PyArray_TYPE(const PyArrayObject *arr)
      |              ~~~~~~~~~~~~~~~~~~~~~^~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyArrayObject* obj_to_array_allow_conversion(PyObject*, int, 
int*)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3810:27:
 error: ‘PyArray_NOTYPE’ was not declared in this scope; did you mean 
‘PyArray_TYPE’?
 3810 | #define NPY_NOTYPE        PyArray_NOTYPE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3935:41:
 note: in expansion of macro ‘NPY_NOTYPE’
 3935 |     if (is_array(input) && (typecode == NPY_NOTYPE ||
      |                                         ^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3936:62:
 error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ 
{aka ‘const tagPyArrayObject_fields*’}
 3936 |                             
PyArray_EquivTypenums(array_type(input),typecode)))
      |                                                              ^~~~~
      |                                                              |
      |                                                              PyObject* 
{aka _object*}
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3841:51:
 note: in definition of macro ‘array_type’
 3841 | #define array_type(a)          (int)(PyArray_TYPE(a))
      |                                                   ^
/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include/numpy/ndarraytypes.h:1567:35:
 note:   initializing argument 1 of ‘int PyArray_TYPE(const PyArrayObject*)’
 1567 | PyArray_TYPE(const PyArrayObject *arr)
      |              ~~~~~~~~~~~~~~~~~~~~~^~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 At global scope:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3813:27:
 error: ‘intp’ has not been declared
 3813 | #define npy_intp          intp
      |                           ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:4144:40:
 note: in expansion of macro ‘npy_intp’
 4144 |   int require_size(PyArrayObject* ary, npy_intp* size, int n)
      |                                        ^~~~~~~~
[ 52%] Linking CXX executable mgltask
cd /build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/utils && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/mgltask.dir/link.txt --verbose=1
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘int require_fortran(PyArrayObject*)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3833:27:
 error: ‘FARRAY’ was not declared in this scope
 3833 | #define NPY_FARRAY        FARRAY
      |                           ^~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:4200:18:
 note: in expansion of macro ‘NPY_FARRAY’
 4200 |     ary->flags = NPY_FARRAY;
      |                  ^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyObject* _wrap_new_mglData__SWIG_4(PyObject*, Py_ssize_t, 
PyObject**)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3813:27:
 error: ‘intp’ was not declared in this scope; did you mean ‘intf’?
 3813 | #define npy_intp          intp
      |                           ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6614:5:
 note: in expansion of macro ‘npy_intp’
 6614 |     npy_intp size[1] = {
      |     ^~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3800:27:
 error: ‘PyArray_DOUBLE’ was not declared in this scope; did you mean 
‘PyArray_DTYPE’?
 3800 | #define NPY_DOUBLE        PyArray_DOUBLE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6617:68:
 note: in expansion of macro ‘NPY_DOUBLE’
 6617 |     array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0], 
NPY_DOUBLE,
      |                                                                    
^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6620:29:
 error: ‘size’ was not declared in this scope; did you mean ‘std::size’?
 6620 |       !require_size(array1, size, 1)) SWIG_fail;
      |                             ^~~~
      |                             std::size
In file included from /usr/include/c++/14/string:53,
                 from /usr/include/c++/14/stdexcept:39,
                 from 
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3305:
/usr/include/c++/14/bits/range_access.h:272:5: note: ‘std::size’ declared here
  272 |     size(const _Tp (&)[_Nm]) noexcept
      |     ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyObject* _wrap_new_mglData__SWIG_5(PyObject*, Py_ssize_t, 
PyObject**)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3813:27:
 error: ‘intp’ was not declared in this scope; did you mean ‘intf’?
 3813 | #define npy_intp          intp
      |                           ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6656:5:
 note: in expansion of macro ‘npy_intp’
 6656 |     npy_intp size[2] = {
      |     ^~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3800:27:
 error: ‘PyArray_DOUBLE’ was not declared in this scope; did you mean 
‘PyArray_DTYPE’?
 3800 | #define NPY_DOUBLE        PyArray_DOUBLE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6659:68:
 note: in expansion of macro ‘NPY_DOUBLE’
 6659 |     array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0], 
NPY_DOUBLE,
      |                                                                    
^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6662:29:
 error: ‘size’ was not declared in this scope; did you mean ‘std::size’?
 6662 |       !require_size(array1, size, 2)) SWIG_fail;
      |                             ^~~~
      |                             std::size
/usr/include/c++/14/bits/range_access.h:272:5: note: ‘std::size’ declared here
  272 |     size(const _Tp (&)[_Nm]) noexcept
      |     ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyObject* _wrap_new_mglData__SWIG_6(PyObject*, Py_ssize_t, 
PyObject**)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3813:27:
 error: ‘intp’ was not declared in this scope; did you mean ‘intf’?
 3813 | #define npy_intp          intp
      |                           ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6698:5:
 note: in expansion of macro ‘npy_intp’
 6698 |     npy_intp size[1] = {
      |     ^~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3800:27:
 error: ‘PyArray_DOUBLE’ was not declared in this scope; did you mean 
‘PyArray_DTYPE’?
 3800 | #define NPY_DOUBLE        PyArray_DOUBLE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6701:68:
 note: in expansion of macro ‘NPY_DOUBLE’
 6701 |     array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0], 
NPY_DOUBLE,
      |                                                                    
^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6704:29:
 error: ‘size’ was not declared in this scope; did you mean ‘std::size’?
 6704 |       !require_size(array1, size, 1)) SWIG_fail;
      |                             ^~~~
      |                             std::size
/usr/include/c++/14/bits/range_access.h:272:5: note: ‘std::size’ declared here
  272 |     size(const _Tp (&)[_Nm]) noexcept
      |     ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:
 In function ‘PyObject* _wrap_new_mglData__SWIG_7(PyObject*, Py_ssize_t, 
PyObject**)’:
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3813:27:
 error: ‘intp’ was not declared in this scope; did you mean ‘intf’?
 3813 | #define npy_intp          intp
      |                           ^~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6740:5:
 note: in expansion of macro ‘npy_intp’
 6740 |     npy_intp size[2] = {
      |     ^~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:3800:27:
 error: ‘PyArray_DOUBLE’ was not declared in this scope; did you mean 
‘PyArray_DTYPE’?
 3800 | #define NPY_DOUBLE        PyArray_DOUBLE
      |                           ^~~~~~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6743:68:
 note: in expansion of macro ‘NPY_DOUBLE’
 6743 |     array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0], 
NPY_DOUBLE,
      |                                                                    
^~~~~~~~~~
/build/reproducible-path/mathgl-8.0.2/obj-x86_64-linux-gnu/lang/CMakeFiles/mathgl.dir/mathglPYTHON_wrap.cxx:6746:29:
 error: ‘size’ was not declared in this scope; did you mean ‘std::size’?
 6746 |       !require_size(array1, size, 2)) SWIG_fail;
      |                             ^~~~
      |                             std::size
/usr/include/c++/14/bits/range_access.h:272:5: note: ‘std::size’ declared here
  272 |     size(const _Tp (&)[_Nm]) noexcept
      |     ^~~~
...

--- End Message ---
--- Begin Message ---
Source: mathgl
Source-Version: 8.0.3-1
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mathgl, 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 1099...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated mathgl 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 04 Apr 2025 10:30:08 +0100
Source: mathgl
Architecture: source
Version: 8.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1063599 1094884 1099657
Changes:
 mathgl (8.0.3-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #1063599, #1094884, #1099657
   * Update python3-mathgl.install
Checksums-Sha1:
 025c85d0c93368dd975453478e623adf2db8d845 3222 mathgl_8.0.3-1.dsc
 6c93832f58eb505f3d12b620629e51b04a426686 240516256 mathgl_8.0.3.orig.tar.xz
 00ce6579b477669b5f18b90c3ef780ee607c67c8 14680 mathgl_8.0.3-1.debian.tar.xz
Checksums-Sha256:
 673dc757850853f170106f51f200e155bc11279be910d11ed9b5747025fd4ba0 3222 
mathgl_8.0.3-1.dsc
 d53fa2bfe509dc81521724de7f3e5a94827671973a24abe647ef2fe87945510f 240516256 
mathgl_8.0.3.orig.tar.xz
 c45e2675710547430932beb28b3679ff6767d0778574cb6d9c202d45c2538d21 14680 
mathgl_8.0.3-1.debian.tar.xz
Files:
 0117553ef7ebe7fb3979113fe4934746 3222 science optional mathgl_8.0.3-1.dsc
 8c6502532cfb31e7fbde3448de9226f8 240516256 science optional 
mathgl_8.0.3.orig.tar.xz
 eee62e9a656a8025495db8600b0f8d4a 14680 science optional 
mathgl_8.0.3-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmfvwqoACgkQy+a7Tl2a
06U8PQ//ZMuxSDPzLY/S3YtZbRH88sJFfEbspMSsTfeG4t0FEQxCeRr6qkSwaAfR
BCXHtdgOJD7hSf5a3xF05y6CLsjG2Nr3kF1eSqdbLO5zqyn5qjtjfAqAc7bOKPVY
BkTtOROWs001oKHBaXBlwapto1JaY7m7G43Gw6rsr3rR85avk7zjlw3Lgp00k4xF
rugYZ0kBznWrxqim5+CGwrBiZqrU+Co2U2+oo3fYDAmE5oWYxifbtrjfzCx+cpZb
NX2RNNnO9LvHsZlMtOk09FQQ+BYteJL2QnrgH2znuC9KFCVsOUqWQeuU5KWd8JPm
G9VZu0RnZT9vgIhmx6StJsRF/ww+fuPh+kg7wxSAejxA+vJWsnZzhDK23nWF5/IY
VpxxUjjAYGbhk+/lGEbbrkm6wmptvb8ojALHnuU6ayOPH1EX5WYTwNFpSwa2INDo
zV0w+BwArrKsW8pX8B5BLQrAn9eSCjj51Fs1pcJ5lxTmdvtbT2rPuMYhKgM/iBYw
0mOPB8aUVcTunN1DE4Whtmto9B272YYmK4H2CZ28QO2+RFqfwHnhwoIGF4OY/sEo
+e6mNg9DZLjGlVN3O+yOqh12MPqg6lc3QTXkfeR0IOQ4n9+6nbZXylLWFzTReQjm
LyyHbxrdWSCM0YV7Dg3zEPE+NYSuEIqdKmyOnwA+/omajmVdN9E=
=XWlf
-----END PGP SIGNATURE-----

Attachment: pgp72Utv6veJX.pgp
Description: PGP signature


--- End Message ---

Reply via email to