-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rust-lldb binary fails with I/O error #335
Comments
The problem is that the
But that script didn't get installed:
|
Manually installing the |
Upstream PR to install rust-lldb. |
Do you know when this will be available ? Trying to use any of rust-gdb on OSX or rust-lldb on Linux gives an error; with both the stable and latest nightly versions. Also, shouldn't this file have been updated in the PR? |
@Luthaf it does seem like my previous patch to package rust-lldb was insufficient (I'd expect it to be available in nightlies). Do you feel like submitting the fix you pointed out to rust-lang/rust? |
I can try to do that, I have some free time this week. |
Actually the code in prepare.mk looks fine, I have no idea what is wrong here. |
I think this is fixed? Please re-open if not. |
STR
I also tried the rust-lldb shell script from the rust-lang/rust repo and that errors with a failed import:
Because there is no
lldb_rust_formatters.py
file in the.multirust
install:That missing file may be the reason why the rust-lldb binary also fails.
Meta
The text was updated successfully, but these errors were encountered: