Your message dated Sat, 20 Nov 2021 21:54:07 +0000
with message-id <e1moyjd-000d1p...@fasolo.debian.org>
and subject line Bug#917829: fixed in python-intbitset 2.3.0-3.2
has caused the Debian Bug report #917829,
regarding python-intbitset: FTBFS when built with dpkg-buildpackage -A
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.)


-- 
917829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-intbitset
Version: 2.3.0-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster with dpkg-buildpackage -A but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 setup.py build_sphinx
running build_sphinx
creating /<<PKGBUILDDIR>>/docs/_build

[... snipped ...]

                         curexc_value
intbitset/intbitset.c:14775:22: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
intbitset/intbitset.c:14776:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = type;
             ^~~~~~~~
             curexc_type
intbitset/intbitset.c:14777:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = value;
             ^~~~~~~~~
             curexc_value
intbitset/intbitset.c:14778:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = tb;
             ^~~~~~~~~~~~~
             curexc_traceback
intbitset/intbitset.c: In function '__Pyx__GetException':
intbitset/intbitset.c:14833:24: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_type'; did you mean 'curexc_type'?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
intbitset/intbitset.c:14834:25: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_value'; did you mean 'curexc_value'?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
intbitset/intbitset.c:14835:22: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
intbitset/intbitset.c:14836:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = local_type;
             ^~~~~~~~
             curexc_type
intbitset/intbitset.c:14837:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = local_value;
             ^~~~~~~~~
             curexc_value
intbitset/intbitset.c:14838:13: error: 'PyThreadState' {aka 'struct _ts'} has 
no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = local_tb;
             ^~~~~~~~~~~~~
             curexc_traceback
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:338: install: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/tmp 
dh_auto_install: pybuild --install --test-nose -i python{version} -p 3.7 
--dest-dir /<<PKGBUILDDIR>>/debian/tmp returned exit code 13
make: *** [debian/rules:4: binary-indep] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2
--------------------------------------------------------------------------------

This used to work ok 257 days ago according to buildd.debian.org, but not 
anymore.
Everything I know is that "dpkg-buildpackage -A" fails while plain 
"dpkg-buildpackage" works.

In case it helps, this stopped working in buster sometime between 2018-12-11 
and 2018-12-23

I would try splitting dh_auto_install into dh_auto_install-arch and 
dh_auto_install-indep
as it's already done with override_dh_auto_build.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-intbitset
Source-Version: 2.3.0-3.2
Done: Boyuan Yang <by...@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated python-intbitset 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, 20 Nov 2021 16:26:03 -0500
Source: python-intbitset
Architecture: source
Version: 2.3.0-3.2
Distribution: unstable
Urgency: high
Maintainer: Maximiliano Curia <m...@debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 917829
Changes:
 python-intbitset (2.3.0-3.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * debian/rules: Adjust dh_auto_build override to fix FTBFS
     with dpkg-buildpackage -A. (Closes: #917829)
   * debian/control: Bump debhelper compat to v13.
   * debian/control: Update Vcs-* fields accordingly.
   * debian/control: Add missing Built-Using: ${sphinxdoc:Built-Using}.
Checksums-Sha1:
 30da69a49feb547409a19c927ef683cecb9153bb 2135 python-intbitset_2.3.0-3.2.dsc
 6dcf7adae96c0694ec39f7d78aa9dffbf2c771ad 140672 
python-intbitset_2.3.0.orig.tar.gz
 b622a5a76b1585f8680d087c4bbc0f0a5e75d058 4140 
python-intbitset_2.3.0-3.2.debian.tar.xz
 c9f11560e00835842e23e93db5b1c7c11c7c4f72 8141 
python-intbitset_2.3.0-3.2_amd64.buildinfo
Checksums-Sha256:
 533454c6ab232af533e53ec23c855a7f0142aaf2fa2e62eb06b9b72c1e8dbce9 2135 
python-intbitset_2.3.0-3.2.dsc
 08db3d12b3213c307ae4b87e8276bf78a05fae7e04bbd0e21373a2afdcee874a 140672 
python-intbitset_2.3.0.orig.tar.gz
 c7022de58d4a7dac3f908f67718973567caeeb9faf56833f4235d3b437f8c0f2 4140 
python-intbitset_2.3.0-3.2.debian.tar.xz
 24fbbadee3879a6d80e7f54e271739bef6a92e7e217a74798a5b72e30406be3c 8141 
python-intbitset_2.3.0-3.2_amd64.buildinfo
Files:
 baad34429efb2521bfe45e32e2f0ab56 2135 python optional 
python-intbitset_2.3.0-3.2.dsc
 6f2c63afb1b0c0b0b500f0d5511673cc 140672 python optional 
python-intbitset_2.3.0.orig.tar.gz
 e0421fcf385876be4dc4f08abd619464 4140 python optional 
python-intbitset_2.3.0-3.2.debian.tar.xz
 b9a979241512a3e5d07a58e786aa2ec4 8141 python optional 
python-intbitset_2.3.0-3.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmGZaGoACgkQwpPntGGC
Ws6oHRAAuCHkCu9mFMzdIjy3wITOpKrKkduqFbcDQ3jkUVH5m9Dxpugpht5S7bj6
MAdP2E0l6at2a+Clq0ccBKhf32nxVSVqtSwDY2ONOB7sTMTaeLgdIk3EpWMqDRM2
UBNy039AtPl7elfYrrbWrNsZVTtB/FD0x/Emy08u6REj5JUdjpcIZvdtlO33p712
MY8C7oCGVnIFQDacm0hCnZzgcURfxOJusd0cv0sQw6MJFsxL+LFKgWxJo80Bbr9K
GiK95IB/oOODV/sJgC0FPllTXNBSdVEE15vMM0HcUOXtMosuktUOrVYXezo/25/u
FgQFvVOtOJ28EZ2+88XoIvkBAwzhVr4B1EWj04QoQa6g2LcNYC1JlnwRT8jfkIwf
esw3vqMxsTc2LkYm+AclLlHWpGdbpACBKoW1HFw1mJUMoKbi6kbEcYkBDyGOVvQu
IndJOT/SDZajpIFXK1ktwqfy7C/Hau+mTiSs+G1T8PY2utIU353bqOY3CtQdJdnB
frlifGXBG+1QLB5yWiz9sI3xbbuHfiBEMSB1nAVR4M9Xs1tdFfv6H67j3OcutYAg
bY2NArcEligRQRRYUrxWoXaKUvLmms39beUUg4t8sGQwbUuJHRahnV1e9/u0dQCl
1IuuAhRC2O2Fa6RJeSM6uE8QHnII2PLaKaQttlUWY3bP+c8HV1M=
=6szg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to