Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469910 - net-misc/wicd-1.7.2.4-r2 needs to check dev-python/dbus-python for PYTHON_TARGETS='python2_7'
Summary: net-misc/wicd-1.7.2.4-r2 needs to check dev-python/dbus-python for PYTHON_TAR...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 03:07 UTC by ta2002
Modified: 2013-06-24 22:06 UTC (History)
3 users (show)

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 ta2002 2013-05-15 03:07:55 UTC
Initially emerged dev-python/dbus-python-1.1.1-r1 with PYTHON_TARGETS='python3_2' in /etc/portage/make.conf.

net-misc/wicd-1.7.2.4-r2 installed fine, but failed when attempting to start with "ImportError: No module named dbus"

After emerging dev-python/dbus-python-1.1.1-r1 again with PYTHON_TARGETS='python2_7 python3_2' and then emerging net-misc/wicd-1.7.2.4-r2 again, wicd started without errors.
Comment 1 Jan Matějka (RETIRED) gentoo-dev 2013-05-15 11:46:32 UTC
The wicd package is EAPI=3 so you control this one with USE_PYTHON.

I'm not sure this is fixable other than migrating wicd to EAPI=5
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2013-06-24 22:06:00 UTC
In wicd-1.7.2.4-r3 I migrated to new python eclasses and EAPI 5.  I updated the deps so that this should work now.  Please test.

+  24 Jun 2013; Thomas Kahle <tomka@gentoo.org>
+  +files/wicd-1.7.2.4-fix-desktop-categories.patch, +wicd-1.7.2.4-r3.ebuild:
+  bump to eapi5 and distutils-r1 (bugs 469910, 473772