freeipmi-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-users] Fish exceptions in FreeBSD port


From: Avnindra Singh
Subject: Re: [Freeipmi-users] Fish exceptions in FreeBSD port
Date: Wed, 05 Jan 2005 15:30:58 +0530
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

Anand Babu wrote:

,----[ Avnindra Singh <address@hidden> ]
|  >>--:>  >>--:>  >>--:> >>--:>
| Fish Exception (gh_standard_handler dump):
| tag        : unbound-variable
| throw args : (#f Unbound variable: ~S (system-error-errno) #f)
| data       : [/usr/local/share/fish/extensions/bc-common.scm]
| No backtrace available.
| | ===========
| Can somebody point to me how to debug these errors?
`----
Looks like your GNU Guile is older version. "system-error-errno"
procedure is not supported! and
/usr/local/share/fish/extensions/bc-common.scm extension uses it.

,----[ Avnindra Singh <address@hidden> ]
| | >>--:> >>--:> >>--:> >>--:>
| ~ ~   Cat ate the fish!!  ~ ~
|  >>--:>  >>--:>  >>--:> >>--:>
| Fish Exception (gh_standard_handler dump):
| tag        : misc-error
| throw args : (#f ~A ~S (no such module (srfi srfi-13)) #f)
| data       : [/usr/local/share/fish/extensions/utils.scm]
| No backtrace available.
| | It seems the installtion may not be totally broken. I want to find
| out what is missing from it.
`----
Its because you do not have srfi-13 (String library) module installed.

See if you have [/usr/share/guile/1.6/srfi/] folder.  Under Debian
GNU/Linux, it is separately packaged with "guile-1.6-libs".

What version of GNU Guile are you using?
I was using GNU guile 1.4 as it was a requirement for the FreeBSD port package. After I installed guile 1.6.7 fish doesn't throw the exceptions and seems working fine.

Thanks for your support.

Avnindra





reply via email to

[Prev in Thread] Current Thread [Next in Thread]