Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298108 - dev-perl/Unicode-Map has a file collission with sci-asctronomy/predict (/usr/bin/map)
Summary: dev-perl/Unicode-Map has a file collission with sci-asctronomy/predict (/usr/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 13:18 UTC by Jeremy Stent
Modified: 2010-01-07 13:11 UTC (History)
1 user (show)

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


Attachments
Output of emerge --info (emerge-info,18.16 KB, text/plain)
2009-12-23 13:20 UTC, Jeremy Stent
Details
qlist sci-astronomy/predict (qlist_sci-astronomy-predict,2.54 KB, text/plain)
2009-12-24 00:01 UTC, David Abbott (RETIRED)
Details
qlist dev-perl/Unicode-Map (qlist_dev-perl-Unicode-Map,7.66 KB, text/plain)
2009-12-24 00:02 UTC, David Abbott (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stent 2009-12-23 13:18:54 UTC
Trying to merge dev-perl/Unicode-Map I am told that it has a file collission with sci-astronomy/predict on /usr/bin/map

 * package dev-perl/Unicode-Map-0.112 NOT merged
 *
 * Detected file collision(s):
 *
 *      /usr/bin/map
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sci-astronomy/predict-2.2.3
 *      /usr/bin/map
 *
 * Package 'dev-perl/Unicode-Map-0.112' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.


Reproducible: Always

Steps to Reproduce:
1.  Emerge sci-astronomy/predict
2.  Attempt to emerge dev-perl/Unicode-Map
Actual Results:  
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 *
 * package dev-perl/Unicode-Map-0.112 NOT merged
 *
 * Detected file collision(s):
 *
 *      /usr/bin/map
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sci-astronomy/predict-2.2.3
 *      /usr/bin/map
 *
 * Package 'dev-perl/Unicode-Map-0.112' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

Expected Results:  
Successful merge
Comment 1 Jeremy Stent 2009-12-23 13:20:20 UTC
Created attachment 213935 [details]
Output of emerge --info
Comment 2 David Abbott (RETIRED) gentoo-dev 2009-12-24 00:01:10 UTC
Created attachment 214000 [details]
qlist sci-astronomy/predict

I do not get the file collisions here.
Comment 3 David Abbott (RETIRED) gentoo-dev 2009-12-24 00:02:34 UTC
Created attachment 214001 [details]
qlist dev-perl/Unicode-Map

[ebuild   R   ] dev-perl/Unicode-Map-0.112  0 kB
[ebuild   R   ] sci-astronomy/predict-2.2.3  USE="gtk nls -doc -xforms -xplanet" 0 kB
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2009-12-24 08:31:50 UTC
(In reply to comment #2)
> I do not get the file collisions here.

It's the "xforms" useflag. (Add a "map" client which uses the x11-libs/xforms library for its GUI).

It seems that dev-perl/Unicode-Map's map script isn't used in any of its reverse deps.
So it's possible to rename or remove it.

What about renaming predict's map?
Comment 5 Torsten Veller (RETIRED) gentoo-dev 2009-12-25 08:33:29 UTC
(In reply to comment #4)
> It seems that dev-perl/Unicode-Map's map script isn't used in any of its
> reverse deps.
> So it's possible to rename or remove it.

I've removed the scripts in dev-perl/Unicode-Map-0.112-r1. Debian doesn't install them either.

Comment 6 Torsten Veller (RETIRED) gentoo-dev 2010-01-07 13:11:50 UTC
Collision is fixed.