[Bug 1097776] Re: genshi 0.6-2ubuntu1 FTBFS on amd64 in raring
Launchpad Bug Tracker
1097776 at bugs.launchpad.net
Tue Jan 29 08:42:10 UTC 2013
This bug was fixed in the package genshi - 0.6-3ubuntu1
---------------
genshi (0.6-3ubuntu1) raring; urgency=low
* Merge from Debian unstable. Remaining changes: none.
* Dropped, adopted in Debian:
+ debian/rules: build should fail if tests fail.
+ debian/patches/fix_tests_failure_with_python27.patch:
- Fix tests which used to fail with python < 2.7.3. Thanks to Barry
Warsaw. Closes: #661441.
* debian/patches/python_tokenize_upstream_change.patch: fix FTBFS triggered
by an upstream Python 2.7 hg tip change (LP: #1097776).
genshi (0.6-3) unstable; urgency=low
* debian/rules: build should fail if tests fail.
* debian/patches/fix_tests_failure_with_python27.patch:
+ Fix tests which used to fail with python < 2.7.3. Thanks to Barry Warsaw.
Closes: #661441.
-- Robie Basak <robie.basak at canonical.com> Mon, 28 Jan 2013 11:32:14 +0000
** Changed in: genshi (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1097776
Title:
genshi 0.6-2ubuntu1 FTBFS on amd64 in raring
Status in “genshi” package in Ubuntu:
Fix Released
Bug description:
Also affects genshi 0.6-3 in sid, which should be able to be synced as
the entire Ubuntu delta has been taken up in Debian.
The problem is that raring's python2.7 incorporates changeset
http://hg.python.org/cpython/rev/eb7ea51e658e/ which changed the
definition of tokenize.PseudoToken which genshi depends on. This
causes an infinite loop in genshi's test suite.
Reported upstream at http://genshi.edgewall.org/ticket/540
Workaround: change the definition of PseudoToken in
genshi.template.interpolation to be hardcoded to what Python defined
it as before (eg. from quantal). This seems to work and I have a
patch, but I'd like to hear what upstream think about it or if there
is a better fix.
In the meantime, genshi will also FTBFS due to what I think is a
Python regression which I'll report separately, so might as well hold
off on a fix until that is resolved.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/1097776/+subscriptions
More information about the Ubuntu-sponsors
mailing list