Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210120 - app-admin/pprocm-1.0-r1 fails to start - missing dev-perl/UNIVERSAL-require depend
Summary: app-admin/pprocm-1.0-r1 fails to start - missing dev-perl/UNIVERSAL-require d...
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-02-14 11:45 UTC by Xake
Modified: 2008-04-22 21:56 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 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.