Comment #51 on issue 2148 by [email protected]: vertical skylines should use
stencil integrals
http://code.google.com/p/lilypond/issues/detail?id=2148
Same as before. The problematic passage in the log (not easy to read
because of parallel make) appears to be:
fatal error: cannot find font: `emmentaler-11'
/tmp/lilypond-autobuild/build/out/share/lilypond/current/scm/lily.scm
@{char@:close@:79@:0@:2.80501@:1.40251@:1.40251@:2.80501@:0@:close.0M1@}
[79]
@{char@:close@:80@:1.40251@:1.40251@:2.80501@:0@:1.40251@:0@:close.11@} [80]
@{char@:Half thin
lahead@:103@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0@:s1laTh
in@} [103]
@{char@:Quarter
lahead@:104@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0@:s2laThin
@} [104]
@{char@:Whole up
tihead@:105@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.33324@:s
0ti@} [105]
@{char@:Half up
tihead@:106@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.33324@:u1
ti@} [106]
@{char@:Half down
tihead@:107@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.33324@
:d1ti@} [107]
@{char@:close@:81@:1.40251@:1.40251@:0@:2.80501@:1.40251@:0@:close.1M1@}
[81]
@{puorg@:arrowheads@}
) (/tmp/lilypond-autobuild/mf/feta-dots.mfmake[1]: *** [out/font-cache.scm]
Error 1
make[1]: *** Waiting for unfinished jobs....
A bit above you can find:
@{char@:Quarter thin
dohead@:64@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.9778
@:u2doThin@} [64]
@{char@:Whole
rehead@:65@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.47606@:s0re@
} [65]
@{char@:3/4
Sharp@:55@:0@:4.48804@:4.20752@:4.20752@:4.48804@:0@:sharp.slashsla
sh.stemstemstem@} [55]
@{char@:Natural@:56@:0@:1.87001@:4.20752@:4.20752@:1.87001@:0@:natural@}
[56]]
[/tmp/lilypond-autobuild/ly/script-init.ly]
[/tmp/lilypond-autobuild/ly/chord-repetition-init.ly]
@{char@:Half down
rehead@:67@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.47606@:
d1re@} [67]
[/tmp/lilypond-autobuild/ly/scale-definitions-init.ly]
@{char@:Quarter up
rehead@:68@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.47606@:
u2re@} [68]
[/tmp/lilypond-autobuild/ly/dynamic-scripts-init.ly
@{char@:Quarter down
rehead@:69@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.4760
6@:d2re@} [69]]
[/tmp/lilypond-autobuild/ly/spanners-init.ly
@{char@:Arrowed Natural (arrow
up)@:57@:1.27414@:1.87001@:4.20752@:7.57352@:1.8
7001@:0@:natural.arrowup@} [57]]
@{char@:Arrowed Natural (arrow
down)@:58@:0@:1.87001@:7.57352@:4.20752@:1.87001
@:0@:natural.arrowdown@} [58]
[/tmp/lilypond-autobuild/ly/predefined-fretboards-init.ly]
[/tmp/lilypond-autobuild/ly/string-tunings-init.ly
@{char@:Whole thin
rehead@:70@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.47606@:
s0reThin@} [70]
@{char@:Half up thin
rehead@:71@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.47606
@:u1reThin@} [71]
@{char@:Half down thin
rehead@:72@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.47
606@:d1reThin@} [72]]
[/tmp/lilypond-autobuild/ly/property-init.ly
So it would appear that parallel make is already trying to run lilypond for
some purpose before it has finished generating fonts. And before it has
finished generating fonts, it is unlikely that the font cache is available.
Searching further backwards, the problematic line appears to be
/tmp/lilypond-autobuild/build/out/bin/lilypond --verbose
/tmp/lilypond-autobuild
/ly/generate-font-integrals > out/font-cache.scm
So it would appear that you are trying to generate the font cache before
the fonts have been generated. It would appear that you need to add _all_
fonts lilypond needs for running to the dependencies of the font cache file.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond