Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437954 - app-emulation/virt-manager-0.9.2/0.9.4 depends on x11-libs/vte[python]
Summary: app-emulation/virt-manager-0.9.2/0.9.4 depends on x11-libs/vte[python]
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 10:41 UTC by lsching17
Modified: 2012-10-12 22:50 UTC (History)
0 users

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 lsching17 2012-10-11 10:41:56 UTC
app-emulation/virt-manager-0.9.2/0.9.4 depends on old version of x11-libs/vte

$ sudo emerge --update --newuse --deep --pretend @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-libs/glib-2.32.4-r1  USE="(-doc%)" 
[ebuild   R    ] net-libs/libsoup-2.38.1  USE="(-doc%)" 
[ebuild   R    ] x11-libs/gtk+-2.24.12  USE="(-doc%)" 
[ebuild   R    ] x11-libs/gtk+-3.4.4  USE="(-doc%)" 
[ebuild     U  ] x11-libs/vte-0.28.2-r204 [0.28.2-r203]
[ebuild   R    ] net-libs/libsoup-gnome-2.38.1  USE="(-doc%)" 

The following USE changes are necessary to proceed:
#required by app-emulation/virt-manager-0.9.4, required by @selected, required by @world (argument)
>=x11-libs/vte-0.28.2-r204:0 python

Reproducible: Always

Steps to Reproduce:
emerge virt-manager-0.9.4
Actual Results:  
requires use flags >=x11-libs/vte-0.28.2-r204:0 python

Expected Results:  
There is no need to add use flag as stable version vte-0.32.2 or vte-0.30.1-r3 do not have "python" flag anymore
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2012-10-12 22:50:48 UTC
The issue is that newer vte's are GTK+ 3 only and virt-manager depends on GTK+ 2 presently.