lilypond-devel
[Top][All Lists]
Advanced

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

Re: Broken make


From: Patrick McCarty
Subject: Re: Broken make
Date: Mon, 13 Jul 2009 21:18:58 -0700

On Mon, Jul 13, 2009 at 9:04 PM, Carl Sorensen<address@hidden> wrote:
> So I've worked on all the translations of rhythms.itely (english, es, fr,
> de) for the new changes to autobeaming.
>
> I ran make doc, and everything worked OK until we got to mass-link.py.
>
> Given the error message, it appears there's something wrong with the
> makefile.  cp -u is called, and there is no -u option for cp.
>
> End of the output is as follows:
>
> mass-link.py
> make PACKAGE=LILYPOND package=lilypond -C user WWW-2 && true
> /Users/Carl/lilypond-working/scripts/build/out/extract_texi_filenames -o
> /Users/Carl/lilypond-working/out/xref-maps out-www/lilypond-learning.texi
> extract_texi_filenames.py: Processing out-www/lilypond-learning.texi
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/baer-flat-bw.png
> out-www/baer-flat-bw.png
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/baer-flat-gray.png
> out-www/baer-flat-gray.png
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/henle-flat-bw.png
> out-www/henle-flat-bw.png
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/henle-flat-gray.pn
> g out-www/henle-flat-gray.png
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/lily-flat-bw.png
> out-www/lily-flat-bw.png
> ln -f
> /Users/Carl/lilypond-working/Documentation/user/./out-www/context-example.pn
> g out-www/context-example.png
> mkdir -p out-www/lilypond-learning/
> LANG= texi2html --I=. --I=./out-www --lang=fr -I
> /Users/Carl/lilypond-working/Documentation/user -I
> /Users/Carl/lilypond-working/Documentation/user/./out-www -I
> /Users/Carl/lilypond-working/out/xref-maps
> --output=out-www/lilypond-learning/ --prefix=index --split=section
> --init-file=/Users/Carl/lilypond-working/lilypond-texi2html.init
> out-www/lilypond-learning.texi
> ** `Updating old input files' doesn't appear in menus
> ** `When things don't work' is up for `Updating old input files', but has no
> menu entry for this node
> ** No node following `Updating old input files' in menu, but
> `Troubleshooting (taking it all apart)' follows in sectionning
> WARNING: Unable to load the map file
> WARNING: Unable to find node 'Updating old files' in book .
> *** Unknown node in menu entry `Updating old files' (in out-www/working.texi
> l. 684)
> cp -u /Users/Carl/lilypond-working/Documentation/lilypond-blue.css
> /Users/Carl/lilypond-working/Documentation/lilypond-ie-fixes.css
> /Users/Carl/lilypond-working/Documentation/lilypond-mccarty.css
> /Users/Carl/lilypond-working/Documentation/lilypond.css
> out-www/lilypond-learning/
> cp: illegal option -- u
> usage: cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file target_file
>       cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file ...
> target_directory
> make[4]: *** [out-www/lilypond-learning/index.html] Error 64
> make[3]: *** [WWW-2] Error 2
> make[2]: *** [WWW-2] Error 2
> make[1]: *** [WWW-2] Error 2
> make: *** [doc] Error 2

I found this interesting link:

https://savannah.cern.ch/bugs/?35556

It looks like "cp -u" will only work under Linux.  John added the "-u"
flag earlier this month to avoid some error messages (likely different
from yours).

So, we can either remove the "-u" flag or find a different solution
that still provides the fix John made.

Thanks,
Patrick




reply via email to

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