Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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"
- In file included from crypto/fipsmodule/aes/aes_nohw.c:15:
- In file included from include/GFp/aes.h:52:
- In file included from include/GFp/base.h:66:
- In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/stdint.h:61:
- /usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found
- #include <bits/libc-header-start.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- thread 'main' panicked at 'execution failed', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs:656:9
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- warning: build failed, waiting for other jobs to finish...
- error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement