Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925449 - app-editors/emacs-27.2-r14 has implicit function declarations in configure logs
Summary: app-editors/emacs-27.2-r14 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-24 22:29 UTC by Agostino Sarubbo
Modified: 2024-02-25 08:45 UTC (History)
0 users

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


Attachments
build.log (build.log,251.53 KB, text/plain)
2024-02-24 22:29 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-24 22:29:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/emacs-27.2-r14 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-24 22:29:40 UTC
Created attachment 885908 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-24 22:29:42 UTC
Found the following implicit function declarations in configure logs:

config.log:12877 - statvfs64
config.log:14528 - re_set_syntax
config.log:14542 - re_compile_pattern
config.log:14548 - re_search
config.log:14581 - re_match
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-24 22:29:59 UTC
same on app-editors/emacs-28.2-r10
Comment 4 Larry the Git Cow gentoo-dev 2024-02-25 07:14:31 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c49b3c3d1eae9d807790f51387d6c9c1533d3d8

commit 9c49b3c3d1eae9d807790f51387d6c9c1533d3d8
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2024-02-25 07:12:43 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2024-02-25 07:12:43 +0000

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

 app-editors/emacs/emacs-27.2-r14.ebuild | 7 +++++--
 app-editors/emacs/emacs-28.2-r10.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)