Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932826 - app-editors/nano-8.0 has implicit function declarations in configure logs
Summary: app-editors/nano-8.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: Gentoo's Team for Core System packages
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-05-27 06:47 UTC by Agostino Sarubbo
Modified: 2024-11-04 01:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,217.84 KB, text/plain)
2024-05-27 06:47 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 2024-05-27 06:47:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/nano-8.0 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-27 06:47:38 UTC
Created attachment 894497 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-27 06:47:39 UTC
Found the following implicit function declarations in configure logs:

config.log:9985 - re_set_syntax
config.log:9999 - re_compile_pattern
config.log:10005 - re_search
config.log:10038 - re_match
Comment 3 Eli Schwartz gentoo-dev 2024-10-21 00:02:25 UTC
commit 9728fbba80abeec5adad8ba6cf7580c16c039a45
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: Tue May 21 19:22:31 2024
Commit:     Sam James <sam@gentoo.org>
CommitDate: Wed May 22 12:56:31 2024

    install-qa-checks.d: suppress some gnulib implicit decls on musl
    
    These happen in tons of GNU packages because of using gnulib's regex.m4
    specifically, which pulls in a macro that checks for some functionality
    and spit out many implicit function declaration errors if regex.h isn't
    GNU's specifically.
    
    The compile tests do fail either way, it's just very dirty in the logs.
    
    Bug: https://bugs.gentoo.org/906027
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Closes: https://github.com/gentoo/portage/pull/1327
    Signed-off-by: Sam James <sam@gentoo.org>

 bin/install-qa-check.d/90config-impl-decl | 12 ++++++++++++
 1 file changed, 12 insertions(+)