[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package fonttools - 2.2-2ubuntu2 --- fonttools (2.2-2ubuntu2) jaunty; urgency=low * Lib/fontTools/ttLib/tables/ttProgram.py: Apply patch from upstream SVN r563 to rename a variable "as". "as" is a reserved keywoard and breaks compilation with Python

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-31 Thread Martin Pitt
** Also affects: fonttools (Ubuntu Jaunty) Importance: Undecided Status: Confirmed ** Changed in: fonttools (Ubuntu Jaunty) Importance: Undecided => High ** Changed in: fonttools (Ubuntu Jaunty) Status: Confirmed => In Progress ** Changed in: fonttools (Ubuntu Jaunty) As

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-31 Thread Martin Pitt
This happened for David Mandala as well, subscribing him. -- package fonttools 2.2-2ubuntu1 failed to install/upgrade: https://bugs.launchpad.net/bugs/346820 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-23 Thread Paul Wise (Debian)
This is fixed in the upstream SVN: http://fonttools.svn.sourceforge.net/viewvc/fonttools/trunk/Lib/fontTools/ttLib/tables/ttProgram.py?r1=563&r2=562&pathrev=563 I'll be making a new upstream release soonish and will package it for Debian soon after that. -- package fonttools 2.2-2ubuntu1 failed

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-23 Thread Olivier Berten
changing lines 397-398 as = p.getAssembly() p.fromAssembly(as) to assembly = p.getAssembly() p.fromAssembly(assembly) (or anything else but "as") removes the error -- package fonttools 2.2-2ubuntu1 failed to install/upgrade: https://bugs.launchpad.net/bugs/346820

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-23 Thread Olivier Berten
This is most probably the reason of the problem: "Warning: 'as' will become a reserved keyword in Python 2.6" -- package fonttools 2.2-2ubuntu1 failed to install/upgrade: https://bugs.launchpad.net/bugs/346820 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-23 Thread Caspar Clemens Mierau
I can confirm this bug on Jaunty. This error shows up for a couple of days now. All other package upgrages are working normally, only fonttools fails to install/upgrade with: ---snip--- Setting up fonttools (2.2-2ubuntu1) ... Compiling /usr/lib/python2.6/dist-packages/FontTools/fontTools/ttLib/ta

[Bug 346820] Re: package fonttools 2.2-2ubuntu1 failed to install/upgrade:

2009-03-22 Thread fritz276
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24211322/Dependencies.txt ** Attachment added: "VarLogDistupgrade200903221407.gz" http://launchpadlibrarian.net/24211323/VarLogDistupgrade200903221407.gz -- package fonttools 2.2-2ubuntu1 failed to install/upgrade: htt