question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot auto-install Rustup from preference page

See original GitHub issue

I’m setting up a new machine where I don’t have rust installed. I’m following the steps recommended by Corrosion. After installing cargo manually (as asked by the Cargo wizard), I could create a cargo project. When opening editor, I see the popup asking me to go though Preferences to configure extra things (like rustup), on the preference page, I click “Install” and then get an error: Screenshot from 2020-01-29 18-07-03

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
akurtakovcommented, Jan 30, 2020

On Thu, Jan 30, 2020 at 2:52 PM Max Bureck notifications@github.com wrote:

Then we should either

  • have a check box if a config file is used at all
  • or initialize an empty text box and handle this as no config file

Because if someone configures a config file and this is non-existent, I would expect a message in the log.

Sounds like it. Pointing to non-existing file should be logged. Maybe we can just check whether the config is empty string and not log in this case?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eclipse/corrosion/issues/299?email_source=notifications&email_token=AAEMKRFNXCR6WM6PO254DU3RALEPFA5CNFSM4KNIMHL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKK3XTQ#issuecomment-580238286, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEMKRFCL3U7B5BGOCI5HNLRALEPFANCNFSM4KNIMHLQ .

1reaction
Boereckcommented, Jan 30, 2020

Then we should either

  • have a check box if a config file is used at all
  • or initialize an empty text box and handle this as no config file

Because if someone configures a config file and this is non-existent, I would expect a message in the log.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Install and Configure the Rust Programming Language
The preferred method of installation is via Rustup. Rustup is a tool that provides a consistent installation method across all platforms. Linux.
Read more >
Install Rust - Rust Programming Language
To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions. See "Other Installation Methods" if you...
Read more >
Rustup is not recognised but rustic —version works
Rustup is just a toolchain manager, used to install different versions of Rust. So my guess is that you have installed Rust but...
Read more >
Use rustup or distro's package manager? : r/rust - Reddit
I installed rust in my Arch Linux system using Arch's package ... the Arch repos but there isn't a problem installing from the...
Read more >
I can't install rust on my mac - Super User
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh. I did installed brew install curl-openssl but still I cant install rust.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found