Comment #149 on issue 2148 by [email protected]: vertical skylines
should use stencil integrals
http://code.google.com/p/lilypond/issues/detail?id=2148
Patchy is on the fritz as for the second exception, the one on undefined
web_results_dir while it was trying to link the build tree and the logs on
a location for serving them on the Web. First exception comes from a
segmentation fault with 'make all' on your patch:
rm -f ./out/piano-pedal-performer.dep;
DEPENDENCIES_OUTPUT="./out/piano-pedal-performer.dep ./out/piano-pedal-performer.o"
g++ -c -Woverloaded-virtual -I/usr/include/python2.7
-I/usr/include/python2.7 -fno-strict-aliasing -g -fwrapv -g
-fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H
-I/tmp/lilypond-master/lily/include -I./out
-I/tmp/lilypond-master/flower/include -I../flower/./out -I../flower/include
-I/tmp/lilypond-master/lily/out -g -pipe -I/usr/include/freetype2
-pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
-Wno-pmf-conversions -W -Wall -Wconversion -o out/piano-pedal-performer.o
/tmp/lilypond-master/lily/piano-pedal-performer.cc
rm -f ./out/pitch-interval.dep;
DEPENDENCIES_OUTPUT="./out/pitch-interval.dep ./out/pitch-interval.o" g++
-c -Woverloaded-virtual -I/usr/include/python2.7 -I/usr/include/python2.7
-fno-strict-aliasing -g -fwrapv -g -fstack-protector
--param=ssp-buffer-size=4 -DHAVE_CONFIG_H
-I/tmp/lilypond-master/lily/include -I./out
-I/tmp/lilypond-master/flower/include -I../flower/./out -I../flower/include
-I/tmp/lilypond-master/lily/out -g -pipe -I/usr/include/freetype2
-pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
-Wno-pmf-conversions -W -Wall -Wconversion -o out/pitch-interval.o
/tmp/lilypond-master/lily/pitch-interval.cc
/tmp/lilypond-master/lily/piano-pedal-performer.cc:185: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [out/piano-pedal-performer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/tmp/build-lilypond-master/lily'
make: *** [all] Error 2
I'm trying to rebuild with disabling ccache, which *might* help with the
undead parsed objects too.