Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15095 - Explicit merges not candidates for DEPENDs
Summary: Explicit merges not candidates for DEPENDs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Portage team
URL: http://xine.sf.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 01:19 UTC by david mattatall
Modified: 2003-10-14 04:32 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 david mattatall 2003-02-04 01:19:19 UTC
emerge -p xine-lib xine-ui 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild  N   ] media-libs/xine-lib-1_beta2 
[ebuild  N   ] media-libs/xine-lib-0.9.13-r2 
[ebuild  N   ] media-video/xine-ui-0.9.13 
 
The double install of xinelib seems unesseary to me, and ultimately screws up xine-ui's install 
by installing two differerent versions of xine-config into two different directories 
(/usr/share/bin/xine-config and /usr/bin/xine-config)
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-04 16:59:01 UTC
For right now, don't specify xine-lib, just xine-ui.
Comment 2 david mattatall 2003-03-23 21:35:19 UTC
bash-2.05b# emerge -p xine-lib xine-ui  
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild   R  ] media-libs/xine-lib-1_beta2   
[ebuild    UD] media-libs/xine-lib-0.9.13-r2 [1_beta2-]  
[ebuild  N   ] media-video/xine-ui-0.9.13   
 
Again, two versions of the package are being selected for install (one of them already being 
installed). I don't understand how this could possibly happan with the portage system we have 
today....please, either fix it or explain it to me so I can fix it on my own computer 
Comment 3 david mattatall 2003-04-13 07:43:04 UTC
davidsmind root # emerge -p xine-lib xine-ui 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild   R  ] media-libs/xine-lib-0.9.13-r3 
[ebuild   R  ] media-video/xine-ui-0.9.13 
 
Brilliant!! 
Comment 4 david mattatall 2003-10-14 04:32:16 UTC
The problem is fixed.