Re: problems running guile

2005-10-19 Thread Neil Jerram
Shelagh Manton <[EMAIL PROTECTED]> writes: > Interesting. As I am totally ignorant about how any of the package > managers work internally, I just supposed it would be OK to use something > that used shell scripts as you're supposed to be able to read bash with > enough effort and a tutorial next

Re: problems running guile

2005-10-19 Thread Shelagh Manton
On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote: > Shelagh Manton <[EMAIL PROTECTED]> writes: > > > ERROR: In procedure primitive-load-path: > > ERROR: Unable to find file "ice-9/boot-9.scm" in load path > > Sounds like a %load-path problem. What do you get on your system for > > $ which g

Re: problems running guile

2005-10-19 Thread Shelagh Manton
On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote: > Shelagh Manton <[EMAIL PROTECTED]> writes: > > > ERROR: In procedure primitive-load-path: > > ERROR: Unable to find file "ice-9/boot-9.scm" in load path > > Sounds like a %load-path problem. What do you get on your system for > > $ which g

Re: problems running guile

2005-10-18 Thread Neil Jerram
Shelagh Manton <[EMAIL PROTECTED]> writes: > However, I did resolve the problem, not through understanding, but through > brute force and the use of apt. I uninstalled guile and reinstalled it. > Updateing lilypond using the autopackager must have corrupted the previous > installation of guile. Th

Re: problems running guile

2005-10-18 Thread Shelagh Manton
On Tue, 18 Oct 2005 13:32:24 +0400, Vorfeed Canal wrote: > On 10/18/05, Shelagh Manton <[EMAIL PROTECTED]> wrote: > >> Updateing lilypond using the autopackager must have corrupted the previous >> installation of guile. This solved the problem, but of course I don't know >> how or why :) > > Noo

Re: problems running guile

2005-10-18 Thread Vorfeed Canal
On 10/18/05, Shelagh Manton <[EMAIL PROTECTED]> wrote: > Updateing lilypond using the autopackager must have corrupted the previous > installation of guile. This solved the problem, but of course I don't know > how or why :) Noone knows this with autopackage. This ugly thing was developed as "Ins

Re: problems running guile

2005-10-17 Thread Shelagh Manton
On Mon, 17 Oct 2005 23:36:11 +0100, Neil Jerram wrote: > Shelagh Manton <[EMAIL PROTECTED]> writes: > >> On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote: >>> Shelagh Manton <[EMAIL PROTECTED]> writes: >>> >>> > ERROR: In procedure primitive-load-path: >>> > ERROR: Unable to find file "ice-9

Re: problems running guile

2005-10-17 Thread Neil Jerram
Shelagh Manton <[EMAIL PROTECTED]> writes: > On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote: >> Shelagh Manton <[EMAIL PROTECTED]> writes: >> >> > ERROR: In procedure primitive-load-path: >> > ERROR: Unable to find file "ice-9/boot-9.scm" in load path >> >> $ which guile > /usr/bin/guile >

Re: problems running guile

2005-10-17 Thread Neil Jerram
Shelagh Manton <[EMAIL PROTECTED]> writes: > ERROR: In procedure primitive-load-path: > ERROR: Unable to find file "ice-9/boot-9.scm" in load path Sounds like a %load-path problem. What do you get on your system for $ which guile and $ locate boot-9.scm and $ locate libguile ? Nei