Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165763 - guile-1.8.1-r1 cannot find the (g-wrap) guile module.
Summary: guile-1.8.1-r1 cannot find the (g-wrap) guile module.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 14:21 UTC by Ed Catmur
Modified: 2007-02-28 15:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-02-07 14:21:17 UTC
checking for g-wrap module directory... /usr/share/guile/site
checking g-wrap-wct.h usability... yes
checking g-wrap-wct.h presence... yes
checking for g-wrap-wct.h... yes
checking for (g-wrap) guile module... configure: error:

   Cannot find the (g-wrap) guile module.
   Are you sure you have g-wrap compile-time environment installed?
   See http://bugzilla.gnome.org/show_bug.cgi?id=347680

$ guile -c '(use-modules (g-wrap))'
ERROR: no code for module (srfi srfi-35)
Comment 1 Ed Catmur 2007-02-07 14:21:42 UTC
nb. guile was compiled with USE="regex deprecated discouraged".
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2007-02-07 14:33:55 UTC
try recompiling g-wrap an uneven number of times
Comment 3 Ed Catmur 2007-02-07 15:04:48 UTC
I did that, in between upgrading guile and trying to compile gnucash.
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2007-02-08 11:08:28 UTC

*** This bug has been marked as a duplicate of bug 163647 ***
Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2007-02-28 14:57:47 UTC
reopening as there is a separate issue too, apart from the libffi stuff.
Comment 6 Marijn Schouten (RETIRED) gentoo-dev 2007-02-28 15:12:35 UTC
guile -c '(use-modules (g-wrap))' should now work. I get the folloing output:
WARNING: (srfi srfi-35): `every' imported from both (oop goops util) and (srfi srfi-1)
WARNING: (srfi srfi-35): `any' imported from both (oop goops util) and (srfi srfi-1)
WARNING: (g-wrap util): imported module (srfi srfi-34) overrides core binding `raise'
WARNING: (g-wrap): imported module (srfi srfi-34) overrides core binding `raise'
WARNING: (g-wrap rti): imported module (srfi srfi-34) overrides core binding `raise'
WARNING: (g-wrap rti): `class-name' imported from both (oop goops) and (g-wrap)
WARNING: (g-wrap c-types): imported module (srfi srfi-34) overrides core binding `raise'
WARNING: (g-wrap c-types): `class-name' imported from both (oop goops) and (g-wrap)
WARNING: (g-wrap enumeration): `class-name' imported from both (oop goops) and (g-wrap)
WARNING: (g-wrap guile): `class-name' imported from both (oop goops) and (g-wrap)
WARNING: (g-wrap compat): `class-name' imported from both (oop goops) and (g-wrap)

libffi issue is the other bug, so "fixed!".