For around a week I have encountered a strange error message when installing lilypond master from git sources. I have no local branches.

address@hidden:/usr/local/src/lilypond/build# lilypond -v
GNU LilyPond 2.19.26

Until at the point shown below, no errors or warnings occurred.

=====
git pull origin
../configure
make [all]

=====
address@hidden:/usr/local/src/lilypond/build# make --silent install
Traceback (most recent call last):
File "/usr/local/src/lilypond/build/scripts/build/out/install", line 78, in <module>
    shutil.copy2 (f, dest)
  File "/usr/lib/python2.7/shutil.py", line 130, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '@TEXGYRE_DIR@/@TEXGYRE_FILES@' /usr/local/src/lilypond/stepmake/stepmake/install-out-targets.make:8: recipe for target 'local-install-outfiles' failed
make[1]: *** [local-install-outfiles] Error 1
/usr/local/src/lilypond/stepmake/stepmake/toplevel-targets.make:30: recipe for target 'install' failed
make: *** [install] Error 2
ro
=====

After this message I first thought the installation must have failed. But looking at the timestamps of the executables in /usr/local/bin showed that the installation had nevertheless succeeded!

=====

make doc
make doc install

worked too as expected without errors or warning.


--
yours,
Villum Sejersen
Nørregade  1 A
DK-4500  Nykøbing Sjælland
mobil   +45   30 34  03 44


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to