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

Bug 296310

Summary: dev-util/git[perl] collides with dev-perl/Error
Product: Gentoo Linux Reporter: Tomáš Chvátal (RETIRED) <scarabeus>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: perl, phils, ricmm
Priority: High Keywords: QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomáš Chvátal (RETIRED) gentoo-dev 2009-12-09 13:45:49 UTC
It is because of update for perl-5.10
if the Error was not rebuild yet for perl-5.10 sitedir and we try to recompile git it would not fail but silently place its own bundled version into main tree.

-$VERSION = "0.15009";                                                                                                                    
+$VERSION = "0.17015";

Expected result is that git would fail untill the perl is sorted-out instead of placing bundled stuff to main tree.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-12-09 14:05:50 UTC
So you say: perl-cleaner tries to install dev-util/git before dev-perl/Error?
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-12-09 14:11:00 UTC
(In reply to comment #1)
> So you say: perl-cleaner tries to install dev-util/git before dev-perl/Error?
> 

Yep looks so.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-12-17 04:50:47 UTC
Build system patched to never install it's own Error.pm
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2010-01-12 21:50:01 UTC
*** Bug 300770 has been marked as a duplicate of this bug. ***