Summary: | net-analyzer/p0f-3.09_beta-r1 - .build-34.c: error: call to undeclared library function printf with type int (const char , ); ISO | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arcctgx |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/40581 | ||
Whiteboard: | dead upstream | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412, 941869 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.bz2 etc.portage.tar.bz2 net-analyzer:p0f-3.09_beta-r1:20221112-190301.log temp.tar.bz2 Add missing #include statement. |
Description
Toralf Förster
![]() Created attachment 832119 [details]
emerge-info.txt
Created attachment 832121 [details]
emerge-history.txt
Created attachment 832123 [details]
environment
Created attachment 832125 [details]
etc.clang.tar.bz2
Created attachment 832127 [details]
etc.portage.tar.bz2
Created attachment 832129 [details]
net-analyzer:p0f-3.09_beta-r1:20221112-190301.log
Created attachment 832131 [details]
temp.tar.bz2
Created attachment 913676 [details, diff]
Add missing #include statement.
I noticed a build failure when rebuilding world during a profile upgrade. This patch addresses the issue - at least with gcc-14.2, I did not test with clang.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a45152155d2cecb7c81f36d690be1c74db80c25 commit 5a45152155d2cecb7c81f36d690be1c74db80c25 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-02-15 11:35:50 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-15 15:57:58 +0000 net-analyzer/p0f: port to C23, remove USE=ipv6 Folds multiple sed incantations into one patch, also adds minimal test. C23 fix is from attachment to the bug, and folded into main patch. USE=ipv6 enabled a build of `p0f-sendsyn6` utility, build it always. Closes: https://bugs.gentoo.org/881143 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40581 Signed-off-by: Sam James <sam@gentoo.org> net-analyzer/p0f/files/p0f-3.09_beta-build.patch | 66 ++++++++++++++++++++++++ net-analyzer/p0f/p0f-3.09_beta-r2.ebuild | 51 ++++++++++++++++++ 2 files changed, 117 insertions(+) |