Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112219 - sys-apps/dbus-0.23-r3 ebuild fails to compile (differently to 99345 but maybe related)
Summary: sys-apps/dbus-0.23-r3 ebuild fails to compile (differently to 99345 but mayb...
Status: RESOLVED DUPLICATE of bug 97656
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 13:08 UTC by Matt
Modified: 2005-11-11 13:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt 2005-11-11 13:08:42 UTC
Emerging dbus 0.23-r3 fails with use flags "X -debug gtk python qt xml2".

Reproducible: Always
Steps to Reproduce:
1.USE="X -debug gtk python qt xml2" emerge --update --newuse dbus
2.
3.

Actual Results:  
make[3]: Entering directory `/var/tmp/portage/dbus-0.23-r3/work/dbus-0.23/python'
/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 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   -pipe -O3 -march=pentium4 -fomit-frame-pointer
-finline-limit=1200 -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 -o
dbus_bindings.lo dbus_bindings.c; \
then mv -f ".deps/dbus_bindings.Tpo" ".deps/dbus_bindings.Plo"; else rm -f
".deps/dbus_bindings.Tpo"; exit 1; fi
mkdir .libs
 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 -pipe -O3
-march=pentium4 -fomit-frame-pointer -finline-limit=1200 -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-r3/work/dbus-0.23/python'make[2]: ***
[all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dbus-0.23-r3/work/dbus-0.23/python'make[1]: ***
[all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.23-r3/work/dbus-0.23'
make: *** [all] Error 2


Expected Results:  
Clean build and merge.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-11 13:18:35 UTC
Please, search harder... 

*** This bug has been marked as a duplicate of 97656 ***