Re: Problem with make

2011-09-22 Thread Graham Percival
On Thu, Sep 22, 2011 at 11:52:36PM +0200, Reinhold Kainhofer wrote: > That's all just speculation, though, based on experience and gut feeling. Based on my spectulation and gut feeling from seeing this off and on for the past IIRC 1.5 years, it happens more often when you're building from an exist

Re: Problem with make

2011-09-22 Thread Reinhold Kainhofer
Am Thursday, 22. September 2011, 21:42:14 schrieb Peekay Ex: > if it is of any use, the last 3 patches I have just tested for David, > none gave me make failures at all. I even did two of them again twice, > just to see if it was a fluke. So it seems to be the 'type' of files > that get patched per

Re: Problem with make

2011-09-22 Thread David Kastrup
Peekay Ex writes: > Hello, > > On Thu, Sep 22, 2011 at 6:49 PM, Graham Percival > wrote: >> On Thu, Sep 22, 2011 at 06:22:55PM +0100, Phil Holmes wrote: >>> - Original Message - From: "Graham Percival" >>> >>> >On Thu, Sep 22, 2011 at 10:17:50AM +0100, Phil Holmes wrote: >>> >>I'd like

Re: Problem with make

2011-09-22 Thread Peekay Ex
Hello, On Thu, Sep 22, 2011 at 6:49 PM, Graham Percival wrote: > On Thu, Sep 22, 2011 at 06:22:55PM +0100, Phil Holmes wrote: >> - Original Message - From: "Graham Percival" >> >> >On Thu, Sep 22, 2011 at 10:17:50AM +0100, Phil Holmes wrote: >> >>I'd like to add a note to this effect in

Re: Problem with make

2011-09-22 Thread Graham Percival
On Thu, Sep 22, 2011 at 06:22:55PM +0100, Phil Holmes wrote: > - Original Message - From: "Graham Percival" > > >On Thu, Sep 22, 2011 at 10:17:50AM +0100, Phil Holmes wrote: > >>I'd like to add a note to this effect in the CG - anyone object? > > > >yes; I'd rather see an issue in the trac

Re: Problem with make

2011-09-22 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: ; "Devel" Sent: Thursday, September 22, 2011 5:35 PM Subject: Re: Problem with make On Thu, Sep 22, 2011 at 10:17:50AM +0100, Phil Holmes wrote: I'd like to add a note to th

Re: Problem with make

2011-09-22 Thread David Kastrup
Graham Percival writes: > On Thu, Sep 22, 2011 at 11:44:29AM +0200, Reinhold Kainhofer wrote: >> >> Exactly. Make copies the *.texi file from the source to the build dir, runs >> extract-texi-filenames.py and then removes it again... > > Ouch. Is there any compelling reason to > 1) not run ext

Re: Problem with make

2011-09-22 Thread Graham Percival
On Thu, Sep 22, 2011 at 11:44:29AM +0200, Reinhold Kainhofer wrote: > > Exactly. Make copies the *.texi file from the source to the build dir, runs > extract-texi-filenames.py and then removes it again... Ouch. Is there any compelling reason to 1) not run extract-texi-filename.py on the origina

Re: Problem with make

2011-09-22 Thread Graham Percival
On Thu, Sep 22, 2011 at 10:17:50AM +0100, Phil Holmes wrote: > I'd like to add a note to this effect in the CG - anyone object? yes; I'd rather see an issue in the tracker instead. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Problem with make on a commit *after* Davids last '\pushAtTag' commit - 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> Peekay Ex writes: >> >>> Hello, >>> >>> I'm getting the following error when I tried to 'make' this morning. >>> >>> --snip-- >>> >>> /home/jlowe/lilypond-git/ly/string-tunings-init.ly:128:0: error: >>> syntax error, unexpected MUSIC_FUNCTION >

Re: Problem with make on a commit *after* Davids last '\pushAtTag' commit - 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread David Kastrup
David Kastrup writes: > Peekay Ex writes: > >> Hello, >> >> I'm getting the following error when I tried to 'make' this morning. >> >> --snip-- >> >> /home/jlowe/lilypond-git/ly/string-tunings-init.ly:128:0: error: >> syntax error, unexpected MUSIC_FUNCTION > > Am bisecting right now, this is li

Re: Problem with make on a commit *after* Davids last '\pushAtTag' commit - 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread David Kastrup
Peekay Ex writes: > Hello, > > I'm getting the following error when I tried to 'make' this morning. > > --snip-- > > /home/jlowe/lilypond-git/ly/string-tunings-init.ly:128:0: error: > syntax error, unexpected MUSIC_FUNCTION Am bisecting right now, this is likely caused by a change of mine I cons

Re: Problem with make on a commit *after* Davids last '\pushAtTag' commit- 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread Neil Puttock
On 22 September 2011 12:48, Phil Holmes wrote: > We probably need to learn how to use git bisect... It's David's most recent commit: 6c3445a0791831d450573cf583da36aecac5322c Cheers, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org https://

Re: Problem with make on a commit *after* Davids last '\pushAtTag' commit- 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread Phil Holmes
- Original Message - From: "Peekay Ex" To: "Devel" Sent: Thursday, September 22, 2011 12:36 PM Subject: Problem with make on a commit *after* Davids last '\pushAtTag' commit- 264022bd6ebfed3220c0272d2c4a1c8ef9db4028 Hello, I'm getting the fo

Problem with make on a commit *after* Davids last '\pushAtTag' commit - 264022bd6ebfed3220c0272d2c4a1c8ef9db4028

2011-09-22 Thread Peekay Ex
Hello, I'm getting the following error when I tried to 'make' this morning. --snip-- /home/jlowe/lilypond-git/ly/string-tunings-init.ly:128:0: error: syntax error, unexpected MUSIC_FUNCTION \makeDefaultStringTunings #defaultStringTunings ] [/home/jlowe/lilypond-git/ly/property-init.ly] [/ho

Re: Problem with make

2011-09-22 Thread Peekay Ex
Hello, On Thu, Sep 22, 2011 at 10:21 AM, Phil Holmes wrote: > - Original Message - From: "Reinhold Kainhofer" > > To: > Cc: "David Kastrup" > Sent: Thursday, September 22, 2011 2:07 AM > Subject: Re: Problem with make > > >> Am Th

Re: Problem with make

2011-09-22 Thread Reinhold Kainhofer
Am Thursday, 22. September 2011, 09:58:05 schrieb David Kastrup: > Reinhold Kainhofer writes: > > I only get such a problem if I call "make -j3" (or something other > > >1). I have never experienced it with "make", so my guess would be > > that the dependencies of our texinfo files are not compl

Re: Problem with make

2011-09-22 Thread Phil Holmes
- Original Message - From: "Reinhold Kainhofer" To: Cc: "David Kastrup" Sent: Thursday, September 22, 2011 2:07 AM Subject: Re: Problem with make Am Thursday, 22. September 2011, 01:55:15 schrieb David Kastrup: > yep, happens about 10% of the time for me

Re: Problem with make

2011-09-22 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: Sent: Thursday, September 22, 2011 12:59 AM Subject: Re: Problem with make David Kastrup writes: "pkx1...@gmail.com" writes: hello, On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: On my fast b

Re: Problem with make

2011-09-22 Thread Phil Holmes
I'd like to add a note to this effect in the CG - anyone object? -- Phil Holmes - Original Message - From: To: "Phil Holmes" ; "Graham Percival" Cc: "Devel" Sent: Thursday, September 22, 2011 12:05 AM Subject: RE: Problem with make hello,

Re: Problem with make

2011-09-22 Thread David Kastrup
Reinhold Kainhofer writes: > Am Thursday, 22. September 2011, 01:55:15 schrieb David Kastrup: >> > yep, happens about 10% of the time for me. Running "make" again >> > fixes it. (almost always -- the chance of two failing runs is >> > about 1%. That's happened twice to me that I can recall) >>

Re: Problem with make

2011-09-21 Thread Colin Campbell
On 11-09-21 11:06 AM, Graham Percival wrote: On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: On my fast build system, I can't currently get a successful make. Abort changes, pull, clean build directory. The build ends with: ... As you see, the problem is a missing AUTHORS.texi.

Re: Problem with make

2011-09-21 Thread Graham Percival
On Thu, Sep 22, 2011 at 01:59:53AM +0200, David Kastrup wrote: > David Kastrup writes: > > > "pkx1...@gmail.com" writes: > > > >> hello, > >> > >> On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: > >>> On my fast build system, I can't currently get a successful make. > >>> Abort chan

Re: Problem with make

2011-09-21 Thread Reinhold Kainhofer
Am Thursday, 22. September 2011, 01:55:15 schrieb David Kastrup: > > yep, happens about 10% of the time for me. Running "make" again > > fixes it. (almost always -- the chance of two failing runs is > > about 1%. That's happened twice to me that I can recall) > > - - - > > > > happens to me nea

Re: Problem with make

2011-09-21 Thread David Kastrup
David Kastrup writes: > "pkx1...@gmail.com" writes: > >> hello, >> >> On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: >>> On my fast build system, I can't currently get a successful make. >>> Abort changes, pull, clean build directory. The build ends with: >> ... >>> As you see, th

Re: Problem with make

2011-09-21 Thread David Kastrup
"pkx1...@gmail.com" writes: > hello, > > On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: >> On my fast build system, I can't currently get a successful make. >> Abort changes, pull, clean build directory. The build ends with: > ... >> As you see, the problem is a missing AUTHORS.tex

RE: Problem with make

2011-09-21 Thread pkx1...@gmail.com
hello, On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: > On my fast build system, I can't currently get a successful make. > Abort changes, pull, clean build directory. The build ends with: ... > As you see, the problem is a missing AUTHORS.texi. The odd thing is > that on previous

Re: Problem with make

2011-09-21 Thread Graham Percival
On Wed, Sep 21, 2011 at 05:13:00PM +0100, Phil Holmes wrote: > On my fast build system, I can't currently get a successful make. > Abort changes, pull, clean build directory. The build ends with: ... > As you see, the problem is a missing AUTHORS.texi. The odd thing is > that on previous make run

Problem with make

2011-09-21 Thread Phil Holmes
On my fast build system, I can't currently get a successful make. Abort changes, pull, clean build directory. The build ends with: make[2]: Entering directory `/media/IntelSSD/lilypond/lilypond-git/build/Documentation/topdocs' LILYPOND_VERSION=2.15.13 [snip options] out/NEWS.tely /usr/bin/py