chakracore 0.2.0

High-level bindings to JRST, the ChakraCore API
Build #63110 2017-06-24T16:43:16.756604+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading chakracore v0.2.0
Fresh nom v1.2.4
Fresh log v0.3.8
Fresh anymap v0.12.1
Fresh ansi_term v0.9.0
Fresh regex-syntax v0.4.1
Fresh rustc-serialize v0.3.24
Fresh pkg-config v0.3.9
Fresh bitflags v0.8.2
Fresh cfg-if v0.1.1
Fresh utf8-ranges v1.0.0
Fresh strsim v0.6.0
Fresh vec_map v0.8.0
Fresh rustc-demangle v0.1.4
Fresh lazy_static v0.2.8
Fresh bitflags v0.9.1
Fresh gcc v0.3.51
Fresh unicode-width v0.1.4
Fresh term v0.4.6
Fresh unicode-xid v0.0.4
Fresh libc v0.2.24
Fresh peeking_take_while v0.1.2
Fresh unicode-segmentation v1.1.0
Fresh boolinator v2.4.0
Fresh cexpr v0.2.0
Fresh syntex_pos v0.58.1
Fresh atty v0.2.2
Fresh memchr v1.0.1
Fresh thread-id v3.1.0
Fresh glob v0.2.11
Fresh term_size v0.3.0
Fresh libloading v0.4.0
Fresh syntex_errors v0.58.1
Fresh void v1.0.2
Fresh aho-corasick v0.6.3
Fresh textwrap v0.6.0
Fresh syntex_syntax v0.58.1
Fresh backtrace-sys v0.1.11
Fresh unreachable v0.1.1
Fresh clap v2.25.0
Fresh quasi v0.32.0
Fresh aster v0.41.0
Fresh syntex v0.58.1
Fresh backtrace v0.3.2
Fresh thread_local v0.3.3
Fresh clang-sys v0.18.0
Fresh quasi_codegen v0.32.0
Fresh error-chain v0.10.0
Fresh regex v0.2.2
Fresh env_logger v0.4.3
Fresh bindgen v0.25.5
Compiling chakracore-sys v0.2.2
Running `/home/cratesfyi/cratesfyi/debug/build/chakracore-sys-4f29c42c373f5949/build-script-build`
thread 'main' panicked at 'Human(
failed to run custom build command for `chakracore-sys v0.2.2`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/chakracore-sys-4f29c42c373f5949/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=CHAKRA_SOURCE
cargo:rerun-if-env-changed=CHAKRA_BUILD
/usr/bin/pkg-config
chakracore-sys/build.rs:51: Using default ChakraCore build (version: 1.5.1)
chakracore-sys/build.rs:99: Building ChakraCore from source, brace yourself
Searching for Clang...
ERROR: clang++ not found.

You could use clang++ from a custom location.


[ChakraCore Build Script Help]

build.sh [options]

options:
--arch[=S]        Set target arch (arm, x86, amd64)
--cc=PATH         Path to Clang   (see example below)
--cxx=PATH        Path to Clang++ (see example below)
--create-deb[=V]  Create .deb package with given V version.
-d, --debug           Debug build. Default: Release
--embed-icu       Download and embed ICU-57 statically.
-h, --help            Show help
--icu=PATH        Path to ICU include folder (see example below)
-j[=N], --jobs[=N]    Multicore build, allow N jobs at once.
-n, --ninja           Build with ninja instead of make.
--no-icu          Compile without unicode/icu support.
--no-jit          Disable JIT
--libs-only       Do not build CH and GCStress
--lto             Enables LLVM Full LTO
--lto-thin        Enables LLVM Thin LTO - xcode 8+ or clang 3.9+
--static          Build as static library. Default: shared library
--sanitize=CHECKS Build with clang -fsanitize checks,
e.g. undefined,signed-integer-overflow.
-t, --test-build      Test build. Enables test flags on a release build.
--target[=S]      Target OS
--target-path[=S] Output path for compiled binaries. Default: out/
--trace           Enables experimental built-in trace.
--xcode           Generate XCode project.
--without=FEATURE,FEATURE,...
Disable FEATUREs from JSRT experimental features.
--valgrind        Enable Valgrind support
!!! Disables Concurrent GC (lower performance)
-v, --verbose         Display verbose output including all options
--wb-check CPPFILE
Write-barrier check given CPPFILE (git path)
--wb-analyze CPPFILE
Write-barrier analyze given CPPFILE (git path)
--wb-args=PLUGIN_ARGS
Write-barrier clang plugin args
-y                    Automatically answer Yes to questions asked by script (at your own risk)

example:
./build.sh --cxx=/path/to/clang++ --cc=/path/to/clang -j
with icu:
./build.sh --icu=/usr/local/opt/icu4c/include


--- stderr
thread 'main' panicked at 'Failed to run command './build.sh --test-build --jobs=8 --icu=/usr/include'', .cargo/registry/src/github.com-1ecc6299db9ec823/chakracore-sys-0.2.2/build.rs:409
note: Run with `RUST_BACKTRACE=1` for a backtrace.

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