Status: Accepted
Owner: ----
New issue 2355 by d...@gnu.org: convert-ly uses out-of-tree convertrules.py
http://code.google.com/p/lilypond/issues/detail?id=2355
I did
make clean && make -j3
and got the error
chmod 755 out/lilysong
/usr/local/tmp/lilypond/scripts/build/out/help2man out/convert-ly >
out/convert-ly.1
chmod 755 out/lilymidi
/usr/local/tmp/lilypond/scripts/build/out/help2man out/lilypond-book >
out/lilypond-book.1
chmod 755 out/musicxml2ly
/usr/local/tmp/lilypond/scripts/build/out/help2man out/abc2ly > out/abc2ly.1
Traceback (most recent call last):
File "out/convert-ly", line 56, in <module>
import convertrules
File "/usr/local/share/lilypond/2.15.31/python/convertrules.py", line 3323
@rule((2, 15, 31), r"\settingsFrom -> \context-like
^
SyntaxError: EOL while scanning string literal
help2man: can't get `--help' info from out/convert-ly
make[1]: *** [out/convert-ly.1] Error 1
make[1]: *** Waiting for unfinished jobs....
langdefs.py: warning: lilypond-doc gettext domain not found.
langdefs.py: warning: lilypond-doc gettext domain not found.
make[1]: Leaving directory `/usr/local/tmp/lilypond/scripts'
make: *** [all] Error 2
Obviously, this is due to me having installed a bad version of convert-ly
previously, but if I do "make clean && make", no out-of-tree parts of
LilyPond should be referenced. Clearly,
/usr/local/share/lilypond/2.15.31/python/convertrules.py should never have
been read here.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond