Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112345 - collision between dev-lang/perl (5.8.7-r1) and dev-perl/libnet (1.19)
Summary: collision between dev-lang/perl (5.8.7-r1) and dev-perl/libnet (1.19)
Status: RESOLVED DUPLICATE of bug 71659
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 15:47 UTC by Damien Thébault
Modified: 2005-11-12 15:49 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 Damien Thébault 2005-11-12 15:47:57 UTC
perl seems to build some libnet man pages and there is a collision between these
and those in the ebuild.

Reproducible: Always
Steps to Reproduce:
1.emerge dev-lang/perl-5.8.7-r1
2.emerge dev-perl/libnet-1.19

Actual Results:  
This is appening :

* checking 32 files for package collisions
existing file /usr/share/man/man3/Net::Cmd.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::Config.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::Domain.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::FTP.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::NNTP.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::Netrc.3pm.gz is not owned by this
packageexisting file /usr/share/man/man3/Net::POP3.3pm.gz is not owned by this
package
existing file /usr/share/man/man3/Net::SMTP.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::Time.3pm.gz is not owned by this package
existing file /usr/share/man/man3/Net::libnetFAQ.3pm.gz is not owned by this package
* spent 0.0585501194 seconds checking for file collisions
* This package is blocked because it wants to overwrite
* files belonging to other packages (see messages above).
* If you have no clue what this is all about report it
* as a bug for this package on http://bugs.gentoo.org

package dev-perl/libnet-1.19 NOT merged


Expected Results:  
No collision :)

 $ equery b /usr/share/man/man3/Net::Cmd.3pm.gz
[ Searching for file(s) /usr/share/man/man3/Net::Cmd.3pm.gz in *... ]
dev-lang/perl-5.8.7-r1 (/usr/share/man/man3/Net::Cmd.3pm.gz)
 $ equery b /usr/share/man/man3/Net::Config.3pm.gz
[ Searching for file(s) /usr/share/man/man3/Net::Config.3pm.gz in *... ]
dev-lang/perl-5.8.7-r1 (/usr/share/man/man3/Net::Config.3pm.gz)

(... and so on ...)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-12 15:49:45 UTC

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