lilypond-devel
[Top][All Lists]
Advanced

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

compiling lilypond in debian stretch with self-compiled guile-1.8


From: Federico Bruni
Subject: compiling lilypond in debian stretch with self-compiled guile-1.8
Date: Thu, 19 Oct 2017 18:21:11 +0200

Hi

I'm trying to build a LilyDev container based on Debian stretch.
As guile-1.8 has been removed from stable repository, I build it when creating the image. However I get an error when I run make in lilypond. Don't know if this may depend on how I compiled guile-1.8.

This is what I've done.
I've added --enable-regex after reading this:
http://thread.gmane.org/gmane.comp.gnu.lilypond.general/29832


## Compiling guile-1.8
git clone https://git.savannah.gnu.org/git/guile.git
cd guile
git checkout branch_release-1-8
./autogen.sh
./configure --disable-error-on-warning --enable-regex --prefix=/opt/guile-1.8
make
sudo make install

# Building lilypond
GUILE_CONFIG=/opt/guile-1.8/bin/guile-config ./autogen.sh
GUILE_CONFIG=/opt/guile-1.8/bin/guile-config make


### ERRORS ###

I get an error the first time I run make, pretty quickly:

cat lilypond-invoke-editor.scm | sed -e '#' -e '/@relocate-preamble@/r /home/pippo/lilypond-git/python/./out/relocate-preamble.py' -e 'address@hidden@%%g' | sed -e '#' -e 'address@hidden@!/bin/bash!g' -e 'address@hidden@!1!g' -e 'address@hidden@!19OCT17!g' -e 'address@hidden@!/usr/bin/fontforge!g' -e 'address@hidden@!- echo no not found!g' -e 'address@hidden@!0!g' -e 'address@hidden@!2!g' -e 'address@hidden@!21!g' -e 'address@hidden@!!g' -e 'address@hidden@!LILYPOND!g' -e 'address@hidden@!0!g' -e 'address@hidden@!:!g' -e 'address@hidden@!/usr/bin/perl!g' -e 'address@hidden@!/usr/bin/python -tt!g' -e 'address@hidden@!/bin/sh!g' -e 'address@hidden@!/usr/bin/python -tt!g' -e 'address@hidden@!2.21.0!g' -e 'address@hidden@!/usr/local/bin!g' -e 'address@hidden@!/usr/local/share!g' -e 'address@hidden@!19OCT17!g' -e 'address@hidden@!/usr/local/share/lilypond/2.21.0!g' -e 'address@hidden@!/usr/local/share/doc/lilypond!g' -e 'address@hidden@!/usr/local/lib/lilypond/2.21.0!g' -e 'address@hidden@!/usr/local/share/lilypond/2.21.0!g' -e 'address@hidden@!/usr/local/lib/lilypond/2.21.0!g' -e 'address@hidden@!/usr/local/share/locale!g' -e 'address@hidden@!./out!g' -e 'address@hidden@!lilypond!g' -e 'address@hidden@!/usr/local!g' -e 'address@hidden@!!g' -e 'address@hidden@!!g' -e 'address@hidden@!/usr/local/com!g' -e 'address@hidden@!.!g' -e 'address@hidden@!/home/pippo/lilypond-git!g' > out/lilypond-invoke-editor
chmod 755 out/lilypond-invoke-editor
echo /home/pippo/lilypond-git/scripts/build/out/help2man
/home/pippo/lilypond-git/scripts/build/out/help2man
/home/pippo/lilypond-git/scripts/build/out/help2man out/lilypond-invoke-editor > out/lilypond-invoke-editor.1
help2man: can't get `--help' info from out/lilypond-invoke-editor
Try `--no-discard-stderr' if option outputs to stderr
/home/pippo/lilypond-git/stepmake/stepmake/help2man-rules.make:26: recipe for target 'out/lilypond-invoke-editor.1' failed
make[1]: *** [out/lilypond-invoke-editor.1] Error 127
make[1]: Leaving directory '/home/pippo/lilypond-git/scripts'
/home/pippo/lilypond-git/stepmake/stepmake/generic-targets.make:6: recipe for target 'all' failed
make: *** [all] Error 2


Then I run make again. This time it takes a few minutes, but the final error is still the same:

echo /home/pippo/lilypond-git/scripts/build/out/help2man
/home/pippo/lilypond-git/scripts/build/out/help2man
/home/pippo/lilypond-git/scripts/build/out/help2man out/lilypond > out/lilypond.1
help2man: can't get `--help' info from out/lilypond
Try `--no-discard-stderr' if option outputs to stderr
/home/pippo/lilypond-git/stepmake/stepmake/help2man-rules.make:26: recipe for target 'out/lilypond.1' failed
make[1]: *** [out/lilypond.1] Error 127
make[1]: Leaving directory '/home/pippo/lilypond-git/lily'
/home/pippo/lilypond-git/stepmake/stepmake/generic-targets.make:6: recipe for target 'all' failed
make: *** [all] Error 2







reply via email to

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