Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117380 - dev-perl/Carp-Assert-More dependency problem
Summary: dev-perl/Carp-Assert-More dependency problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-01 12:47 UTC by Michele Beltrame
Modified: 2006-01-08 06:39 UTC (History)
1 user (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 Michele Beltrame 2006-01-01 12:47:49 UTC
dev-perl/Carp-Assert-More depends on dev-perl/Scalar-List-Utils. However this ebuild doesn't exists (anymore?) since it's:

perl-core/Scalar-List-Utils
Comment 1 Michele Beltrame 2006-01-01 13:06:35 UTC
On second thought, since Scalar-List-Utils is now core maybe Carp-Assert-More shoudln't depend on it at all.
Comment 2 Mike Gant 2006-01-02 08:34:11 UTC
I changed Carp-Assert-More ebuild as follows:

@@ -15,6 +15,6 @@
 
 SRC_TEST="do"
 
-DEPEND="dev-perl/Scalar-List-Utils
+DEPEND="perl-core/Scalar-List-Utils
                dev-perl/Carp-Assert
                dev-perl/Test-Exception"

no side effects noticed. But not user if this is the proper fix?
Comment 3 Mike Gant 2006-01-02 08:37:19 UTC
(In reply to comment #2)
> I changed Carp-Assert-More ebuild as follows:
> 
> @@ -15,6 +15,6 @@
> 
>  SRC_TEST="do"
> 
> -DEPEND="dev-perl/Scalar-List-Utils
> +DEPEND="perl-core/Scalar-List-Utils
>                 dev-perl/Carp-Assert
>                 dev-perl/Test-Exception"
> 
> no side effects noticed. But not user if this is the proper fix?
> 

s/user/sure

(holy cow a double dyslexic typing error in one word!)
Comment 4 Michele Beltrame 2006-01-03 01:40:34 UTC
> no side effects noticed. But not user if this is the proper fix?

This is fine, and works. However I do believe that dependancy should be removed soon or after, and also the perl-core/Scalar-List-Utils package since it's now bundled with Perl (since 5.8.0 I think).

Michele.
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2006-01-08 06:39:17 UTC
Funny enough, the ebuild was fixed at about the time this bug was being filed. Because of legacy perl's still floating around, I'm leary on removing the ebuild from the tree since, although part of core, it is still maintained externally to perl releases (afaik anyway)