-
Notifications
You must be signed in to change notification settings - Fork 217
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
nix-build -A cardano-wallet fails on macOS Big Sur #2070
Comments
@Anviking Is this still an issue for you? |
Yes, I presume it is the same as NixOS/nixpkgs#91748 Would rather not re-install unless there's something suggesting it would fix things. |
There has been progress on this. |
@rvl could you point to that commit in master? I'm trying to compile my shell with a bunch of other stuff from the most recent master checkout and it fails on several python packages. As master is not guaranteed to pass all CI checks it makes it hard to trace a properly working checkout. And the more stable |
@coderfromhere Unfortunately it's not a simple matter of building the master branch of something. The whole nixpkgs stdenv needs to be rebuilt, because apple have changed the way libraries are linked. The cardano-wallet build for macos needs to be based on this updated stdenv. So we need to wait for the macos bigsur fix to be tested and backported to the nixpkgs release-20.09 branch. Then we need to update cardano-wallet to use this revision of nixpkgs. |
Moved to JIRA: https://jira.iohk.io/browse/ADP-610 |
My condolences 😜 |
😭 ... |
Context
Steps to Reproduce
nix-build -A cardano-wallet
Expected behavior
It succeeds.
Actual behavior
Extra information
I am however able to run:
nix-shell
in the cardano-wallet reponix-build -A cardano-node
in the cardano-node repoResolution
QA
The text was updated successfully, but these errors were encountered: