Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489196 - dev-perl/RRD-Simple should depend on net-analyzer/rrdtool[perl]
Summary: dev-perl/RRD-Simple should depend on net-analyzer/rrdtool[perl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 21:34 UTC by Ben
Modified: 2013-11-27 12:53 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 Ben 2013-10-23 21:34:55 UTC
I tried to install dev-perl/RRD-Simple and it died not finding RRDs.pm.  I found that it was supposed to be installed in net-analyzer/rrdtool, and apparently it won't unless it was built with USE=perl

So, easy fix for RRD-Simple, need RDEPEND on net-analyzer/rrdtool[perl] ?
Comment 1 Ben 2013-10-23 21:37:18 UTC
Whoops, clarification.  The emerge/build worked fine, it's a runtime issue.

When trying to use RRD::Simple in a perl script, this will fail with not being able to find RRDs.pm.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2013-11-27 12:53:12 UTC
+  27 Nov 2013; Tony Vroon <chainsaw@gentoo.org> RRD-Simple-1.440.0.ebuild:
+  Be stricter about our rrdtool run-time dependency; as pointed out by Ben in
+  bug #489196 we cannot cope with RRDs.pm being absent. That means building
+  rrdtool with USE="perl".

My apologies for the delay here; your fix is obviously correct (which is the best kind of correct) and now in place.