Mika Bostrom <[EMAIL PROTECTED]> writes:
> It appears this bug still bites, although not exactly like before.
> Upgraded packages just now, gnucash fails to start due to this:
>
> % gnucash
> ERROR: Unbound variable: hash-for-each
>
> Downgrading slib package to 3a1-4.2 fixes the problem again. Hence,
> this is very likely in the same package as before. Nasty.
I might be mistaken, but this looks like it might be a gnucash bug.
Is gnucash issuing a (require 'hash-table) somewhere before the
offending call?
$ guile
guile> hash-for-each
Backtrace:
In unknown file:
?: 0* hash-for-each
<unnamed port>: In expression hash-for-each:
<unnamed port>: Unbound variable: hash-for-each
ABORT: (unbound-variable)
guile> (use-modules (ice-9 slib))
guile> hash-for-each
Backtrace:
In unknown file:
?: 0* hash-for-each
<unnamed port>: In expression hash-for-each:
<unnamed port>: Unbound variable: hash-for-each
ABORT: (unbound-variable)
guile> (require 'hash-table)
guile> hash-for-each
#<procedure hash-for-each (proc ht)>
guile>
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]