Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895854 - dev-util/vulkan-tools-1.3.239 adds -Werror flag on its own (MUSL-CLANG-SYSTEM)
Summary: dev-util/vulkan-tools-1.3.239 adds -Werror flag on its own (MUSL-CLANG-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2023-02-22 08:39 UTC by Agostino Sarubbo
Modified: 2023-02-22 18:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,52.98 KB, text/plain)
2023-02-22 08:39 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-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(+)