Advertisement
Guest User

Untitled

a guest
Jan 9th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Compiling logos v0.12.0
  2. Compiling candid v0.7.14
  3. error: failed to run custom build command for `secp256k1-sys v0.5.2`
  4.  
  5. Caused by:
  6. process didn't exit successfully: `/Users/douglassmith/Fossils/examples/rust/basic_bitcoin/target/release/build/secp256k1-sys-94141a270d6c472c/build-script-build` (exit status: 1)
  7. --- stdout
  8. TARGET = Some("wasm32-unknown-unknown")
  9. OPT_LEVEL = Some("3")
  10. HOST = Some("aarch64-apple-darwin")
  11. CC_wasm32-unknown-unknown = None
  12. CC_wasm32_unknown_unknown = None
  13. TARGET_CC = None
  14. CC = Some("/opt/homebrew/opt/llvm/bin/clang")
  15. CFLAGS_wasm32-unknown-unknown = None
  16. CFLAGS_wasm32_unknown_unknown = None
  17. TARGET_CFLAGS = None
  18. CFLAGS = None
  19. CRATE_CC_NO_DEFAULTS = None
  20. DEBUG = Some("false")
  21. CC_wasm32-unknown-unknown = None
  22. CC_wasm32_unknown_unknown = None
  23. TARGET_CC = None
  24. CC = Some("/opt/homebrew/opt/llvm/bin/clang")
  25. CFLAGS_wasm32-unknown-unknown = None
  26. CFLAGS_wasm32_unknown_unknown = None
  27. TARGET_CFLAGS = None
  28. CFLAGS = None
  29. CRATE_CC_NO_DEFAULTS = None
  30. running: "/opt/homebrew/opt/llvm/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=wasm32-unknown-unknown" "-I" "depend/secp256k1/" "-I" "depend/secp256k1/include" "-I" "depend/secp256k1/src" "-I" "wasm/wasm-sysroot" "-Wall" "-Wextra" "-DSECP256K1_API=" "-DENABLE_MODULE_ECDH=1" "-DENABLE_MODULE_SCHNORRSIG=1" "-DENABLE_MODULE_EXTRAKEYS=1" "-DUSE_NUM_NONE=1" "-DUSE_FIELD_INV_BUILTIN=1" "-DUSE_SCALAR_INV_BUILTIN=1" "-DECMULT_GEN_PREC_BITS=4" "-DECMULT_WINDOW_SIZE=15" "-DUSE_EXTERNAL_DEFAULT_CALLBACKS=1" "-DENABLE_MODULE_RECOVERY=1" "-o" "/Users/douglassmith/Fossils/examples/rust/basic_bitcoin/target/wasm32-unknown-unknown/release/build/secp256k1-sys-fdc855d5aba5b1c9/out/wasm/wasm.o" "-c" "wasm/wasm.c"
  31.  
  32. --- stderr
  33.  
  34.  
  35. error occurred: Failed to find tool. Is `clang` installed?
  36.  
  37.  
  38. warning: build failed, waiting for other jobs to finish...
  39. Error: Failed while trying to deploy canisters.
  40. Caused by: Failed while trying to deploy canisters.
  41. Failed to build call canisters.
  42. Failed while trying to build all canisters.
  43. The build step failed for canister 'rrkah-fqaaa-aaaaa-aaaaq-cai' (basic_bitcoin) with an embedded error: Failed to build custom canister basic_bitcoin.: Failed to run src/basic_bitcoin/build.sh.: The custom tool failed.
  44. douglassmith@static-76-161-87-250 basic_bitcoin %
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement