Gentoo Archives: gentoo-dev

From: Wade Mealing <wmealin1@×××××××××××.au>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Build error for evolution/gconf
Date: Sat, 15 Dec 2001 17:19:08
Message-Id: 20011216091911.5b42d28e.wmealin1@bigpond.net.au
1 Attempting to build emerge evolution.. after some time, i get this error
2
3 rm -f .libs/xml-dir.lo
4 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gnome-xml -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -O2 -mcpu=i686 -pipe -Wall -DG_DISABLE_CHECKS=1 -DG_DISABLE_ASSERT=1 -c xml-dir.c -fPIC -DPIC -o .libs/xml-dir.lo
5 xml-dir.c: In function `dir_load_doc':
6 xml-dir.c:841: structure has no member named `root'
7 xml-dir.c:844: structure has no member named `root'
8 xml-dir.c:846: structure has no member named `root'
9 xml-dir.c:846: structure has no member named `root'
10 xml-dir.c:846: structure has no member named `root'
11 xml-dir.c:846: structure has no member named `root'
12 xml-dir.c:846: structure has no member named `root'
13 xml-dir.c:846: structure has no member named `root'
14 xml-dir.c:846: structure has no member named `root'
15 xml-dir.c:846: structure has no member named `root'
16 xml-dir.c:846: structure has no member named `root'
17 xml-dir.c:846: structure has no member named `root'
18 xml-dir.c:846: structure has no member named `root'
19 xml-dir.c:846: structure has no member named `root'
20 xml-dir.c:846: structure has no member named `root'
21 xml-dir.c:846: structure has no member named `root'
22 xml-dir.c:846: structure has no member named `root'
23 xml-dir.c:846: structure has no member named `root'
24 xml-dir.c:846: structure has no member named `root'
25 xml-dir.c:846: structure has no member named `root'
26 xml-dir.c:846: structure has no member named `root'
27 xml-dir.c:846: structure has no member named `root'
28 xml-dir.c:846: structure has no member named `root'
29 xml-dir.c:846: structure has no member named `root'
30 xml-dir.c:846: structure has no member named `root'
31 xml-dir.c:846: structure has no member named `root'
32 xml-dir.c:846: structure has no member named `root'
33 xml-dir.c:846: structure has no member named `root'
34 xml-dir.c:850: structure has no member named `root'
35 xml-dir.c: In function `dir_make_new_entry':
36 xml-dir.c:896: structure has no member named `root'
37 xml-dir.c: In function `dir_fill_cache_from_doc':
38 xml-dir.c:929: structure has no member named `root'
39 xml-dir.c:930: structure has no member named `root'
40 xml-dir.c:936: structure has no member named `root'
41 make[2]: *** [xml-dir.lo] Error 1
42 make[2]: Leaving directory `/var/tmp/portage/gconf-1.0.7-r2/work/GConf-1.0.7/backends'
43 make[1]: *** [all-recursive] Error 1
44 make[1]: Leaving directory `/var/tmp/portage/gconf-1.0.7-r2/work/GConf-1.0.7'
45 make: *** [all-recursive-am] Error 2
46
47 !!! ERROR: The ebuild did not complete successfully.
48 !!! Function src_compile, Line 16, Exitcode 2
49 !!! (no error message)
50
51 !!! emerge aborting on /usr/portage/gnome-base/gconf/gconf-1.0.7-r2.ebuild .
52
53 This could be my mistake, and it probably is. I am running the latest release, and have emerged all the critical parts of the system that needed upgrading.
54
55 Any ideas ?
56
57 Wade Mealing

Replies

Subject Author
Re: [gentoo-dev] Build error for evolution/gconf Mikael Hallendal <hallski@g.o>
Re: [gentoo-dev] Build error for evolution/gconf Bart Verwilst <verwilst@g.o>