Gentoo Archives: gentoo-desktop

From: Justin Denick <justin.denick@×××××.com>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure
Date: Mon, 19 Feb 2007 12:49:23
Message-Id: 81e08d920702190446m65cf883ct325f14cb24c628c7@mail.gmail.com
In Reply to: [gentoo-desktop] Trying to install gnucash - g-wrap failure by mail
1 issue the revdep-rebuild command as root. It looks like there may be some
2 things that need to be recompiled.
3
4 On 2/18/07, mail <lists@×××××.net> wrote:
5 >
6 > Hi,
7 >
8 > I am trying to install gnucash and it fails during the process of
9 > building g-wrap-1.3.4-r1
10 >
11 > Here is the emerge error:
12 >
13 > ...
14 > Some deprecated features have been used. Set the environment
15 > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
16 > program to get more information. Set it to "no" to suppress
17 > this message.
18 > add-ws-t gw-wct #<output: gw-wct.c 3> gw:global-declarations-ccg
19 > for-client gw-standard gw-wct
20 > for-parent gw-wct
21 > add-ws-t gw-wct #<output: gw-wct.c 3> gw:global-definitions-ccg
22 > for-client gw-standard gw-wct
23 > for-parent gw-wct
24 > if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc
25 > -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror
26 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2
27 > -I/usr/lib/glib/include -march=i686 -pipe -MT g-wrap-glib.lo -MD -MP
28 > -MF ".deps/g-wrap-glib.Tpo" \
29 > -c -o g-wrap-glib.lo `test -f 'g-wrap-glib.c' || echo
30 > './'`g-wrap-glib.c; \
31 > then mv ".deps/g-wrap-glib.Tpo" ".deps/g-wrap-glib.Plo"; \
32 > else rm -f ".deps/g-wrap-glib.Tpo"; exit 1; \
33 > fi
34 > mkdir .libs
35 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror
36 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2
37 > -I/usr/lib/glib/include -march=i686 -pipe -MT g-wrap-wct.lo -MD -MP
38 > -MF .deps/g-wrap-wct.Tpo -c g-wrap-wct.c -fPIC -DPIC
39 > -o .libs/g-wrap-wct.lo
40 > rm -f .libs/g-wrap-glib.lo
41 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror
42 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2
43 > -I/usr/lib/glib/include -march=i686 -pipe -MT g-wrap-glib.lo -MD -MP
44 > -MF .deps/g-wrap-glib.Tpo -c g-wrap-glib.c -fPIC -DPIC
45 > -o .libs/g-wrap-glib.lo
46 > In file included from /usr/include/glib-1.2/glib.h:66,
47 > from ./g-wrap-glib.h:24,
48 > from g-wrap-glib.c:20:
49 > /usr/lib/glib/include/glibconfig.h:39:8: error: extra tokens at end of
50 > #endif directive
51 > make[2]: *** [g-wrap-glib.lo] Error 1
52 > make[2]: *** Waiting for unfinished jobs....
53 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror
54 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2
55 > -I/usr/lib/glib/include -march=i686 -pipe -MT g-wrap-wct.lo -MD -MP
56 > -MF .deps/g-wrap-wct.Tpo -c g-wrap-wct.c -o g-wrap-wct.o >/dev/null 2>&1
57 > mv -f .libs/g-wrap-wct.lo g-wrap-wct.lo
58 > make[2]: Leaving directory
59 > `/var/tmp/portage/dev-libs/g-wrap-1.3.4-r1/work/g-wrap-1.3.4/g-wrap'
60 > make[1]: *** [all-recursive] Error 1
61 > make[1]: Leaving directory
62 > `/var/tmp/portage/dev-libs/g-wrap-1.3.4-r1/work/g-wrap-1.3.4'
63 > make: *** [all] Error 2
64 >
65 > !!! ERROR: dev-libs/g-wrap-1.3.4-r1 failed.
66 > Call stack:
67 > ebuild.sh, line 1614: Called dyn_compile
68 > ebuild.sh, line 971: Called qa_call 'src_compile'
69 > environment, line 3243: Called src_compile
70 > g-wrap-1.3.4-r1.ebuild, line 31: Called die
71 >
72 > !!! emake failed
73 > !!! If you need support, post the topmost build error, and the call
74 > stack if relevant.
75 > !!! A complete build log is located at
76 > '/var/tmp/portage/dev-libs/g-wrap-1.3.4-r1/temp/build.log'.
77 >
78 >
79 >
80 > I am using gcc 4.1.1. It seems like it might be a compiler error. Does
81 > anybody know how I can fix this? Is this a known bug?
82 >
83 > Thanks
84 > Rick
85 >
86 >
87 > --
88 > gentoo-desktop@g.o mailing list
89 >
90 >
91
92
93 --
94 In vino veritas.
95 [In wine there is truth.]
96 -- Pliny

Replies

Subject Author
Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure mail <lists@×××××.net>