Your message dated Tue, 08 Jan 2019 12:05:35 +0000
with message-id <e1ggq8v-000hgy...@fasolo.debian.org>
and subject line Bug#917056: fixed in python-libarchive-c 2.8-0.1
has caused the Debian Bug report #917056,
regarding python-libarchive-c FTBFS with libarchive 3.3.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.)


-- 
917056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-libarchive-c
Version: 2.1-3.1
Severity: serious
Tags: ftbfs buster sid

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

...
=================================== FAILURES ===================================
_________________ test_check_archiveentry_using_python_testtar _________________

    def test_check_archiveentry_using_python_testtar():
>       check_entries(join(data_dir, 'testtar.tar'))

tests/test_entry.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

test_file = '/build/1st/python-libarchive-c-2.1/tests/data/testtar.tar'
regen = False, ignore = []

    def check_entries(test_file, regen=False, ignore=''):
        ignore = ignore.split()
        fixture_file = test_file + '.json'
        if regen:
            entries = list(get_entries(test_file))
            with open(fixture_file, 'w', encoding='UTF-8') as ex:
                json.dump(entries, ex, indent=2)
        with open(fixture_file, encoding='UTF-8') as ex:
            expected = json.load(ex)
        actual = list(get_entries(test_file))
        for e1, e2 in zip(actual, expected):
            for key in ignore:
                e1.pop(key)
                e2.pop(key)
>           assert e1 == e2
E           AssertionError: assert {'isblk': Fal...': False, ...} == {'isblk': 
Fals...': False, ...}
E             Common items:
E             {u'isblk': False,
E              u'ischr': False,
E              u'isdev': False,
E              u'isdir': False,
E              u'isfifo': False,
E              u'islnk': False,
E              u'isreg': True,
E              u'issym': False,
E              u'linkpath': None,
E              u'mode': u'rw-r--r--',
E              u'mtime': 1041808783,
E              u'path': u'pax/regtype4'}
E             Differing items:
E             {'size': 7011} != {'size': 0}
E             Full diff:
E             {u'isblk': False,
E             u'ischr': False,
E             u'isdev': False,
E             u'isdir': False,
E             u'isfifo': False,
E             u'islnk': False,
E             u'isreg': True,
E             u'issym': False,
E             u'linkpath': None,
E             u'mode': u'rw-r--r--',
E             u'mtime': 1041808783,
E             u'path': u'pax/regtype4',
E             -  u'size': 7011}
E             ?           - --
E             +  u'size': 0}

tests/test_entry.py:96: AssertionError
------------------------------ Captured log call -------------------------------
ffi.py                      82 WARNING  Pathname can't be converted from UTF-8 
to current locale.
===================== 1 failed, 15 passed in 0.30 seconds ======================
make[1]: *** [debian/rules:9: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: python-libarchive-c
Source-Version: 2.8-0.1

We believe that the bug you reported is fixed in the latest version of
python-libarchive-c, 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.
Mattia Rizzolo <mat...@debian.org> (supplier of updated python-libarchive-c 
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: Tue, 08 Jan 2019 12:51:18 +0100
Source: python-libarchive-c
Binary: python-libarchive-c python3-libarchive-c
Architecture: source
Version: 2.8-0.1
Distribution: unstable
Urgency: medium
Maintainer: Jérémy Bobbio <lu...@debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 python-libarchive-c - Python interface to libarchive
 python3-libarchive-c - Python3 interface to libarchive
Closes: 917056
Changes:
 python-libarchive-c (2.8-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version 2.8.  LP: #1660379
     + Drop patchs applied upstream.
     + Refresh remaining patch.
     + Fix compatibility with libarchive 3.3.3.  Closes: #917056
   * d/control:
     + Add new build-dep on python(3)-mock.
     + Drop XS-Testsuite field, now automatically added by dpkg-source.
     + Drop obsolete X-Python(3)-Version fields.
     + Move git repository fields to salsa.debian.org.
     + Bump Standards-Version to 4.3.0:
       - Set Rules-Requires-Root:no.
       - Set Priority:optional from the deprecated extra.
   * d/rules: let pybuild run the tests.
   * Bump debhelper compat level to 12, using the new debhelper-compat notation.
   * Update copyrght (upstream license changed from LGPL-2+ to CC-0).
Checksums-Sha1:
 9e96d3f675133881d8301d72cacf85fc909a5cbf 2244 python-libarchive-c_2.8-0.1.dsc
 ca325c74fc4663aa38226e7821747b8f3762687d 45182 
python-libarchive-c_2.8.orig.tar.gz
 4a5c748045a3e7107ad7308ad6a5ec32f11eee77 6764 
python-libarchive-c_2.8-0.1.debian.tar.xz
 58dea732e88da7f9564e228362a94038ec0d72f7 7369 
python-libarchive-c_2.8-0.1_amd64.buildinfo
Checksums-Sha256:
 d766b056b515bf164804777cd1cdb40a6a33af58819efbf51f094bcc92f6604f 2244 
python-libarchive-c_2.8-0.1.dsc
 06d44d5b9520bdac93048c72b7ed66d11a6626da16d2086f9aad079674d8e061 45182 
python-libarchive-c_2.8.orig.tar.gz
 172347f3e0cf61fe938103698da46da3c029fc92eede57bb98f9b24051ccb3c6 6764 
python-libarchive-c_2.8-0.1.debian.tar.xz
 ae22f88c5f3422ff8675a0eeea11236dc588147e73040684d7f29ae264339396 7369 
python-libarchive-c_2.8-0.1_amd64.buildinfo
Files:
 8ad03b42fa6ef005534642fc5811f94a 2244 python optional 
python-libarchive-c_2.8-0.1.dsc
 9e517783a8e86761d1c04f5550025c27 45182 python optional 
python-libarchive-c_2.8.orig.tar.gz
 a7f1540559ddaecafec2ab158a13be38 6764 python optional 
python-libarchive-c_2.8-0.1.debian.tar.xz
 0c274a74d42c13b2609bfb981c0323ed 7369 python optional 
python-libarchive-c_2.8-0.1_amd64.buildinfo

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

iQIyBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlw0jzAACgkQCBa54Yx2
K60nkg/46+OAA+4AU+XwXoj++a8aBe3PG7+cNq7Tf6leLaQ8ylaZq5/+/79g8Qvc
vqHiGU7pwkIJT/xPzCzeTmmnSEb0jNiFP7n/TKIAeZ238iFq81juZYOszm/9UbKx
7zV8rRdccePvWQv1Hg2HJ7pUEg7N3uFsedlQGzUhF+wXe/svcTiQBjxdfX6JLzI6
waAvBHdzGY0rvQowpRIJqJ2YwUJ5ebB14ZRhl2+vxwoCvWUPaceMAJGt9jUcx1bx
Ss1OIAA2+UiN2uS5tt5CAoDp+cSbSrhjiA8dJzP3jBVdiav/8rkCLTP68/lZwsWK
7TberWYQx3u6ywNFw4YNBHq3/klFQI2QPfbPMnqD8x9pw4XiqzHABbuK+bXr5/mF
dT8fTkniccWc+TIkbiV+W2JYnHEf8xo3yAbQdFOou3+EDRXSGC1OwSyc4F9g99cV
blreDM2PHMoyGssX3Nk6hn+GcjRcAm8U/fC6T9FJhWkM/sbkSL8KItCGcW2EMJ4D
cUhy2qvSe/r/6WF9CR1tLPNonnPGjnvzqA4L2qhFwxE7i/lMAU5R6b80i2CqCckp
3I3su4JElG5sm8hVMGdIO75qnzDQStKum0urM2fYQfilAl94IKOrW0AgyDndDUch
kb0iw5uzLB98AYEFRHI2B7T5K3zx7CJR3wwlmZlO/NvRiKqDPQ==
=eaIS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to