Gentoo Archives: gentoo-desktop

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

Replies

Subject Author
Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure Justin Denick <justin.denick@×××××.com>