Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731202 - net-analyzer/firewalk calls strip directly
Summary: net-analyzer/firewalk calls strip directly
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:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-07-07 06:27 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:31 UTC (History)
0 users

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


Attachments
build.log (build.log,12.02 KB, text/plain)
2020-07-07 06:27 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 2020-07-07 06:27:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/firewalk calls strip directly.
Discovered on: amd64

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different STRIP implementation (like llvm-strip). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the STRIP variable to x86_64-pc-linux-gnu-strip.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-07 06:27:53 UTC
Created attachment 648158 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-10 09:25:55 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(+)