Bug#704084: libpython2.7-minimal: from _sre import MAXREPEAT fails, breaking reportbug and others.

2013-04-01 Thread Jason Riedy
Ah... libpython-dev depends on libpython2.7-dev, and that only exists in experimental with the broken version. That would be how I picked it up. -- Jason -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#704084: libpython2.7-minimal: from _sre import MAXREPEAT fails, breaking reportbug and others.

2013-03-28 Thread Emilio Pozuelo Monfort
Hi, I get this when building a package in pbuilder. For some reason python2.7-minimal and libpython2.7-minimal versions don't match, and I bet that's what triggers this bug: [...] Setting up libpython2.7-minimal:i386 (2.7.4~rc1-3) ... Setting up mime-support (3.52-2) ... Setting up

Bug#704084: libpython2.7-minimal: from _sre import MAXREPEAT fails, breaking reportbug and others.

2013-03-28 Thread Matthias Klose
Am 28.03.2013 20:22, schrieb Emilio Pozuelo Monfort: Hi, I get this when building a package in pbuilder. For some reason python2.7-minimal and libpython2.7-minimal versions don't match, and I bet that's what triggers this bug: [...] Setting up libpython2.7-minimal:i386 (2.7.4~rc1-3) ...

Bug#704084: libpython2.7-minimal: from _sre import MAXREPEAT fails, breaking reportbug and others.

2013-03-27 Thread Jason Riedy
Package: libpython2.7-minimal Version: 2.7.4~rc1-3 Severity: normal Users can work around this by defining MAXREPEAT in sre_constants.py and commenting out the import in sre_parse.py and sre_compile.py (in /usr/lib/python2.7). Searching around, seems this problem has existed for quite a while.