Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 899922

Summary: net-analyzer/firewalk-5.0-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40165
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027, 941869    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-03-06 15:58:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/firewalk-5.0-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-06 15:58:18 UTC
Created attachment 856384 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-10 09:26:00 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0ab90bbc07e9fa96cbc48db857a48e2d3130ec

commit 3a0ab90bbc07e9fa96cbc48db857a48e2d3130ec
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-16 17:48:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 09:25:36 +0000

    net-analyzer/firewalk: update EAPI 7 -> 8, C23 porting
    
    Fixes wrong signature for signal-related functions, implicit decls
    in configure by autoreconfing, and unwanted calls to strip by patching
    makefile
    
    Bug: https://bugs.gentoo.org/731202
    Bug: https://bugs.gentoo.org/899922
    Bug: https://bugs.gentoo.org/945297
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40165
    Signed-off-by: Sam James <sam@gentoo.org>

 .../firewalk/files/firewalk-5.0-signal.patch       | 36 +++++++++++++++++++
 net-analyzer/firewalk/firewalk-5.0-r3.ebuild       | 42 ++++++++++++++++++++++
 2 files changed, 78 insertions(+)