[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: |
Sat, 20 Jan 2024 18:55:14 -0700 |
On Thu, Jan 18, 2024 at 11:05 PM Werner LEMBERG <wl@gnu.org> wrote:
>
> > "/Users/carl/Development/lilypond/build/out/lybook-db/
> > snippet-names-ece0c512da6daf7d9aff45809ce97556.ly"' returned non-zero
> exit
> > status 1.
>
> You have to check the log files in `lybook-db` to find the problematic
> `.ly` file(s). Does `make test` succeed? You should actually try that
> before running `make doc`...
>
Interesting -- the CG has make doc show up before make test. But I
appreciate the suggestion, so I decided to restart
So I did a make clean, and then a make test.
Got an error, and this is the log file (
/my_path/lilypond/build/scripts/build/./out/output-distance-test.log ):
Command: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 -W
default -W ignore::ResourceWarning
/Users/carl/Development/lilypond/scripts/build/output-distance.py --test
--output-dir=./out
GNU LilyPond 2.25.13 (running Guile 3.0)
Processing `20'
Processing `19'
Processing `20grob'
Processing `20multipage'
Processing `19multipage'
Processing `added'
Processing `removed'
Processing `added-multipage.ly'
Success: compilation successfully completed
line 96 column 7 - Error: <figure> is not recognized!
line 96 column 7 - Warning: discarding unexpected <figure>
line 97 column 1 - Error: <figure> is not recognized!
line 97 column 1 - Warning: discarding unexpected <figure>
line 99 column 1 - Warning: discarding unexpected </figure>
line 100 column 1 - Error: <figcaption> is not recognized!
line 100 column 1 - Warning: discarding unexpected <figcaption>
line 100 column 57 - Warning: discarding unexpected </figcaption>
line 101 column 1 - Warning: discarding unexpected </figure>
line 109 column 7 - Error: <figure> is not recognized!
line 109 column 7 - Warning: discarding unexpected <figure>
line 110 column 1 - Error: <figure> is not recognized!
line 110 column 1 - Warning: discarding unexpected <figure>
line 112 column 1 - Warning: discarding unexpected </figure>
line 114 column 1 - Error: <figure> is not recognized!
test results in ./out/test-output-distance
comparing dir1
to dir2
25 eps
2 midi
7 log
1 gittxt
35 total
no source for dir2/context.ly
no source for dir2/removed.ly
no source for dir2/midi-differ.midi
no source for dir2/log-differ.log
no source for dir2/removed.log
no source for dir2/tree.gittxt
converting 4 EPS files
converting 16 EPS files
converting 1 EPS files
output-distance summary:
13 changed
3 in baseline only
0 below threshold
3 unchanged
Traceback (most recent call last):
File "/my_path/lilypond/scripts/build/output-distance.py", line 1424, in
<module>
main()
File "/my_path/lilypond/scripts/build/output-distance.py", line 1412, in
main
run_tests()
File "/my_path/lilypond/scripts/build/output-distance.py", line 1359, in
run_tests
test_compare_tree_pairs()
File "/my_path/lilypond/scripts/build/output-distance.py", line 1199, in
test_compare_tree_pairs
subprocess.run([tidy_bin, '-o', '/dev/null', '-q', html_fn], check=True)
File
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py",
line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/tidy', '-o',
'/dev/null', '-q', 'compare-dir1dir2/index.html']' returned non-zero exit
status 2.
I'm not sure how to interpret or track down this error further. Any help
would be appreciated.
Thanks,
Carl
- Error with make doc, Carl Sorensen, 2024/01/18
- Re: Error with make doc, Werner LEMBERG, 2024/01/19
- Re: Error with make doc,
Carl Sorensen <=
- Re: Error with make doc, Dan Eble, 2024/01/20
- Re: Error with make doc, Carl Sorensen, 2024/01/21
- Re: Error with make doc, Werner LEMBERG, 2024/01/22
- Re: Error with make doc, Carl Sorensen, 2024/01/22
- Re: Error with make doc, Werner LEMBERG, 2024/01/22
- Re: Error with make doc, Jean Abou Samra, 2024/01/22
- Re: Error with make doc, Carl Sorensen, 2024/01/22
- Re: Error with make doc, Jean Abou Samra, 2024/01/22
- Re: Error with make doc, Jean Abou Samra, 2024/01/22
- Re: Error with make doc, Jean Abou Samra, 2024/01/22