Richard Cobbe <[EMAIL PROTECTED]> wrote: > Greetings, all. > > OS X 10.3.9; fink stable packages. > Package manager version: 0.23.10 > Distribution version: 0.7.2.rsync > > I'm having some difficulties with the lilypond package that I think are > a result of my updating the tetex packages a week or so ago. > Specifically, on 5/24, I > upgraded tetex-base 2.0.2-36 -> 3.0-2 > removed tetex-dev 2.0.2-36 > upgraded tetex-texmf 2.0.2-2 -> 3.0-1 > and on 5/30, I > installed tetex 3.0-2 > removed tetex-shlibs 2.0.2-36 > > Today is the first time I've tried to run lilypond since the upgrades. > > When I run lilypond on a file that worked previously, I get the > following error message: > > [ridcully:~/Documents/bbc/music/fall-04]$ lilypond bach-bwv77 > lilypond (GNU LilyPond) 2.2.6 > lilypond: error: `/sw/bin/lilypond-bin --version ' failed (133) > lilypond: error: The error log is as follows: > dyld: /sw/bin/lilypond-bin can't open library: > /sw/lib/libkpathsea.3.4.5.dylib (No such file or directory, errno = 2) > > I tried rebuilding lilypond to see if that would sort out the library > versioning; this required removing the tetex-dev dependency from the > info file, since tetex-dev is now a virtual package. Unfortunately, > that didn't work; I got the same error message. > > Any suggestions? I did mess around with going to 10.3/unstable earlier, > although that started to require updating a lot of core packages, which > makes me nervous.
You need the tetex-shlibs package to eliminate the error about libkpathsea. Unfortunately that is missing from the dependency list of lilypond, and also unfortunately, the tetex-shlibs package itself had disappeared during the tetex upgrade. I've now restored tetex-shlibs to fink (as well as tetex-dev, which you will need in order to build lilypond). These are available in binary as well as source form. (To get the binaries, you would need to run "sudo apt-get update": they are in the fink-0.7.2-updates section.) -- Dave ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
