Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253052 - perl-core/Module-Build included with perl-5.10.0
Summary: perl-core/Module-Build included with perl-5.10.0
Status: RESOLVED FIXED
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: 2008-12-29 21:08 UTC by Jason Switzer
Modified: 2008-12-30 00:16 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 Jason Switzer 2008-12-29 21:08:19 UTC
In preparing for perl-5.10.0, the perl-core/Module-Build (and
virtual/perl-Module-Build) ebuild should be removed from the tree. This module
is now included as part of the core and a separate ebuild is no longer
required.


Reproducible: Always

Steps to Reproduce:
1. layman -a perl-experimental
2. emerge -Dp perl
3. emerge -C virtual/perl-Archive-Tar perl-core/Archive-Tar
4. emerge -Dp perl

Actual Results:  
Install perl-5.10.0 without file collisions.


Expected Results:  
File collisions due to duplicate installations.


Tested on ~amd64.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-12-29 21:41:39 UTC
(In reply to comment #0)
> In preparing for perl-5.10.0, the perl-core/Module-Build (and
> virtual/perl-Module-Build) ebuild should be removed from the tree.

You don't care about perl-5.8 users, do you?

> This module
> is now included as part of the core 

Isn't that true for every package in perl-core?

> and a separate ebuild is no longer
> required.

I've committed a fix for the collision problem.
Comment 2 Jason Switzer 2008-12-30 00:16:30 UTC
> You don't care about perl-5.8 users, do you?

You're right, this should either be slotted or check for the new version of perl.

> Isn't that true for every package in perl-core?

I don't know, you tell me.

> I've committed a fix for the collision problem.

It still has the keywords and is not checking for perl-5.10.0. What changes were made to fix this?