Re: urgent bug report/help requested

2006-01-16 Thread Derek Atkins
Any chance you could forward the patch here, too? I suspect this issue is larger than just Debian. Does this mean there will soon be a 3a3 release of slib? :) -derek Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: I'm pleased to report that I located the problem. The assistance of all wa

Re: urgent bug report/help requested

2006-01-16 Thread Derek Atkins
tb, thanks VERY MUCH for tracking this down Excellent work! -derek Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: Derek Atkins <[EMAIL PROTECTED]> writes: Any chance you could forward the patch here, too? I suspect this issue is larger than just Debian. Does this mean there will soo

Re: urgent bug report/help requested

2006-01-16 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Any chance you could forward the patch here, too? I suspect this > issue is larger than just Debian. Does this mean there will soon > be a 3a3 release of slib? :) Note that if you are using distributed guile, then you can't work with slib 3a2 at all,

Re: urgent bug report/help requested

2006-01-16 Thread Thomas Bushnell BSG
I'm pleased to report that I located the problem. The assistance of all was appreciated; even the negative cases where people *didn't* see problems helped me rapidly narrow down the things to check. The bug is a bug in slib, which is easily patched and I'll submit the change to Aubrey and fix De

Re: urgent bug report/help requested (resent)

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: > >> This is extremely odd. Adding (require 'hash-table) in >> src/scm/main.scm does not change anything. Adding it into the guile >> slib glue code for slib does: and then we get random reports of >> "sp

Re: urgent bug report/help requested (resent)

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: This is extremely odd. Adding (require 'hash-table) in src/scm/main.scm does not change anything. Adding it into the guile slib glue code for slib does: and then we get random reports of "sprintf" being unbound. (Which is defined by slib's prin

urgent bug report/help requested (resent)

2006-01-15 Thread Thomas Bushnell BSG
We've finally got gnucash (1.8.12) with the new slib (3a2) on Debian, but it crashes miserably. I get the freakish error "Unbound variable: hash-for-each". (The detailed output is appended below.) hash-for-each is a function defined in slib's hash-table feature. This is extremely odd. Adding

Re: urgent bug report/help requested (followup) (resent)

2006-01-15 Thread Thomas Bushnell BSG
A simple test case. Create the file /tmp/foo.scm with the following contents: (use-modules (ice-9 slib)) (require 'hash-table) (display hash-for-each) (newline) (quit) The command "guile -l /tmp/foo.scm", as expected, produces the following output: # The command "gnucash --load /tm

Re: urgent bug report/help requested (followup)

2006-01-14 Thread Thomas Bushnell BSG
A simple test case. Create the file /tmp/foo.scm with the following contents: (use-modules (ice-9 slib)) (require 'hash-table) (display hash-for-each) (newline) (quit) The command "guile -l /tmp/foo.scm", as expected, produces the following output: # The command "gnucash --load /tm

urgent bug report/help requested

2006-01-13 Thread Thomas Bushnell BSG
We've finally got gnucash (1.8.12) with the new slib (3a2) on Debian, but it crashes miserably. I get the freakish error "Unbound variable: hash-for-each". (The detailed output is appended below.) hash-for-each is a function defined in slib's hash-table feature. This is extremely odd. Adding