Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonLaster/049323fc81122e65a2837eb244e6431e to your computer and use it in GitHub Desktop.
Save jasonLaster/049323fc81122e65a2837eb244e6431e to your computer and use it in GitHub Desktop.
```
Compiling quote v0.6.11
Compiling cexpr v0.3.3
Compiling env_logger v0.5.6
Compiling cranelift-codegen v0.30.0 (https://github.com/CraneStation/Cranelift?rev=cc216b46b35a797d03c0f3e8b16a2096f1c6db61#cc216b46)
Compiling serde_derive v1.0.88 (https://github.com/servo/serde?branch=deserialize_from_enums10#84b2795d)
Compiling synstructure v0.10.1
Compiling failure v0.1.3
Compiling baldrdash v0.1.0 (/Users/jlaster/src/moz/gecko-dev/js/src/wasm/cranelift)
error: failed to run custom build command for `baldrdash v0.1.0 (/Users/jlaster/src/moz/gecko-dev/js/src/wasm/cranelift)`
process didn't exit successfully: `/Users/jlaster/src/moz/gecko-dev/js/src/build_DBG.OBJ/debug/build/baldrdash-008f674bf5725b60/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-changed=baldrapi.h
cargo:rerun-if-changed=/Users/jlaster/src/moz/gecko-dev/js/src/build_DBG.OBJ/js/src/rust/extra-bindgen-flags
--- stderr
/usr/local/Cellar/llvm/7.0.0/lib/clang/7.0.0/include/inttypes.h:30:15: fatal error: 'inttypes.h' file not found
/usr/local/Cellar/llvm/7.0.0/lib/clang/7.0.0/include/inttypes.h:30:15: fatal error: 'inttypes.h' file not found, err: true
thread 'main' panicked at 'Unable to generate baldrapi.h bindings: ()', src/libcore/result.rs:997:5
stack backtrace:
0: 0x10acf5ec3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hf2949dcf16da83bd
at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39
1: 0x10acf1ce2 - std::sys_common::backtrace::_print::h4b87ed6ba0cd5304
at src/libstd/sys_common/backtrace.rs:71
2: 0x10acf4d76 - std::panicking::default_hook::{{closure}}::hde39fed432870543
at src/libstd/sys_common/backtrace.rs:59
at src/libstd/panicking.rs:197
3: 0x10acf4b1f - std::panicking::default_hook::hfce8820d41dbdcbf
at src/libstd/panicking.rs:211
4: 0x10acf54ef - <std::panicking::begin_panic::PanicPayload<A> as core::panic::BoxMeUp>::get::h7aefec6ee3a0deaf
at src/libstd/panicking.rs:474
5: 0x10acf501c - std::panicking::continue_panic_fmt::h4d668741ea600293
at src/libstd/panicking.rs:381
6: 0x10acf4f08 - std::panicking::try::do_call::h1252fc9a2ff235eb
at src/libstd/panicking.rs:308
7: 0x10ad0fac1 - <T as core::any::Any>::type_id::h2f1dfe6f5ac846ab
at src/libcore/panicking.rs:85
8: 0x10aa41ea7 - core::result::unwrap_failed::hb8464673584bae27
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e/src/libcore/macros.rs:18
9: 0x10aa40264 - core::result::Result<T,E>::expect::h075a828a3efee68b
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e/src/libcore/result.rs:825
10: 0x10aa40cfe - build_script_build::main::heb6f6fb4a57b8776
at js/src/wasm/cranelift/build.rs:80
11: 0x10aa3d0c5 - std::rt::lang_start::{{closure}}::h55275a416b332e29
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e/src/libstd/rt.rs:64
12: 0x10acf4e87 - std::panicking::try::do_call::h1252fc9a2ff235eb
at src/libstd/rt.rs:49
at src/libstd/panicking.rs:293
13: 0x10acfc54e - panic_unwind::dwarf::eh::read_encoded_pointer::hf5b0123b85857914
at src/libpanic_unwind/lib.rs:87
14: 0x10acf596d - std::panicking::update_count_then_panic::h30e76b63531d15f7
at src/libstd/panicking.rs:272
at src/libstd/panic.rs:388
at src/libstd/rt.rs:48
15: 0x10aa3d0b1 - std::rt::lang_start::hd50d13875691db29
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e/src/libstd/rt.rs:64
warning: build failed, waiting for other jobs to finish...
error: build failed
make[3]: *** [force-cargo-library-build] Error 101
make[2]: *** [js/src/rust/target] Error 2
make[1]: *** [compile] Error 2
make: *** [default] Error 2
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment