Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925091

Summary: app-editors/emacs-29.2-r1 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: GNU Emacs project <gnu-emacs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-02-20 15:09:07 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/emacs-29.2-r1 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-02-20 15:09:08 UTC
Created attachment 885526 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-20 15:09:09 UTC
Found the following implicit function declarations in configure logs:

config.log:15555 - statvfs64
config.log:21004 - re_set_syntax
config.log:21018 - re_compile_pattern
config.log:21024 - re_search
config.log:21057 - re_match
Comment 3 Larry the Git Cow gentoo-dev 2024-02-20 15:34:48 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac1511edf7d186fab7e7eaf9f039e67b9206939

commit 8ac1511edf7d186fab7e7eaf9f039e67b9206939
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2024-02-20 15:34:12 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2024-02-20 15:34:12 +0000

    app-editors/emacs: Suppress false positive QA warnings with musl libc
    
    Bug: https://bugs.gentoo.org/925091
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-editors/emacs/emacs-29.2-r1.ebuild   | 7 +++++--
 app-editors/emacs/emacs-29.2.9999.ebuild | 7 +++++--
 app-editors/emacs/emacs-30.0.9999.ebuild | 5 +++--
 3 files changed, 13 insertions(+), 6 deletions(-)