Your message dated Sun, 16 Feb 2014 22:07:15 +0000
with message-id <e1wf9rn-0004az...@franck.debian.org>
and subject line Bug#739122: fixed in python-regex 0.1.20140130-1
has caused the Debian Bug report #739122,
regarding python-regex: FTBFS on s390x
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.)
--
739122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-regex
Version: 0.1.20140120-1
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)
python-regex fails to build from source on s390x due to failures in the
testsuite. The problem is that the flags properties internally uses an
uint32, but is declared as T_PYSSIZET, that is an int64 value. The patch
below fixes the problem.
--- python-regex-0.1.20140120.orig/Python2/_regex.c
+++ python-regex-0.1.20140120/Python2/_regex.c
@@ -17089,7 +17089,7 @@ static PyGetSetDef pattern_getset[] = {
static PyMemberDef pattern_members[] = {
{"pattern", T_OBJECT, offsetof(PatternObject, pattern), READONLY,
"The pattern string from which the regex object was compiled."},
- {"flags", T_PYSSIZET, offsetof(PatternObject, flags), READONLY,
+ {"flags", T_UINT, offsetof(PatternObject, flags), READONLY,
"The regex matching flags."},
{"groups", T_PYSSIZET, offsetof(PatternObject, public_group_count),
READONLY, "The number of capturing groups in the pattern."},
--- python-regex-0.1.20140120.orig/Python3/_regex.c
+++ python-regex-0.1.20140120/Python3/_regex.c
@@ -17082,7 +17082,7 @@ static PyGetSetDef pattern_getset[] = {
static PyMemberDef pattern_members[] = {
{"pattern", T_OBJECT, offsetof(PatternObject, pattern), READONLY,
"The pattern string from which the regex object was compiled."},
- {"flags", T_PYSSIZET, offsetof(PatternObject, flags), READONLY,
+ {"flags", T_UINT, offsetof(PatternObject, flags), READONLY,
"The regex matching flags."},
{"groups", T_PYSSIZET, offsetof(PatternObject, public_group_count),
READONLY, "The number of capturing groups in the pattern."},
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: s390x
Kernel: Linux 3.2.0-4-s390x (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: python-regex
Source-Version: 0.1.20140130-1
We believe that the bug you reported is fixed in the latest version of
python-regex, 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 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-regex 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: SHA1
Format: 1.8
Date: Sun, 16 Feb 2014 22:28:07 +0100
Source: python-regex
Binary: python-regex python-regex-dbg python3-regex python3-regex-dbg
Architecture: source amd64
Version: 0.1.20140130-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
python-regex - alternative regular expression module
python-regex-dbg - alternative regular expression module (debug extension)
python3-regex - alternative regular expression module (Python 3)
python3-regex-dbg - alternative regular expression module (Python 3 debug
extension)
Closes: 739122
Changes:
python-regex (0.1.20140130-1) unstable; urgency=medium
.
* New upstream release
- fix a FTBFS on s390x; thanks to Aurelien Jarno for the report;
Closes: #739122
* debian/rules
- let all the doc dirs be links to python-regex one
Checksums-Sha1:
5262f72638180c439343f5939255af449836c765 1678 python-regex_0.1.20140130-1.dsc
2f5d07bfd3751284d3337644f982d30f4baaafce 1305821
python-regex_0.1.20140130.orig.tar.gz
927fff020ad578c2b2f7bccab19d03c904e34725 3960
python-regex_0.1.20140130-1.debian.tar.xz
a3f321067f1899b57e543bf7b3a33287979c155b 182958
python-regex_0.1.20140130-1_amd64.deb
767d60eb0bb8098b2125d84a4840ac4e9113ee42 289800
python-regex-dbg_0.1.20140130-1_amd64.deb
4b33f7ba606a919a570807d400bd43e87c5da66a 208490
python3-regex_0.1.20140130-1_amd64.deb
a12fcec952250f9c7b7b2ef14488ed654efb9b63 496266
python3-regex-dbg_0.1.20140130-1_amd64.deb
Checksums-Sha256:
8d5b2180ec314a1d0af9b310d7b488a28e5aa34d3a7f56ea24403790201e17ee 1678
python-regex_0.1.20140130-1.dsc
485b0761955a9529274c42533c1352257ac27bfa091994e5a7c0ba6d2f0f3b56 1305821
python-regex_0.1.20140130.orig.tar.gz
3c3c6a9d5b40610b6dce9b0ad68a79915b7758567035b76c7f8f77e927fc54c2 3960
python-regex_0.1.20140130-1.debian.tar.xz
36c1a82920afca5aea170fdad2e330ae6662311b77e6ed065d1785373e40779a 182958
python-regex_0.1.20140130-1_amd64.deb
48d0f7bb3a10b642059a0cb05301111f8eb550afd5517f23bf997e5b3c15152f 289800
python-regex-dbg_0.1.20140130-1_amd64.deb
4f8cfcfc7ea2f14e53719820ffdc3e7cda33fd22fbdea3aaac99720c72dbca1f 208490
python3-regex_0.1.20140130-1_amd64.deb
7d88b4f6a178a7ac70d872b6344a8b93d820716e14411807c2db90089550253f 496266
python3-regex-dbg_0.1.20140130-1_amd64.deb
Files:
cbeb6e4d02b212b0d5e2dfad0507671d 1678 python optional
python-regex_0.1.20140130-1.dsc
a35afff4e984a000fea3f14c6bd461b3 1305821 python optional
python-regex_0.1.20140130.orig.tar.gz
403651d3efbbdf7884ebf4126e4a74f6 3960 python optional
python-regex_0.1.20140130-1.debian.tar.xz
d8a7e0a1f8e49ecc32d77e76e00e4a6d 182958 python optional
python-regex_0.1.20140130-1_amd64.deb
83684c8100a7c13d1f6b056200b28952 289800 debug extra
python-regex-dbg_0.1.20140130-1_amd64.deb
a2b08deb1005815a128434fd4fdc2d28 208490 python optional
python3-regex_0.1.20140130-1_amd64.deb
898014d2c01245208a281a21c82d3e93 496266 debug extra
python3-regex-dbg_0.1.20140130-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlMBL7cACgkQAukwV0RN2VBAbQCeN3tUun2Do0p0tjtVf5Tk2Dv7
i0oAn0662xriNvuP5y4sDemrfh+QstUv
=QP2v
-----END PGP SIGNATURE-----
--- End Message ---