lilypond-devel
[Top][All Lists]
Advanced

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

Re: Error with make doc


From: Carl Sorensen
Subject: Re: Error with make doc
Date: Tue, 23 Jan 2024 04:54:18 -0700

On Mon, Jan 22, 2024 at 8:37 PM Carl Sorensen <carl.d.sorensen@gmail.com>
wrote:

>
>
> On Mon, Jan 22, 2024 at 5:58 PM Jean Abou Samra <jean@abou-samra.fr>
> wrote:
>
>> Le lundi 22 janvier 2024 à 16:38 -0700, Carl Sorensen a écrit :
>> > > Looks like no error:
>> > >
>> > > carl@Carls-MBP-2 lilypond % build/out/bin/lilypond input/regression/
>> pdf-copy-paste.ly
>> > > GNU LilyPond 2.25.13 (running Guile 3.0)
>> > > Processing `input/regression/pdf-copy-paste.ly'
>> > > Parsing...
>> > > Finding the ideal number of pages...
>> > > Fitting music on 1 page...
>> > > Drawing systems...
>> > > Converting to `pdf-copy-paste.pdf'...
>> > > Success: compilation successfully completed
>>
>>
>> Hmm. What if you run
>>
>> LC_ALL=C build/out/bin/lilypond input/regression/pdf-copy-paste.ly
>>
>> ? IIRC, tests are compiled with LC_ALL=C.
>>
>
> OK, I'll run this test.  But it looks to me (see below).like I should be
> able to solve the problem by getting the Noto Serif JP font.  I'll look at
> installing that font.
>

I installed Noto Serif JP, and added it to the fontcofig cache.  That got
me through the previous file error.  But then I got stopped on another
Japanese font (I suppose this might be a Linux Libertine font, but my
fc-list command shows that I have them installed):

carl@carls-mbp-2 build % cat out/lybook-testdb/1d/lily-2548dc6c.log

Processing `1d/lily-2548dc6c.ly'

Parsing...

Renaming input to: `/Users/carl/Development/lilypond/input/regression/
typography-demo.ly'

Interpreting music...[8]

Preprocessing graphical objects...

Interpreting music...

MIDI output to `1d/lily-2548dc6c.midi'...

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Writing header field `texidoc' to `1d/lily-2548dc6c.texidoc'...

Layout output to `1d/lily-2548dc6c.eps'...ERROR: In procedure open-file:
In procedure open-file: No such file or directory:
"/System/Library/Fonts/??????? ProN.ttc"

WHen I manually run lilypond on this file it succeeds:

carl@carls-mbp-2 build % out/bin/lilypond out/lybook-testdb/1d/
lily-2548dc6c.ly

GNU LilyPond 2.25.13 (running Guile 3.0)

Processing `out/lybook-testdb/1d/lily-2548dc6c.ly'

Parsing...

Renaming input to: `/Users/carl/Development/lilypond/input/regression/
typography-demo.ly'

Interpreting music...[8]

Preprocessing graphical objects...

Interpreting music...

MIDI output to `lily-2548dc6c.midi'...

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Converting to `lily-2548dc6c.pdf'...

Success: compilation successfully completed


It seems the difference may be I'm not creating the .eps file when I run
out/bin/lilypond.


What command could I run to try to duplicate the error in the log file?


Thanks,


Carl


reply via email to

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