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

rustc hangs if gcc is removed #7783

Closed
Naddiseo opened this issue Jul 14, 2013 · 3 comments
Closed

rustc hangs if gcc is removed #7783

Naddiseo opened this issue Jul 14, 2013 · 3 comments

Comments

@Naddiseo
Copy link

I built rustc 0.7 from source the other day on Ubuntu 13.04 x64, presumably with gcc. Today I accidentally removed gcc, well installed the libgcc:i386 version instead, after which rustc would hang when invoked. I decided to rebuild the compiler with debugging enabled so I could get a backtrace, and configure informed me that I didn't have gcc installed. After installing gcc again, rustc worked.

I'm not sure if this can be addressed in rust, but it would be nice to notify the user if a required library is missing.

@catamorphism
Copy link
Contributor

Can someone using Linux try reproducing this?

@thestinger
Copy link
Contributor

I can reproduce this, but I'm closing all these in favour of #9081.

@catamorphism
Copy link
Contributor

@thestinger Ah, great, I suspected that's what this was.

flip1995 pushed a commit to flip1995/rust that referenced this issue Oct 7, 2021
Rustup

r? `@ghost`

Finally an easy, conflict free rustup again 🎉

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants