Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468596 - media-libs/libxmi-1.3 media-libs/plotutils-2.6:0 - file collisions
Summary: media-libs/libxmi-1.3 media-libs/plotutils-2.6:0 - file collisions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-04 17:33 UTC by eroen
Modified: 2013-05-04 21:19 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 eroen 2013-05-04 17:33:07 UTC
* package media-libs/libxmi-1.3 NOT merged
 * 
 * Detected file collision(s):
 * 
 * 	/usr/include/xmi.h
 * 	/usr/lib64/libxmi.so.0.1.3
 * 	/usr/share/info/libxmi.info.xz
 * 	/usr/lib64/libxmi.so
 * 	/usr/lib64/libxmi.so.0
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * media-libs/plotutils-2.6:0::gentoo
 * 	/usr/include/xmi.h
 * 	/usr/lib64/libxmi.so
 * 	/usr/lib64/libxmi.so.0
 * 	/usr/lib64/libxmi.so.0.1.3
 * 	/usr/share/info/libxmi.info.xz
 *
Comment 1 eroen 2013-05-04 17:49:40 UTC
This makes the upgrade from plotutils-2.6 to plotutils-2.6-r1 a tad difficult, since plotutils-2.6-r1 depends on libxmi. 

I think a well placed block should let portage know to unmerge the old plotutils before trying to merge libxmi.

Adding the following line to media-libs/libxmi/libxmi-1.3.ebuild let the upgrade go smoothly for me:
    RDEPEND="!<media-libs/plotutils-2.6-r1"
Comment 2 eroen 2013-05-04 21:19:50 UTC
I see it's fixed now. Ty!