lldb-sys 0.0.14

Raw bindings to the LLDB C++ API. LLDB is the debugger that is part of the LLVM project and is the default system debugger on Mac OS X. Building and using this is currently slightly tricky, so be sure to see the README.md in the repository.
Build #48588 2017-05-05T02:31:38.230478+00:00
# rustc version
rustc 1.19.0-nightly (777ee2079 2017-05-01)
# docs.rs version
cratesfyi 0.3.3 (e03fd5c 2017-05-04)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading lldb-sys v0.0.14
Compiling bitflags v0.8.2
Compiling libc v0.2.22
Compiling gcc v0.3.45
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.22/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=b057f0656f58b4ca -C extra-filename=-b057f0656f58b4ca --out-dir /home/cratesfyi/lldb-sys-0.0.14/debug/deps -L dependency=/home/cratesfyi/lldb-sys-0.0.14/debug/deps --cap-lints allow`
Running `rustc --crate-name bitflags .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.8.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=40c9799a6d297c75 -C extra-filename=-40c9799a6d297c75 --out-dir /home/cratesfyi/lldb-sys-0.0.14/debug/deps -L dependency=/home/cratesfyi/lldb-sys-0.0.14/debug/deps --cap-lints allow`
Running `rustc --crate-name gcc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.45/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c95fcb0f70a862e8 -C extra-filename=-c95fcb0f70a862e8 --out-dir /home/cratesfyi/lldb-sys-0.0.14/debug/deps -L dependency=/home/cratesfyi/lldb-sys-0.0.14/debug/deps --cap-lints allow`
Compiling lldb-sys v0.0.14
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/lldb-sys-0.0.14/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4548609122d234a2 -C extra-filename=-4548609122d234a2 --out-dir /home/cratesfyi/lldb-sys-0.0.14/debug/build/lldb-sys-4548609122d234a2 -L dependency=/home/cratesfyi/lldb-sys-0.0.14/debug/deps --extern gcc=/home/cratesfyi/lldb-sys-0.0.14/debug/deps/libgcc-c95fcb0f70a862e8.rlib --cap-lints allow`
Running `/home/cratesfyi/lldb-sys-0.0.14/debug/build/lldb-sys-4548609122d234a2/build-script-build`
thread 'main' panicked at 'Human(
failed to run custom build command for `lldb-sys v0.0.14`
process didn't exit successfully: `/home/cratesfyi/lldb-sys-0.0.14/debug/build/lldb-sys-4548609122d234a2/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.