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

Solved: Re: ghostscript errors? (gs-aladdin 5.50-8)



On Mon, Feb 21, 2000 at 12:02:16AM -0800, kmself@ix.netcom.com wrote:
> On Sun, Feb 20, 2000 at 08:51:13PM -0800, kmself@ix.netcom.com wrote:
> > I'm finding errors with ghostscript interpreted viewers, including 'gv'
> 
> Following up to myself....
> 
> There are a few debian-bug posts suggesting a problem with gs and 
> /etc/gs.Fontmap.

The problem is related to the TrueType font definitions for gs.

Invoking gs with no arguments produces an error message with the bad
gs.Fontmap file.

The problem is line 564 of gs.Fontmap.  There is some garbage data in
the Lucida Sans Typewriter Bold Oblique definition line.  I've corrected
this; gs now runs without errors.

Patch attached.

gs version: 5.10
Debian package: gs 5.10-9 Postscript interpreter
Debian version: woody

-- 
Karsten M. Self (kmself@ix.netcom.com)
    What part of "Gestalt" don't you understand?

SAS for Linux: http://www.netcom.com/~kmself/SAS/SAS4Linux.html
Mailing list:  "subscribe sas-linux" to mailto:majordomo@cranfield.ac.uk
564c564
< (Lucida Sans Typewriter Bold Oblique)	(//usr/share/fonts/truetype/./ltypebo.ttf)	;
---
> (Lucida Sans Typewriter Bold Obli(e./ltypebo.ttf)	(//usr/share/fonts/truetype/./ltypebo.ttf)	;
571c571
< % (Mead Bold)	(//usr/share/fonts/truetype/./meadbold.ttf)	;
---
> (Mead Bold)	(//usr/share/fonts/truetype/./meadbold.ttf)	;

Reply to: