Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't emerge dbus
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
igor92128
Apprentice
Apprentice


Joined: 27 Jun 2004
Posts: 156
Location: California

PostPosted: Fri Jul 15, 2005 8:38 pm    Post subject: Can't emerge dbus Reply with quote

Hello, I have a problem when emerging dbus. Here is what happens:

Code:
 
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/python2.4 -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -pipe -march=pentium3 -fomit-frame-pointer -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal -Wsign-compare -MT dbus_bindings.lo -MD -MP -MF .deps/dbus_bindings.Tpo -c dbus_bindings.c  -fPIC -DPIC -o .libs/dbus_bindings.o
i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory
i686-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/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dbus-0.23.4-r1/work/dbus-0.23.4/python'
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.


I've tried unmerging and re-emering and deleting the temp and GZ file, but I still get this error.

Any Ideas?

Igor
Back to top
View user's profile Send private message
moesasji
Apprentice
Apprentice


Joined: 10 May 2005
Posts: 263

PostPosted: Fri Jul 15, 2005 9:07 pm    Post subject: Reply with quote

To me it looks like the solution is given in the last post in this topic.
So to re-emerge: dev-python/pyrex-0.9.3-r2. The error-messages are at least identical.
Back to top
View user's profile Send private message
wedin8
n00b
n00b


Joined: 03 Nov 2004
Posts: 61
Location: L-A, Scania, Sweden

PostPosted: Sat Jul 16, 2005 8:43 am    Post subject: Reply with quote

I had the exact same problem and emerging pyrex worked for me.

Question is: How do one come up with an idea like that from the error message given??
Back to top
View user's profile Send private message
ecatmur
Advocate
Advocate


Joined: 20 Oct 2003
Posts: 3595
Location: Edinburgh

PostPosted: Sat Jul 16, 2005 12:52 pm    Post subject: Reply with quote

If you look up above the error message posted, you see
Code:

/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)

This indicates that dbus_bindings.c failed to be generated because of an error running pyrex.
_________________
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Back to top
View user's profile Send private message
gpierce
Tux's lil' helper
Tux's lil' helper


Joined: 15 Dec 2004
Posts: 111

PostPosted: Sat Jul 16, 2005 1:56 pm    Post subject: Why isn't it checked for then as a dependency? Reply with quote

Thanks to everyone who responded. I encountered the same problem last night. I wonder if it was an oversight that pyrex is not gotten beforehand as a dependency.
Back to top
View user's profile Send private message
dR0PS
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2005
Posts: 116
Location: DE/Hamburg

PostPosted: Fri Jul 22, 2005 7:56 pm    Post subject: Reply with quote

got the same problem, reemerging pyrex did it.
thanx to this forum :)
_________________

~x86 gentoo / zen-sources 2.6.36-zen1
Back to top
View user's profile Send private message
xtaski
Apprentice
Apprentice


Joined: 20 Dec 2004
Posts: 168
Location: New York, NY

PostPosted: Thu Jul 28, 2005 2:41 am    Post subject: Reply with quote

What's odd is that I fixed it by re-emerging the exact same version of pyrex... should we file a bug?
Back to top
View user's profile Send private message
wiSHmaKeR
n00b
n00b


Joined: 04 May 2004
Posts: 44
Location: Stara Zagora, Bulgaria

PostPosted: Sun Jul 31, 2005 5:33 am    Post subject: Reply with quote

Worked for me, thanks :)
_________________
And all your wishes come true... :)
Back to top
View user's profile Send private message
bedo
n00b
n00b


Joined: 11 May 2004
Posts: 56

PostPosted: Mon Aug 01, 2005 4:06 am    Post subject: Reply with quote

I had the same problem

I think it is caused by updating python to 2.4.x; all old python modules are installed under 2.3.x
Back to top
View user's profile Send private message
gpierce
Tux's lil' helper
Tux's lil' helper


Joined: 15 Dec 2004
Posts: 111

PostPosted: Mon Aug 01, 2005 3:26 pm    Post subject: Reply with quote

Is anyone having problems with automounting of USB memory sticks or CD-ROMS after merging pyrex and the latest udev? I spent most of last week re-building my system using packages from the stable branch after getting so frustrated with my inability to mount USB memory sticks and the slowness of my Gnome desktop. I thought it might be the 2.6.12-r6 kenel, but it was definitely not the kernel. I was still curious about what went wrong with automounting, so I tried upgrading udev, hal, and gnome-volume-manager, and dbus to the latest packages and once again automounting is no longer working.

Anyway, I was wondering if anyone else has expeienced any similar problems.

Sincerely,
Greg
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Sep 24, 2005 4:32 pm    Post subject: Reply with quote

Moved from Portage & Programming to Duplicate Threads.
See here instead: https://forums.gentoo.org/viewtopic-t-354253.html
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum