build failed ( recipe for target 'build/i386-unknown-redox/debug/libcore.rlib' failed )
Created by: basiliscos
Reproduction: [describe how you are able to reproduce ("trigger") this bug/issue.]
make all
Expected behavior: [describe the behavior you would expect the repro to yield.]
compiled redox
Actual behavior: [describe the actual behavior, which is presented through the repro.].
make all
mkdir -p build/i386-unknown-redox/debug
RUST_BACKTRACE=1 rustc --target=i386-unknown-redox.json --cfg redox -L build/i386-unknown-redox/debug -C no-prepopulate-passes -C no-stack-check -C opt-level=3 -Z no-landing-pads -A dead_cod
e -o build/i386-unknown-redox/debug/libcore.rlib rust/src/libcore/lib.rs
error[E0433]: failed to resolve. Could not find `Carrier` in `ops`
--> rust/src/libcore/num/dec2flt/mod.rs:217:40
|
217 | ParseResult::Valid(decimal) => convert(decimal)?,
| ^^^^^^^^^^^^^^^^^ Could not find `Carrier` in `ops`
....
error[E0093]: unrecognized intrinsic function: `init_dropped`
--> rust/src/libcore/intrinsics.rs:258:5
|
258 | pub fn init_dropped<T>() -> T;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized intrinsic
error: aborting due to previous error
Makefile:510: recipe for target 'build/i386-unknown-redox/debug/libcore.rlib' failed
make: *** [build/i386-unknown-redox/debug/libcore.rlib] Error 101
Build information: [output of rustc -V
, git rev-parse HEAD
, qemu-i386 -version
, uname -a
, etc.]
rustc -V rustc 1.13.0-nightly (198713106 2016-08-26)
git rev-parse HEAD ea5a43e6
qemu-i386 -version zsh: command not found: qemu-i386
uname -a Linux hydra 4.4.11 #2 (closed) SMP Thu Jul 7 13:03:52 MSK 2016 x86_64 Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz GenuineIntel GNU/Linux
rustup --version rustup 0.6.1 (71f7482 2016-08-24)
Misc: [optional: for other relevant information that should be known or cannot be described in the other fields.]
If the above does not fit the nature of the issue feel free to modify it.