Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908573 - sys-apps/pick-4.0.0 has implicit function declarations in configure logs
Summary: sys-apps/pick-4.0.0 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-06-16 08:04 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:38 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,39.79 KB, text/plain)
2023-06-16 08:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-16 08:04:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/pick-4.0.0 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-16 08:04:39 UTC
Created attachment 863899 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-16 08:04:41 UTC
Found the following implicit function declarations in configure logs:

config.log:33 - pledge
config.log:43 - strtonum
Comment 3 Eli Schwartz gentoo-dev 2024-05-23 00:11:31 UTC
Homebrew Makefile, does set -Werror in configure checks. strtonum is because it vendors its own libbsd bits, of course...
Comment 4 Larry the Git Cow gentoo-dev 2024-05-23 01:36:40 UTC
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(-)