Your message dated Sat, 02 Feb 2019 13:07:23 +0000
with message-id <e1gpv11-0008o9...@fasolo.debian.org>
and subject line Bug#906555: fixed in pyrit 0.4.0-8
has caused the Debian Bug report #906555,
regarding pyrit: FTBFS in buster/sid (failing tests)
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.)


-- 
906555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906555
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyrit
Version: 0.4.0-7.1
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --with python2 --buildsystem=pybuild
   dh_update_autotools_config -a -O--buildsystem=pybuild
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure
I: pybuild base:217: python2.7 setup.py config 
running config
sed -e 's,<CORES>,1,' debian/config.build.in > debian/config.build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_py

[... snipped ...]

  File "test_pyrit.py", line 59, in new_f
    import cpyrit.pckttools
  File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7/build/cpyrit/pckttools.py", line 
131, in <module>
    scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'

======================================================================
ERROR: testHandshakes (__main__.FilesystemTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_pyrit.py", line 59, in new_f
    import cpyrit.pckttools
  File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7/build/cpyrit/pckttools.py", line 
131, in <module>
    scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'

======================================================================
ERROR: testStripCapture (__main__.FilesystemTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_pyrit.py", line 59, in new_f
    import cpyrit.pckttools
  File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7/build/cpyrit/pckttools.py", line 
131, in <module>
    scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'

======================================================================
ERROR: testStripLive (__main__.FilesystemTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_pyrit.py", line 59, in new_f
    import cpyrit.pckttools
  File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7/build/cpyrit/pckttools.py", line 
131, in <module>
    scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'

----------------------------------------------------------------------
Ran 24 tests in 187.800s

FAILED (errors=8)
Testing with filesystem-storage...
E: pybuild pybuild:338: test: plugin custom failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/test/ && python2.7 test_pyrit.py
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make[1]: *** [debian/rules:25: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -B" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pyrit.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: pyrit
Source-Version: 0.4.0-8

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

Debian distribution maintenance software
pp.
Christian Kastner <c...@debian.org> (supplier of updated pyrit 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, 02 Feb 2019 13:31:38 +0100
Source: pyrit
Architecture: source
Version: 0.4.0-8
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Christian Kastner <c...@debian.org>
Closes: 906555
Changes:
 pyrit (0.4.0-8) unstable; urgency=medium
 .
   * Acknowledge NMU. Thanks, Sophie Brun!
 .
   [ Ondřej Nový ]
   * d/copyright:
     - Change Format URL to correct one
   * d/control:
     - Deprecating priority extra as per policy 4.0.1
   * d/changelog:
     - Remove trailing whitespaces
   * d/tests:
     - Use AUTOPKGTEST_TMP instead of ADTTMP
   * d/control:
     - Remove ancient X-Python-Version field
 .
   [ Christian Kastner ]
   * d/control:
     - Bump debhelper compatibility level to 12
     - Switch Build-Depends from debhelper to debhelper-compat, dropping
       d/compat in the process
   * d/source/lintian-overrides:
     - Update tag name debian-watch-does-not-check-gpg-signature
   * d/control:
     - Bump Standards-Version to 4.3.0
       Ondřej effected the only necessary change
   * d/patches:
     - Add patch Fixed-using-with-scapy-2.4.0.patch.
       Fixes a FTBFS with scapy 2.4. Closes: #906555
   * d/copyright:
     - Add/extend patches authors
Checksums-Sha1:
 4308b4ccbc15e2c0b148f5761a4e672931c7ebbe 2095 pyrit_0.4.0-8.dsc
 61413942759c0d10614c6249eea573b7e02951bb 14056 pyrit_0.4.0-8.debian.tar.xz
 3e1a97cddd2ff5aa03eb37c26d982a979088f3ed 6302 pyrit_0.4.0-8_source.buildinfo
Checksums-Sha256:
 bf8cbbbd43697afe7530798a4850caa48737d759aff562a154d0f2181e750484 2095 
pyrit_0.4.0-8.dsc
 797af76c6f82be60d840ad26ec22794ec759ba48ffa4d5ed481b407c830cace8 14056 
pyrit_0.4.0-8.debian.tar.xz
 46f9008520481c48715f106d59a4eca9c969afce327e6d765de98a84c9ea7dfc 6302 
pyrit_0.4.0-8_source.buildinfo
Files:
 5f2891f3a0d0357be51fb59d0f4bf312 2095 net optional pyrit_0.4.0-8.dsc
 3971f83d1a00acbb90a8d64f33aafcc5 14056 net optional pyrit_0.4.0-8.debian.tar.xz
 ef8395d2c54a9aa78a594319be48c5af 6302 net optional 
pyrit_0.4.0-8_source.buildinfo

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

iQJDBAEBCgAtFiEEQZ9+mkfDq5UZ8bCjOZU6N95Os2sFAlxVkRUPHGNra0BkZWJp
YW4ub3JnAAoJEDmVOjfeTrNr3yUP/0cs5irJQ/CSwuR7XTNeq5MTvhak1sDKqOYv
Jbz32v34FxF3iH/hz7jTzQFimID2bLHNp7uYm2S3R4maTQbd3Ny8k1T/XFfiwPqg
lWcjK3gTCqUqGKta7UC2wn+4HY6UmpKyfa0cfALYiqHuN11QKFKeGh/RWFtLaOIg
7mpqVbGm9L/svFxkTAS7ogktbHc1b5Z5FfYnHd6TccaSiCCEQ+NwmxXJtZxuTV1X
FFBvczHVg1ROUZqaN1ifg2z6vmdgnCQT6GiKIgx7S0/5eOeumZJO3oCVcDSBVK/v
TSloCJWT/DYaM6V9fi5Dfb8srROsodV2uz9iGVAQepj1QrVZJ4scXo+FRH3PKeKE
f3p/GMeSxfg2nKvFXp6A9PZbQmMcIyl+ZXLd3jTtO1becXUSedjOoevWo1I6zcKx
4MbCkfct8j4r4aPeG4gDNh53OgFsuOCY00hwfEoTOq5+fxmbqaVMuzS/ELx9/PX+
JhFU0U3F9NXlrgUnHKtdz0okdeKunGQCgowugRGx46F87zjqWxwdftanVMGZWb0G
xpzyuvDbgt9a0jFQNc6vfue0FD+L81ZviF201t8nwOQwhA3hV9/Cwb9D3sBhvg7Q
/1x/f3qG0dh3Efe+umsKH3mXqxnON4O7SBcc0x9J9ynyE8Q6tkqwPPQ46RWBHTC1
7dckex6O
=oibW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to