Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304379 - net-analyzer/munin-1.4.3 missing dependency on dev-perl/Cache-Cache
Summary: net-analyzer/munin-1.4.3 missing dependency on dev-perl/Cache-Cache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 19:39 UTC by Neil Katin
Modified: 2010-03-28 05:24 UTC (History)
2 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 Neil Katin 2010-02-10 19:39:17 UTC
I unmasked and installed munin-1.4.3 today, and started playing with it

I found a missing dependency in the mysql_ plugin:

# munin-run --servicedir /usr/libexec/munin/plugins mysql_ suggest
Missing dependency Cache::Cache at /usr/libexec/munin/plugins/mysql_ line 703.

I installed dev-perl/Cache-Cache and that fixed the problem.

You probably want to change the DEPEND_COM macro's mysql line to this:

            mysql? ( virtual/mysql dev-perl/Cache-Cache )



Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-02-11 00:51:03 UTC
Thanks, change seems appropriate. I'll add it soon if no one else does.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-28 05:24:11 UTC
fixed in 1.4.4, thanks.