bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2148 in lilypond: vertical skylines should use stencil integra


From: lilypond
Subject: Re: Issue 2148 in lilypond: vertical skylines should use stencil integrals
Date: Sat, 18 Feb 2012 19:34:22 +0000


Comment #51 on issue 2148 by address@hidden: 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@:address@hidden [79]
@{char@:close@:80@:1.40251@:1.40251@:2.80501@:0@:1.40251@:0@:address@hidden [80]
@{char@:Half thin lahead@:103@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0@:s1laTh
address@hidden [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
address@hidden [105]
@{char@:Half up tihead@:106@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.33324@:u1
address@hidden [106]
@{char@:Half down tihead@:107@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.33324@
:address@hidden [107]
@{char@:close@:81@:1.40251@:1.40251@:0@:2.80501@:1.40251@:0@:address@hidden [81]
@{puorg@:address@hidden
) (/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
@:address@hidden [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
address@hidden [55]
@{char@:Natural@:56@:0@:1.87001@:4.20752@:4.20752@:1.87001@:0@:address@hidden [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@:
address@hidden [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@:
address@hidden [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@:address@hidden [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@:address@hidden [57]]
@{char@:Arrowed Natural (arrow down)@:58@:0@:1.87001@:7.57352@:4.20752@:1.87001
@:0@:address@hidden [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@:
address@hidden [70]
@{char@:Half up thin rehead@:71@:0@:3.66487@:1.19016@:1.19016@:3.66487@:0.47606
@:address@hidden [71]
@{char@:Half down thin rehead@:72@:0@:3.66487@:1.19016@:1.19016@:3.66487@:-0.47
606@:address@hidden [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.




reply via email to

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