lldb 0.0.7

Rust-like bindings to the public LLDB API. LLDB is the debugger from the LLVM project and is the system debugger on Mac OS X.
Build #88776 2018-03-05T20:32:02.175863+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh bitflags v1.0.1
Fresh libc v0.2.39
Fresh gcc v0.3.54
Compiling lldb-sys v0.0.18
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/lldb-sys-0.0.18/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=933bef642ecef3af -C extra-filename=-933bef642ecef3af --out-dir /home/cratesfyi/cratesfyi/debug/build/lldb-sys-933bef642ecef3af -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gcc=/home/cratesfyi/cratesfyi/debug/deps/libgcc-da7e919133cea6e4.rlib --extern-version gcc=gcc,0.3.54 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/lldb-sys-933bef642ecef3af/build-script-build`
thread 'main' panicked at 'Error(
CargoError(
Human(
failed to run custom build command for `lldb-sys v0.0.18`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/lldb-sys-933bef642ecef3af/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.