Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292676 - Zoneminder dependency problem
Summary: Zoneminder dependency problem
Status: RESOLVED DUPLICATE of bug 283795
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 12:48 UTC by Josh Nijenhuis
Modified: 2010-01-21 23:05 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 Josh Nijenhuis 2009-11-10 12:48:18 UTC
When trying to emerge Zoneminder 1.24.2 it will say ""dev-perl/PHP-Serialization" have been masked" so you add it to package.keywords, then try again and it says ""virtual/perl-Module-Load" have been masked" so you add it too, then it says  ""~dev-lang/perl-5.10.1" have been masked", so we looked up what is actually needed and then added this to package.keywords
=dev-perl/PHP-Serialization-0.33
=virtual/perl-Module-Load-0.16
=perl-core/Module-Load-0.16
And it didn't call for perl-5.10.1


Reproducible: Always

Steps to Reproduce:
1.emerge -av zoneminder
2.echo "www-misc/zoneminder" >> /etc/portage/package.keywords
3.echo "dev-perl/PHP-Serialization" >> /etc/portage/package.keywords
4.echo "virtual/perl-Module-Load" >> /etc/portage/package.keywords
Actual Results:  
IT asked to emerge perl-5.10.1, but i don't want that, since it doesn't need it

Expected Results:  
Emerge only what it neededs, don't know if zoneminder ebuild can call the equals too or if its the perl module ebuilds.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-11-10 14:17:39 UTC
Dup of bug 283795.

*** This bug has been marked as a duplicate of bug 283795 ***
Comment 2 Christian Nilsson 2010-01-21 23:05:55 UTC
This is not a dupe of bug 283795, or at least I'm pretty sure it isn't since this problem still persists, 

i have removed the virtual/perl-Module-Load dep from zoneminder ebuild and it compiles and works fine here for me.