-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Couldn't build hmatrix due to a curl build error #46
Comments
Is this on latest static-haskell-nix master, commit eb48d1e, and with the This kind of failure looks exactly like something I'm currently working on (updating to latest nixpkgs master), so I suspect you're doing something similar. |
Yes I'm on I suspected that it might be related to PR #45. Is that the case? |
I'm not sure what's going on yet but I found some things I don't understand in NixOS/nixpkgs#66598, maybe this one is similar. |
OK, this is indeed the same problem as in NixOS/nixpkgs#66598, a The way I overrode I reproduced it on a from-scratch throwaway AWS NixOS machine as mentioned in NixOS/nixpkgs#66598, and could reproduce. So indeed it's #45 as you said, and should be fixed with my next update to nixpkgs master that I'll hopefully finish soon (progress in #6 (comment)). |
Yep, my test shows that this is fixed with commit 4f57531 (currently on branch |
Yup, that helped, And more generally - thank you for this repo. It feels almost magical to be able to do these things :) |
Just restoring some normality in the world; in theory and originally, static linking was the default -- as it is much simpler than the fancy hack we call dynamic linking :) |
Tried to build
hamtrix
withand got a build error for
curl
. Here's the last bit of the build output:The text was updated successfully, but these errors were encountered: