Skip to content

Instantly share code, notes, and snippets.

@lkuper
Created July 12, 2012 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkuper/3099758 to your computer and use it in GitHub Desktop.
Save lkuper/3099758 to your computer and use it in GitHub Desktop.
make: *** [x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so] Error 101
lkuper@lenny:~/rust/build$
lkuper@lenny:~/rust/build$ make check
cfg: shell host triple x86_64-unknown-linux-gnu
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: unix-y environment
cfg: using gcc
cfg: no pandoc found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
cfg: including dist rules
cfg: including test rules
check: formatting
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so
/home/lkuper/rust/src/libcore/str.rs:1893:19: 1893:29 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/str.rs:1893 impl extensions of unique_str for str {
^~~~~~~~~~
/home/lkuper/rust/src/libcore/vec.rs:1188:28: 1188:41 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/vec.rs:1188 impl extensions<T: copy> of vec_concat<T> for ~[T] {
^~~~~~~~~~~~~
/home/lkuper/rust/src/libcore/vec.rs:1195:28: 1195:41 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/vec.rs:1195 impl extensions<T: copy> of vec_concat<T> for ~[mut T] {
^~~~~~~~~~~~~
/home/lkuper/rust/src/libcore/io.rs:328:9: 328:15 error: region types are not allowed here
/home/lkuper/rust/src/libcore/io.rs:328 impl <T: writer, C> of writer for {base: T, cleanup: C} {
^~~~~~
/home/lkuper/rust/src/libcore/io.rs:335:8: 335:14 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/io.rs:335 impl of writer for *libc::FILE {
^~~~~~
/home/lkuper/rust/src/libcore/io.rs:363:8: 363:14 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/io.rs:363 impl of writer for fd_t {
^~~~~~
/home/lkuper/rust/src/libcore/io.rs:607:8: 607:14 error: to use region types here, the containing type must be declared with a region bound
/home/lkuper/rust/src/libcore/io.rs:607 impl of writer for mem_buffer {
^~~~~~
error: internal compiler error: substitution a had opt_region none and b had opt_region &<R0>
make: *** [x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so] Error 101
lkuper@lenny:~/rust/build$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment