Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296310 - dev-util/git[perl] collides with dev-perl/Error
Summary: dev-util/git[perl] collides with dev-perl/Error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: QAcanfix
: 300770 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-09 13:45 UTC by Tomáš Chvátal (RETIRED)
Modified: 2010-01-12 21:50 UTC (History)
3 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 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. ***