Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558648 - net-analyzer/munin should be two separate packages
Summary: net-analyzer/munin should be two separate packages
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 01:51 UTC by Vlad K.
Modified: 2021-06-16 19:00 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 Vlad K. 2015-08-25 01:51:10 UTC
Munin should be two separate packages, one for master and one for the node, so that BINHOSTs can dispatch separate packages for nodes and the master. Right now each node has to install complete munin master along with all the graphing dependencies (cairo!) which is not really the Gentoo way, and requires an overlay hack to separate.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-08-25 04:37:57 UTC
USE=minimal:

<flag name="minimal">
Only install munin-node and its plugins. This excludes the
scripts to generate the web pages and the graphs.
</flag>
Comment 2 Vlad K. 2015-08-25 11:27:41 UTC
And that's the problem. If you use minimal then your package is just munin-node. If you don't, then your package is both the master and the node.

I'm talking about separation in order to have TWO distinctive packages that can be dispatched to your servers via BINHOST.

Because building everything into single package so you can have the master package brings in cairo and a plethora of other deps you don't want on thin nodes.