Cross compilation is broken again #469
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#469
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brought up in #467, when cross compiling Lix with something like
nix build --impure -E 'let f = builtins.getFlake "git+file:$PWD"; pkgs = import f.inputs.nixpkgs { crossSystem.system = "aarch64-linux"; }; in pkgs.callPackage ./package.nix { }
, Meson complains that it doesn't know what kernel it's compiling for:I assume this was caused by a Nixpkgs change or possibly a Meson regression, and can probably be worked around with some changes to a cross file or native file.
yeah that should be fixed with a cross file, surely??? either that or we can change from using kernel to something slightly different.
This issue was mentioned on Gerrit on the following CLs:
target_machine
")target_machine
")