mac-notification-sys 0.3.0

Thin wrapper around macOS Notifications.
Build #158350 2019-05-06T16:04:05.276765+00:00
# rustc version
rustc 1.36.0-nightly (00859e3e6 2019-04-29)# docs.rs version
cratesfyi 0.6.0 (108a572 2019-05-06)# build log
Updating crates.io index
Downloading crates ...
Downloaded mac-notification-sys v0.3.0
Fresh cc v1.0.36
Checking block v0.1.6
Compiling mac-notification-sys v0.3.0
Running `rustc --crate-name block /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=15a1b2b99c1f7433 -C extra-filename=-15a1b2b99c1f7433 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh libc v0.2.54
Fresh num-traits v0.2.6
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mac-notification-sys-0.3.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=2d3132b614aac96b -C extra-filename=-2d3132b614aac96b --out-dir /home/cratesfyi/cratesfyi/debug/build/mac-notification-sys-2d3132b614aac96b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-e7bde08a6b72954c.rlib --cap-lints allow`
Checking malloc_buf v0.0.6
Running `rustc --crate-name malloc_buf /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fd794719d6a37a8c -C extra-filename=-fd794719d6a37a8c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f13074fe31c38fbb.rmeta --cap-lints allow`
Fresh time v0.1.42
Fresh dirs v1.0.5
Fresh num-integer v0.1.39
Checking objc v0.2.6
Running `rustc --crate-name objc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/objc-0.2.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=6ce28e9d14d86042 -C extra-filename=-6ce28e9d14d86042 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern malloc_buf=/home/cratesfyi/cratesfyi/debug/deps/libmalloc_buf-fd794719d6a37a8c.rmeta --cap-lints allow`
Fresh chrono v0.4.6
Running `/home/cratesfyi/cratesfyi/debug/build/mac-notification-sys-2d3132b614aac96b/build-script-build`
Checking objc_id v0.1.1
Running `rustc --crate-name objc_id /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/objc_id-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=115de1b7cd6cdfd7 -C extra-filename=-115de1b7cd6cdfd7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern objc=/home/cratesfyi/cratesfyi/debug/deps/libobjc-6ce28e9d14d86042.rmeta --cap-lints allow`
Checking objc-foundation v0.1.1
Running `rustc --crate-name objc_foundation /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/objc-foundation-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=f97f8e698d42b8b1 -C extra-filename=-f97f8e698d42b8b1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern block=/home/cratesfyi/cratesfyi/debug/deps/libblock-15a1b2b99c1f7433.rmeta --extern objc=/home/cratesfyi/cratesfyi/debug/deps/libobjc-6ce28e9d14d86042.rmeta --extern objc_id=/home/cratesfyi/cratesfyi/debug/deps/libobjc_id-115de1b7cd6cdfd7.rmeta --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/objc-foundation-0.1.1/src/lib.rs:21:1
|
21 | #[link(name = "Foundation", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name objc_foundation /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/objc-foundation-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=f97f8e698d42b8b1 -C extra-filename=-f97f8e698d42b8b1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern block=/home/cratesfyi/cratesfyi/debug/deps/libblock-15a1b2b99c1f7433.rmeta --extern objc=/home/cratesfyi/cratesfyi/debug/deps/libobjc-6ce28e9d14d86042.rmeta --extern objc_id=/home/cratesfyi/cratesfyi/debug/deps/libobjc_id-115de1b7cd6cdfd7.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `objc-foundation`.', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.