Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164537 - dev-python/dbus-python-0.80.1 makes rox-base/rox-session-0.27-r1 failing initializing
Summary: dev-python/dbus-python-0.80.1 makes rox-base/rox-session-0.27-r1 failing init...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Rox Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 12:34 UTC by Sebastian Glita
Modified: 2007-01-31 11:10 UTC (History)
0 users

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


Attachments
emerge --info (emerge --info,4.03 KB, text/plain)
2007-01-30 12:36 UTC, Sebastian Glita
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Glita 2007-01-30 12:34:39 UTC
dev-python/dbus-python-0.80.1 makes rox-base/rox-session-0.27-r1 failing initializing:
AttributeError: 'Object' is not a field of 'dbus' module.
/usr/lib/rox/ROX-Session/wm.py:6
/usr/lib/rox/ROX-Session/settings.py:8
/usr/lib/rox/ROX-Session/settings2x.py:8


Reproducible: Always

Steps to Reproduce:
1.make sure dev-python/dbus-python-0.80.1 and rox-base/rox-session-0.27-r1 are installed
2.make sure .xsession is that generated by rox
3.enter a custom GDM X session

Actual Results:  
a error window, with a python stack backtrace; after which X restarts

Expected Results:  
initiate cleanly a ROX session

downgraded to dev-python/dbus-python-0.71 and it works.
Comment 1 Sebastian Glita 2007-01-30 12:36:23 UTC
Created attachment 108610 [details]
emerge --info
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2007-01-30 17:01:26 UTC
Indeed, I can replicate this.

I could probably patch 0.27, but a new version (0.29) is available, and this seems to solve the problem for me.

I have just checked this in to portage, so it should be available via rsync in about 1 hour.

Could you please upgrade and let me know if it solves the problem for you too?
Comment 3 Jim Ramsay (lack) (RETIRED) gentoo-dev 2007-01-30 17:34:09 UTC
I also marked 0.27 <dbus-python-0.80 so it can only be installed with dbus-python-0.79 or earlier.
Comment 4 Sebastian Glita 2007-01-31 11:10:11 UTC
(In reply to comment #2)
> 
> Could you please upgrade and let me know if it solves the problem for you too?

I sync'ed and it works well with dbus-python-0.80.1

Thanks