Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339978 - app-editors/gedit-plugins USE flag terminal missing gconf-python dependency
Summary: app-editors/gedit-plugins USE flag terminal missing gconf-python dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Romain Perier (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-10-06 19:30 UTC by Radoslaw Szkodzinski
Modified: 2010-11-01 12:31 UTC (History)
2 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 Radoslaw Szkodzinski 2010-10-06 19:30:54 UTC
app-editor/gedit-plugins USE flag terminal should add a dependency on dev-python/gconf-python.

Otherwise, while enabling plugin, this happens:
Traceback (most recent call last):
  File "/usr/lib64/gedit-2/plugins/terminal.py", line 29, in <module>
    import gconf
ImportError: No module named gconf
Comment 1 waqner 2010-10-30 10:44:54 UTC
I ran into this, too.

Needed dev-python/gnome-vfs-python as well.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-11-01 12:31:00 UTC
+  01 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  gedit-plugins-2.30.0.ebuild:
+  Add missing gconf-python dependency, bug #339978.

gconf-python was indeed missing. However I couldn't find a gnome-vfs-python
import so I did not add it. Please open a new bug report with evidences of the
problem if needed. Thanks for reporting.