Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904952 - net-analyzer/nfdump-1.7.2 has implicit function declarations in configure logs
Summary: net-analyzer/nfdump-1.7.2 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard: fixed in 1.7.4
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-04-24 07:19 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,157.54 KB, text/plain)
2023-04-24 07:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-04-24 07:19:58 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-24 07:20:01 UTC
Created attachment 860681 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-07-30 19:31:05 UTC
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(+)