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

Bug 906862

Summary: dev-scheme/fibers-1.2.0 adds -Werror flag on its own (MUSL-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-05-20 19:48:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/fibers-1.2.0 adds -Werror flag on its own (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.
-Werror is not recommended for releases and should always be disabled when encountered in build-logs, because there are numerous cases where this breaks without purpose.
See also: https://devmanual.gentoo.org/ebuild-writing/common-mistakes/index.html.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-20 19:48:41 UTC
Created attachment 862049 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-05-22 01:19:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7937bc1ac5517948b3bf6fa047e1078ea361f5d3

commit 7937bc1ac5517948b3bf6fa047e1078ea361f5d3
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-05-22 00:29:05 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-05-22 01:19:49 +0000

    dev-scheme/fibers: disable Werror
    
    Closes: https://bugs.gentoo.org/906862
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/fibers/fibers-1.2.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)