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 347680 - make fails due to missing (g-wrap)
make fails due to missing (g-wrap)
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: Build system
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: Derek Atkins
Derek Atkins
Depends on:
Blocks: 347575
 
 
Reported: 2006-07-16 15:30 UTC by Derek Atkins
Modified: 2018-06-29 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Derek Atkins 2006-07-16 15:30:07 UTC
From http://lists.gnucash.org/pipermail/gnucash-user/2006-July/017118.html

I was trying to compile gnucash 2.0.0 on Ubuntu 6.06 and got the
following error during the compile. I believe I have all the packages
and dev packages I need to have installed. 

Any ideas why I might get the 'no code for module (g-wrap)' problem? I
have the the following packages installed:

guile-1.6			1.6.7-2
guile-1.6-dev			1.6.7-2
guile-1.6-libs			1.6.7-2
guile-g-wrap			1.9.6-3
libgwrap-runtime0		1.9.6-3
libgwrap-runtime0-dev		1.9.9-3


Making all in pixmaps
make[3]: Entering directory
`/usr/local/src/gnucash/gnucash-2.0.0/src/pixmaps' make[3]: Nothing to
be done for `all'. make[3]: Leaving directory
`/usr/local/src/gnucash/gnucash-2.0.0/src/pixmaps' Making all in
core-utils make[3]: Entering directory
`/usr/local/src/gnucash/gnucash-2.0.0/src/core-utils' rm -f gnucash
g-wrapped ln -s -f . gnucash
ln -s -f . g-wrapped
touch .scm-links
FLAVOR=gnome /usr/bin/guile -c \
          "(set! %load-path (cons \"/usr/share/guile/site\" %
load-path)) \ (primitive-load \"./gw-core-utils-spec.scm\") \
           (gw:generate-wrapset \"gw-core-utils\")"
ERROR: no code for module (g-wrap)
make[3]: *** [gw-core-utils.scm] Error 2
make[3]: Leaving directory
`/usr/local/src/gnucash/gnucash-2.0.0/src/core-utils'make[2]: ***
Comment 1 Derek Atkins 2006-07-16 16:18:28 UTC
Fixed in trunk in r14518.  Waiting for audit.
Comment 2 Josh Sled 2006-07-16 16:26:28 UTC
r14518 looks fine for backport to me.
Comment 3 Derek Atkins 2006-07-16 16:41:10 UTC
Okay.  Pulled back to 2.0 in r14519.
Comment 4 John Ralls 2018-06-29 21:09:55 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=347680. Please update any external references or bookmarks.