Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47188 - dev-python/pygtk tries to reinstall xfree after installing xorg-x11
Summary: dev-python/pygtk tries to reinstall xfree after installing xorg-x11
Status: RESOLVED DUPLICATE of bug 45611
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45610
  Show dependency tree
 
Reported: 2004-04-08 00:37 UTC by Gustavo Ribeiro Alves
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Gustavo Ribeiro Alves 2004-04-08 00:37:45 UTC
pygtk should install and upgrade without requiring xfree server once xorg-x11 is installeed.

Reproducible: Always
Steps to Reproduce:
1.emerge -pU pygtk
Actual Results:  
>>> --upgradeonly implies --update... adding --update to options.
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild     U ] dev-python/pygtk-2.0.0-r1 [2.0.0]


Expected Results:  
>>> --upgradeonly implies --update... adding --update to options.
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N    ] x11-base/xfree-4.3.0-r5
[ebuild     U ] dev-python/pygtk-2.0.0-r1 [2.0.0]
Comment 1 Stephane Loeuillet 2004-04-08 02:52:51 UTC
didn't you swapped the expected and actual result ?
Comment 2 Gustavo Ribeiro Alves 2004-04-08 08:42:13 UTC
Oops... yes, I swaped the results...
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-08 11:20:16 UTC

*** This bug has been marked as a duplicate of 45611 ***