Ticket #55 (closed bug: fixed)

Opened 3 years ago

Problems compiling in debian (dbus problem)

Reported by: mgarciagonzalez Owned by: theli
Priority: minor Milestone:
Component: Other Version: trunk
Keywords: Cc:

Description

Hi guys,

I want to try your sw, but I have problems compiling it in my debian unstable. dbus is not found, but I think dbus-python is installed correctly in my system:

# dpkg -l '*dbus*' | grep python ii python2.4-dbus 0.61-5 simple interprocess messaging system (Python

And when I try to compile: Checking for DBUS: not found Listen require dbus. make: *** [check] Error 1

Could you help me please? Mariano.

Change History

Changed 3 years ago by theli

Logged In: YES user_id=1463559

On debian the default python version is 2.3 then my check script look for python2.3-dbus

But this is a bug because normaly dbus is optional (for ipod detection) I have correct it on svn

you can do this to correct the problem : in "check.py" replace :

raise SystemExit?("not found\n%s require dbus. " % NAME)

by :

print("not found\n%s dbus recommanded. " % NAME)

Changed 3 years ago by theli

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.