[go: up one dir, main page]

core-video-sys 0.1.3

Bindings to CoreVideo.framework for macOS and iOS
Build #169415 2019-07-02 17:12:59

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.37.0-nightly (8aa42ed7c 2019-06-24)# docs.rs version
cratesfyi 0.6.0 (9f9fa7c 2019-06-25)# build log
Updating crates.io index
Downloading crates ...
Downloaded core-video-sys v0.1.3
Fresh gcc v0.3.55
Fresh foreign-types-shared v0.1.1
Fresh block v0.1.6
Fresh cfg-if v0.1.9
Compiling core-video-sys v0.1.3
Fresh foreign-types v0.3.2
Fresh log v0.4.6
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core-video-sys-0.1.3/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="core-graphics"' --cfg 'feature="default"' --cfg 'feature="display_link"' --cfg 'feature="metal"' --cfg 'feature="opengl"' -C metadata=5ee71be7a30aa0cb -C extra-filename=-5ee71be7a30aa0cb --out-dir /home/cratesfyi/cratesfyi/debug/build/core-video-sys-5ee71be7a30aa0cb -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh libc v0.2.58
Compiling objc_exception v0.1.1
Fresh core-foundation-sys v0.6.2
Running `/home/cratesfyi/cratesfyi/debug/build/objc_exception-3c9c737844ef03b0/build-script-build`
Fresh bitflags v1.1.0
Fresh malloc_buf v0.0.6
Fresh core-foundation v0.6.4
Checking core-graphics v0.17.3
Running `rustc --crate-name core_graphics /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.17.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=fce83d8e372b4045 -C extra-filename=-fce83d8e372b4045 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-27c25606fa2cf20d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-27f6da8cb7de2954.rmeta --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-f48cacee5c7e7e2e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4f011a74e82cda83.rmeta --cap-lints allow`
error: failed to run custom build command for `objc_exception v0.1.1`

Caused by:
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/objc_exception-3c9c737844ef03b0/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-29eadf203b4f5ec0/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-29eadf203b4f5ec0/out/extern/exception.o" "-c" "extern/exception.m" with args "cc" did not execute successfully (status code exit code: 1).

', /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:1672:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish...
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.17.3/src/color.rs:31:1
|
31 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

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

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

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

error: aborting due to 8 previous errors

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name core_graphics /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.17.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg \'feature=\"default\"\' -C metadata=fce83d8e372b4045 -C extra-filename=-fce83d8e372b4045 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-27c25606fa2cf20d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-27f6da8cb7de2954.rmeta --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-f48cacee5c7e7e2e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4f011a74e82cda83.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `core-graphics`.', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.