[217/1191] Compiling C object subprojects/openssl-3.0.2/libcrypto.so.p/crypto_bio_bf_buff.c.o
In file included from ../subprojects/openssl-3.0.2/crypto/bio/bio_local.h:10,
from ../subprojects/openssl-3.0.2/crypto/bio/bf_buff.c:12:
../subprojects/openssl-3.0.2/e_os.h: In function ‘ossl_sleep’:
../subprojects/openssl-3.0.2/e_os.h:314:5: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration]
314 | usleep(millis * 1000);
| ^~~~~~
| sleep
The first explicit error:
../subprojects/openssl-3.0.2/crypto/bn/asm/x86_64-gcc.c:76:9: warning: implicit declaration of function ‘asm’ [-Wimplicit-function-declaration]
76 | asm ("mulq %3" \
| ^~~
../subprojects/openssl-3.0.2/crypto/bn/asm/x86_64-gcc.c:119:9: note: in expansion of macro ‘mul_add’
119 | mul_add(rp[0], ap[0], w, c1);
| ^~~~~~~
../subprojects/openssl-3.0.2/crypto/bn/asm/x86_64-gcc.c:77:17: error: expected ‘)’ before ‘:’ token
77 | : "=a"(low),"=d"(high) \
| ^
Compiling on Debian bullseye fails
Can be tested from a fresh
debian:bullseye
container with the following commands:Failures start at:
The first explicit error:
Edit: tired dyslexica fixed