lilypond-devel
[Top][All Lists]
Advanced

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

Re: problems with build and/or test-baseline


From: Masamichi HOSODA
Subject: Re: problems with build and/or test-baseline
Date: Wed, 09 Sep 2015 23:02:18 +0900 (JST)

> Hi,
> 
> I newly nuked my \build-directory in order to get a fresh one.
> 
> But I have some problems (being on LilyDev3):
> 
> 1)
> ~/lilypond-git/build (master)$ ../configure
> returns:
> ERROR: Please install required programs:  TeX Gyre fonts OTF (make
> sure the fc-list utility can see them, e.g. 'sudo apt-get install
> fonts-texgyre', or use --with-texgyre-dir)
> 
> But tex-gyre _is_ installed. I can see it in synaptic.
> 
> 2)
> With
> address@hidden ~/lilypond-git/build (master)$ ../configure
> --disable-optimising --with-texgyre-dir=../../Desktop/texgyre
> and
> address@hidden ~/lilypond-git/build (master)$ make
> I get a successfull build.
> 
> But now
> address@hidden ~/lilypond-git/build (master)$ make test-baseline
> returns:
> 
> [...]
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreschola-regular.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreheros-italic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyrecursor-italic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreheros-regular.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreschola-bold.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreschola-bolditalic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreschola-italic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyrecursor-bolditalic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreheros-bolditalic.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyreheros-bold.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyrecursor-bold.otf"
> symlink has no referent:
> "/home/harm/lilypond-git/build/out/share/lilypond/current/fonts/otf/texgyrecursor-regular.otf"
> rsync error: some files/attrs were not transferred (see previous
> errors) (code 23) at main.c(1070) [sender=3.0.9]
> make[2]: *** [local-test] Error 23
> make[2]: Leaving directory `/home/harm/lilypond-git/build/input/regression'
> make[1]: *** [test] Error 2
> make[1]: Leaving directory `/home/harm/lilypond-git/build'
> make: *** [test-baseline] Error 2
> 
> 
> Is this due to
> https://sourceforge.net/p/testlilyissues/issues/4593/
> as well?

It is not due to issue 4593.
It is related to issue 4574.
http://sourceforge.net/p/testlilyissues/issues/4574/

At least, on Debian jessie and Ubuntu 14.04 etc.,
tex-gyre and fonts-texgyre are different.
Unfortunatly, LilyDev3 (based on Debian wheezy)
does not seem to contain fonts-texgyre.

Perhaps, on LilyDev3 (or Debian wheezy),
installing tex-gyre and following option is needed.

$ ../configure 
--with-texgyre-dir=/usr/share/texmf/fonts/opentype/public/tex-gyre

Debian wheezy's tex-gyre contains TeX Gyre fonts OTFs.
(They are installed to /usr/share/texmf/fonts/opentype/public/tex-gyre .)
However, it does not contain fontconfig conf file for TeX Gyre.
So fc-list can not find TeX Gyre fonts OTFs.

Ubuntu 14.04's fonts-texgyre also contains TeX Gyre fonts OTFs.
And, it contains fontconfig conf file for TeX Gyre.
So fc-list can find TeX Gyre fonts OTFs.



reply via email to

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