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

Bug 906533

Summary: dev-libs/liboil-0.3.17-r4 has implicit function declarations in configure logs (MUSL-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
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 2023-05-16 08:56:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/liboil-0.3.17-r4 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-16 08:56:22 UTC
Created attachment 861790 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-16 08:56:24 UTC
Found the following implicit function declarations in configure logs:

config.log:472 - memcpy
Comment 3 Larry the Git Cow gentoo-dev 2024-05-01 05:53:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c58466ac10bda0e1b928e932568735c9f88bd02

commit 4c58466ac10bda0e1b928e932568735c9f88bd02
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-01 05:51:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-01 05:52:28 +0000

    dev-libs/liboil: fix Modern C issue in configure, filter LTO
    
    * Fix modern C issue in configure
    * Filter LTO as we already strip-flags etc and it's looong dead & archived
      upstream.
    
    Closes: https://bugs.gentoo.org/906533
    Closes: https://bugs.gentoo.org/931004
    Signed-off-by: Sam James <sam@gentoo.org>

 .../liboil/files/liboil-0.3.17-c99-configure.patch  | 21 +++++++++++++++++++++
 ...oil-0.3.17-r4.ebuild => liboil-0.3.17-r5.ebuild} |  7 ++++++-
 2 files changed, 27 insertions(+), 1 deletion(-)