> Hello > > On 28-08-2015 13:11, James wrote: > >> Hello, >> >> >> On 28/08/15 09:13, Villum Sejersen wrote: >>> 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. >>> >>> >> Since last week LilyPond now requires Tex-Gyre fonts. Is it this that >> is >> the problem perhaps? > > Yes and no: tex-gyre IS installed, but apparently not in the version > lilypond's makescript expects. This possibly explains why the > installation after all succeeds in spite of the error message? ;) > > I ought to have reported that my OS is an updated debian etch > testing. The version of the installed tex-gyre is 20140520-1 and the > version of texlive-fonts-recommended is 2015.20150810- > > >> >> if you run ./configure it should report this at the end of the >> 'checking' it does before you run the make. >> >> See commit >> >> http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=b78ddeaa721f4bca1ce11d429ffe7d6b881ca8be >> >> and those after >> >> Jame >>
Would you try `./autogen.sh --noconf' before `./configure'? _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel