public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] dbus - error
@ 2005-07-25 12:32 Michael Barnett
  2005-07-25 12:37 ` Jens Gassmann
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Barnett @ 2005-07-25 12:32 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

ich habe mal wieder ein Problem und weiss nicht genau wo der Fehler ist.
Ich benutze das Gentoo Linux für AMD64 im testing Zweig und wollte letzte 
Woche ein Update machen. Er bricht immer bei dem Paket dbus ab. Hier der 
Fehler:
make[2]: Entering directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/py
thon'
Making all in examples
make[3]: Entering directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/py
thon/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/pyt
hon/examples'
make[3]: Entering directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/py
thon'
/usr/bin/python extract.py dbus_bindings.pyx.in -I..  > dbus_bindings.pyx
running echo '#include "dbus_h_wrapper.h"
'|cpp  -I..pyrexc dbus_bindings.pyx
Traceback (most recent call last):
  File "/usr/bin/pyrexc", line 7, in ?
    from Pyrex.Compiler.Main import main
ImportError: No module named Pyrex.Compiler.Main
make[3]: [dbus_bindings.c] Error 1 (ignored)
if /bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H 
-I.
 -I. -I.. -I.. -I../dbus  -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include
  -I/usr/include/libxml2   -I/usr/include/python2.4  
-DDBUS_API_SUBJECT_TO_CHANG
E=1   -march=k8 -pipe -O2 -Wall -Wchar-subscripts -Wmissing-declarations 
-Wmissi
ng-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal 
-Wsign
-compare -MT dbus_bindings.lo -MD -MP -MF ".deps/dbus_bindings.Tpo" -c -o 
dbus_b
indings.lo dbus_bindings.c; \
then mv -f ".deps/dbus_bindings.Tpo" ".deps/dbus_bindings.Plo"; else rm -f 
".dep
s/dbus_bindings.Tpo"; exit 1; fi
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus 
-I/usr/incl                                                                           
ude/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include                                                                           /python2.4 
-DDBUS_API_SUBJECT_TO_CHANGE=1 -march=k8 -pipe -O2 -Wall -Wchar-subsc                                                                           
ripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-ari                                                                           
th -Wcast-align -Wfloat-equal -Wsign-compare -MT dbus_bindings.lo -MD -MP 
-MF .d                                                                           
eps/dbus_bindings.Tpo -c dbus_bindings.c  -fPIC -DPIC 
-o .libs/dbus_bindings.o
x86_64-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory
x86_64-pc-linux-gnu-gcc: no input files
make[3]: *** [dbus_bindings.lo] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/pyt                                                                           
hon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/pyt                                                                           
hon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4'
make: *** [all] Error 2

!!! ERROR: sys-apps/dbus-0.23.4-r1 failed.
!!! Function src_compile, Line 106, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status 
message.

Auch die nächsten Tage habe ich immer ein "emerge sync" gemacht aber 
anscheinend wird der Fehler nicht behoben oder aber ich bin der einzige der 
den Fehler hat.

Kann mir jemand eine Lösung nennen ??? Das Paket wird benötigt von skype.

Danke im voraus 

Micha

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user-de] dbus - error
  2005-07-25 12:32 [gentoo-user-de] dbus - error Michael Barnett
@ 2005-07-25 12:37 ` Jens Gassmann
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Gassmann @ 2005-07-25 12:37 UTC (permalink / raw
  To: gentoo-user-de

Hi Michael,

> ich habe mal wieder ein Problem und weiss nicht genau wo der Fehler ist.
> Ich benutze das Gentoo Linux für AMD64 im testing Zweig und wollte letzte 
> Woche ein Update machen. Er bricht immer bei dem Paket dbus ab. Hier der 
> Fehler:
> make[2]: Entering directory 

Einfach mal pyrex reemergen, siehe auch Bug 
http://bugs.gentoo.org/show_bug.cgi?id=97656

Grüsse
Jens
-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-25 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25 12:32 [gentoo-user-de] dbus - error Michael Barnett
2005-07-25 12:37 ` Jens Gassmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox