lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Solved? guile 1.6 problem building debian package of 1.7.16


From: Jan Nieuwenhuizen
Subject: Re: Solved? guile 1.6 problem building debian package of 1.7.16
Date: Tue, 15 Apr 2003 16:05:42 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

Paul Scott <address@hidden> writes:

> I think I'm close but:
>
> Font `feta11'...
> Traceback (most recent call last):
>   File "/usr/bin/mftrace", line 940, in ?
>     fontinfo = Font_info (afm22.__dict__)
>   File "/usr/bin/mftrace", line 906, in __init__
>     self.set_defaults (x['FontName'])
> KeyError: FontName

This is a bug in debian's mftrace.  I've filed a bug report.
Try the patch below.

Jan.

--- mftrace.orig        2003-04-15 16:05:15.000000000 +0200
+++ mftrace     2003-04-15 16:01:28.000000000 +0200
@@ -937,7 +937,7 @@
        if afmfile:
                afmfile = os.path.abspath (afmfile)
                afm = afm22.read_afm_file (afmfile)
-               fontinfo = Font_info (afm22.__dict__)
+               fontinfo = Font_info (afm.__dict__)
        else:
                fontinfo = Font_info (basename)
                

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]