-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Nixops / python2.7-cffi fails to build on unstable #108964
Comments
@aij you don't happen to have a workaround available do you? |
My current "workaround" is to use an older version of nixpkgs, but that's not sustainable for long 56bb1b0 was the last nixos-unstable build that worked, ed4d6a8 was the last nixos-unstable-small that worked. This error appears to be caused by the gcc9 -> gcc10 transition, per
|
The issue is caused by the recent change to
There are 2 other libraries in
This should fixed in the |
Looking at the nixpkgs/pkgs/development/libraries/glibc/default.nix Lines 76 to 77 in 187af93
So this looks like this needs to be fixed in Python-2.7, which is EOL 😔 CC @FRidh |
this issue is resolved on master 349585e |
Describe the bug
Can't build
nixops
on nixos-unstable due to build error inpython2.7-cffi
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
git checkout nixos-unstable
nix-build . -A pkgs.nixops
Alternately:
2.
nix-build . -A pkgs.python2Packages.cffi
Alternately, if you are already on the latest
nixos-unstable
nix-shell -p nixops
Expected behavior
Build should succeed.
Screenshots
Additional context
Given that Python2 is deprecated, but Nixops 2.0 is not ready, yet, I'm not sure whether it's worth trying to fix
python2Modules.cffi
or work around it somehow until nixops can be upgraded.Related issues:
Notify maintainers
cffi: @domenkozar @LnL7
nixops: @AmineChikhaoui @eelco @rob @domenkozar
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result."x86_64-linux"
Linux 5.4.84, NixOS, 21.03.git.6ea2fd15d88 (Okapi)
yes
yes
nix-env (Nix) 2.3.10
"nixos-20.03pre208171.2e8fc97dbfa"
/etc/nixos/aij/unstable
Maintainer information:
The text was updated successfully, but these errors were encountered: