lilypond-user
[Top][All Lists]
Advanced

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

Can't build local docs with current git pull


From: Patrick Horgan
Subject: Can't build local docs with current git pull
Date: Fri, 31 Dec 2010 22:43:33 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14pre) Gecko/20101224 Shredder/3.1.8pre

Did git pull, make dist-clean, make all, make install, all completed fine. Then make doc results in:

Renaming input to: `tablature-fretboard-open-string.ly']
Interpreting music...
[/usr/local/lilypond/out/share/lilypond/current/fonts/otf/emmentaler-20.otf]Segmentation fault (core dumped) command failed: /usr/local/lilypond/out/bin/lilypond -I ./ -I ./out-www -I ../../input -I /usr/local/lilypond/Documentation -I /usr/local/lilypond/Documentation/snippets -I ../../input/regression/ -I /usr/local/lilypond/Documentation/included/ -I /usr/local/lilypond/mf/out/ -I /usr/local/lilypond/mf/out/ -I /usr/local/lilypond/Documentation/pictures -I /usr/local/lilypond/Documentation/pictures/./out-www -dbackend=eps --formats=ps,png,pdf -dinclude-eps-fonts -dgs-load-fonts --header=doctitle --header=doctitlede --header=doctitlees --header=doctitlefr --header=doctitlehu --header=doctitleit --header=doctitleja --header=doctitlenl --header=texidoc --header=texidocde --header=texidoces --header=texidocfr --header=texidochu --header=texidocit --header=texidocja --header=texidocnl -dcheck-internal-types -ddump-signatures -danti-alias-factor=2 -I "/usr/local/lilypond/out/lybook-db" -I "/usr/local/lilypond/input/regression" -I "/usr/local/lilypond/input/regression" -I "/usr/local/lilypond/input/regression/out-www" -I "/usr/local/lilypond/input" -I "/usr/local/lilypond/Documentation" -I "/usr/local/lilypond/Documentation/snippets" -I "/usr/local/lilypond/input/regression" -I "/usr/local/lilypond/Documentation/included" -I "/usr/local/lilypond/mf/out" -I "/usr/local/lilypond/mf/out" -I "/usr/local/lilypond/Documentation/pictures" -I "/usr/local/lilypond/Documentation/pictures/out-www" --formats=eps --verbose -deps-box-padding=3.000000 -dread-file-list -dno-strip-output-dir "

seg fault was here (at grob-property.cc:115)

110
111    void
112    Grob::internal_set_property (SCM sym, SCM v)
113    {
114      internal_set_value_on_alist (&mutable_property_alist_,
115                       sym, v);
116
117    }

&mutable_property_alist_ is 0x4a, sym is 0xb7309050, and v is 0x1a.

using gcc 4.6.0 on ubuntu meercat

Is this a known thing or should I look at it?

Patrick



reply via email to

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