metal-rs 0.8.2

Rust bindings for Metal
Build #980412018-05-02T19:56:55.878415+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading metal-rs v0.8.2
Fresh bitflags v1.0.3
Fresh cfg-if v0.1.2
Fresh foreign-types-shared v0.1.1
Fresh libc v0.2.40
Fresh block v0.1.6
Fresh gcc v0.3.54
Fresh log v0.4.1
Fresh foreign-types v0.3.2
Fresh malloc_buf v0.0.6
Fresh core-foundation-sys v0.5.1
Fresh core-foundation v0.5.1
Compiling core-graphics v0.13.0
Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=b5634e022a55da83 -C extra-filename=-b5634e022a55da83 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-eb4392a9a251d6bb.rlib --extern-version core_foundation=core-foundation,0.5.1 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-9cee711a75827cff.rlib --extern-version libc=libc,0.2.40 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --cap-lints allow`
Compiling objc_exception v0.1.1
Running `/home/cratesfyi/cratesfyi/debug/build/objc_exception-040e5e1c6c641e57/build-script-build`
error: failed to run custom build command for `objc_exception v0.1.1`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/objc_exception-040e5e1c6c641e57/build-script-build` (exit code: 101)
--- stdout
TARGET = Some("x86_64-unknown-linux-gnu")
OPT_LEVEL = Some("0")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("true")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/home/cratesfyi/cratesfyi/debug/build/objc_exception-d9c0b79ccb99cf6d/out/extern/exception.o" "-c" "extern/exception.m"
cargo:warning=cc: error trying to exec 'cc1obj': execvp: No such file or directory
exit code: 1

--- stderr
thread 'main' panicked at '

Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/home/cratesfyi/cratesfyi/debug/build/objc_exception-d9c0b79ccb99cf6d/out/extern/exception.o" "-c" "extern/exception.m" with args "cc" did not execute successfully (status code exit code: 1).

', .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.54/src/lib.rs:1670:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/color_space.rs:45:1
|
45 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/context.rs:238:1
|
238 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/data_provider.rs:73:1
|
73 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/font.rs:127:1
|
127 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/geometry.rs:180:5
|
180 |     #[link(name = "CoreGraphics", kind = "framework")]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/image.rs:95:1
|
95 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/path.rs:111:1
|
111 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.