Created
January 7, 2014 03:11
-
-
Save supr/8294108 to your computer and use it in GitHub Desktop.
rust compile error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cp: x86_64-unknown-linux-gnu/stage1/lib/libstd.so | |
| /home/prudhvi/code/rust/src/libnative/lib.rs:1:0: 1:0 error: can't find crate for `std` | |
| /home/prudhvi/code/rust/src/libnative/lib.rs:1 // Copyright 2013 The Rust Project Developers. See the COPYRIGHT | |
| ^ | |
| task 'rustc' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/libsyntax/diagnostic.rs:76 | |
| task '<main>' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/librustc/lib.rs:441 | |
| make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnative.so] Error 101 | |
| make: *** Waiting for unfinished jobs.... | |
| /home/prudhvi/code/rust/src/libgreen/lib.rs:1:0: 1:0 error: can't find crate for `std` | |
| /home/prudhvi/code/rust/src/libgreen/lib.rs:1 // Copyright 2013 The Rust Project Developers. See the COPYRIGHT | |
| ^ | |
| task 'rustc' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/libsyntax/diagnostic.rs:76 | |
| task '<main>' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/librustc/lib.rs:441 | |
| make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgreen.so] Error 101 | |
| /home/prudhvi/code/rust/src/librustuv/lib.rs:1:0: 1:0 error: can't find crate for `std` | |
| /home/prudhvi/code/rust/src/librustuv/lib.rs:1 // Copyright 2013 The Rust Project Developers. See the COPYRIGHT | |
| ^ | |
| task 'rustc' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/libsyntax/diagnostic.rs:76 | |
| task '<main>' failed at 'explicit failure', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/librustc/lib.rs:441 | |
| make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustuv.so] Error 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment