https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-analyzer/nfdump-1.7.2 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) NOTE: See also: https://bugs.gentoo.org/898488#c4.
Created attachment 860681 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bad49b20c2eca95793c711f72a093a686adfdd commit f1bad49b20c2eca95793c711f72a093a686adfdd Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-07-30 19:23:16 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-07-30 19:30:56 +0000 net-analyzer/nfdump: add 1.7.4, added systemd service While the bug for adding systemd services requested more files, after more checking what they do, I see no reason for the complicated way that debian decided to do it. So What I recommend to do is: 1. systemctl edit nfdump@somename [Service] Environment=options="-l /var/cache/nfdump_somename -p 2052" 2. systemctl enable --now nfdump@somename Closes: https://bugs.gentoo.org/904952 Closes: https://bugs.gentoo.org/925033 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> net-analyzer/nfdump/Manifest | 1 + net-analyzer/nfdump/files/nfdump.service | 16 ++++++ net-analyzer/nfdump/nfdump-1.7.4.ebuild | 96 ++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+)