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

Compiler error doing hello world #9085

Closed
v21 opened this issue Sep 9, 2013 · 2 comments
Closed

Compiler error doing hello world #9085

v21 opened this issue Sep 9, 2013 · 2 comments
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@v21
Copy link

v21 commented Sep 9, 2013

I'm seeing this:

v21s-Mac:~ v21$ RUST_LOG=rustc=1,::rt::backtrace rustc test.rs
rust: task failed at 'failure in execvp: No such file or directory', /private/tmp/rust-DnEq/rust-0.7/src/libstd/run.rs:689
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /private/tmp/rust-DnEq/rust-0.7/src/librustc/rustc.rs:354
rust: domain main @0x7f9014008410 root task failed

test.rs is literally just:

fn main() {
println("hello world");
}

This is running within a VM, if that's relevant.

@thestinger
Copy link
Contributor

It seems to be failing because gcc isn't in your PATH.

@thestinger
Copy link
Contributor

Please re-open if this just wasn't caused by gcc being unavailable.

flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 18, 2022
…on, r=Manishearth,flip1995

Correct lint version for `format_push_string`

Closes rust-lang#9081

changelog: none

IDK what else to say. Look I can draw an ascii penguin =D:

```
 (^v^)
<(   )>
  w w
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

2 participants