Created
January 28, 2013 22:04
-
-
Save olsonjeffery/4659584 to your computer and use it in GitHub Desktop.
make check-stage1-std failure
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
jeff@mbp:~/src/rust/build$ make check-stage1-std | |
cfg: shell host triple x86_64-unknown-linux-gnu | |
cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE) | |
cfg: host for x86_64-unknown-linux-gnu is x86_64 | |
cfg: disabling C++ optimization (CFG_DISABLE_OPTIMIZE_CXX) | |
cfg: unix-y environment | |
cfg: using gcc | |
cfg: no llnextgen found, omitting grammar-verification | |
cfg: including dist rules | |
cfg: including test rules | |
make[1]: Entering directory `/home/jeff/src/rust/mk/libuv/x86_64/unix/linux' | |
make[1]: *** No rule to make target `/home/jeff/src/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_cancel.o', needed by `/home/jeff/src/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/src/libuv/libuv.a'. Stop. | |
make[1]: Leaving directory `/home/jeff/src/rust/mk/libuv/x86_64/unix/linux' | |
make: *** [rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/src/libuv/libuv.a] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment