Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 114158

Summary: Collision between dev-perl/XML-SAX-0.13 and dev-perl/XML-SAX-Base-1.04
Product: Gentoo Linux Reporter: Sandro Bonazzola (RETIRED) <sanchan>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: VERIFIED FIXED    
Severity: normal CC: allanonjl, dams, gurligebis, kaiowas
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sandro Bonazzola (RETIRED) gentoo-dev 2005-12-01 08:51:46 UTC
* checking 32 files for package collisions
existing file /usr/lib/perl5/vendor_perl/5.8.7/XML/SAX/placeholder.pl is not
owned by this package
existing file /usr/lib/perl5/vendor_perl/5.8.7/XML/SAX/Base.pm is not owned by
this package
existing file /usr/lib/perl5/vendor_perl/5.8.7/XML/SAX/Exception.pm is not owned
by this package
* spent 0.0562238693237 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/XML-SAX-0.13 NOT merged

No package files given... Grabbing a set.
arilinn ~ # qfile /usr/lib/perl5/vendor_perl/5.8.7/XML/SAX/placeholder.pl
dev-perl/XML-SAX-Base (/usr/lib/perl5/vendor_perl/5.8.7/XML/SAX/placeholder.pl)

Reproducible: Always
Steps to Reproduce:
1.enable collision-protect
2.emerge -u libconf
3.after emerging XML-SAX-Base, XML-SAX fails.

Actual Results:  
Collision between dev-perl/XML-SAX-0.13 and dev-perl/XML-SAX-Base-1.04

Expected Results:  
No collision between dev-perl/XML-SAX-0.13 and dev-perl/XML-SAX-Base-1.04
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-01-08 08:38:17 UTC
I've sent a note upstream to Matt and Kip (respective authors of XML::SAX and XML::SAX::Base) to see what they're take on this is. I suspect that the deps should be adjusted to be an || clause between the two modules, especially since XML::SAX::Base hasn't been updated upstream in 3+ years.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-02-20 12:57:16 UTC
*** Bug 122576 has been marked as a duplicate of this bug. ***
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-02-20 13:10:22 UTC
deps updated across the board, closing this out. XML-SAX-Base removed from the tree, as of XML-SAX-0.11 its been merged, no need for both ebuilds anymore.
Comment 4 Sandro Bonazzola (RETIRED) gentoo-dev 2006-02-22 11:16:42 UTC
Works fine for me. Good work.