[git cc2b7846]

> No such file or directory: './out/CenturySchL-Ital.otf'

Obviously, this means that FontForge hasn't created this file while
doing `make'.

The Century OTFs are created by the script `pfx2ttf.fontforge'.  For
my local compilation, I see the following command while doing `make
all':

  /usr/local/bin/fontforge \
    -script ../scripts/auxiliar/pfx2ttf.fontforge \
    /usr/share/ghostscript/fonts/c059013l.pfb \
    /usr/share/ghostscript/fonts/c059013l.afm \
    ./out/ \
  && /usr/local/bin/fontforge \
       -script ../scripts/auxiliar/pfx2ttf.fontforge \
       /usr/share/ghostscript/fonts/c059033l.pfb \
       /usr/share/ghostscript/fonts/c059033l.afm \
       ./out/ \
  && /usr/local/bin/fontforge \
       -script ../scripts/auxiliar/pfx2ttf.fontforge \
       /usr/share/ghostscript/fonts/c059036l.pfb \
       /usr/share/ghostscript/fonts/c059036l.afm \
       ./out/ \
  && /usr/local/bin/fontforge \
       -script ../scripts/auxiliar/pfx2ttf.fontforge \
       /usr/share/ghostscript/fonts/c059016l.pfb \
       /usr/share/ghostscript/fonts/c059016l.afm \
       ./out/ \
  && true

Note that there seems to be a bug somewhere regarding dependencies:
Doing a non-parallel build, the above command is run four times.
Maybe this is the very reasons of your problem.


    Werner

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to