Summary: | net-analyzer/xprobe-0.3-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | 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/40583 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027, 941869 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() 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(+) |