Re: Can't build today's git pull

2010-02-19 Thread Graham Percival
On Wed, Feb 17, 2010 at 10:47 PM, Peter Chubb wrote: > ... > --- lilypond.orig/scripts/convert-ly.py 2010-02-18 09:16:54.522166613 +1100 > +++ lilypond/scripts/convert-ly.py      2010-02-18 > -        except InvalidVersion as ex: > +        except InvalidVersion, ex: Thanks, pushed. Cheers, - G

Re: Can't build today's git pull

2010-02-18 Thread Peter Chubb
> "Graham" == Graham Percival writes: Graham> On Wed, Feb 17, 2010 at 11:24 PM, Peter Chubb Graham> wrote: /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > out/convert-ly.1 out/convert-ly:341: Warning: 'as' will become a reserved keyword in Python 2.6 File "out/co

Re: Can't build today's git pull

2010-02-18 Thread Patrick McCarty
On Thu, Feb 18, 2010 at 11:14 AM, Graham Percival wrote: > On Thu, Feb 18, 2010 at 07:47:24PM +0100, Reinhold Kainhofer wrote: >> > I won't pretend to know how python 2.4, 2.5, 2.6, 3.0 and 3.1 all >> > treat this syntax, so could somebody who knows python take a look at >> > the current convert-l

Re: Can't build today's git pull

2010-02-18 Thread Graham Percival
On Thu, Feb 18, 2010 at 07:47:24PM +0100, Reinhold Kainhofer wrote: > > I won't pretend to know how python 2.4, 2.5, 2.6, 3.0 and 3.1 all > > treat this syntax, so could somebody who knows python take a look at > > the current convert-ly and make it work on 2.4.5 and up? > > From the docs at pytho

Re: Can't build today's git pull

2010-02-18 Thread Reinhold Kainhofer
Am Donnerstag, 18. Februar 2010 19:31:06 schrieben Sie: > On Wed, Feb 17, 2010 at 11:24 PM, Peter Chubb wrote: > >>> /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > > >>> out/convert-ly.1 out/convert-ly:341: Warning: 'as' will become a > >>> reserved keyword in Python 2.6 File "out/

Re: Can't build today's git pull

2010-02-18 Thread Graham Percival
On Wed, Feb 17, 2010 at 11:24 PM, Peter Chubb wrote: >>> /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > >>> out/convert-ly.1 out/convert-ly:341: Warning: 'as' will become a >>> reserved keyword in Python 2.6 File "out/convert-ly", line 341 >>> except InvalidVersion as ex: ^ SyntaxEr

Re: Can't build today's git pull

2010-02-17 Thread Peter Chubb
> "Graham" == Graham Percival writes: Graham> On Thu, Feb 18, 2010 at 09:47:21AM +1100, Peter Chubb wrote: >> ... chmod 755 out/convert-ly >> /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > >> out/convert-ly.1 out/convert-ly:341: Warning: 'as' will become a >> reserved keyword

Re: Can't build today's git pull

2010-02-17 Thread Graham Percival
On Thu, Feb 18, 2010 at 09:47:21AM +1100, Peter Chubb wrote: > ... > chmod 755 out/convert-ly > /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > out/convert-ly.1 > out/convert-ly:341: Warning: 'as' will become a reserved keyword in Python 2.6 > File "out/convert-ly", line 341 > e

Re: Can't build today's git pull

2010-02-17 Thread Neil Puttock
2010/2/17 John Mandereau : > Neither can I.  Sorry for top-posting but it seems this error is > unrelated to the one you reported: > > error: cannot find description for property originalMiddleCPosition > (translation) > /home/lilydev/git/lily/master/out/share/lilypond/current/scm/lily.scm > make[

Re: Can't build today's git pull

2010-02-17 Thread John Mandereau
Neither can I. Sorry for top-posting but it seems this error is unrelated to the one you reported: error: cannot find description for property originalMiddleCPosition (translation) /home/lilydev/git/lily/master/out/share/lilypond/current/scm/lily.scm make[1]: *** [out/internals.texi] Error 1 Ch

Can't build today's git pull

2010-02-17 Thread Peter Chubb
... chmod 755 out/convert-ly /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > out/convert-ly.1 out/convert-ly:341: Warning: 'as' will become a reserved keyword in Python 2.6 File "out/convert-ly", line 341 except InvalidVersion as ex: ^ SyntaxError: inv