Your message dated Sun, 20 Jan 2019 11:34:33 +0000
with message-id <e1glbn3-000f0t...@fasolo.debian.org>
and subject line Bug#909992: fixed in python-distutils-extra 2.42
has caused the Debian Bug report #909992,
regarding python-distutils-extra: FTBFS (AssertionError: 0 != 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 ow...@bugs.debian.org
immediately.)


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

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --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
I: pybuild base:217: python3.6 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build

[... snipped ...]

Python packages ... ok
test_po (__main__.T)
gettext *.po files ... ok
test_policykit (__main__.T)
*.policy.in PolicyKit files ... ok
test_pot_auto (__main__.T)
PO template creation with automatic POTFILES.in ... ok
test_pot_auto_explicit (__main__.T)
PO template creation with automatic POTFILES.in and explicit scripts ... ok
test_pot_manual (__main__.T)
PO template creation with manual POTFILES.in ... ok
test_requires_provides (__main__.T)
automatic requires/provides ... 
/usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:943: 
DeprecationWarning: Using or importing the ABCs from 'collections' instead of 
from 'collections.abc' is deprecated, and in 3.8 it will stop working
  collections.MutableMapping.register(ParseResults)
/usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:3245: 
DeprecationWarning: Using or importing the ABCs from 'collections' instead of 
from 'collections.abc' is deprecated, and in 3.8 it will stop working
  elif isinstance( exprs, collections.Iterable ):
ok
test_scripts (__main__.T)
scripts ... ok
test_sdist (__main__.T)
default MANIFEST ... ok
test_standard_files (__main__.T)
Standard files (MANIFEST.in, COPYING, etc.) ... ok
test_ui (__main__.T)
GtkBuilder/Qt *.ui ... ok
test_utf8_filenames (__main__.T)
UTF-8 file names ... ok
test_vcs (__main__.T)
Ignores revision control files ... ok

======================================================================
FAIL: test_apport_hook (__main__.T)
Apport hooks
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/auto.py", line 198, in test_apport_hook
    self.assertEqual(len(f), 3, f) # 2 hook files plus .egg-info
AssertionError: 0 != 3 : []

----------------------------------------------------------------------
Ran 26 tests in 6.143s

FAILED (failures=1)
make[1]: *** [debian/rules:9: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-distutils-extra.html

where you can get a full build log if you need it.

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.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-distutils-extra
Source-Version: 2.42

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

Debian distribution maintenance software
pp.
Martin Pitt <mp...@debian.org> (supplier of updated python-distutils-extra 
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: SHA256

Format: 1.8
Date: Sun, 20 Jan 2019 11:18:36 +0000
Source: python-distutils-extra
Binary: python-distutils-extra python3-distutils-extra
Architecture: source
Version: 2.42
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Martin Pitt <mp...@debian.org>
Description:
 python-distutils-extra - enhancements to the Python build system
 python3-distutils-extra - enhancements to the Python3 build system
Closes: 862182 894897 909992 912859
Changes:
 python-distutils-extra (2.42) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Remove debian/pycompat, it's not used by any modern Python helper
 .
   [ Helmut Grohne ]
   * Mark all packages Multi-Arch: foreign (Closes: #912859)
 .
   [ Matthias Klose ]
   * python3-distutils-extra: Depend on python3-distutils (Closes: #894897)
 .
   [ Martin Pitt ]
   * Bump Standards-Version to 4.3.0.  No changes necessary.
   * test/auto.py: Use modern assertions
   * Adjust dependency calculation for Python 3.7.
     For builtin modules, their __file__ attribute is now None instead of
     absent.
     Make the `test/auto.py T.test_apport_hook` stricter and fail more
     usefully. (Closes: #909992)
   * Fix pyflakes3 errors and check it during build
   * Add autopkgtest.
     This re-uses the upstream tests, but runs them against the
     system-installed module.
   * Add missing python-pkg-resources dependency.
     Spotted by autopkgtest.
   * python-mkdebian: Fix output of tab instead of spaces (Closes: #862182)
Checksums-Sha1:
 a88924e9e60ad78cd5968a2f205e3bc288fdc569 2167 python-distutils-extra_2.42.dsc
 476e7a5f635e7dc5bd033a0d2a050fa82c87c15a 37996 
python-distutils-extra_2.42.tar.xz
 5589bb2b6550325077785a39abefca59cfd0e86a 7214 
python-distutils-extra_2.42_source.buildinfo
Checksums-Sha256:
 62a2ce4a06e7631046367ec852bb549e9112fec7410394ead9ad9fb36af7d09f 2167 
python-distutils-extra_2.42.dsc
 5a06cb327135819bfadb30f54b523ded8557702d97f2959861c83188a4058655 37996 
python-distutils-extra_2.42.tar.xz
 5e56b6ed488179e642c6f65aee1d8d278ba5ba60bebc484ca5d52bdead6ae81a 7214 
python-distutils-extra_2.42_source.buildinfo
Files:
 241f9214fc595449284f5fd066c412ba 2167 python optional 
python-distutils-extra_2.42.dsc
 6ef8efb3d5062d535073e9aae1aac80b 37996 python optional 
python-distutils-extra_2.42.tar.xz
 ed04d713241f3602b273103d7d7c3d40 7214 python optional 
python-distutils-extra_2.42_source.buildinfo

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

iQIzBAEBCAAdFiEExkOAo1eT0DvBz+1oxrkYDUvYt64FAlxEWTsACgkQxrkYDUvY
t651JRAAlJ/8+oV7/CZE5pg1u5RuRlP/hd/aS0fI8sp04DvBxArbvrAQC8tcpM+e
WYW+IAhBfM0gcAWSleN7w/8I8lgj9gVu9W4gM3La3eRTjX9Djl9AjgFe26GtyQnu
p/2B2mcvamwtr5rW2IezQYsYBVsVAPYiJZUF8lr5R8DCXtpSDWS4ymVYdaxC1Nu8
CGZhR+Y/LOYQcpneJy3+n3I+CMmRIirMJxTeISLvBKndE164ajrqKh6vmoN1W9yP
UNU82duM8Uma53m7op7LrzlC1MNzPqXcNazt3JSlwoNoRqRvKrYJcn5gLZYbaMl0
3nq61n1Y8IATJhMY3Ku/cDiG6uqGqiKkvlJ0suXCaKFALG6NzvrnVwS8x26S9xFs
GqC5cIg61DOa2uufwpTbu4nejeGMTl+Ku2EP42FxT41lTTBi3clI6m0U2pEm+xHa
pcWu4ncCXoXlN3dmn4oiwqLu79eUyo4vFW9+DAaOf51e2YTReGLGcCA4UR4ieZJH
sbWNsyNsMOJkThQ60SLaQUyO3mgleq1gcNnNtWxEJs9TYEmqSTHOA87HNfpreol9
LkWrTkAljdhS1b6018h7/Ui1/q12rV5RNGVoKm+TJD0MzQ8j0Keo67HOR0AA20p/
qMHjpUy/8gXzGb3Q3Lwh24M8P2SigJHiQ3ack8BNSUZe+3JaPQ0=
=YmRH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to