Summary: | sys-kernel/gentoo-kernel-bin-6.11.2: build fails with -O3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Emanuele Torre <torreemanuele6> |
Component: | Current packages | Assignee: | Distribution Kernel Project <dist-kernel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | torreemanuele6 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=939106 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
environment
build.log |
Description
Emanuele Torre
2024-10-05 13:39:26 UTC
Created attachment 904935 [details]
build.log
sys-kernel/gentoo-kernel-bin-6.11.3 builds successfully with -O3 in CFLAGS. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ad0c1a648cfb97fde0f08f848f0ed75fc4c083 commit 18ad0c1a648cfb97fde0f08f848f0ed75fc4c083 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-04-07 20:44:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-07 20:48:29 +0000 kernel-build.eclass: disable -Werror (for host tools at least) WERROR=0 disables -Werror for host tools at least, so let's use that. I'll also send a config change. Bug: https://bugs.gentoo.org/939106 Bug: https://bugs.gentoo.org/940904 Bug: https://bugs.gentoo.org/942303 Signed-off-by: Sam James <sam@gentoo.org> eclass/kernel-build.eclass | 1 + 1 file changed, 1 insertion(+) |