Created
August 2, 2013 04:52
-
-
Save omasanori/6137580 to your computer and use it in GitHub Desktop.
an error log when I tried to build extra::unicode.
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
| 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 node found, omitting docs | |
| cfg: no llnextgen found, omitting grammar-verification | |
| compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc | |
| error: linking with `cc` failed with code 1 | |
| note: cc arguments: -L/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -m64 -o x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc.o -L/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -lstd-6c65cf4b443341b1-0.8-pre -L/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -lextra-a7c050cfd46b2c9a-0.8-pre -L/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -lsyntax-64629f7f0c6a9bc-0.8-pre -L/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -lrustc-d3cb8c2ccd84a7a7-0.8-pre -Lrustllvm -lrustllvm -lrustrt -lrt -lpthread -lrt -ldl -lm -lmorestack -lrustrt -Wl,-rpath,$ORIGIN/../lib -Wl,-rpath,/home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib -Wl,-rpath,/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib | |
| note: /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_hasBinaryProperty' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_isdigit' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_islower' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_isspace' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_toupper' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_isupper' | |
| /home/omasanori/work/rust/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.8-pre.so: undefined reference to `u_tolower' | |
| collect2: ld returned 1 exit status | |
| error: aborting due to previous error | |
| make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc] Error 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment