Your message dated Sat, 03 Feb 2024 23:34:32 +0000
with message-id <e1rwpwq-001bjp...@fasolo.debian.org>
and subject line Bug#1055725: fixed in scalene 1.5.31.1-1
has caused the Debian Bug report #1055725,
regarding scalene ftbfs with Python 3.12
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.)


-- 
1055725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:scalene
Version: 1.5.16-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

scalene ftbfs with Python 3.12:

[...]
building 'scalene.crdp' extension
creating build/temp.linux-x86_64-cpython-312/vendor
creating build/temp.linux-x86_64-cpython-312/vendor/crdp
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/scalene-1.5.16-1build2 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c vendor/crdp/crdp.c -o build/temp.linux-x86_64-cpython-312/vendor/crdp/crdp.o
vendor/crdp/crdp.c: In function ‘__Pyx_get_tp_dict_version’:
vendor/crdp/crdp.c:3211:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 3211 |     return likely(dict) ? __PYX_GET_DICT_VERSION(dict) : 0;
      |     ^~~~~~
In file included from /usr/include/python3.12/dictobject.h:90,
                 from /usr/include/python3.12/Python.h:61,
                 from vendor/crdp/crdp.c:19:
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
vendor/crdp/crdp.c: In function ‘__Pyx_get_object_dict_version’:
vendor/crdp/crdp.c:3223:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations] 3223 | return (dictptr && *dictptr) ? __PYX_GET_DICT_VERSION(*dictptr) : 0;
      |     ^~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
vendor/crdp/crdp.c: In function ‘__Pyx_object_dict_version_matches’:
vendor/crdp/crdp.c:3227:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations] 3227 | if (unlikely(!dict) || unlikely(tp_dict_version != __PYX_GET_DICT_VERSION(dict)))
      |     ^~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
vendor/crdp/crdp.c: In function ‘__Pyx_CLineForTraceback’:
vendor/crdp/crdp.c:3272:9: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 3272 |         __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
vendor/crdp/crdp.c:3272:9: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 3272 |         __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
vendor/crdp/crdp.c: In function ‘__Pyx_PyInt_As_int’:
vendor/crdp/crdp.c:3573:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3573 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vendor/crdp/crdp.c:3628:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3628 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vendor/crdp/crdp.c: In function ‘__Pyx_PyInt_As_long’:
vendor/crdp/crdp.c:3807:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3807 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vendor/crdp/crdp.c:3862:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3862 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vendor/crdp/crdp.c: In function ‘__Pyx_PyIndex_AsSsize_t’:
vendor/crdp/crdp.c:4313:45: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 4313 |     const digit* digits = ((PyLongObject*)b)->ob_digit;
      |                                             ^~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:395: build: plugin distutils failed with: exit code=1: /usr/bin/python3.12 setup.py build
--- End Message ---
--- Begin Message ---
Source: scalene
Source-Version: 1.5.31.1-1
Done: Emmanuel Arias <eam...@debian.org>

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

Debian distribution maintenance software
pp.
Emmanuel Arias <eam...@debian.org> (supplier of updated scalene 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: Sat, 03 Feb 2024 17:51:57 -0300
Source: scalene
Architecture: source
Version: 1.5.31.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1037852 1055725 1056886
Changes:
 scalene (1.5.31.1-1) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * New upstream version (Closes: #1056886, #1037852, #1055725).
   * Standards-Version: 4.6.2 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Update lintian override info format in d/source/lintian-overrides on line 
5.
 .
   [ Emmanuel Arias ]
   * d/patches/0006-Remove-vendor-deps-target-call.patch: Add patches to remove
     the target "vendor-deps" that clone the vedors dependencies. The upstream
     code from pypi.debian.net already include them.
   * d/patches/0001-Load-libscalene-so-with-Python-ABI-suffix: Update patch to
     use importlib module to Debianize the libscalene name instead of use imp
     module.
Checksums-Sha1:
 1e9054f4dcef32bc40e8fd37566eddba6e2ce8f0 2259 scalene_1.5.31.1-1.dsc
 fd8a6e3bdcf5695165b32a818f7576b66015a3f1 7911475 scalene_1.5.31.1.orig.tar.gz
 c9f5b7d6e7bb416273f932236df8d04bd2ae8c9c 9488 scalene_1.5.31.1-1.debian.tar.xz
 92f0f373528bc93e1071fec8d80b52c843e3dabf 8480 
scalene_1.5.31.1-1_amd64.buildinfo
Checksums-Sha256:
 b222a4792e7c1731423b8b52d081869a8d2a3a054f0b60f03312b4d94ef31670 2259 
scalene_1.5.31.1-1.dsc
 dae362954e75bd217633a3069f526bab7742ff5d9b11f6e633cd3822a13b10a1 7911475 
scalene_1.5.31.1.orig.tar.gz
 f5ad8fdcbaa29958f73571b1a8e85ad0657f971cdb2288f67814c0ffe26622e7 9488 
scalene_1.5.31.1-1.debian.tar.xz
 8b5dcd7e05bcfd687ea77390ec9567d21c9a537a3588de7d7e6286e0ff292641 8480 
scalene_1.5.31.1-1_amd64.buildinfo
Files:
 44477551eb458ff7f0273ec9c4065999 2259 python optional scalene_1.5.31.1-1.dsc
 4c08722a2cfe78fa08f59c6227a07a97 7911475 python optional 
scalene_1.5.31.1.orig.tar.gz
 1ce2d18bee91072fea14855cf08ec72e 9488 python optional 
scalene_1.5.31.1-1.debian.tar.xz
 cec2aeea4c119bd79786a89c337717e0 8480 python optional 
scalene_1.5.31.1-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmW+whoSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPx33IQAIRIZyrlOvCxsTxpX3h4di09axdsKSw+
CojBcIYJIZQkuoJh1PWrkTpjq0lnqM1GHE9L+h6HhJBSRxO9v1B0QSJUzWcdgYMI
8th6h5F5crvL8TWrKxqzaB6ZMf/8dytckhlLRRJAAplLVGtoZy+dQ+9xozTKPueM
zBVoa751vmcwm3rD0EKHrwjlheyFJe4MmgIOJnyzReA35Sh8At/LIq3q0KFPQTYq
KuQzww+I1MCHQ2Ga2IWpTdCVtbeEGngqqqmU6BFyDHCV/AusY2j/86o1Orx215vb
TrCvTssVt1MRjrMzCf900U3d6wRX1hE0WIhVvWLhQy1gkI5uELc6GmQVtt2FsUoD
/ha1ahsDs9ggKe1DpOSlcQd0e9Ae5yjk47H7RmYOEarXr9BiopC53n5dTXxSQ3Tw
hsZMxAGbnoCvkI3imItPfNEgaYOvVrs6FmeN+NwF1rPJeD312TEF6Mtu6kS6Kc2e
NXzOXCd9DUWJsU4zEAYD4LxCXnIsKC/s3Dph+LqYlBkZhIDEtSP0H95VO0v3aloN
qRxreVtFy4iJEs+N/xzt2vAn19S1Oer+VwLxOTxF9i7eVUCQEwY6khHdBe7E6ZqZ
huS4qwtE1RpkS6VelLsmvoBm66flxlq9xK0KtnayW5zQyvXvhhgKWomWzMFoHnha
+jJSvgExgRCK
=3enk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to