This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile error when starting gnucash application


Kevin McInerney wrote:
> 
> Hello,
> 
> I posted this to the gnucash mailing list but never
> got a solution.  It may be a guile problem.  I hope
> you can help.
> 
> When trying to run gnucash, I receive an error:
> 
> kwmc@bluecat:~$ gnucash
> ERROR: In procedure primitive-load-path:
> ERROR: Unable to find file "ice-9/boot-9.scm" in load
> path
....
> What can I do?

Try something like "strace -f -osomelogfile -eopen,access,stat gnucash"
and grep somelogfile for boot-9 to see where it's looking.  That might
shed some light on what is broken.

-Dale
-- 
Dale P. Smith
Altus Technologies Corp.
dsmith@altustech.com
400-746-9000 x309
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]