lilypond-devel
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Patchy email


From: John Mandereau
Subject: Re: [Lilypond-auto] Patchy email
Date: Tue, 17 Jul 2012 22:00:29 +0200

Hi David,
Il giorno mar, 17/07/2012 alle 20.19 +0200, address@hidden
ha scritto:
> 18:02:01 (UTC) Begin LilyPond compile, previous commit at     
> 7d195ce54c3fd467a1434d5399930d6610327e69
> 
> 18:02:51 Merged staging, now at:      f22c889b1389cb7d761580762fe77973780f2f86
> 
> 18:02:52      Success:                ./autogen.sh --noconfigure
> 
> 18:03:01      Success:                ../configure --disable-optimising
> 
> 18:03:15      Success:                nice make clean -j3 CPU_COUNT=3
> 
> 18:04:44      Success:                nice make -j3 CPU_COUNT=3
> 
> 18:09:10      Success:                nice make test -j3 CPU_COUNT=3
> 
> 18:19:48 *** FAILED BUILD ***
> 
>       nice make doc -j3 CPU_COUNT=3
> 
>       Previous good commit:   7d195ce54c3fd467a1434d5399930d6610327e69
> 
>       Current broken commit:  f22c889b1389cb7d761580762fe77973780f2f86
> 
> 18:19:48 *** FAILED STEP ***
> 
>       merge from staging
> 
>       Failed runner: nice make doc -j3 CPU_COUNT=3
> 
> See the log file log-staging-nice-make-doc--j3-CPU_COUNT=3.txt

LilyPond processing of Documentation/snippets/out/incipit.ly from this
failed Patchy run is attached.

It seems this failure is not related to translated texidocs, nor my last
changes to makelsr and the build system.  A freshly built lilypond
compiled succesfully Documentation/snippets/incipit.ly, so I just pushed
the following change, let's see what next Patchy run will tell.  If you
have a better fix, please take over.

commit 3301083603577a891757ef798bae3db694cbcca0
Author: John Mandereau <address@hidden>
Date:   Tue Jul 17 21:56:42 2012 +0200

    Quickly fix documentation build

diff --git a/Documentation/snippets/incipit.ly 
b/Documentation/snippets/incipit.ly
index 44b79af..1b28967 100644
--- a/Documentation/snippets/incipit.ly
+++ b/Documentation/snippets/incipit.ly
@@ -37,7 +37,7 @@ incipit =
                                instrumentName = #instrument-name
                                \override VerticalAxisGroup
                                 #'Y-extent = #'(-4 . 4)
-                            } #incipit-music
+                            } { #incipit-music }
                           }
                           \layout { $(ly:grob-layout grob)
                                     line-width = \indent
diff --git a/Documentation/snippets/new/incipit.ly 
b/Documentation/snippets/new/incipit.ly
index 56ad841..38ade69 100644
--- a/Documentation/snippets/new/incipit.ly
+++ b/Documentation/snippets/new/incipit.ly
@@ -29,7 +29,7 @@ incipit =
                                instrumentName = #instrument-name
                                \override VerticalAxisGroup
                                 #'Y-extent = #'(-4 . 4)
-                            } #incipit-music
+                            } { #incipit-music }
                           }
                           \layout { $(ly:grob-layout grob)
                                     line-width = \indent


Cheers,
John

Attachment: lilypond-multi-run-0.log
Description: Text Data


reply via email to

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