Bug#520175: Included font FreeSans.ttf is broken

2009-03-19 Thread Davide Viti
Just for the record, I can reproduce the problem with this tiny script which gives me an error on etch and works on sid: #!/usr/bin/perl use Font::FreeType; my $ft_face = Font::FreeType->new->face ('FreeSans.ttf'); regards, Davide -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.deb

Bug#520175: Included font FreeSans.ttf is broken

2009-03-18 Thread Davide Viti
On Wed, Mar 18, 2009 at 06:55:26AM -0500, Dirk Eddelbuettel wrote: > | I've checked the ttf file in the source package and it't fine; I've rebuilt > the package > | from the sources and the ttf file contained in the resulting deb package is > fine. > | > | Downloaded the deb from [1] and the fil

Bug#520175: Included font FreeSans.ttf is broken

2009-03-18 Thread Davide Viti
On Tue, Mar 17, 2009 at 05:28:12PM -0500, Dirk Eddelbuettel wrote: > > On 17 March 2009 at 22:26, Davide Viti wrote: > | I'm rather confident it is a problem with the ttf file rather than > | a freetype problem since this is the only ttf file giving me > | the error in the whole debian archive. >

Bug#520175: Included font FreeSans.ttf is broken

2009-03-17 Thread Dirk Eddelbuettel
On 17 March 2009 at 22:26, Davide Viti wrote: | While trying to create pdf charts for various fonts using fntsample | I got this error: | | fntsample -f tmp/usr/share/gretl/fonts/FreeSans.ttf -o a.pdf | fntsample: failed to create new face | | got an error also with another freetype-based perl

Bug#520175: Included font FreeSans.ttf is broken

2009-03-17 Thread Davide Viti
Package: gretl-common Version: 1.8.0-3 While trying to create pdf charts for various fonts using fntsample I got this error: fntsample -f tmp/usr/share/gretl/fonts/FreeSans.ttf -o a.pdf fntsample: failed to create new face got an error also with another freetype-based perl script I've written.