Gentoo Archives: gentoo-dev

From: George Shapovalov <georges@×××××××××××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gnucash ebuild: DONE! + 'version range' dependencies
Date: Thu, 07 Feb 2002 03:54:41
Message-Id: 200202070953.BAA12127@chamber.cco.caltech.edu
In Reply to: [gentoo-dev] gnucash ebuild by George Shapovalov
1 Hi again.
2
3 I figured it out after all.
4 The provided ebuild works, but then gnucash was spitting "module code not
5 found" for some g-wrap modules. This appears to be known bug, which has been
6 reported on bug.gentoo.org (I think 77). I also found that menioned on
7 different gnucash mailing lists. Just the reports and complaints, no solution
8 - too bad.
9 Fortunately I had installed it previously and it worked, and I finally got
10 myself around to check versions of ALL the components which I used:
11 Looks like you have to use guile-1.4, NOT 1.5.x!!
12 BTW dependency for guppy is incorrectly set, it emerged fine with guile-1.4.
13 Does the guppy mainteiner want me to submit the patch? I just changed
14 guile-1.5 -> guile-1.4.
15 That taken care of I just emerged guile-1.4 and then gnucash - it picked up
16 the rest of dependencies fine. And it works!
17
18 Summary:
19 in dev-libs/g-wrap/g-wrap-1.3.1.ebuild:
20 ">=dev-util/guile-1.4" -> "=dev-util/guile-1.4"
21 in gnome-extra/guppi/guppi-0.40.3.ebuild:
22 ">=dev-util/guile-1.5" -> ">=dev-util/guile-1.4"
23 should take care of the problem.
24
25 George
26
27
28
29 On Wednesday 06 February 2002 01:03, you wrote:
30 > Hi.
31 >
32 > First let me thank everybody for great distribution!
33 >
34 > On the topic: I am trying to install gnucash.
35 > The build goes Ok, however when I launch gnucash (from terminal) I get:
36 >
37 > [gerr@groug gerr]$ gnucash
38 > ERROR: In procedure dynamic-link:
39 > ERROR: file: "libgw-runtime", message: "file not found"
40 >
41 > Some deprecated features have been used. Set the environment
42 > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
43 > program to get more information. Set it to "no" to suppress
44 > this message.
45 > [gerr@groug gerr]$ export GUILE_WARN_DEPRECATED=detailed
46 > [gerr@groug gerr]$ gnucash
47 > `scm_sysintern' is deprecated. Use `scm_define' instead.
48 > ERROR: In procedure dynamic-link:
49 > ERROR: file: "libgw-runtime", message: "file not found"
50 >
51 > The problem is apparently in the guile/guppy part.
52 > I tried to emerge earlier versions, but that does not solve the problem.
53 > Did anybody see this?
54 >
55 > George
56 > _______________________________________________
57 > gentoo-dev mailing list
58 > gentoo-dev@g.o
59 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev