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.
Created attachment 853848 [details] build.log build log and emerge --info
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(+)