[Bug 264735] net-mgmt/netdata: latest update to version 1.35.1 has broken freeipmi option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 12:58:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264735
Bug ID: 264735
Summary: net-mgmt/netdata: latest update to version 1.35.1 has
broken freeipmi option
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: nc@FreeBSD.org
Reporter: florian.millet@laposte.net
Assignee: nc@FreeBSD.org
Flags: maintainer-feedback?(nc@FreeBSD.org)
With the latest commit to update netdata to version 1.35.1 the port no longer
installs the freeipmi plugin file even if the option is activated.
comparing with an old version netdata-1.34.1 :
#pkg info netdata | grep -i ipmi
FREEIPMI : on
#pkg info -l netdata | grep -i ipmi
/usr/local/lib/netdata/conf.d/health.d/ipmi.conf.sample
/usr/local/libexec/netdata/plugins.d/freeipmi.plugin
the new version netdata-1.35.1 :
#pkg info netdata | grep -i ipmi
FREEIPMI : on
#pkg info -l netdata | grep -i ipmi
/usr/local/lib/netdata/conf.d/health.d/ipmi.conf.sample
it would seem some optionnal files were removed from the pkg-plist file in the
last commit.
This problem probably is present for the other options (CUPS, GOPLUGIN, etc..).
--
You are receiving this mail because:
You are the assignee for the bug.