Skip to content

Instantly share code, notes, and snippets.

@aturon
Created May 7, 2014 19:00
Show Gist options
  • Save aturon/bf48b2864fe73a177f40 to your computer and use it in GitHub Desktop.
Save aturon/bf48b2864fe73a177f40 to your computer and use it in GitHub Desktop.
---- [run-pass] run-pass/vec-matching.rs stdout ----
error: compilation failed!
status: exit code: 101
command: x86_64-apple-darwin/stage1/bin/rustc /Users/aturon/moz/working/issue-11650/src/test/run-pass/vec-matching.rs -L x86_64-apple-darwin/test/run-pass --target=x86_64-apple-darwin -L x86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin.libaux -C prefer-dynamic -o x86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin --cfg rtopt --cfg debug -L x86_64-apple-darwin/rt
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
error: linking with `cc` failed: exit code: 1
note: cc '-m64' '-L' '/Users/aturon/moz/working/issue-11650/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib' '-o' 'x86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin' 'x86_64-apple-darwin/test/run-pass/vec-matching.o' '-lmorestack' '-nodefaultlibs' '-Wl,-dead_strip' '-L' '/Users/aturon/moz/working/issue-11650/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib' '-lnative-83574243-0.11-pre' '-L' '/Users/aturon/moz/working/issue-11650/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib' '-lstd-aad93cea-0.11-pre' '-L' '/Users/aturon/moz/working/issue-11650/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib' '-llibc-3574b280-0.11-pre' '-L' 'x86_64-apple-darwin/rt' '-L' 'x86_64-apple-darwin/test/run-pass' '-L' 'x86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin.libaux' '-L' '/Users/aturon/moz/working/issue-11650/.rust' '-L' '/Users/aturon/moz/working/issue-11650' '-lSystem' '-lc' '-lm' '-Wl,-rpath,@loader_path/../../stage1/lib/rustlib/x86_64-apple-darwin/lib' '-Wl,-rpath,/usr/local/lib/rustlib/x86_64-apple-darwin/lib' '-lcompiler-rt'
note: ld: warning: directory not found for option '-Lx86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin.libaux'
ld: warning: directory not found for option '-L/Users/aturon/moz/working/issue-11650/.rust'
ld: can't write output file: x86_64-apple-darwin/test/run-pass/vec-matching.stage1-x86_64-apple-darwin for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
------------------------------------------
task '[run-pass] run-pass/vec-matching.rs' failed at 'explicit failure', /Users/aturon/moz/working/issue-11650/src/compiletest/runtest.rs:981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment