Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304397 - net-analyzer/munin-1.4.3 and automagic java dependencies
Summary: net-analyzer/munin-1.4.3 and automagic java dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 21:04 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 21:04:04 UTC
Munin-1.4.3 depends on javac being present during its install, but has
no java dependencies or use flags.

The Makefile.config file within the package tries to detect whether java
is present at run time, so it will "work" either way, but there should probably
be a use flag usage to "force' a depenency on virtual/jdk.

In addition, the file /usr/libexec/munin/plugins/jmx_ depends on the
nc program (from net-analyzer/netcat), so net-analyzer/netcat should be
a dependency if java is enabled.  (the jmx plugin is what munin uses to
monitor java processes).
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-02-11 01:25:07 UTC
Ah, I see, probably another USE flag given the ChangeLog says, "* check whether javac works before using it, skip java plugins if not"
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-28 05:24:50 UTC
Introduced a java USE flag in 1.4.4. thanks.