After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 86263 - GnuCash does not work with Guile 1.4.1
GnuCash does not work with Guile 1.4.1
Status: VERIFIED DUPLICATE of bug 85732
Product: GnuCash
Classification: Other
Component: General
1.6.x
Other Linux
: Normal major
: ---
Assigned To: Chris Lyttle
Chris Lyttle
Depends on:
Blocks:
 
 
Reported: 2002-06-23 16:15 UTC by Peter Hicks
Modified: 2018-06-29 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch 1/2 to make GnuCash work with Guile 1.4.1 (121 bytes, patch)
2002-06-23 16:23 UTC, Peter Hicks
none Details | Review
Patch 2/2 to make GnuCash work with Guile 1.4.1 (122 bytes, patch)
2002-06-23 16:24 UTC, Peter Hicks
none Details | Review

Description Peter Hicks 2002-06-23 16:15:28 UTC
ERROR: In procedure scm-error in expression (scm-error (quote misc-error)
#f ...):
ERROR: Loaded gnucash srfi-8.scm in unknown Guile version:1.4.1.
If you're running a Guile newer than 1.4, then this file should
not have been installed.  Please report the bug.


The workaround appears to be editing srfi-8.scm, and adding the line:

   (string=? "1.4.1" (version)))

after the line containing (string=? "1.4"..., and removing the extra
close-bracket from the 1.4 line.

It worked for me... but I'm no expert at programming!
Comment 1 Peter Hicks 2002-06-23 16:23:48 UTC
Created attachment 9407 [details] [review]
Patch 1/2 to make GnuCash work with Guile 1.4.1
Comment 2 Peter Hicks 2002-06-23 16:24:21 UTC
Created attachment 9408 [details] [review]
Patch 2/2 to make GnuCash work with Guile 1.4.1
Comment 3 Peter Hicks 2002-06-23 16:26:50 UTC
Attached are two rather dodgy patches from me to make GnuCash work
with Guile 1.4.1 - they work for me, but need checking.
Comment 4 Chris Lyttle 2002-07-02 00:43:54 UTC

*** This bug has been marked as a duplicate of 85732 ***
Comment 5 John Ralls 2018-06-29 20:13:18 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=86263. Please update any external references or bookmarks.