lilypond-devel
[Top][All Lists]
Advanced

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

Re: Still cannot make doc :(


From: Thomas Morley
Subject: Re: Still cannot make doc :(
Date: Sun, 29 May 2016 12:29:27 +0200

2016-05-29 1:14 GMT+02:00 Thomas Morley <address@hidden>:
> 2016-05-28 12:27 GMT+02:00 Thomas Morley <address@hidden>:
>
>>
>> FWIW, I checked out staging with your recent patch, i.e.:
>> $ git log
>> commit 193369dddc8adc492d3d98b6f1d00de11a31e9c4
>> Author: David Kastrup <address@hidden>
>> Date:   Fri May 27 10:20:18 2016 +0200
>>
>>     Issue 4863: Protect Grob_interface<>::interface_symbol_
>> [...]
>>
>> On my host system Ubuntu 16.04 64-bit
>> make doc
>> fails with orchestra.ly as before
>
> Always worth double checking ...
>
> It wasn't orchestra.ly, but another file, which turned out to be a
> snippet used only in Documentation/ja/learning/tutorial.itely
> lily-6fc21da7.ly
>
> It basically contains:
>
> \relative {
>   c''4-\markup { \bold \huge { ここをクリックしてください } }
> }
>
> Trying to compile it alone gave me a gs-error, which reminded me at
> http://lilypond.1069038.n5.nabble.com/Ghostscript-crashes-on-Japanese-characters-on-Ubuntu-16-04-tt190959.html
>
> So I removed noto and did
> sudo apt-get install fonts-ipafont-mincho
>
> Now the snippet compiled.
>
> Then I tried `make doc' again.
>
> Failed again with the japanese docs.
> /Documentation/ja/learning.splittexi.log reads:
>
> ** `Tutorial' doesn't appear in menus
> ** `Top' is up for `Tutorial', but has no menu entry for this node
> ** No node following `Tutorial' in menu, but `Common notation' follows
> in sectionning
> ** `Common notation' doesn't appear in menus
> ** `Top' is up for `Common notation', but has no menu entry for this node
> ** No node following `Common notation' in menu, but `Fundamental
> concepts' follows in sectionning
> ** `Fundamental concepts' doesn't appear in menus
> ** `Top' is up for `Fundamental concepts', but has no menu entry for this node
> ** No node following `Fundamental concepts' in menu, but `Tweaking
> output' follows in sectionning
> ** `Tweaking output' doesn't appear in menus
> ** `Top' is up for `Tweaking output', but has no menu entry for this node
> ** No node following `Tweaking output' in menu, but `Templates'
> follows in sectionning
> ** `Templates' doesn't appear in menus
> ** `Top' is up for `Templates', but has no menu entry for this node
> ** No node following `Templates' in menu, but `GNU Free Documentation
> License' follows in sectionning
> WARNING: Unable to load the map file
> WARNING: Unable to find node 'チュートリアル' in book .
> WARNING: Unable to find node 'チュートリアル' in book .
> *** Unknown node in menu entry `チュートリアル' (l. 55)
> Max error number exceeded
>
>
>
> So far my findings for today, hope it helps, building the docs on my
> weak laptop is a pain ...
>
>
> Cheers,
>   Harm

Meanwhile I did
make doc-clean
make log-clean
make LANGS='de' doc

which failed in the regression-tests.

In the log I see again gs-problems for some files like:

Processing `./c0/lily-c236818d.ly'
Parsing...
Renaming input to: `/home/hermann/lilypond-git/input/regression/utf-8.ly'
Interpreting music...
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Writing header field `texidoc' to `./c0/lily-c236818d.texidoc'...
Writing ./c0/lily-c236818d-1.signature
Writing ./c0/lily-c236818d-2.signature
Layout output to `./c0/lily-c236818d.eps'...
Converting to `./c0/lily-c236818d.pdf'...
warning: `(gs -q -dNOSAFER -dEPSCrop -dCompatibilityLevel=1.4
-dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite
-sOutputFile=./c0/lily-c236818d.pdf -c.setpdfwrite
-f./c0/lily-c236818d.eps)' failed (256)

Every problematic file listed in the log compiles on its own without
problem. They all deal with fonts in some way, though.

Cheers,
  Harm



reply via email to

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