Hi again, first thanks for all the help and hints. Am Mittwoch, den 30.04.2008, 09:27 -0400 schrieb Derek Atkins: > >> > > opensuse 10.3 > >> > > gnucash 2.2.5 Revision 17143. > > Why not just install the GnuCash binary package that's available > for OpenSuSE? > >> > What version of SLIB do you have installed? > >> 3a1-125 > > Huh.. This is the package that OpenSuSE ships? > > >> > [snip] > >> > > 71: 11* [sprintf #f "%s-Bericht anzeigen" "Lieferantenbericht"] > >> > > In unknown file: > > [...] > >> > > >> > This would imply an error in slib's "sprintf" function.... > >> > > The problem isn't in GnuCash -- the problem is in SLIB. > Removing report-gnome.scm would just mean you have no reporting. > But the problem is just you; there are many happy (well, somewhat > happy) OpenSuSE GnuCash users. > that was right; it was a problem of guile and slib. While trying install guile I get errors like this: -------------------- ------------------------------- Subprocess failed. Error: RPM failed: WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `read' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `expt' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `identity' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `in-vicinity' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `*features*' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `array-copy!' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `port?' ERROR: Unbound variable: delete-file error: %post(slib-3a1-125.noarch) scriptlet failed, exit status 1 ------------------------------------------------------
It looks like guile 1.8.4-x and slib slib 3a1-x won't work together. (on my system) After installing slib 3b1-1 and 1.8.4-6.1 and setting a link from slib-directory into the guile-directory everything works fine for me. Thanks again Johannes _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
