Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] dbus will not complete compile.
Date: Thu, 05 Jan 2006 18:14:38
Message-Id: 43BD60FF.7070907@exceedtech.net
1 HI all,
2
3 I did my sync and update last night and dbus will not compile for me.
4 This is what I get:
5
6 > Making all in gcj
7 > make[2]: Entering directory
8 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj'
9 > Making all in org
10 > make[3]: Entering directory
11 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org'
12 > Making all in freedesktop
13 > make[4]: Entering directory
14 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop'
15 > Making all in dbus
16 > make[5]: Entering directory
17 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop/dbus'
18 > gcj -C Message.java -d ../../..
19 > /bin/sh ../../../../libtool --mode=compile i686-pc-linux-gnu-g++
20 > -I../../../.. -I../../../../gcj/org/freedesktop/dbus
21 > -march=athlon-xp -O2 -fomit-frame-pointer -momit-leaf-frame-pointer
22 > -fno-ident -pipe -DDBUS_API_SUBJECT_TO_CHANGE=1 -c -o 'natMessage.lo'
23 > 'natMessage.cc'
24 > /bin/sh ../../../../libtool --mode=compile gcj -I../../../..
25 > -I../../../../gcj/org/freedesktop/dbus -c -o 'Message.lo'
26 > 'Message.java'
27 > mkdir .libs
28 > i686-pc-linux-gnu-g++ -I../../../..
29 > -I../../../../gcj/org/freedesktop/dbus -march=athlon-xp -O2
30 > -fomit-frame-pointer -momit-leaf-frame-pointer -fno-ident -pipe
31 > -DDBUS_API_SUBJECT_TO_CHANGE=1 -c natMessage.cc -fPIC -DPIC -o
32 > .libs/natMessage.o
33 > natMessage.cc:8:21: Message.h: No such file or directory
34 > natMessage.cc:15: error: `org' has not been declared
35 > gcj -I../../../.. -I../../../../gcj/org/freedesktop/dbus -c
36 > Message.java -fPIC -o .libs/Message.o
37 > make[5]: *** [natMessage.lo] Error 1
38 > make[5]: *** Waiting for unfinished jobs....
39 > gcj -I../../../.. -I../../../../gcj/org/freedesktop/dbus -c
40 > Message.java -o Message.o >/dev/null 2>&1
41 > make[5]: Leaving directory
42 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop/dbus'
43 > make[4]: *** [all-recursive] Error 1
44 > make[4]: Leaving directory
45 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop'
46 > make[3]: *** [all-recursive] Error 1
47 > make[3]: Leaving directory
48 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org'
49 > make[2]: *** [all-recursive] Error 1
50 > make[2]: Leaving directory
51 > `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj'
52 > make[1]: *** [all-recursive] Error 1
53 > make[1]: Leaving directory `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60'
54 > make: *** [all] Error 2
55 >
56 > !!! ERROR: sys-apps/dbus-0.60-r3 failed.
57 > !!! Function src_compile, Line 100, Exitcode 2
58 > !!! make failed
59 > !!! If you need support, post the topmost build error, NOT this status
60 > message.
61 >
62 > root@smoker / #
63
64
65 I don't know what Message.h is though. This is the version info:
66
67 > root@smoker / # emerge -uvp world
68 >
69 > These are the packages that I would merge, in order:
70 >
71 > Calculating world dependencies ...done!
72 > [ebuild U ] sys-apps/dbus-0.60-r3 [0.50-r2] +X -debug +doc +gcj
73 > +gtk -mono +python +qt +xml2 0 kB
74 >
75 > Total size of downloads: 0 kB
76 > root@smoker / #
77
78
79 Anybody else running into this? Is this me or a bug?
80
81 Thanks
82
83 Dale
84 :-)
85
86
87 --
88 To err is human, I'm most certainly human.
89
90 I have four rigs:
91
92 1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
93 2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
94 3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
95 4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
96
97 All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
98
99 --
100 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dbus will not complete compile. "Paweł Madej" <linux@××××××××.info>
Re: [gentoo-user] dbus will not complete compile. Abhay Kedia <abhay.ilugd@×××××.com>