lilypond-user
[Top][All Lists]
Advanced

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

An old error (race condition?) came up again


From: Stefan Husmann
Subject: An old error (race condition?) came up again
Date: Mon, 26 Mar 2018 21:19:45 +0200

Hello,

in 2012 in 
https://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00155.html
someone brought up an issue with compiling liypond from git.

This was fixed in 2012, but came up again some weeks ago.

cd ./out && /usr/bin/fontforge -script emmentaler-11.genpe
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.       
                           
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>  
                            
 with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.  
                              
 Based on sources from 23:10 UTC  5-Aug-2017-ML-D.                              
                             
 Based on source from git with hash:                                            
                            
Cannot open 
/home/haawda/paketierung/meine_Pakete/lilypond-git/src/lilypond/build/mf/out/feta11.pfb
   }
MergeFonts: Can't find font: feta11.pfb

I am also using Arch Linux (64 bit). The build function I use does not do any
specials, I think.

build() {
  cd lilypond/
  export PYTHON="python2"
  export PYTHON_CONFIG="python2-config"
  [[ -f config.hh ]] && rm config.hh
  ./autogen.sh --noconfigure
  [[ -d build ]] || mkdir build
  cd build
  ../configure --prefix=/usr \
      --disable-documentation \
      --enable-guile2=no
  make -j1 
}

I already tried several -j options, without success.

Compiling the sources from the stable or unstable tarballs fails the
same way.

Ideas?

Best Regards

Stefan Husmann




reply via email to

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