testing 2.13.7, bumped fontforge+double

View: New views
20 Messages — Rating Filter:   Alert me  

testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, I'm uploading yet another 2.13.7, this time with an updated
fontforge that was compiled with --enable-double.
    http://lilypond.org/~graham/

If this one works, I'll go ahead with the official 2.13.7 release,
unless anybody has any last-minute package bumping requests.
it also contains lilypad.exe

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Neil Puttock :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/4 Graham Percival <graham@...>:

> If this one works, I'll go ahead with the official 2.13.7 release,
> unless anybody has any last-minute package bumping requests.
> it also contains lilypad.exe

Working fine under Wine here.

Thanks,
Neil


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Francisco Vila-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/4 Graham Percival <graham@...>:
> Ok, I'm uploading yet another 2.13.7, this time with an updated
> fontforge that was compiled with --enable-double.
>    http://lilypond.org/~graham/
>
> If this one works, I'll go ahead with the official 2.13.7 release,
> unless anybody has any last-minute package bumping requests.
> it also contains lilypad.exe

The only that is stopping me from testing it is that uninstall on
Windows takes ages to complete. Literally, about half an hour or more.
 I'll try to do it tonight.

--
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Patrick McCarty-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 4, 2009 at 5:56 AM, Graham Percival
<graham@...> wrote:
> Ok, I'm uploading yet another 2.13.7, this time with an updated
> fontforge that was compiled with --enable-double.
>    http://lilypond.org/~graham/

darwin-x86: works fine on Snow Leopard and Leopard (from GUI and command line).
darwin-ppc: works fine on Leopard.

Thanks,
Patrick


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Mats Bengtsson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting Graham Percival <graham@...>:

> Ok, I'm uploading yet another 2.13.7, this time with an updated
> fontforge that was compiled with --enable-double.
>    http://lilypond.org/~graham/
>
> If this one works, I'll go ahead with the official 2.13.7 release,
> unless anybody has any last-minute package bumping requests.
> it also contains lilypad.exe

lilypond, lilypad and convert-ly work fine on Windows 7. However, I
noticed that lilypond-book is broken due to some Python problems. Just
running lilypond-book without any argument results in the following
error;

Traceback (most recent call last):
  File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 36, in ?
    import tempfile
  File "/usr/lib/python2.4/tempfile.py", line 33, in ?
  File "/usr/lib/python2.4/random.py", line 834, in ?
  File "/usr/lib/python2.4/random.py", line 94, in __init__
  File "/usr/lib/python2.4/random.py", line 110, in seed
ImportError: No module named time


Is it only on Win 7 or have others observed the problem also on XP or
Vista? I first noticed it in the 2.13.6 package.

    /Mats

>
> Cheers,
> - Graham
>
>
> _______________________________________________
> lilypond-devel mailing list
> lilypond-devel@...
> http://lists.gnu.org/mailman/listinfo/lilypond-devel
>





_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 04, 2009 at 10:50:48PM +0100, Mats Bengtsson wrote:
> Is it only on Win 7 or have others observed the problem also on XP or  
> Vista? I first noticed it in the 2.13.6 package.

This is the first I've heard about python problems on windows, but
they're common on OSX.  We could really use somebody who knows
about python look into this.

I'll go ahead with 2.13.7.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Trevor Daniels :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Mats Bengtsson wrote Wednesday, November 04, 2009 9:50 PM


> Quoting Graham Percival <graham@...>:
>
>> Ok, I'm uploading yet another 2.13.7, this time with an updated
>> fontforge that was compiled with --enable-double.
>>    http://lilypond.org/~graham/
>>
>> If this one works, I'll go ahead with the official 2.13.7
>> release,
>> unless anybody has any last-minute package bumping requests.
>> it also contains lilypad.exe
>
> lilypond, lilypad and convert-ly work fine on Windows 7. However,
> I noticed that lilypond-book is broken due to some Python
> problems. Just running lilypond-book without any argument results
> in the following error;
>
> Traceback (most recent call last):
>  File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line
> 36, in ?
>    import tempfile
>  File "/usr/lib/python2.4/tempfile.py", line 33, in ?
>  File "/usr/lib/python2.4/random.py", line 834, in ?
>  File "/usr/lib/python2.4/random.py", line 94, in __init__
>  File "/usr/lib/python2.4/random.py", line 110, in seed
> ImportError: No module named time
>
>
> Is it only on Win 7 or have others observed the problem also on XP
> or Vista? I first noticed it in the 2.13.6 package.

It fails in the same way on Windows Vista.  It is
because time.dll is missing from LilyPond/usr/bin.

Copying this dll from an earlier release,
2.13.4-1 in my case, fixes the problem.

Trevor
 



_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Mats Bengtsson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Trevor Daniels wrote:
>
>> Is it only on Win 7 or have others observed the problem also on XP or
>> Vista? I first noticed it in the 2.13.6 package.
>
> It fails in the same way on Windows Vista.  It is
> because time.dll is missing from LilyPond/usr/bin.
>
> Copying this dll from an earlier release,
> 2.13.4-1 in my case, fixes the problem.
Then it seems like a packaging/GUB problem, right?

    /Mats


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Trevor Daniels :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Mats Bengtsson wrote Thursday, November 05, 2009 12:59 PM

>
> Trevor Daniels wrote:
>>
>>> Is it only on Win 7 or have others observed the problem also on
>>> XP or Vista? I first noticed it in the 2.13.6 package.
>>
>> It fails in the same way on Windows Vista.  It is
>> because time.dll is missing from LilyPond/usr/bin.
>>
>> Copying this dll from an earlier release,
>> 2.13.4-1 in my case, fixes the problem.
>
> Then it seems like a packaging/GUB problem, right?

Guess so.  Graham?

Trevor



_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 5:20 PM, Trevor Daniels <t.daniels@...> wrote:

>
> Mats Bengtsson wrote Thursday, November 05, 2009 12:59 PM
>>
>>> It fails in the same way on Windows Vista.  It is
>>> because time.dll is missing from LilyPond/usr/bin.
>>>
>>> Copying this dll from an earlier release,
>>> 2.13.4-1 in my case, fixes the problem.
>>
>> Then it seems like a packaging/GUB problem, right?
>
> Guess so.  Graham?

Sure, sounds reasonable.  If anybody feels like looking into this, go
ahead.  If not, please add it to the tracker, because I won't remember
it in 2 weeks or whenever I might start looking into it myself.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Trevor Daniels :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Graham Percival wrote Thursday, November 05, 2009 5:27 PM

>
>On Thu, Nov 5, 2009 at 5:20 PM, Trevor Daniels
><t.daniels@...> wrote:
>>
>> Mats Bengtsson wrote Thursday, November 05, 2009 12:59 PM
>>>
>>>> It fails in the same way on Windows Vista. It is
>>>> because time.dll is missing from LilyPond/usr/bin.
>>>>
>>>> Copying this dll from an earlier release,
>>>> 2.13.4-1 in my case, fixes the problem.
>>>
>>> Then it seems like a packaging/GUB problem, right?
>>
>> Guess so. Graham?
>
> Sure, sounds reasonable.  If anybody feels like looking into this,
> go
> ahead.  If not, please add it to the tracker, because I won't
> remember
> it in 2 weeks or whenever I might start looking into it myself.

There's nothing in the git repo that does anything
to time.dll, but then I don't think GUB is in the
standard git repo is it.  So there's nothing I can
do to investigate further.  I'll add it to the tracker.

Trevor



_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 6:21 PM, Trevor Daniels <t.daniels@...> wrote:

>
> Graham Percival wrote Thursday, November 05, 2009 5:27 PM
>> Sure, sounds reasonable.  If anybody feels like looking into this, go
>> ahead.  If not, please add it to the tracker, because I won't remember
>> it in 2 weeks or whenever I might start looking into it myself.
>
> There's nothing in the git repo that does anything
> to time.dll, but then I don't think GUB is in the
> standard git repo is it.  So there's nothing I can
> do to investigate further.  I'll add it to the tracker.

http://github.com/janneke/gub

but I don't recommend trying to figure it out.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Jan Nieuwenhuizen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Op donderdag 05-11-2009 om 17:27 uur [tijdzone +0000], schreef Graham
Percival:
> On Thu, Nov 5, 2009 at 5:20 PM, Trevor Daniels <t.daniels@...> wrote:
> >
> > Mats Bengtsson wrote Thursday, November 05, 2009 12:59 PM

> Sure, sounds reasonable.  If anybody feels like looking into this, go
> ahead.  If not, please add it to the tracker, because I won't remember
> it in 2 weeks or whenever I might start looking into it myself.

Looked a bit into this and pushed a tighter test and a fix.
What I do not understand is why/how timemodule.c built before.

Greetings,
Jan.

--
Jan Nieuwenhuizen <janneke@...> | GNU LilyPond - The music typesetter
Avatar®: http://AvatarAcademy.nl    | http://lilypond.org



_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 05, 2009 at 10:36:41PM +0100, Jan Nieuwenhuizen wrote:
> Op donderdag 05-11-2009 om 17:27 uur [tijdzone +0000], schreef Graham
> Percival:
> > Sure, sounds reasonable.  If anybody feels like looking into this, go
> > ahead.  If not, please add it to the tracker, because I won't remember
> > it in 2 weeks or whenever I might start looking into it myself.
>
> Looked a bit into this and pushed a tighter test and a fix.
> What I do not understand is why/how timemodule.c built before.

Awesome!  I'll make a test 2.13.8 tomorrow... I want to test some
new regtest-handling code anyway.  But I'll wait at least until
Monday before making an official release.

Jan, since you know both python and GUB, could you try making the
lilypond scripts on darwin  (convert-ly, lilypond-book, etc)
point to the python that we distribute with lilypond, rather than
#!/usr/bin/env?  I think that might fix
http://code.google.com/p/lilypond/issues/detail?id=894

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Neil Puttock :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/5 Graham Percival <graham@...>:

> Awesome!  I'll make a test 2.13.8 tomorrow... I want to test some
> new regtest-handling code anyway.  But I'll wait at least until
> Monday before making an official release.

If it's OK, I'd like to bump the version now, so I can apply Michael's
two-sided margins patch.

I'll hold fire if you'd rather do it.

Thanks,
Neil


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 05, 2009 at 10:47:59PM +0000, Neil Puttock wrote:
> 2009/11/5 Graham Percival <graham@...>:
>
> > Awesome!  I'll make a test 2.13.8 tomorrow... I want to test some
> > new regtest-handling code anyway.  But I'll wait at least until
> > Monday before making an official release.
>
> If it's OK, I'd like to bump the version now, so I can apply Michael's
> two-sided margins patch.

Oops, did I forget to push?  I remember committing the change at
university.  Go ahead and do it.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Neil Puttock :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/5 Graham Percival <graham@...>:

> Oops, did I forget to push?  I remember committing the change at
> university.  Go ahead and do it.

OK, done.

Thanks,
Neil


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Jan Nieuwenhuizen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Op donderdag 05-11-2009 om 22:23 uur [tijdzone +0000], schreef Graham
Percival:
> On Thu, Nov 05, 2009 at 10:36:41PM +0100, Jan Nieuwenhuizen wrote:
> > Op donderdag 05-11-2009 om 17:27 uur [tijdzone +0000], schreef Graham
> > Percival:

> Jan, since you know both python and GUB, could you try making the
> lilypond scripts on darwin  (convert-ly, lilypond-book, etc)
> point to the python that we distribute with lilypond, rather than
> #!/usr/bin/env?  I think that might fix
> http://code.google.com/p/lilypond/issues/detail?id=894

This issue looks like an installation error on part of reporter.
Reporter seems to have a [partly/roken] python [library] installed
in his home directory.  Don't do that -- or don't write bug
reports when doing that ;-)

Moreover, python2.6 should be able to import md5 [try it on your
linux box] /and/ all lilypond scripts should "just" run with
python2.6 -- otherwise we'd have a slew of problems with just
about any linux distro.

Furthermore, I do not have much darwin knowledge, and it seems
that someone more knowledgable than me [Han-Wen?] has explicitly
specified to use darwin's native python by setting

    make_flags = ' TARGET_PYTHON="/usr/bin/env python"'

unfortunately, there is no comment there, but I would suggest
not to change it unless you know what you are doing.

Greetings,
Jan.

--
Jan Nieuwenhuizen <janneke@...> | GNU LilyPond - The music typesetter
Avatar®: http://AvatarAcademy.nl    | http://lilypond.org



_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Nov 06, 2009 at 08:32:06AM +0100, Jan Nieuwenhuizen wrote:

> Op donderdag 05-11-2009 om 22:23 uur [tijdzone +0000], schreef Graham
> Percival:
> > Jan, since you know both python and GUB, could you try making the
> > lilypond scripts on darwin  (convert-ly, lilypond-book, etc)
> > point to the python that we distribute with lilypond, rather than
> > #!/usr/bin/env?  I think that might fix
> > http://code.google.com/p/lilypond/issues/detail?id=894
>
> This issue looks like an installation error on part of reporter.
> Reporter seems to have a [partly/roken] python [library] installed
> in his home directory.  Don't do that -- or don't write bug
> reports when doing that ;-)

Good point.

Can anybody without any manual python stuff reproduce this bug?
If not, we can just close it.

> Moreover, python2.6 should be able to import md5 [try it on your
> linux box] /and/ all lilypond scripts should "just" run with
> python2.6 -- otherwise we'd have a slew of problems with just
> about any linux distro.
>
> Furthermore, I do not have much darwin knowledge, and it seems
> that someone more knowledgable than me [Han-Wen?] has explicitly
> specified to use darwin's native python by setting
>
>     make_flags = ' TARGET_PYTHON="/usr/bin/env python"'
>
> unfortunately, there is no comment there, but I would suggest
> not to change it unless you know what you are doing.

That line is there because osx 10.4 comes with python 2.3.5, which
isn't compatible with lilypond-book (we use set) or convert-ly (we
use decorator functions).

The old workaround was to install python (via fink, macports, or
manually) and then manually edit the lilypond python scripts to
use "/usr/bin/env python"  instead of /usr/bin/python.

However, at approximately the same time that we changed the
TARGET_PYTHON, we also started distributing python2.6 in the osx
package  (... I think?), which IMO calls into question whether we
should still use /usr/bin/env, or switch to looking at the python
we distribute.


I mean, what if somebody installs python 3.1?  It would be nice to
avoid spurious bug reports.  ;)

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: testing 2.13.7, bumped fontforge+double

by Valentin Villenave :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 1:59 PM, Mats Bengtsson <mats.bengtsson@...> wrote:
> Then it seems like a packaging/GUB problem, right?

BTW: Is it me or does the time.dll issue look a lot like #834 (also a
Python module, also broken only on Windows systems)?

Cheers,
Valentin


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel