public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Dbus 0.35.2
@ 2005-08-04  8:06 Alex Bennee
  2005-08-04 10:10 ` Peter Humphrey
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Bennee @ 2005-08-04  8:06 UTC (permalink / raw
  To: Gentoo AMD64

Hi,

Has anyone had any joy building the latest dbus on amd64? 

I'm using a basic ebuild without additional patches but it seems to be
failing in building the glib bindings. This could be the reason the
latest python is ~amd64 as I suspect this is involved in the process.

Compile Log:

/usr/bin/python ./extract.py ./dbus_bindings.pxd.in -I./..  -I. >
dbus_bindings.pxd.tmp && mv dbus_bindings.pxd.tmp dbus_bindings.pxd
running echo '#include "dbus_h_wrapper.h"
'|cpp  -I./.. -I.pyrexc ./dbus_bindings.pyx -I. -o ./dbus_bindings.c
pyrexc ./dbus_glib_bindings.pyx  -I. -o ./dbus_glib_bindings.c
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 --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
-I/usr/include/python2.4 -DDBUS_COMPILATION=1
-DDBUS_API_SUBJECT_TO_CHANGE=1   -O2 -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
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_glib_bindings.c] Error 1 (ignored)
if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
-I/usr/include/python2.4 -DDBUS_COMPILATION=1
-DDBUS_API_SUBJECT_TO_CHANGE=1  -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/libxml2   -O2 -Wall
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal
-Wsign-compare -MT dbus_glib_bindings_la-dbus_glib_bindings.lo -MD -MP
-MF ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo" -c -o
dbus_glib_bindings_la-dbus_glib_bindings.lo `test -f
'dbus_glib_bindings.c' || echo './'`dbus_glib_bindings.c; \
then mv -f ".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo"
".deps/dbus_glib_bindings_la-dbus_glib_bindings.Plo"; else rm -f
".deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo"; exit 1; fi
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
-I/usr/include/python2.4 -DDBUS_COMPILATION=1
-DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -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
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]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../dbus
-I/usr/include/python2.4 -DDBUS_COMPILATION=1
-DDBUS_API_SUBJECT_TO_CHANGE=1 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -O2 -Wall
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal
-Wsign-compare -MT dbus_glib_bindings_la-dbus_glib_bindings.lo -MD -MP
-MF .deps/dbus_glib_bindings_la-dbus_glib_bindings.Tpo
-c ./dbus_glib_bindings.c  -fPIC -DPIC
-o .libs/dbus_glib_bindings_la-dbus_glib_bindings.o
x86_64-pc-linux-gnu-gcc: ./dbus_glib_bindings.c: No such file or
directory
x86_64-pc-linux-gnu-gcc: no input files
make[3]: *** [dbus_glib_bindings_la-dbus_glib_bindings.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dbus-0.35.2/work/dbus-0.35.2'
make: *** [all] Error 2

--
Alex, homepage: http://www.bennee.com/~alex/
The aim of a joke is not to degrade the human being but to remind him
that he is already degraded. -- George Orwell

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Dbus 0.35.2
  2005-08-04  8:06 [gentoo-amd64] Dbus 0.35.2 Alex Bennee
@ 2005-08-04 10:10 ` Peter Humphrey
  2005-08-04 10:21   ` Alex Bennee
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Humphrey @ 2005-08-04 10:10 UTC (permalink / raw
  To: gentoo-amd64

Alex Bennee wrote:

> Has anyone had any joy building the latest dbus on amd64? 

Don't know which version you mean, but on this ~amd64 box I have:

$ qpkg -v -I dbus
sys-apps/dbus-0.23.4 *
sys-apps/dbus-0.23.4-r1 *

I didn't notice any difficulty compiling it.

-- 
Rgds
Peter Humphrey
Linux Counter 5290, Aug 93.
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Dbus 0.35.2
  2005-08-04 10:10 ` Peter Humphrey
@ 2005-08-04 10:21   ` Alex Bennee
  2005-08-05  8:41     ` Alex Bennee
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Bennee @ 2005-08-04 10:21 UTC (permalink / raw
  To: gentoo-amd64


On Thu, August 4, 2005 11:10, Peter Humphrey said:
> Alex Bennee wrote:
>
>> Has anyone had any joy building the latest dbus on amd64?
>
> Don't know which version you mean, but on this ~amd64 box I have:
>
> $ qpkg -v -I dbus
> sys-apps/dbus-0.23.4 *
> sys-apps/dbus-0.23.4-r1 *

Unfortunatly the current ebuild in the master portage (0.23.4) uses the
old dbus API. I'm using a basic ebuild in my overlay to try and get the
latest version (0.35.2, which I need to test some dbus functionality just
added to gtk-gnutella).

That's the one I'm having trouble build. The 0.23.4-r1 all built fine.

-- 
Alex
http://www.bennee.com/~alex/

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Dbus 0.35.2
  2005-08-04 10:21   ` Alex Bennee
@ 2005-08-05  8:41     ` Alex Bennee
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennee @ 2005-08-05  8:41 UTC (permalink / raw
  To: gentoo-amd64

On Thu, 2005-08-04 at 11:21 +0100, Alex Bennee wrote:
> On Thu, August 4, 2005 11:10, Peter Humphrey said:
> > Alex Bennee wrote:
> >
> >> Has anyone had any joy building the latest dbus on amd64?
> >
> > Don't know which version you mean, but on this ~amd64 box I have:
> >
> > $ qpkg -v -I dbus
> > sys-apps/dbus-0.23.4 *
> > sys-apps/dbus-0.23.4-r1 *
> 
> Unfortunatly the current ebuild in the master portage (0.23.4) uses the
> old dbus API. I'm using a basic ebuild in my overlay to try and get the
> latest version (0.35.2, which I need to test some dbus functionality just
> added to gtk-gnutella).

I fixed the problem by rebuilding pyrex which is used in the building of
dbus.

--
Alex, homepage: http://www.bennee.com/~alex/
The easiest way to get the root password is to become system admin. --
Unknown source

-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2005-08-05  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04  8:06 [gentoo-amd64] Dbus 0.35.2 Alex Bennee
2005-08-04 10:10 ` Peter Humphrey
2005-08-04 10:21   ` Alex Bennee
2005-08-05  8:41     ` Alex Bennee

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