Le 28/03/2022 à 21:10, Jonas Hahnfeld via LilyPond user discussion a écrit :
Correct, the relocation doesn't follow symlinks, I've opened
https://gitlab.com/lilypond/lilypond/-/issues/6314 For the time being,
you'll need to create a wrapper shell script that just calls lilypond
with its full path.
Relatedly, I am seeing hardcoded paths apparently coming from
your computer in the binaries. Is that expected?
$ ~/lilypond2.23.7/bin/lilypond scheme-sandbox
[...]
scheme@(#{ g102}#)> %load-path
$1 = ("/home/jean/lilypond2.23.7/share/lilypond/2.23.7/scm"
"/home/jean/lilypond2.23.7/share/guile/2.2"
"/home/lily/lilypond-2.23.7/release/binaries/dependencies/install/guile-2.2.7/share/guile/2.2"
"/home/lily/lilypond-2.23.7/release/binaries/dependencies/install/guile-2.2.7/share/guile/site/2.2"
"/home/lily/lilypond-2.23.7/release/binaries/dependencies/install/guile-2.2.7/share/guile/site"
"/home/lily/lilypond-2.23.7/release/binaries/dependencies/install/guile-2.2.7/share/guile")
Jean