Summary: | sys-apps/pick-4.0.0 has implicit function declarations in configure logs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 863899 [details]
build.log
build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:33 - pledge config.log:43 - strtonum Homebrew Makefile, does set -Werror in configure checks. strtonum is because it vendors its own libbsd bits, of course... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd81a7557fb8fda79e6724d77d929c5c0f95159 commit 2dd81a7557fb8fda79e6724d77d929c5c0f95159 Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-05-23 00:10:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-23 01:35:35 +0000 sys-apps/pick: add whitelist for false positive configure implicit decls Closes: https://bugs.gentoo.org/908573 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> sys-apps/pick/pick-4.0.0.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) |