Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915150 - sys-kernel/gentoo-kernel-6.1.55: build failure during configure step
Summary: sys-kernel/gentoo-kernel-6.1.55: build failure during configure step
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Distribution Kernel Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-03 22:35 UTC by Kacper Słomiński
Modified: 2023-10-04 15:45 UTC (History)
0 users

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


Attachments
build.log (build.log,71.26 KB, text/x-log)
2023-10-03 22:35 UTC, Kacper Słomiński
Details
emerge --info (emerge-info.log,6.73 KB, text/plain)
2023-10-03 22:36 UTC, Kacper Słomiński
Details
emerge -pqv (emerge-pqv.log,493 bytes, text/plain)
2023-10-03 22:36 UTC, Kacper Słomiński
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kacper Słomiński 2023-10-03 22:35:44 UTC
Created attachment 872109 [details]
build.log

Build failure is in BPF tools, and appears to be caused by -Werror.
Comment 1 Kacper Słomiński 2023-10-03 22:36:12 UTC
Created attachment 872110 [details]
emerge --info
Comment 2 Kacper Słomiński 2023-10-03 22:36:30 UTC
Created attachment 872111 [details]
emerge -pqv
Comment 3 Kacper Słomiński 2023-10-03 22:44:27 UTC
Exchanging -Og for -O3 in my CFLAGS makes this go away.