Example output: "Host 192.168.0.164 Running OS: �x�U (Guess probability: 100%)" The linked report from Feburary 2020(!) has a fix from March 2021 (https://github.com/dschwen/xprobe2/commit/1a8c68bc904bb1e971ec456aaff0879933a80e23) that I attach as a patch and makes xprobe2 usable again. Reproducible: Always
Created attachment 865592 [details, diff] Patch https://github.com/dschwen/xprobe2/commit/1a8c68bc904bb1e971ec456aaff0879933a80e23
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(+)