-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70) #107783
Conversation
gobject-introspection doesn't currently cross-compile (see #88222), but polkit is somewhat essential for many system components. By disabling gobject-introspection when cross-compiling, we get it to build.
libjack2 doesn't cross-compile, see #96548. The pulseaudio NixOS module uses pkgs.alsaPlugins to create its asound.conf, so let's make sure that one can be built when cross-compiling.
…ompiling When cross-compiling, pulseaudio seems to not find some m4 macro providing GSETTINGS_RULES. However, apart from the obviously missing gsettings support, this works just fine.
pulseaudio: fix cross-compilation
Needs pin to older autoconf 2.69
Several aarch64 builds fail with is referenced by DSO followed by bin/ld: final link failed: bad value. This seems related to libgcc_s.so. #108111
Fix NixOS cross-compilation SD Image
@FRidh I don't think this line is right. It changes the top-level
autoconf attribute to buildPackages.autoconf270 -- not an override to a
particular package.
https://github.com/NixOS/nixpkgs/commit/136c0d01d25b030c0d103e989de2d5340904dc51#https://github.com/NixOS/nixpkgs/commit/136c0d01d25b030c0d103e989de2d5340904dc51#diff-ab5748dc9567516fefba8344056b51ec1866adeace380f46e58a7af3d619ea22L8575
|
@alyssais can you inline-quote? The link doesn't seem to work for me. |
I can't see a problem in that commit, but perhaps if you're more specific... |
This line 136c0d0#diff-ab5748dc9567516fefba8344056b51ec1866adeace380f46e58a7af3d619ea22R11122 |
This was accidentally added in 136c0d0 when doing a search & replace.
getting this now when tyring to do a nixpkgs-review:
seeing as |
Oh yeah sorry for the pasting error with the link. |
Forgot about that one when merging. Tracking in #108304 |
Motivation for this change
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
Includes #89793.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)