Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900044 - net-analyzer/xprobe-0.3-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-analyzer/xprobe-0.3-r1 has implicit function declarations in configure lo...
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: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-07 09:01 UTC by Agostino Sarubbo
Modified: 2025-02-15 16:03 UTC (History)
0 users

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


Attachments
build.log (build.log,117.21 KB, text/plain)
2023-03-07 09:01 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-03-07 09:01:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/xprobe-0.3-r1 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-07 09:01:51 UTC
Created attachment 856510 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-15 16:03:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af960a9115606ca415b19b3305e58d79d836e3f

commit 2af960a9115606ca415b19b3305e58d79d836e3f
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-15 12:44:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-15 15:59:08 +0000

    net-analyzer/xprobe: update EAPI 7 -> 8, fix impl decls in configure, C23
    
    Ensures that package compiles and runs with clang-17+ and gcc-15+
    Folds seds into patch. Fixes configure by patching includes - running
    autoreconf breaks the build.
    Adds with attribution a patch to fix a bug where pointer to string wasn't
    dereferenced and mangled output.
    Also fixes build dependency graph so shuffle or high job number succeed
    
    Closes: https://bugs.gentoo.org/910424
    Closes: https://bugs.gentoo.org/897838
    Closes: https://bugs.gentoo.org/882675
    Closes: https://bugs.gentoo.org/900044
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40583
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/xprobe/files/xprobe-0.3-clang.patch   |  16 +++
 .../xprobe/files/xprobe-0.3-demangle-output.patch  | 156 +++++++++++++++++++++
 .../xprobe/files/xprobe-0.3-makefiles.patch        |  99 +++++++++++++
 net-analyzer/xprobe/xprobe-0.3-r2.ebuild           |  41 ++++++
 4 files changed, 312 insertions(+)