Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925091 - app-editors/emacs-29.2-r1 has implicit function declarations in configure logs
Summary: app-editors/emacs-29.2-r1 has implicit function declarations in configure logs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-20 15:09 UTC by Agostino Sarubbo
Modified: 2024-02-20 15:35 UTC (History)
0 users

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


Attachments
build.log (build.log,277.10 KB, text/plain)
2024-02-20 15:09 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-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(-)