Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300770 - Duplicate file: /usr/lib/perl5/vendor_perl/5.10.1/Error.pm (dev-perl/Error-0.17.012, dev-util/git-1.6.4.4)
Summary: Duplicate file: /usr/lib/perl5/vendor_perl/5.10.1/Error.pm (dev-perl/Error-0....
Status: RESOLVED DUPLICATE of bug 296310
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 20:12 UTC by Phil Stracchino (Unix Ronin)
Modified: 2010-01-14 21:35 UTC (History)
2 users (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 Phil Stracchino (Unix Ronin) 2010-01-12 20:12:19 UTC
dev-perl/Error-0.17.012 and dev-util/git-1.6.4.4 both install /usr/lib/perl5/vendor_perl/5.10.1/Error.pm:

 * Detected file collision(s):
 * 
 *      /usr/lib/perl5/vendor_perl/5.10.1/Error.pm
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-util/git-1.6.4.4
 *      /usr/lib/perl5/vendor_perl/5.10.1/Error.pm
 * 
 * Package 'dev-perl/Error-0.17.012' NOT merged due to file collisions.


Reproducible: Always

Steps to Reproduce:
1.  emerge dev-util/git-1.6.4.4
2.  emerge dev-perl/Error-0.17.012
3.  dev-perl/Error fails with file collision
I don't know (yet) whether this fails in the other order, if git installs the file only if not already present.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2010-01-12 21:50:01 UTC
This is fixed in >=dev-util/git-1.6.5.7.

(In reply to comment #0)
> I don't know (yet) whether this fails in the other order, if git installs the
> file only if not already present.

IIRC, it doesn't: git doesn't install it, if it's already present.

*** This bug has been marked as a duplicate of bug 296310 ***
Comment 2 Phil Stracchino (Unix Ronin) 2010-01-14 21:35:10 UTC
Yes, I confirmed for myself later that everything is fine as long as dev-perl/Error is installed before dev-util/git.