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: Anand Babu
Subject: Re: [Freeipmi-users] Fish exceptions in FreeBSD port
Date: Tue, 04 Jan 2005 05:56:41 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

,----[ 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?

-- 
Anand Babu
Free as in Freedom <www.gnu.org>




reply via email to

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