Colin, ________________________________________ From: [email protected] [[email protected]] on behalf of Colin Campbell [[email protected]] Sent: 23 April 2011 06:46 To: lilypond bug Subject: Doc build segfault
Since yesterday, make doc is erroring on a segfault from Documentation/web/ly-examples/bach-schenker.ly although the .ly compiles fine if I load it into Frescobaldi. If anyone else is having the problem, I'll raise an issue. I deleted ~/lilypond-git then git init and git clone, then autogen.sh -- noconfigure, cd build (already present from the clone), ../configure , make && make doc. Came back after my show to find: > GNU LilyPond 2.13.61 > Changing working directory to: `./out-www' > Processing > `/home/colin/lilypond-git/Documentation/web/ly-examples/bach-schenker.ly' > Parsing... > Interpreting music... > Preprocessing graphical objects... > Finding the ideal number of pages... > Fitting music on 1 page... > Drawing systems... > Layout output to `bach-schenker.ps'...make[3]: *** > [out-www/bach-schenker.png] Segmentation fault > make[3]: Leaving directory > `/home/colin/lilypond-git/build/Documentation/web/ly-examples' > make[2]: *** [out-www/ly-examples] Error 2 ----- Just a quick sanity check from a pull today... touch Documentation/web.texi ; make doc worked fine. Also running lilypond directly on the ly file (in test dir from the latest pull) works too james@james-lilybuntu2:~/testlily$ lilypond bach-schenker.ly GNU LilyPond 2.13.61 Processing `bach-schenker.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... Layout output to `bach-schenker.ps'... Converting to `./bach-schenker.pdf'... success: Compilation successfully completed james@james-lilybuntu2:~/testlily$ I know this doesn't help you but for me shows that things seem ok fundamentally. James _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
