Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Whitelist is missing a system call used by gold #168

Closed
edunham opened this issue Jan 8, 2016 · 2 comments
Closed

Whitelist is missing a system call used by gold #168

edunham opened this issue Jan 8, 2016 · 2 comments

Comments

@edunham
Copy link
Member

edunham commented Jan 8, 2016

Running the demo from the front page of the site in the playpen with rust nightly gives



error: linking with `cc` failed: exit code: 1
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "./out.0.o" "-o" "./out" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,-Bdynamic" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcollections-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_unicode-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-17a8ccbd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17a8ccbd.rlib" "-l" "dl" "-l" "pthread" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "rt" "-fuse-ld=gold" "-l" "compiler-rt"
note: collect2: fatal error: ld terminated with signal 31 [Bad system call]
compilation terminated.

error: aborting due to previous error
playpen: application terminated with error code 101

Compilation failed.
@ghost
Copy link

ghost commented Jan 9, 2016

Duplicate of #165.

@edunham
Copy link
Member Author

edunham commented Jan 9, 2016

Oops, closing as duplicate

@edunham edunham closed this as completed Jan 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant