Skip to content

Instantly share code, notes, and snippets.

@thomaslee
Created May 21, 2013 03:55
Show Gist options
  • Save thomaslee/5617386 to your computer and use it in GitHub Desktop.
Save thomaslee/5617386 to your computer and use it in GitHub Desktop.
Winning with stage0 in mozilla/rust #6575
tom@desktop:~/Source/rust$ make
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-unknown-linux-gnu
cfg: target triples x86_64-unknown-linux-gnu
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu
cfg: using gcc
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so
/home/tom/Source/rust/src/librustc/driver/driver.rs:33:0: 33:17 warning: unused import [-W unused-imports (default)]
/home/tom/Source/rust/src/librustc/driver/driver.rs:33 use std::getopts;
^~~~~~~~~~~~~~~~~
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc
cp: x86_64-unknown-linux-gnu/stage1/lib/librustc.so
cp: x86_64-unknown-linux-gnu/stage1/bin/rustc
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so
/home/tom/Source/rust/src/libcore/vec.rs:25:15: 25:23 warning: unused import [-W unused-imports (default)]
/home/tom/Source/rust/src/libcore/vec.rs:25 use old_iter::{BaseIter, CopyableIter};
^~~~~~~~
/home/tom/Source/rust/src/libcore/cast.rs:14:0: 14:13 warning: unused import [-W unused-imports (default)]
/home/tom/Source/rust/src/libcore/cast.rs:14 use unstable;
^~~~~~~~~~~~~
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment