Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910424 - net-analyzer/xprobe-0.3-r1 shows mangled output instead of detected OS string
Summary: net-analyzer/xprobe-0.3-r1 shows mangled output instead of detected OS string
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: https://github.com/binarytrails/xprob...
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-16 10:07 UTC by Bernd Feige
Modified: 2025-02-15 16:03 UTC (History)
0 users

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


Attachments
Patch https://github.com/dschwen/xprobe2/commit/1a8c68bc904bb1e971ec456aaff0879933a80e23 (1a8c68bc904bb1e971ec456aaff0879933a80e23.patch,4.12 KB, patch)
2023-07-16 10:08 UTC, Bernd Feige
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Feige 2023-07-16 10:07:11 UTC
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
Comment 2 Larry the Git Cow gentoo-dev 2025-02-15 16:03:00 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(+)