-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
llvmPackages.lldb is broken in master #6636
Comments
Crossing my fingers that 3.6 Just Fixes It, @Ralith might be giving the upgrade a shot soon 😄 But I'll take a look at this too. |
Even if 3.6 does fix it, we probably want to retain support for 3.5 for a while still, right? At some point we should probably kill some of the older LLVM bundles though! |
3.5.1 update doesn't fix it by itself. |
Dug through the cmake code and I have no idea here, sorry. |
lldb 3.6 appears to build fine in #6668, though we won't know for sure until the tests pass. |
@copumpkin Do we need |
Nope, not needed, just a nice-to-have :)
|
We should at least mark the broken packages as broken. Currently we fail on download, which is misleading. |
Just like with NixOS#6636, the hash is wrong (it's the 3.4) but fixing that unveils other errors. Seeing that 3.6 is about to merged, easier to just mark this broken for the time being.
Looks like the hash for 3.5 is just a copy of the the hash for 3.4, which means it's a mismatch. Fixing that leads to a big string of variations on
which I'm not sure how to fix, so I'm leaving this here.
Calling @shlevy 😄
The text was updated successfully, but these errors were encountered: