-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel 6.13 failed to build #77
Comments
Yep, can reproduce with newer (4f570c5acd35e777e7f9f382f8cf2c141de85d0b) nixpkgs, looking into it now... |
Found it (bisecting took quite a bit longer than I expected), it's 37789d9eaa566f5d0bdeaaecd9cb3b0991dab6e9 from this PR: NixOS/nixpkgs#366004. For now the workaround is obviously to just reenable |
Nevermind adding it was trivial, here is the PR: #78, you can try it already @celproject if you want, I haven't compiled the full kernel with it yet but it does build the config successfully so I would be surprised if it didn't work. |
hi, same :( Unless Im doing something wrong sudo nixos-rebuild switch --flake .#nixos [user@nixos:~/flake]$ |
@celproject Hm... are you sure you are referencing that PR properly and it's taking effect? You need to do something like
in your (I am suspicious because according to your logs you are still trying to build the same derivation.) |
Its possible that my config is bad { outputs = { self, nixpkgs, x1e-nixos-config, treefmt-nix }: {
|
@celproject the config seems fine, but if you want to try PR #78 (which has not been merged yet), you have to reference it explicitly by setting |
Hi, sorry for this. I was able to compile thank you, and thank you for maintaining this. |
You are welcome :) I merged the fix PR, so you should be able to remove the |
Anyone had this error ?
sudo nixos-rebuild switch --flake .#nixos
building the system configuration...
error: builder for '/nix/store/x0dsy21j7j4bw2ljy0hnd5k21l6g99dc-linux-config-6.13.0.drv' failed with exit code 255;
last 25 log lines:
> error: unused option: PINCTRL_AMD
> error: unused option: RASPBERRYPI_FIRMWARE
> error: unused option: RASPBERRYPI_POWER
> warning: unused option: REISERFS_FS_POSIX_ACL
> warning: unused option: REISERFS_FS_SECURITY
> warning: unused option: REISERFS_FS_XATTR
> error: unused option: ROCKCHIP_DW_HDMI_QP
> error: unused option: RT2800USB_RT53XX
> error: unused option: RT2800USB_RT55XX
> error: unused option: RTW88
> error: unused option: RTW88_8822BE
> error: unused option: RTW88_8822CE
> error: unused option: SERIAL_8250_BCM2835AUX
> error: unused option: SND_AC97_POWER_SAVE
> error: unused option: SND_AC97_POWER_SAVE_DEFAULT
> error: unused option: SUN8I_DE2_CCU
> error: unused option: SUNRPC_DEBUG
> error: unused option: USB_XHCI_TEGRA
> warning: unused option: VBOXGUEST
> error: unused option: VIRTIO_MMIO_CMDLINE_DEVICES
> warning: unused option: XEN_HAVE_PVMMU
> warning: unused option: XEN_MCE_LOG
> warning: unused option: XEN_PVH
> warning: unused option: XEN_PVHVM
> warning: unused option: XEN_SAVE_RESTORE
For full logs, run 'nix log /nix/store/x0dsy21j7j4bw2ljy0hnd5k21l6g99dc-linux-config-6.13.0.drv'.
error: 1 dependencies of derivation '/nix/store/md17mb2mic28d0s6b4pfynafii8fqvqs-linux-6.13.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/nbx6v0094jf8d0rx8gia8ywrq4kz7yfk-nixos-system-nixos-25.05.20250123.d60d99a.drv' failed to build
The text was updated successfully, but these errors were encountered: