-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
'Unknown Proxy Name' Error When Attempting to Run Rust #1124
Comments
Hey there! I think I found something. First, the error itself is coming from Rustup (GitHub's code search is 🔥), and not cargo, which confused me a bit at first. I've noticed the
#!/bin/sh
echo $0
So why would Lines 229 to 236 in 0fa7646
Now I still couldn't reproduce the bug, even when removing/changing this We can confirm this is the root cause:
I'm going to make sure we only forward a clean Thanks for your help in providing debug output/info! Edit: Here's freshly built AppImages from CI so you don't have to wait for a new release to come out. |
That's a wild ride! Thanks for your help, and for the builds; they run like a dream. Glad to help however I can! |
Technical information
Using version:
master
(running from GitHub-published source code, currentlyv2.2.8-pre
)latest
(latest release, currentlyv2.2.7
)vX.X.X
(specify other version)Running on:
How comfortable you are with your system and/or IT in general:
Problem
I'm getting the following error when attempting to run any Rust tools, such as 'cargo' or 'rustup':
unknown proxy name: 'eDEX-UI-Linux-x86_64'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rustfmt', 'cargo-fmt'
I wasn't able to find a reference to this sort of error elsewhere on my own, but this was pointed out to me elsewhere.
I'll note that Rust is running as expected outside eDEX-UI without issues.
System Information
uname-a
for my system:Linux MOONSTONE-Ubuntu 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
rustup
version:rustup 1.24.2 (755e2b07e 2021-05-12)
cargo
version:cargo 1.52.0 (69767412a 2021-04-21)
I can include additional details on my environment at request.
The text was updated successfully, but these errors were encountered: