Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: Derek Atkins <[EMAIL PROTECTED]> writes: Well, I kinda need a failing system if you expect me to reproduce it. And fix it myself. I don't do Debian. I'll gladly apply patches, but my pointy hat isn't tall enough to test and debug this particul

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Well, I kinda need a failing system if you expect me to reproduce it. > And fix it myself. I don't do Debian. I'll gladly apply patches, > but my pointy hat isn't tall enough to test and debug this particular > failure mode remotely via email. Actually

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: I don't know. As you can see below, it's packaged as part of umb-scheme-3.2-35: It should be declared in require.scm, as *slib-version*. (define *SLIB-VERSION* "3a1") I would certainly agree that gnucash's strange modularization is the culp

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: > >> What about slib? Which version of slib are you using? > > I don't know. As you can see below, it's packaged as part of > umb-scheme-3.2-35: It should be declared in require.scm, as *slib-version*.

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: What about slib? Which version of slib are you using? I don't know. As you can see below, it's packaged as part of umb-scheme-3.2-35: [EMAIL PROTECTED] src]$ rpm -qf /usr/share/guile/slib/getparam.scm umb-scheme-3.2-35 [EMAIL PROTECTED] src]

Re: SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
On Sunday 15 January 2006 21:02, Thomas Bushnell BSG wrote: > Eildert Groeneveld <[EMAIL PROTECTED]> writes: > > On Sunday 15 January 2006 20:45, Thomas Bushnell BSG wrote: > >> Perhaps you have not received the two messages I sent just yesterday? > >> Nobody replied, so perhaps they were lost. > >

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > No, I did not get them.. Perhaps you sent them while the server > was down and they're still in some queue somewhere? They might've > got lost if you sent them between the time I sent out the "server is down" > and the "server is back"... Curious; I re

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Well, I'm working on SVN right now, not 1.8... The bug has been reported for *both*. >> Please report which slib and guile packages you are using; if you are >> not using the most recent ones, then you certainly will not see the >> problems. > > I'm not

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Eildert Groeneveld <[EMAIL PROTECTED]> writes: > On Sunday 15 January 2006 20:45, Thomas Bushnell BSG wrote: >> Perhaps you have not received the two messages I sent just yesterday? >> Nobody replied, so perhaps they were lost. > if those two message have a work around, you may wish to repost the

Re: SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
On Sunday 15 January 2006 20:45, Thomas Bushnell BSG wrote: > Perhaps you have not received the two messages I sent just yesterday? > Nobody replied, so perhaps they were lost. Thomas, if those two message have a work around, you may wish to repost them. Eildert -- Eildert Groeneveld ===

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: (require 'hash-table) Nope, that fails with gnucash 1.8. Well, I'm working on SVN right now, not 1.8... Please report which slib and guile packages you are using; if you are not using the most recent ones, then you certainly will not see th

Re: SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
On Sunday 15 January 2006 20:48, Thomas Bushnell BSG wrote: > Derek Atkins <[EMAIL PROTECTED]> writes: > > Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: > >> Derek Atkins <[EMAIL PROTECTED]> writes: > >>> Any chance you could try adding this: > >>> > >>> (use-modules (ice-9 slib)) > >>> (requi

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: > >> Derek Atkins <[EMAIL PROTECTED]> writes: >> >>> Any chance you could try adding this: >>> >>> (use-modules (ice-9 slib)) >>> (require 'hash) >>> >>> to the top of src/report/report-system/report.scm

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: Derek Atkins <[EMAIL PROTECTED]> writes: I don't know what to tell you, I'm afraid. Nobody else seems to be having trouble with this (or at least nobody else has complained). I know we have plenty of Debian users so I suspect more it's somethi

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > I don't know what to tell you, I'm afraid. Nobody else seems to be having > trouble with this (or at least nobody else has complained). I know we > have plenty of Debian users so I suspect more it's something with your > particular system, not gnucash.

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Thomas Bushnell BSG <[EMAIL PROTECTED]>: Derek Atkins <[EMAIL PROTECTED]> writes: Any chance you could try adding this: (use-modules (ice-9 slib)) (require 'hash) to the top of src/report/report-system/report.scm This does not fix the problems. Er, sorry.. try: (require 'hash

Re: SVN 12355 dies on startup

2006-01-15 Thread Thomas Bushnell BSG
Derek Atkins <[EMAIL PROTECTED]> writes: > Any chance you could try adding this: > > (use-modules (ice-9 slib)) > (require 'hash) > > to the top of src/report/report-system/report.scm This does not fix the problems. Thomas ___ gnucash-devel mailing l

Re: SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
On Sunday 15 January 2006 20:30, Derek Atkins wrote: > Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: > >> > the results seems much the same (just started gnucash again, no new > >> > make ? > >> > >> Well, you need to at least install the modified file. You don't need > >> to "make" but you do n

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: > the results seems much the same (just started gnucash again, no new make > ? Well, you need to at least install the modified file. You don't need to "make" but you do need to "make install". In particular you only need to run "make install" in

Re: SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
On Sunday 15 January 2006 20:13, Derek Atkins wrote: > please CC gnucash-devel on all replies! sorry, missed that > > Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: > > On Sunday 15 January 2006 19:13, you wrote: > >> (use-modules (ice-9 slib)) > >> (require 'hash) > > > > Derek > > > > this

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
please CC gnucash-devel on all replies! Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: On Sunday 15 January 2006 19:13, you wrote: (use-modules (ice-9 slib)) (require 'hash) Derek this is what I did: ;; Free Software Foundation Voice: +1-617-542-5942 ;; 51 Franklin Street, F

Re: SVN 12355 dies on startup

2006-01-15 Thread Derek Atkins
Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: In /usr/local/share/gnucash/scm/report.scm: 459: 7 (hash-for-each (lambda # #) *gnc:_report-templates_*) /usr/local/share/gnucash/scm/report.scm:459:3: In expression (hash-for-each (lambda # #) *gnc:_report-templates_*): /usr/local/share/gnucash/

SVN 12355 dies on startup

2006-01-15 Thread Eildert Groeneveld
Hi everyone on a current Debian unstable system gnucash dies after startup: gnucash: [W] "report-menu-setup" Backtrace: In current input: 1: 0* [gnc:main] ?: 1 (letrec ((handle-batch-mode-item (lambda # #))) (gnc:startup-pass-1) ...) In /usr/local/share/gnucash/guile-modules/gnucash/main.s