Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898828 - sys-process/audit-3.1.2 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: sys-process/audit-3.1.2 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: SE Linux Bugs
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-02 09:38 UTC by Agostino Sarubbo
Modified: 2024-11-03 13:31 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,279.90 KB, text/plain)
2023-03-02 09:38 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-03-02 09:38:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-process/audit-3.0.9-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-02 09:38:14 UTC
Created attachment 855702 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-22 08:22:23 UTC
tinderbox_musl has reproduced this issue with version 3.1.1 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-20 08:02:37 UTC
tinderbox_musl has reproduced this issue with version 3.1.2 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-05-26 23:12:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c1209445f2a301076c966ffe14972eaaaa1438

commit 58c1209445f2a301076c966ffe14972eaaaa1438
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-26 06:51:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-26 23:11:04 +0000

    sys-process/audit: add whitelist for false positive configure implicit decls
    
    Only fails on musl, but does so consistently regardless of -Werror=*.
    
    Closes: https://bugs.gentoo.org/898828
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-process/audit/audit-3.1.1.ebuild | 8 +++++++-
 sys-process/audit/audit-3.1.2.ebuild | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)