Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150559 - smokeping requires rrdtool with USE=perl
Summary: smokeping requires rrdtool with USE=perl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Longinotti (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 04:21 UTC by Marti Raudsepp
Modified: 2006-10-09 09:01 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 Marti Raudsepp 2006-10-09 04:21:43 UTC
Emerging smokeping should complain if rrdtool is compiled without USE=perl, instead of proceeding and bailing out later, when attempting to start it.

[blip]# /etc/init.d/smokeping start
 * Please remember to setup smokeping at /etc/smokeping!
 * Starting smokeping ...
Can't locate RRDs.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux /usr/lib64/perl5/vendor_perl/5.8.8 /usr/lib64/perl5/vendor_perl/5.8.7 /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux /usr/lib64/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.7 /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux /usr/lib64/perl5/site_perl /usr/lib64/perl5/5.8.8/x86_64-linux /usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.8.8/Smokeping.pm line 13.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.8.8/Smokeping.pm line 13.
Compilation failed in require at /usr/bin/smokeping line 7.
BEGIN failed--compilation aborted at /usr/bin/smokeping line 7.                                                     

After re-emerging rrdtool with USE=perl, the user no longer gets this error.
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2006-10-09 09:01:37 UTC
Thanks for reporting this, it's now fixed, I've added a check to smokeping for rrdtool built with perl USE flag.
Best regards, CHTEKK.