You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue building my own kernel. I'm on 26d6ba2 (latest master at time of writing). The patches don't appear to be applying due to conflicts.
I've tried moving back some commits and trying out the cachix substituter. When moving back I get an error with a missing nixpkgs (which I can see is later corrected), and the substituter doesn't seem to be picking anything up. I think that might be due to the substituter only containing an older kernel?
So I'm thinking some potential avenues to try out:
Try an older commit but fix branch + fix the nixpkgs issue separately from kernel upgrades, then use the older kernel (I can do this, just haven't gotten to it yet).
We get a working, patched kernel uploaded. I can supply my exact nix.conf when I'm back on my home network later this evening so we know I'm actually using the substituter. Near as I can tell nix build will not just tell me.
See what's up with getting the kernel built at its current version. I am building it from x86-linux but I would think this would make no difference when applying patches.
We reveal some idiocy on my part. If history is an indicator of future behavior, this is the most likely of these :)
Thanks for your work on this! I came across this wanting to build a completely ready Pi image (which was working back on the Pi 3s) and couldn't figure out how to do it via modern nixpkgs et. al.
The text was updated successfully, but these errors were encountered:
Hey @LoganBarnett -- I'm happy to try to help. I would guess your kernel derivation is different for some reason. Can you share the output of:nix derivation show .#nixosConfigurations.<your config key>.config.boot.kernelPackages.kernel?
Thanks for getting back to me so quickly! I'm having trouble reproducing it now. I've made some adjustments to my follows for my inputs (I have a lot of inputs now), so I'm thinking maybe that's the cause. My build hasn't completed but I believe it's getting well past the patching phase.
Let's close this for now and I can reopen (or ask to reopen) if I run into something I can minimally reproduce. Thanks again!
I'm running into an issue building my own kernel. I'm on 26d6ba2 (latest
master
at time of writing). The patches don't appear to be applying due to conflicts.I've tried moving back some commits and trying out the cachix substituter. When moving back I get an error with a missing
nixpkgs
(which I can see is later corrected), and the substituter doesn't seem to be picking anything up. I think that might be due to the substituter only containing an older kernel?So I'm thinking some potential avenues to try out:
nixpkgs
issue separately from kernel upgrades, then use the older kernel (I can do this, just haven't gotten to it yet).nix.conf
when I'm back on my home network later this evening so we know I'm actually using the substituter. Near as I can tellnix build
will not just tell me.x86-linux
but I would think this would make no difference when applying patches.Thanks for your work on this! I came across this wanting to build a completely ready Pi image (which was working back on the Pi 3s) and couldn't figure out how to do it via modern
nixpkgs
et. al.The text was updated successfully, but these errors were encountered: