Your message dated Fri, 19 Nov 2021 20:47:46 +0000
with message-id <e1moans-00060l...@fasolo.debian.org>
and subject line Bug#999380: fixed in python-lzo 1.12-4
has caused the Debian Bug report #999380,
regarding python-lzo ftbfs with Python 3.10 (test failures)
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.)


-- 
999380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-lzo
Version: 1.12-3
Severity: important
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.10

python-lzo ftbfs with python3-defaults from experimental:

I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build;
python3.10 -m nose -v tests
tests.test.test_version ... ok
tests.test.test_lzo(b'aaaaaaaaaaaaaaaaaaaaaaaa',) ... ERROR
tests.test.test_lzo(b'aaaaaaaaaaaaaaaaaaaaaaaa',) ... ERROR
tests.test.test_lzo(b'abcabcabcabcabcabcabcabc',) ... ERROR
tests.test.test_lzo(b'abcabcabcabcabcabcabcabc',) ... ERROR
tests.test.test_lzo(b'abcabcabcabcabcabcabcabc', 9) ... ERROR
tests.test.test_lzo(b'abcabcabcabcabcabcabcabc', 9) ... ERROR
tests.test.test_lzo(b'',) ... ERROR
tests.test.test_lzo(b'',) ... ERROR
tests.test.test_lzo_big ... ERROR
tests.test.test_lzo_raw_big ... ERROR

======================================================================
ERROR: tests.test.test_lzo(b'aaaaaaaaaaaaaaaaaaaaaaaa',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
58, in gen
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'aaaaaaaaaaaaaaaaaaaaaaaa',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
75, in gen_raw
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'abcabcabcabcabcabcabcabc',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
58, in gen
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'abcabcabcabcabcabcabcabc',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
75, in gen_raw
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'abcabcabcabcabcabcabcabc', 9)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
58, in gen
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'abcabcabcabcabcabcabcabc', 9)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
75, in gen_raw
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
58, in gen
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo(b'',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
75, in gen_raw
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo_big
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
109, in test_lzo_big
    gen(b" " * 131072)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
58, in gen
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: tests.test.test_lzo_raw_big
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
113, in test_lzo_raw_big
    gen_raw(b" " * 131072)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build/tests/test.py", line
75, in gen_raw
    a0 = lzo.adler32(src)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

----------------------------------------------------------------------
Ran 11 tests in 0.006s

FAILED (errors=10)
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lzo/build; python3.10 -m nose -v tests

--- End Message ---
--- Begin Message ---
Source: python-lzo
Source-Version: 1.12-4
Done: Stefano Rivera <stefa...@debian.org>

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-lzo 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: Fri, 19 Nov 2021 15:39:04 -0400
Source: python-lzo
Architecture: source
Version: 1.12-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 999380
Changes:
 python-lzo (1.12-4) unstable; urgency=medium
 .
   [ Stefano Rivera ]
   * Team upload.
   * Patch: Enable PY_SSIZE_T_CLEAN for Python 3.10 support. (Closes: #999380)
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Apply multi-arch hints.
     + python3-lzo: Add Multi-Arch: same.
   * Update standards version to 4.5.0, no changes needed.
   * Bump debhelper from old 12 to 13.
   * Update standards version to 4.5.1, no changes needed.
Checksums-Sha1:
 888f2525ecf3551e0b47c3d552aef162fd4dd58b 1480 python-lzo_1.12-4.dsc
 c869191ecae28a5db3b52e76dc743dad893c9c2f 4688 python-lzo_1.12-4.debian.tar.xz
 61175b8137de30108b6cf86e556614809daef376 6013 
python-lzo_1.12-4_source.buildinfo
Checksums-Sha256:
 4fff0ad83eba624b6b8532719e3644ca35ec5fe77658c2a0eba39e8b63c5503a 1480 
python-lzo_1.12-4.dsc
 e90f8d3e78d3dfdc55917fc132d771262aa0c5924b9572d0b1094a1cdb6b3405 4688 
python-lzo_1.12-4.debian.tar.xz
 c6b121eea8df111a1555d052b0abbf4988ca2668559d907d3e5dd28c95a6675a 6013 
python-lzo_1.12-4_source.buildinfo
Files:
 77a13b1916bcc8f46111702d1aecb3b2 1480 python optional python-lzo_1.12-4.dsc
 0001bab7fb5284a756ed0e85481b7d43 4688 python optional 
python-lzo_1.12-4.debian.tar.xz
 3b74af4150dcc536c5ab02a6cb4db885 6013 python optional 
python-lzo_1.12-4_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYZf9lhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Mz1AP4gPpgFZfeFNynz6lscztn8L0vHhi7s
9HFCwLGgG09sKAEAhnZqQdd0Wdgou+5AZkmLryjKGAjykqU9gre6PAarvAk=
=tCdk
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to