lilypond-devel
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Patchy report


From: David Kastrup
Subject: Re: [Lilypond-auto] Patchy report
Date: Tue, 09 Oct 2012 09:57:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

John Mandereau <address@hidden> writes:

> Hi,
>
> I quote some of the logs below...
> Il giorno mar, 09/10/2012 alle 00.33 +0000, address@hidden ha
> scritto:
>> 21:58:01 (UTC) Begin LilyPond compile, previous commit at    
>> c7a3623a056891d48b13fe14fd6ee042ac666822
>> 21:58:27 Merged staging, now at:     c7a3623a056891d48b13fe14fd6ee042ac666822
>> 21:58:29     Success:                sudo -u lilybuild ./autogen.sh 
>> --noconfigure
>> 21:59:05     Success:                sudo -u lilybuild 
>> /home/lilybuild/staging/configure --disable-optimising
>> 21:59:15     Success:                sudo -u lilybuild nice make clean
>> 22:16:12     Success:                sudo -u lilybuild nice make -j2 
>> CPU_COUNT=2 ANTI_ALIAS_FACTOR=1
>> 22:38:05     Success:                sudo -u lilybuild nice make test -j2 
>> CPU_COUNT=2 ANTI_ALIAS_FACTOR=1
>> 00:33:31 *** FAILED BUILD ***
>>      sudo -u lilybuild nice make doc -j2 CPU_COUNT=2 ANTI_ALIAS_FACTOR=1
>>      Previous good commit:   6addf21b5bc485d30e63bf2f04d371c10b902cdb

That's several weeks ago.

>>      Current broken commit:  c7a3623a056891d48b13fe14fd6ee042ac666822

> logfile lilypond-multi-run-1.log (exit 1):
> Processing `/home/lilybuild/build-staging/out/lybook-db/e2/lily-19b5eb79.ly'
> Parsing...
> Interpreting
> music.../home/lilybuild/build-staging/out/share/lilypond/current/scm/music-functions.scm:1599:18:
> In expression (ly:context-property context (quote keySignature)):
> /home/lilybuild/build-staging/out/share/lilypond/current/scm/music-functions.scm:1599:18:
> Unbound variable: ly:context-property
> logfile lilypond-multi-run-0.log (exit 1):
> Processing `/home/lilybuild/build-staging/out/lybook-db/6a/lily-e9632604.ly'
> Parsing...
> Interpreting
> music.../home/lilybuild/build-staging/out/share/lilypond/current/scm/music-functions.scm:1599:18:
> In expression (ly:context-property context (quote keySignature)):
> /home/lilybuild/build-staging/out/share/lilypond/current/scm/music-functions.scm:1599:18:
> Unbound variable: ly:context-property
> fatal error: Children (1 0) exited with errors.

git grep ly:context-property c7a3623a056891d48b13fe14fd6ee042ac666822

[...]
c7a3623a056891d48b13fe14fd6ee042ac666822:lily/context-scheme.cc:LY_DEFINE 
(ly_context_property, "ly:context-property",
[...]

This is defined just fine.  In fact,

git log 
6addf21b5bc485d30e63bf2f04d371c10b902cdb..c7a3623a056891d48b13fe14fd6ee042ac666822
 lily/context-scheme.cc

indicates that it has not changed at all in the (considerable) time span
involved.  Either your build system, your version of Patchy, or your
hardware is broken.

I'd have guessed that possibly the wrong dependencies are autogenerated,
but lily/context-scheme.cc has not changed its location one bit.

-- 
David Kastrup




reply via email to

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