Re: make doc error on current master
Werner LEMBERG <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
> fatal error: Font NotoSerif-Bold cannot be loaded via Ghostscript
> because its font-index (262144) is not zero.
>
> Noto is the default font in Fedora since a few versions.
> I've just installed texlive-noto, re-run the build command but I get
> the same error.
>
> I know you are the best person for font debugging issues :-)
> What do you suggest? Should I change the default font to something
> else (not Noto)? Or maybe an extra package is required?
A similar problem with the Noto family has been recently discussed:
https://lists.gnu.org/archive/html/lilypond-user/2025-07/msg00073.html
If you compile LilyPond from scratch please retry a compilation with a
FontConfig version equal to or larger than 2.15 – theoretically,
Variation Fonts should be rejected correctly. If you can't or won't
do that you have to replace the VFs with non-VF versions.
Werner