-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
libqmi: fails to cross-compile #384946
Labels
0.kind: bug
Something is broken
6.topic: cross-compilation
Building packages on a different platform than they will be used on
Comments
Maintainer notification: @jtojnar |
Reproduced on
|
19 tasks
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 3, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 5, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 5, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 6, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 8, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
14 tasks
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 13, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
brianmcgillion
added a commit
to brianmcgillion/ghaf
that referenced
this issue
Mar 19, 2025
this provides the full analysis of the issue so carry this overlay fix until there is an upstream patch to resolve the issue. NixOS/nixpkgs#384946 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
Fixed in staging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.kind: bug
Something is broken
6.topic: cross-compilation
Building packages on a different platform than they will be used on
Nixpkgs version
Describe the bug
libqmi
fails to cross-compileSteps to reproduce
git checkout 35f9b4c165413eb1f419b3d46889194ec82eda4f
(nixpkgsmaster
when this issue is being filed)nix build --impure --expr '(import ./. { localSystem.system = "aarch64-linux"; crossSystem.system = "x86_64-linux"; }).libqmi'
Expected behaviour
The package builds
Screenshots
No response
Relevant log output
(Could not paste the entire log, these parts seemed relevant, but maybe they are just noise and the issue is somewhere else, who knows...)
Additional context
Bisected to 562b604, seems to be fixed by reverting it, or using an overlay like
System metadata
"aarch64-linux"
Linux 6.14.0-rc4, NixOS, 25.05 (Warbler), 25.05.20250221.f1c5d6d
yes
yes
nix-env (Lix, like Nix) 2.91.1 System type: aarch64-linux Additional system types: Features: gc, signed-caches System configuration file: /etc/nix/nix.conf User configuration files: /home/user/.config/nix/nix.conf:/etc/xdg/nix/nix.conf:/home/user/.nix-profile/etc/xdg/nix/nix.conf:/nix/profile/etc/xdg/nix/nix.conf:/home/user/.local/state/nix/profile/etc/xdg/nix/nix.conf:/etc/profiles/per-user/user/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf Store directory: /nix/store State directory: /nix/var/nix Data directory: /nix/store/arlvp57h8hxhfq256hnklyv0i2zl6zrz-lix-2.91.1/share
/nix/store/42v8s7qrm546p44zzmqlnvvi53crqvxd-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: