Skip to content
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

toolchain 'nightly-x86_64-pc-windows-gnu' does not have the binary rust-gdb.exe #54615

Closed
norru opened this issue Sep 27, 2018 · 4 comments
Closed
Labels
O-windows-gnu Toolchain: GNU, Operating system: Windows T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.

Comments

@norru
Copy link

norru commented Sep 27, 2018

This is the affected toolchain:

nightly-x86_64-pc-windows-gnu unchanged - rustc 1.30.0-nightly (ae7fe84e8 2018-09-26)

Can this be worked around effectively?

@tromey
Copy link
Contributor

tromey commented Jan 17, 2019

I think the problem is just that dist.rs does not install this script on Windows? See https://github.com/rust-lang/rust/blob/master/src/bootstrap/dist.rs#L591-L614

@norru
Copy link
Author

norru commented Jan 17, 2019

Not sure. This bug relates to the windows-gnu toolchain rather than windows-msvc.

@estebank estebank added the T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue. label Mar 5, 2019
@mati865
Copy link
Contributor

mati865 commented Mar 5, 2019

I think it's an issue with rustup proxies:

$ rust-gdb
error: 'rust-gdb.exe' is not installed for the toolchain 'nightly-x86_64-pc-windows-gnu'

$ /c/Users/mateusz/.rustup/toolchains/nightly-x86_64-pc-windows-gnu/bin/rust-gdb
GNU gdb (GDB) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) q

@Enselic Enselic added the O-windows-gnu Toolchain: GNU, Operating system: Windows label Nov 16, 2023
@Enselic
Copy link
Member

Enselic commented Nov 16, 2023

Triage: closing since rust-gdb was not missing. This might be a rustup bug, but that should be reported to rustup in that case.

@Enselic Enselic closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows-gnu Toolchain: GNU, Operating system: Windows T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants