Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900334 - app-emulation/wine-staging-8.0 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-emulation/wine-staging-8.0 has implicit function declarations in configur...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-03-08 08:26 UTC by Agostino Sarubbo
Modified: 2023-03-08 10:25 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,171.85 KB, application/x-xz)
2023-03-08 08:26 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-08 08:26:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/wine-staging-8.0 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-08 08:26:56 UTC
Created attachment 856768 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2023-03-08 10:25:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538a9b0d5b4da1675ff93908999e3e88ce38be4d

commit 538a9b0d5b4da1675ff93908999e3e88ce38be4d
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2023-03-08 09:58:08 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2023-03-08 10:03:16 +0000

    app-emulation/wine-staging: skip QA for implicit __clear_cache too
    
    Tests for a compiler builtin that is not declared by anything, however
    we can lazily ignore it because __clear_cache is not used by wine on
    amd64+x86 either way.
    
    Closes: https://bugs.gentoo.org/900334
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-emulation/wine-staging/wine-staging-8.0.ebuild  | 5 ++++-
 app-emulation/wine-staging/wine-staging-8.1.ebuild  | 5 ++++-
 app-emulation/wine-staging/wine-staging-8.2.ebuild  | 5 ++++-
 app-emulation/wine-staging/wine-staging-8.3.ebuild  | 5 ++++-
 app-emulation/wine-staging/wine-staging-9999.ebuild | 5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)