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

Linker phase can hang on Macs without cc installed #8002

Closed
catamorphism opened this issue Jul 23, 2013 · 2 comments
Closed

Linker phase can hang on Macs without cc installed #8002

catamorphism opened this issue Jul 23, 2013 · 2 comments
Labels
A-linkage Area: linking into static, shared libraries and binaries O-macos Operating system: macOS

Comments

@catamorphism
Copy link
Contributor

On a Mac (at least), when cc isn't installed, the linking phase will hang because rustc calls run::process_output with a command that doesn't exist cc. Seems like a bug in run::process_output that this happens; but also, rustc should check whether cc is installed and error out properly instead of running it unconditionally.

@smvv
Copy link
Contributor

smvv commented Jul 26, 2013

This seems related to #6914.

@thestinger
Copy link
Contributor

Closing in favour of #9081.

flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 23, 2021
Avoid inline hints with double backticks for `doc-markdown`

The easiest route here was to ensure that the suggestion is always shown on
its own line, where no additional backticks are added by the diagnostic formatter.

Fixes rust-lang#8002

---

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: Avoid inline hints with double backticks for `doc-markdown`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries O-macos Operating system: macOS
Projects
None yet
Development

No branches or pull requests

3 participants