lilypond-user
[Top][All Lists]
Advanced

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

Re: Crippled PS/RPM output on RHEL5


From: Ozgur Yuksel
Subject: Re: Crippled PS/RPM output on RHEL5
Date: Fri, 8 Feb 2008 11:37:12 +0200

On Feb 7, 2008 5:00 PM, Han-Wen Nienhuys <address@hidden> wrote:
> 2008/2/7, Ozgur Yuksel <address@hidden>:
> > > > I am working with "GNU LilyPond 2.11.37" (the problem had existed with
> > > > 2.10 too) on one RHEL5 box and a FC7 box. Although I have proper
> > > > output  with my FC7 box, I get crippled output (both PS and PDF) on
> > > > RHEL5. The attached files bad.* show the crippled pdf and ps files of
> > > > test.ly where it looks like good.png with fc7.
> > >
> > > Can you post the output of a --verbose run on the RHEL5 box?
>
> Mats was right; the problem is in reading the correct fonts.
>
> Can you run an strace of the binary?  You'll probably have to modify
> the wrapper script (bin/lilypond) to be like
>
>   strace path/to/lilypond ....
>
> The output will be huge.  I'm just looking for the places where
> libfontconfig.so.X.Y and libpango.so.X.Y is opened, so grep for
> libfontconfig and libpango
>
> --
>
> Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen
>

Hi,
I have changed ~/bin/lilypond as follows:

#!/bin/sh
me=`basename $0`
export LD_LIBRARY_PATH="/home/oyuksel/lilypond/usr/lib/"
exec "/usr/bin/strace" "-f" "-o" "lily.strace"
"/home/oyuksel//lilypond/usr/bin/$me" "$@"

and got the strace output:

 $ grep libfontconfig  lily.strace
 4126  open("/home/oyuksel/lilypond/usr/lib/libfontconfig.so.1", O_RDONLY) = 3
 $ grep libpango lily.strace
 4126  open("/home/oyuksel/lilypond/usr/lib/libpangoft2-1.0.so.0", O_RDONLY) = 3
 4126  open("/home/oyuksel/lilypond/usr/lib/libpango-1.0.so.0", O_RDONLY) = 3

that seems OK to me actually.

Regards,
Ozgur

-- 
"Linux Rulez!..."
http://xceptn.blogspot.com/
To send encrypted message http://www.xceptn.com/xceptn.gpg




reply via email to

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