unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* problems running guile
@ 2005-10-17  1:54 Shelagh Manton
  2005-10-17 17:32 ` Neil Jerram
  0 siblings, 1 reply; 10+ messages in thread
From: Shelagh Manton @ 2005-10-17  1:54 UTC (permalink / raw)


Hello,

I'm unable to start guile. I get the message

ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "ice-9/boot-9.scm" in load path

I looked on this list before and found a reference  in Alan Grover's
message of 24/09/2005 saying that if I pasted

(define-module (ice-9 slib))
(load-from-path "slib/guile.init") into 

/usr/share/guile/1.6/slib.scm

things might work. As I had this problem once before I use Lilypond which
uses the guile interpreter. I did this and everything worked fine.

However I updated Lilypond since this and the problem has reappeared.

When I repasted the snippet into the file this time, things did not get
better.

Does anyone have any suggestions?

Shelagh




_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-17  1:54 problems running guile Shelagh Manton
@ 2005-10-17 17:32 ` Neil Jerram
  2005-10-17 21:21   ` Shelagh Manton
  2005-10-17 21:40   ` Shelagh Manton
  0 siblings, 2 replies; 10+ messages in thread
From: Neil Jerram @ 2005-10-17 17:32 UTC (permalink / raw)
  Cc: guile-user

Shelagh Manton <oneida@tpg.com.au> 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

?

        Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-17 17:32 ` Neil Jerram
@ 2005-10-17 21:21   ` Shelagh Manton
  2005-10-17 22:36     ` Neil Jerram
  2005-10-17 21:40   ` Shelagh Manton
  1 sibling, 1 reply; 10+ messages in thread
From: Shelagh Manton @ 2005-10-17 21:21 UTC (permalink / raw)
  Cc: guile-user

On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote:
> Shelagh Manton <oneida@tpg.com.au> 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
/usr/bin/guile
> and
> 
> $ locate boot-9.scm
/usr/share/guile/1.6/ice-9/boot-9.scm
/var/packages/@lilypond.org/lilypond:2.7.12/backup/usr/share/guile/1.6/ice-9/boot-9.scm
> and
> 
> $ locate libguile
/usr/include/libguile &etc.
/usr/lib/libguile-somestuffhere
/var/packages/@lilypond.org/lilypond:2.7.12/backup/usr/lib/libguile-somemorestuff

>       Neil

Shelagh



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-17 17:32 ` Neil Jerram
  2005-10-17 21:21   ` Shelagh Manton
@ 2005-10-17 21:40   ` Shelagh Manton
  1 sibling, 0 replies; 10+ messages in thread
From: Shelagh Manton @ 2005-10-17 21:40 UTC (permalink / raw)
  Cc: guile-user

On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote:
> Shelagh Manton <oneida@tpg.com.au> 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
> 
> ?
> 
>         Neil
Just had a thought, this problem happened after I updated Lilypond so
the guile module that comes with it is possibly corrupt or conflicting
with the one that comes with lilypond. I went and uninstalled the guile
packages that come with ubuntu and reinstalled them again. This works.

SOM



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-17 21:21   ` Shelagh Manton
@ 2005-10-17 22:36     ` Neil Jerram
  2005-10-18  1:51       ` Shelagh Manton
  0 siblings, 1 reply; 10+ messages in thread
From: Neil Jerram @ 2005-10-17 22:36 UTC (permalink / raw)
  Cc: guile-user

Shelagh Manton <oneida@tpg.com.au> writes:

> On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote:
>> Shelagh Manton <oneida@tpg.com.au> 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
>> and
>> 
>> $ locate boot-9.scm
> /usr/share/guile/1.6/ice-9/boot-9.scm
> /var/packages/@lilypond.org/lilypond:2.7.12/backup/usr/share/guile/1.6/ice-9/boot-9.scm

That all looks OK.  What command exactly were you running when you saw
the error above?  (Sorry for not asking that earlier.)

    Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-17 22:36     ` Neil Jerram
@ 2005-10-18  1:51       ` Shelagh Manton
  2005-10-18  9:32         ` Vorfeed Canal
  2005-10-18 21:50         ` Neil Jerram
  0 siblings, 2 replies; 10+ messages in thread
From: Shelagh Manton @ 2005-10-18  1:51 UTC (permalink / raw)


On Mon, 17 Oct 2005 23:36:11 +0100, Neil Jerram wrote:

> Shelagh Manton <oneida@tpg.com.au> writes:
> 
>> On Mon, 2005-10-17 at 18:32 +0100, Neil Jerram wrote:
>>> Shelagh Manton <oneida@tpg.com.au> 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
>>> and
>>> 
>>> $ locate boot-9.scm
>> /usr/share/guile/1.6/ice-9/boot-9.scm
>> /var/packages/@lilypond.org/lilypond:2.7.12/backup/usr/share/guile/1.6/ice-9/boot-9.scm
> 
> That all looks OK.  What command exactly were you running when you saw
> the error above?  (Sorry for not asking that earlier.)
> 
>     Neil
> 
Both gnucash and lilypond give the same result.

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. This solved the problem, but of course I don't know
how or why :)

Shelagh



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-18  1:51       ` Shelagh Manton
@ 2005-10-18  9:32         ` Vorfeed Canal
  2005-10-18 21:33           ` Shelagh Manton
  2005-10-18 21:50         ` Neil Jerram
  1 sibling, 1 reply; 10+ messages in thread
From: Vorfeed Canal @ 2005-10-18  9:32 UTC (permalink / raw)


On 10/18/05, Shelagh Manton <oneida@tpg.com.au> 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
"InstallShit raplacement for *nix". It's so easy to install software
in Windows world - why in linux it must be different ? Let's ignore
will of distribution creators and make everything just like in
Windows: any autopackage can corrupt anything in your system and
you'll never know what exactly - but this is minor price to pay, right
?

To me this is major price to pay and I *never* use autopackage but YMMV.

http://www.kitenet.net/~joey/blog/entry/autopackage_designed_by_monkeys-2005-03-28-14-20.html


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-18  9:32         ` Vorfeed Canal
@ 2005-10-18 21:33           ` Shelagh Manton
  2005-10-19 22:36             ` Neil Jerram
  0 siblings, 1 reply; 10+ messages in thread
From: Shelagh Manton @ 2005-10-18 21:33 UTC (permalink / raw)


On Tue, 18 Oct 2005 13:32:24 +0400, Vorfeed Canal wrote:

> On 10/18/05, Shelagh Manton <oneida@tpg.com.au> 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
> "InstallShit raplacement for *nix". It's so easy to install software
> in Windows world - why in linux it must be different ? Let's ignore
> will of distribution creators and make everything just like in
> Windows: any autopackage can corrupt anything in your system and
> you'll never know what exactly - but this is minor price to pay, right
> ?
> 
> To me this is major price to pay and I *never* use autopackage but YMMV.
> 
> http://www.kitenet.net/~joey/blog/entry/autopackage_designed_by_monkeys-2005-03-28-14-20.html
> 
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 to you. Perhaps using alien would be a
better option. 

Shelagh  



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-18  1:51       ` Shelagh Manton
  2005-10-18  9:32         ` Vorfeed Canal
@ 2005-10-18 21:50         ` Neil Jerram
  1 sibling, 0 replies; 10+ messages in thread
From: Neil Jerram @ 2005-10-18 21:50 UTC (permalink / raw)
  Cc: guile-user

Shelagh Manton <oneida@tpg.com.au> 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. This solved the problem, but of course I don't know
> how or why :)

As Vorfeed says, it almost certainly was autopackage that messed up
your system.  But anyway, it's good news that you have things working
again.

        Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: problems running guile
  2005-10-18 21:33           ` Shelagh Manton
@ 2005-10-19 22:36             ` Neil Jerram
  0 siblings, 0 replies; 10+ messages in thread
From: Neil Jerram @ 2005-10-19 22:36 UTC (permalink / raw)
  Cc: guile-user

Shelagh Manton <oneida@tpg.com.au> 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 to you. Perhaps using alien would be a
> better option. 

Your best bet is always to use the packaging system which your
distribution provides.  (E.g. rpm for RedHat/Fedora, apt-get for
Debian, etc.)

    Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-19 22:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17  1:54 problems running guile Shelagh Manton
2005-10-17 17:32 ` Neil Jerram
2005-10-17 21:21   ` Shelagh Manton
2005-10-17 22:36     ` Neil Jerram
2005-10-18  1:51       ` Shelagh Manton
2005-10-18  9:32         ` Vorfeed Canal
2005-10-18 21:33           ` Shelagh Manton
2005-10-19 22:36             ` Neil Jerram
2005-10-18 21:50         ` Neil Jerram
2005-10-17 21:40   ` Shelagh Manton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).