Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510862 - app-admin/system-config-printer-gnome-1.4.3-r1 depends on gtk:3 and pygobgect:3
Summary: app-admin/system-config-printer-gnome-1.4.3-r1 depends on gtk:3 and pygobgect:3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 16:43 UTC by Andrés Becerra Sandoval
Modified: 2014-08-15 16:53 UTC (History)
0 users

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


Attachments
emerge --info output (info.txt,5.18 KB, text/plain)
2014-05-21 15:34 UTC, Andrés Becerra Sandoval
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrés Becerra Sandoval 2014-05-20 16:43:11 UTC
in USE, I find the dependencies:
 dev-python/pygobject:3[${PYTHON_USEDEP}]
 x11-libs/gtk+:3[introspection]

That should be for:
 dev-python/pygobject:2[${PYTHON_USEDEP}]
 x11-libs/gtk+:2[introspection]

I found this problem because I use a KDE desktop and have few gnome dependencies.
 I guess that gnome users already have the packages for SLOT 2 and don't notice it.

Thanks,
Comment 1 Pacho Ramos gentoo-dev 2014-05-20 19:25:21 UTC
I don't understand the bug report, isn't that version using gtk3 instead of gtk2? In that case, what is the problem with the deps in ebuild?
Comment 2 Andrés Becerra Sandoval 2014-05-20 23:08:04 UTC
(In reply to Pacho Ramos from comment #1)
> I don't understand the bug report, isn't that version using gtk3 instead of
> gtk2? In that case, what is the problem with the deps in ebuild?

If I do:

$ system-config-printer

I get:
Traceback (most recent call last):
  File "/usr/share/system-config-printer/system-config-printer.py", line 72, in <module>
    import installpackage
  File "/usr/share/system-config-printer/installpackage.py", line 23, in <module>
    import glib
ImportError: No module named glib

Having only pygobject:3 installed. 

If I manually install pygobject:2, system-config-printer starts without problems. 

I am sorry for the confusion, maybe is some misconfiguration in my box?

Thanks
Comment 3 Andrés Becerra Sandoval 2014-05-21 15:34:44 UTC
Created attachment 377374 [details]
emerge --info output