bug-lilypond
[Top][All Lists]
Advanced

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

lilypond-book runs xelatex linked against non-system libraries


From: Joe Neeman
Subject: lilypond-book runs xelatex linked against non-system libraries
Date: Wed, 28 Mar 2012 16:40:34 -0700

Consider the following lilypond-book output (version 2.14.2):
lilypond-book --pdf --latex-program=xelatex -o out miriam.lytex
lilypond-book (GNU LilyPond) 2.14.2
Reading miriam.lytex...
Running xelatex...xelatex: /home/jneeman/lilypond/usr/lib/libstdc++.so.6:
no version information available (required by xelatex)
...
xelatex: relocation error: xelatex: symbol
_ZNSt8__detail15_List_node_base7_M_hookEPS0_, version GLIBCXX_3.4.15 not
defined in file libstdc++.so.6 with link time reference
command failed: xelatex /tmp/tmpPBb_rA.tex
Child returned 127

It looks like lilypond-book is running xelatex in a modified environment
(eg. with LD_LIBRARY_PATH set). Since xelatex is not packaged with
lilypond, it should be linked against whatever libraries are present on the
system, not the libraries that are packaged with lilypond.

Joe


reply via email to

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