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

Bug 210120

Summary: app-admin/pprocm-1.0-r1 fails to start - missing dev-perl/UNIVERSAL-require depend
Product: Gentoo Linux Reporter: Xake <kanelxake>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xake 2008-02-14 11:45:13 UTC
pprocm fails after emerge --depclean --with-bdeps=n to start due to missing dependency:

Reproducible: Always

Steps to Reproduce:
1.emerge pprocm
2.emerge --depclean --with-bdeps=n
3.PProcM

Actual Results:  
$ PProcM
Can't locate UNIVERSAL/require.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.8.8/Sys/Statistics/Linux.pm line 409.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Sys/Statistics/Linux.pm line 409.
Compilation failed in require at /usr/bin/PProcM line 9.
BEGIN failed--compilation aborted at /usr/bin/PProcM line 9.


Expected Results:  
PProcM should start.

Emergin dev-perl/UNIVERSAL-require helps it, but now the question for someone knowing perl is why this is not marked as a runtime depend and if it is dev-perl/Sys-Statistics-Linux or app-admin/pprocm that should have it as a rdepend.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-04-22 21:56:39 UTC
(In reply to comment #0)
> Emergin dev-perl/UNIVERSAL-require helps it, but now the question for someone
> knowing perl is why this is not marked as a runtime depend and if it is
> dev-perl/Sys-Statistics-Linux or app-admin/pprocm that should have it as a
> rdepend.

dev-perl/Sys-Statistics-Linux should have dev-perl/UNIVERSAL-require in RDEPEND as it uses it at runtime.

Fixed. Thanks.