Re: HEADSUP: autopackage and guile 1.6.7

2005-08-30 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes:

 If you can, upgrade guile packages to 1.6.7.  Otherwise, wait for a
 new autopackage that includes guile.  I'll see to include guile 1.7.x.

We decided not to include guile 1.7.x for now, but there's an autopackage
that comes with guile 1.6.7 available from

  http://lilypond.org/download/binaries/autopackage/lilypond-2.6.3.1.x86.package

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-22 Thread Jan Nieuwenhuizen
Laura Conrad writes:

 JN I just ran a test that confirmed this happens if you use guile 1.6.4.

 Great, that must be my problem too.

  I don't know what to do ?

 JN If you can, upgrade guile packages to 1.6.7.  

 I don't seem to be able to do that.  Dpkg seems to think I have:

 [tmp]# dpkg -l guile-1.6
 ii  guile-1.6  1.6.7-1The GNU extension language and Scheme interp

But this is only the package called guile.  For the other packages
(runtime libraries, eg), try

   dpkg -l | grep guile

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-22 Thread Laura Conrad
 JN == Jan Nieuwenhuizen [EMAIL PROTECTED] writes:

 [tmp]# dpkg -l guile-1.6
 ii  guile-1.6  1.6.7-1The GNU extension language and Scheme 
interp

JN But this is only the package called guile.  For the other packages
JN (runtime libraries, eg), try

JNdpkg -l | grep guile

Thanks, that was it.  I needed to upgrade guile-1.6-libs and maybe
libguile-ltdl-1 as well.  

So I can now run lilypond-2.6.


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


HEADSUP: autopackage and guile 1.6.7 [WAS: lilypond does not work...]

2005-08-21 Thread Jan Nieuwenhuizen
Antoine Marin writes:

 I just installed lilypond 2.6.3 for any x86 with autopackage
 (everything was OK during the install process) on a laptop with FC3
 and I get this :

 (#primitive-procedure display-application . #procedure
 display-application ()) (#primitive-procedure display-error .
 #procedure display-error ()) (#primitive-procedure scm-error .
 #procedure scm-error ()))

I just ran a test that confirmed this happens if you use guile 1.6.4.

 I don't know what to do ?

If you can, upgrade guile packages to 1.6.7.  Otherwise, wait for a
new autopackage that includes guile.  I'll see to include guile 1.7.x.

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-21 Thread Laura Conrad
 JN == Jan Nieuwenhuizen [EMAIL PROTECTED] writes:

JN Antoine Marin writes:
 I just installed lilypond 2.6.3 for any x86 with autopackage
 (everything was OK during the install process) on a laptop with FC3
 and I get this :

 (#primitive-procedure display-application . #procedure
 display-application ()) (#primitive-procedure display-error .
 #procedure display-error ()) (#primitive-procedure scm-error .
 #procedure scm-error ()))

JN I just ran a test that confirmed this happens if you use guile 1.6.4.

Great, that must be my problem too.

 I don't know what to do ?

JN If you can, upgrade guile packages to 1.6.7.  

I don't seem to be able to do that.  Dpkg seems to think I have:

[tmp]# dpkg -l guile-1.6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  guile-1.6  1.6.7-1The GNU extension language and Scheme interp
[tmp]# 

But guile seems to insist on being 1.6.4:

[tmp]# guile --version
Guile 1.6.4
Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003 Free Software Foundation
Guile may be distributed under the terms of the GNU General Public Licence;
certain other uses are permitted as well.  For details, see the file
`COPYING', which is included in the Guile distribution.
There is no warranty, to the extent permitted by law.
You have mail in /var/spool/mail/lconrad
[tmp]# 

This is true even when I uninstall enough guile stuff that there is no
guile anywhere in my path and then do dpkg -i guile1.6.

Is it possible that the debian package named
guile-1.6_1.6.7-1_i386.deb could contain guile 1.6.4 instead of 1.6.7?

JN Otherwise, wait for a new autopackage that includes guile.
JN I'll see to include guile 1.7.x.

Thanks, I may have to do that.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-21 Thread Han-Wen Nienhuys

Laura Conrad wrote:


[tmp]# guile --version
Guile 1.6.4


which one are you running?  Try

  which guile

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-21 Thread Laura Conrad
 HN == Han-Wen Nienhuys [EMAIL PROTECTED] writes:

HN Laura Conrad wrote:
 [tmp]# guile --version
 Guile 1.6.4

HN which one are you running?  Try

HN   which guile

/usr/bin/guile

whereis guile doesn't show any other.

And I did play with update_alternatives, without any effect.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-21 Thread Han-Wen Nienhuys

Laura Conrad wrote:

HN == Han-Wen Nienhuys [EMAIL PROTECTED] writes:



HN Laura Conrad wrote:
 [tmp]# guile --version
 Guile 1.6.4

HN which one are you running?  Try

HN   which guile

/usr/bin/guile

whereis guile doesn't show any other.

And I did play with update_alternatives, without any effect.



If /usr/bin/guile is 1.6.4, but the package  is 1.6.7
then it's a bugreport for debian.


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user