Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. running "clang" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "--target=aarch64-unknown-linux-gnu" "-I" "include" "-Wall" "-Wextra" "-std=c1x" "-Wbad-function-cast" "-Wnested-externs" "-Wstrict-prototypes" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/builds/Zwje-UWj/0/accord/shared-components/gateway/gateway-client/target/aarch64-unknown-linux-gnu/debug/build/ring-5811d32b218e60b7/out/aes_nohw.o" "crypto/fipsmodule/aes/aes_nohw.c"
  2. In file included from crypto/fipsmodule/aes/aes_nohw.c:15:
  3. In file included from include/GFp/aes.h:52:
  4. In file included from include/GFp/base.h:66:
  5. In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/stdint.h:61:
  6. /usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found
  7. #include <bits/libc-header-start.h>
  8. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  9. 1 error generated.
  10. thread 'main' panicked at 'execution failed', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs:656:9
  11. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  12. warning: build failed, waiting for other jobs to finish...
  13. error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement