I'm stumped; I have no idea what is going on. Sorry.
2008/2/8, Ozgur Yuksel <[EMAIL PROTECTED]>: > On Feb 7, 2008 5:00 PM, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > 2008/2/7, Ozgur Yuksel <[EMAIL PROTECTED]>: > > > > > 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 - [EMAIL PROTECTED] - 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 > -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user