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

Bug 895854

Summary: dev-util/vulkan-tools-1.3.239 adds -Werror flag on its own (MUSL-CLANG-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: sarnex
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-02-22 08:39:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/vulkan-tools-1.3.239 adds -Werror flag on its own (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.
-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-02-22 08:39:15 UTC
Created attachment 853848 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-02-22 18:44:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c8fe12b08ff4f70f914cefd29c074d1f06d4e8

commit 75c8fe12b08ff4f70f914cefd29c074d1f06d4e8
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2023-02-22 18:43:29 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2023-02-22 18:44:18 +0000

    dev-util/vulkan-tools: Don't enable Werror by default
    
    Closes: https://bugs.gentoo.org/895854
    
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 dev-util/vulkan-tools/vulkan-tools-1.3.239.ebuild | 1 +
 dev-util/vulkan-tools/vulkan-tools-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)