Closed
Description
rustc --version
rustc 1.19.0-nightly (fe7227f6c 2017-06-16)
cargo --version
cargo 0.20.0-nightly (bbfe9b3a9 2017-06-05)
Steps to repro:
cp
alibc.so.6
to your project directory- run
cargo test
orcargo build
This might require an older libc.so.6, or something; looks like something is trying dlopen
the version in my directory (also, why?), and the ABI is bad for whatever reason (just guessing).
m4b@efrit :: [ ~/git/panopticon ] cp libc.so.6 ~/projects/scroll
m4b@efrit :: [ ~/git/panopticon ] cd
m4b@efrit :: [ ~ ] cd projects/scroll
m4b@efrit :: [ ~/projects/scroll ] cargo test
Compiling scroll v0.6.0 (file:///home/m4b/projects/scroll)
rustc: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
error: Could not compile `scroll`.
Build failed, waiting for other jobs to finish...
rustc: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
error: Could not compile `scroll`.
To learn more, run the command again with --verbose.
Original issue: das-labor/panopticon#304