libtar-sys 0.0.6

The library facilitates static linking with libtar.
Build #12468 2016-08-09 05:31:49

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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading libtar-sys v0.0.6
Compiling libtar-sys v0.0.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/libtar-sys-0.0.6/debug/build/libtar-sys-8eee3eb908859217 --emit=dep-info,link -L dependency=/home/cratesfyi/libtar-sys-0.0.6/debug -L dependency=/home/cratesfyi/libtar-sys-0.0.6/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 error: unresolved name `std::os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:28:26: 28:52 note: in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:28:16: 28:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:28     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("libtar");
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:28:16: 28:25 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 error: unresolved name `std::os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:29:26: 29:41 note: in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:29:16: 29:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:29     let into = Path::new(get!("OUT_DIR"));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:29:16: 29:25 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 error: unresolved name `std::os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:37: 31:51 note: in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
<std macros>:2:28: 2:59 note: in this expansion of format_args!
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8:23: 8:40 note: in this expansion of format! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:20: 31:52 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:5: 31:54 note: in this expansion of set! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:16:35: 16:52 error: unresolved name `std::os::setenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:16     ($name:expr, $value:expr) => (::std::os::setenv($name, $value));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:5: 31:54 note: in this expansion of set! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:16:35: 16:52 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4:22: 4:54 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4     ($name:expr) => (::std::io::process::Command::new($name));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:33:10: 33:38 note: in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:33:5: 33:78 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4:22: 4:54 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:33: 21:62 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21         assert!($command.stdout(::std::io::process::InheritFd(1))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:33:5: 33:78 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:33: 21:62 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22:33: 22:62 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22                         .stderr(::std::io::process::InheritFd(2))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:33:5: 33:78 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22:33: 22:62 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4:22: 4:54 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4     ($name:expr) => (::std::io::process::Command::new($name));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:10: 34:22 note: in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:4:22: 4:54 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 error: unresolved name `std::os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:51: 34:67 note: in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
<std macros>:2:28: 2:59 note: in this expansion of format_args!
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8:23: 8:40 note: in this expansion of format! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:38: 34:68 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:12:22: 12:39 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:33: 21:62 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21         assert!($command.stdout(::std::io::process::InheritFd(1))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:33: 21:62 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22:33: 22:62 error: failed to resolve. Could not find `process` in `std::io` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22                         .stderr(::std::io::process::InheritFd(2))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:22:33: 22:62 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8:41: 8:49 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8     ($($arg:tt)*) => (format!($($arg)*).as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:20: 31:52 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:31:5: 31:54 note: in this expansion of set! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8:41: 8:49 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:8     ($($arg:tt)*) => (format!($($arg)*).as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:38: 34:68 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs)
error: aborting due to 2 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `libtar-sys v0.0.6`, intermediate artifacts can be found at `/home/cratesfyi/libtar-sys-0.0.6`,
cause: ChainedError {
error: Could not compile `libtar-sys`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.6/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/libtar-sys-0.0.6/debug/build/libtar-sys-8eee3eb908859217 --emit=dep-info,link -L dependency=/home/cratesfyi/libtar-sys-0.0.6/debug -L dependency=/home/cratesfyi/libtar-sys-0.0.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.