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.
Created attachment 856510 [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=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(+)