bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics appear in "sans" on linux-64


From: Werner LEMBERG
Subject: Re: Lyrics appear in "sans" on linux-64
Date: Wed, 28 Aug 2013 08:10:57 +0200 (CEST)

[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



reply via email to

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