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
** 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
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
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
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
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
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
** 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