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

play.rust-lang.org online compiler playground broken, returns "error: linking with cc failed" #51

Closed
jayphelps opened this issue Sep 26, 2014 · 3 comments

Comments

@jayphelps
Copy link

No matter what code is used, evaling is broken. Also impacts http://www.rust-lang.org/ homepage demo as well. Didn't happen yesterday.

error: linking with `cc` failed: exit code: 1
note: cc '-m64' '-L' '/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib' '-o' 'out' 'out.o' '-Wl,--whole-archive' '-lmorestack' '-Wl,--no-whole-archive' '-nodefaultlibs' '-fno-lto' '-Wl,--gc-sections' '-pie' '-Wl,--as-needed' '-Wl,-O1' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnative-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsync-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustrt-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcollections-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4e7c5e5c.rlib' '/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4e7c5e5c.rlib' '-L' '/home/rust/.rust' '-L' '/home/rust' '-Wl,--whole-archive' '-Wl,-Bstatic' '-Wl,--no-whole-archive' '-Wl,-Bdynamic' '-ldl' '-lpthread' '-lgcc_s' '-lpthread' '-lc' '-lm' '-lcompiler-rt'
note: collect2: fatal error: open error file: Read-only file system
compilation terminated.
error: aborting due to previous error
@thestinger
Copy link
Contributor

I was aware of this problem and had frozen it at the last good nightly. The problem now exists on master again. I don't think it's a problem in Playpen or the wrappers here.

@alexcrichton
Copy link
Member

Regardless, this is still a bug with the current state of playpen, so I'm going to reopen this to track the fix.

@alexcrichton alexcrichton reopened this Sep 26, 2014
@thestinger
Copy link
Contributor

This is fixed.

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

3 participants