Gentoo Archives: gentoo-amd64

From: Alex Bennee <alex@××××××.com>
To: Gentoo AMD64 <gentoo-amd64@l.g.o>
Subject: [gentoo-amd64] Dbus 0.35.2
Date: Thu, 04 Aug 2005 08:06:48
Message-Id: 1123142780.15935.31.camel@malory
1 Hi,
2
3 Has anyone had any joy building the latest dbus on amd64?
4
5 I'm using a basic ebuild without additional patches but it seems to be
6 failing in building the glib bindings. This could be the reason the
7 latest python is ~amd64 as I suspect this is involved in the process.
8
9 Compile Log:
10
11 /usr/bin/python ./extract.py ./dbus_bindings.pxd.in -I./.. -I. >
12 dbus_bindings.pxd.tmp && mv dbus_bindings.pxd.tmp dbus_bindings.pxd
13 running echo '#include "dbus_h_wrapper.h"
14 '|cpp -I./.. -I.pyrexc ./dbus_bindings.pyx -I. -o ./dbus_bindings.c
15 pyrexc ./dbus_glib_bindings.pyx -I. -o ./dbus_glib_bindings.c
16 Traceback (most recent call last):
17 File "/usr/bin/pyrexc", line 7, in ?
18 from Pyrex.Compiler.Main import main
19 ImportError: No module named Pyrex.Compiler.Main
20 make[3]: [dbus_bindings.c] Error 1 (ignored)
21 if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
22 -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
23 -I/usr/include/python2.4 -DDBUS_COMPILATION=1
24 -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -Wall -Wchar-subscripts
25 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
26 -Wpointer-arith -Wcast-align -Wfloat-equal -Wsign-compare -MT
27 dbus_bindings.lo -MD -MP -MF ".deps/dbus_bindings.Tpo" -c -o
28 dbus_bindings.lo dbus_bindings.c; \
29 then mv -f ".deps/dbus_bindings.Tpo" ".deps/dbus_bindings.Plo"; else rm
30 -f ".deps/dbus_bindings.Tpo"; exit 1; fi
31 Traceback (most recent call last):
32 File "/usr/bin/pyrexc", line 7, in ?
33 from Pyrex.Compiler.Main import main
34 ImportError: No module named Pyrex.Compiler.Main
35 make[3]: [dbus_glib_bindings.c] Error 1 (ignored)
36 if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
37 -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
38 -I/usr/include/python2.4 -DDBUS_COMPILATION=1
39 -DDBUS_API_SUBJECT_TO_CHANGE=1 -I/usr/include/glib-2.0
40 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -O2 -Wall
41 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
42 -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal
43 -Wsign-compare -MT dbus_glib_bindings_la-dbus_glib_bindings.lo -MD -MP
44 -MF ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo" -c -o
45 dbus_glib_bindings_la-dbus_glib_bindings.lo `test -f
46 'dbus_glib_bindings.c' || echo './'`dbus_glib_bindings.c; \
47 then mv -f ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo"
48 ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Plo"; else rm -f
49 ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo"; exit 1; fi
50 mkdir .libs
51 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
52 -I/usr/include/python2.4 -DDBUS_COMPILATION=1
53 -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -Wall -Wchar-subscripts
54 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
55 -Wpointer-arith -Wcast-align -Wfloat-equal -Wsign-compare -MT
56 dbus_bindings.lo -MD -MP -MF .deps/dbus_bindings.Tpo -c dbus_bindings.c
57 -fPIC -DPIC -o .libs/dbus_bindings.o
58 x86_64-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory
59 x86_64-pc-linux-gnu-gcc: no input files
60 make[3]: *** [dbus_bindings.lo] Error 1
61 make[3]: *** Waiting for unfinished jobs....
62 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
63 -I/usr/include/python2.4 -DDBUS_COMPILATION=1
64 -DDBUS_API_SUBJECT_TO_CHANGE=1 -I/usr/include/glib-2.0
65 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -O2 -Wall
66 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
67 -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal
68 -Wsign-compare -MT dbus_glib_bindings_la-dbus_glib_bindings.lo -MD -MP
69 -MF .deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo
70 -c ./dbus_glib_bindings.c -fPIC -DPIC
71 -o .libs/dbus_glib_bindings_la-dbus_glib_bindings.o
72 x86_64-pc-linux-gnu-gcc: ./dbus_glib_bindings.c: No such file or
73 directory
74 x86_64-pc-linux-gnu-gcc: no input files
75 make[3]: *** [dbus_glib_bindings_la-dbus_glib_bindings.lo] Error 1
76 make[3]: Leaving directory
77 `/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2/python'
78 make[2]: *** [all-recursive] Error 1
79 make[2]: Leaving directory
80 `/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2/python'
81 make[1]: *** [all-recursive] Error 1
82 make[1]: Leaving directory
83 `/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2'
84 make: *** [all] Error 2
85
86 --
87 Alex, homepage: http://www.bennee.com/~alex/
88 The aim of a joke is not to degrade the human being but to remind him
89 that he is already degraded. -- George Orwell
90
91 --
92 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Dbus 0.35.2 Peter Humphrey <prh@××××××××××.uk>