Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9532] New: dbus with python

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9532] New: dbus with python
  • Date: 31 Mar 2007 07:18:36 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=9532

Summary: dbus with python
Product: Codex
Version: stable grimoire
Platform: x86-64
OS/Version: other
Status: CLOSED
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: francois.martorello AT laposte.net


It does not compile when you enable the pyrex support for python library

Making all in python
make[2]: Entering directory `/usr/src/dbus-0.23.4/python'
Making all in examples
make[3]: Entering directory `/usr/src/dbus-0.23.4/python/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/dbus-0.23.4/python/examples'
make[3]: Entering directory `/usr/src/dbus-0.23.4/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
/usr/src/dbus-0.23.4/python/dbus_bindings.pyx:44:27: Syntax error in ctypedef
statement
make[3]: [dbus_bindings.c] Error 1 (ignored)
if /bin/sh ../libtool --mode=compile 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/python2.4 -DDBUS_API_SUBJECT_TO_CHANGE=1 -O -march=x86-64
-mmmx -mfpmath=sse -msse -msse2 -m3dnow -m64 -fPIC -DPIC -pipe -O3 -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
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/python2.4
-DDBUS_API_SUBJECT_TO_CHANGE=1 -O -march=x86-64 -mmmx -mfpmath=sse -msse
-msse2
-m3dnow -m64 -fPIC -DPIC -pipe -O3 -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
gcc: dbus_bindings.c: No such file or directory
gcc: no input files
make[3]: *** [dbus_bindings.lo] Error 1
make[3]: Leaving directory `/usr/src/dbus-0.23.4/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/dbus-0.23.4/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/dbus-0.23.4'
make: *** [all] Error 2


------- Additional Comments From eric AT sandall.us 2005-08-20 08:18 -------
Care to try the fix in Bug #9538?

--


------- Additional Comments From disk AT sourcemage.org 2005-08-26 13:47 -------
I believe this work if you compile it with gcc 3.4, I noticed that few weeks
ago
but I forgot to report it

--


------- Additional Comments From eric AT sandall.us 2005-08-26 20:28 -------
I got it compiling via Bug #9538, but I didn't see this error while figuring
out
the other bug.

--


------- Additional Comments From eric AT sandall.us 2005-09-25 01:42 -------
This should be fixed with Bug #9538.

--


------- Additional Comments From jblosser-smgl AT firinn.org 2007-03-31 01:18
-------
closing fixed bugs

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9532] New: dbus with python, bugzilla-daemon, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page