-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rust-gdbgui script is not installed #61282
Comments
I was looking into gdbgui as well, and can confirm that this is still the case. |
I can also confirm that I needed to copy the script to |
I opened it with |
~$ ls -l /usr/bin/rust*
lrwxrwxrwx 1 root root 15 9 juil. 00:43 /usr/bin/rustc -> /usr/bin/rustup
lrwxrwxrwx 1 root root 15 9 juil. 00:43 /usr/bin/rustdoc -> /usr/bin/rustup
lrwxrwxrwx 1 root root 15 9 juil. 00:43 /usr/bin/rustfmt -> /usr/bin/rustup
lrwxrwxrwx 1 root root 15 9 juil. 00:43 /usr/bin/rust-gdb -> /usr/bin/rustup
lrwxrwxrwx 1 root root 15 9 juil. 00:43 /usr/bin/rust-lldb -> /usr/bin/rustup
-rwxr-xr-x 1 root root 6,6M 9 juil. 00:43 /usr/bin/rustup
|
I'm not sure what the original problem was here, but Lines 545 to 546 in 7f5ce94
So I think this has been fixed. |
According to merge request #53774, and the line
builder.install(&builder.src.join("src/etc/rust-gdbgui"), &sysroot.join("bin"), 0o755);
insrc/bootstrap/dist.rs
, the scriptrust-gdbgui
should be installed in~/.cargo/bin/rust-gdbgui
.With rust 1.35.0 I don't see this script installed. I'm running linux, so the installer should be going into that branch. I can see
rust-gdb
andrust-lldb
.When I copy the file manually, it works.
The text was updated successfully, but these errors were encountered: