Activity log for bug #795124

Date Who What changed Old value New value Message
2011-06-09 15:53:38 Stefano Rivera bug added bug
2011-06-09 15:53:59 Stefano Rivera archivemail (Ubuntu): status New Confirmed
2011-06-09 15:54:02 Stefano Rivera archivemail (Ubuntu): importance Undecided Medium
2011-07-11 11:57:11 Jean-Louis Dupond bug added subscriber Ubuntu Sponsors Team
2011-07-11 11:57:16 Jean-Louis Dupond bug added subscriber Jean-Louis Dupond
2011-07-11 12:46:10 Stefano Rivera removed subscriber Ubuntu Sponsors Team
2011-07-11 12:58:31 Stefano Rivera summary FTBFS with Python 2.7 as default Sync archivemail 0.9.0-1 (universe) from Debian unstable (main)
2011-07-11 12:58:46 Stefano Rivera description Binary package hint: archivemail Test failure with Python2.7 as default. Reported upstream: https://sourceforge.net/tracker/?func=detail&aid=3314293&group_id=49630&atid=456910 ====================================================================== ERROR: testOld (__main__.TestMaildirCopy) archiving an old maildir mailbox with the 'copy' option ---------------------------------------------------------------------- Traceback (most recent call last): File "./test_archivemail", line 1549, in testOld self.verify() File "./test_archivemail", line 1275, in verify self._verify_archive() File "./test_archivemail", line 1337, in _verify_archive for msg in mb: File "/usr/lib/python2.7/mailbox.py", line 1996, in next self._search_start() File "/usr/lib/python2.7/mailbox.py", line 2017, in _search_start self.fp.seek(pos) File "./test_archivemail", line 95, in seek gzip.GzipFile.seek(self, offset) File "/usr/lib/python2.7/gzip.py", line 423, in seek count = offset - self.offset TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' ---------------------------------------------------------------------- Ran 95 tests in 3.168s FAILED (errors=4) Please sync archivemail 0.9.0-1 (universe) from Debian unstable (main) Changelog entries since current oneiric version 0.8.2-1: archivemail (0.9.0-1) unstable; urgency=low * New upstream release. Closes: #633408. - Drop patch for manpage installation path, which is now applied upstream. - Use xsltproc instead of docbook2man to build the manpage from source, which has been ported from SGML to XML. Adjust dependencies accordingly. * Move from python-support to dh_python2. * Cherry-pick patch fix-allows-to-in-manpage.diff from upstream, fixing a minor grammar error in the manpage. * Bump Standards-Version to 3.9.2 (no changes needed). -- Nikolaus Schulz <microschulz@web.de> Sun, 10 Jul 2011 14:09:19 +0200 Old report: Binary package hint: archivemail Test failure with Python2.7 as default. Reported upstream: https://sourceforge.net/tracker/?func=detail&aid=3314293&group_id=49630&atid=456910 ====================================================================== ERROR: testOld (__main__.TestMaildirCopy) archiving an old maildir mailbox with the 'copy' option ---------------------------------------------------------------------- Traceback (most recent call last):   File "./test_archivemail", line 1549, in testOld     self.verify()   File "./test_archivemail", line 1275, in verify     self._verify_archive()   File "./test_archivemail", line 1337, in _verify_archive     for msg in mb:   File "/usr/lib/python2.7/mailbox.py", line 1996, in next     self._search_start()   File "/usr/lib/python2.7/mailbox.py", line 2017, in _search_start     self.fp.seek(pos)   File "./test_archivemail", line 95, in seek     gzip.GzipFile.seek(self, offset)   File "/usr/lib/python2.7/gzip.py", line 423, in seek     count = offset - self.offset TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' ---------------------------------------------------------------------- Ran 95 tests in 3.168s FAILED (errors=4)
2011-07-11 12:58:59 Stefano Rivera tags ftbfs python2.7 ftbfs python2.7 sync
2011-07-11 12:59:12 Stefano Rivera bug added subscriber Ubuntu Package Archive Administrators
2011-07-11 20:46:27 Adam Conrad archivemail (Ubuntu): status Confirmed Fix Released