==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: spiped 1.6.2-3 (Tue Nov 8 23:39:19 2022) ==> Retrieving sources... -> Found spiped-1.6.2.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... spiped-1.6.2.tar.gz ... Passed ==> Validating source files with b2sums... spiped-1.6.2.tar.gz ... Passed ==> Making package: spiped 1.6.2-3 (Tue 08 Nov 2022 11:39:26 PM MST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found spiped-1.6.2.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting spiped-1.6.2.tar.gz with bsdtar ==> Starting build()... if [ -d libcperciva/POSIX/ ]; then \ export CC="c99"; \ cd libcperciva/POSIX; \ command -p sh posix-cflags-filter.sh "$PATH"; \ fi > cflags-filter.sh if [ -d libcperciva/cpusupport/ ]; then \ export CC="c99"; \ command -p sh \ libcperciva/cpusupport/Build/cpusupport.sh \ "$PATH"; \ fi > cpusupport-config.h if [ -d libcperciva/POSIX/ ]; then \ export CC="c99"; \ cd libcperciva/POSIX; \ printf "export \"LDADD_POSIX="; \ command -p sh posix-l.sh "$PATH"; \ printf "\"\n"; \ printf "export \"CFLAGS_POSIX="; \ command -p sh posix-cflags.sh "$PATH"; \ printf "\"\n"; \ fi > posix-flags.sh Checking if compiler supports HWCAP ELF_AUX_INFO feature...if [ ! -s cflags-filter.sh ]; then \ printf "# Compiler understands normal flags; "; \ printf "nothing to filter out\n"; \ fi >> cflags-filter.sh no Checking if compiler supports HWCAP GETAUXVAL feature...WARNING: POSIX violation: c99 does not understand -lxnet yes Checking if compiler supports X86 CPUID feature... no Checking if compiler supports X86 CPUID_COUNT feature... no Checking if compiler supports X86 AESNI feature... no Checking if compiler supports X86 RDRAND feature... no Checking if compiler supports X86 SHANI feature... no Checking if compiler supports X86 SSE2 feature... no Checking if compiler supports X86 SSSE3 feature... no Checking if compiler supports ARM AES feature...if [ ! -s posix-flags.sh ]; then \ printf "#define POSIX_COMPATIBILITY_NOT_CHECKED 1\n"; \ fi >> posix-flags.sh yes, via -march=armv8.1-a+crypto Checking if compiler supports ARM SHA256 feature... yes, via -march=armv8.1-a+crypto if [ ! -s cpusupport-config.h ]; then \ printf "#define CPUSUPPORT_NONE 1\n"; \ fi >> cpusupport-config.h . ./posix-flags.sh; \ . ./cpusupport-config.h; \ . ./cflags-filter.sh; \ export HAVE_BUILD_FLAGS=1; \ ( cd liball && make all ) || exit 2; make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/build/spiped/src/spiped-1.6.2/liball' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=liball \ BUILD_TARGET= buildsubdir; \ else \ make liball.a; \ fi make[2]: Entering directory '/build/spiped/src/spiped-1.6.2/liball' c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../lib/dnsthread -I../lib/proto -I../lib/util -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -c ../libcperciva/alg/sha256.c -o sha256.o c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -march=armv8.1-a+crypto -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../lib/dnsthread -I../lib/proto -I../lib/util -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -c ../libcperciva/alg/sha256_arm.c -o sha256_arm.o distcc[919] ERROR: compile ../libcperciva/alg/sha256_arm.c on 10.3.0.16:3932/8 failed distcc[919] (dcc_build_somewhere) Warning: remote compilation of '../libcperciva/alg/sha256_arm.c' failed, retrying locally distcc[919] Warning: failed to distribute ../libcperciva/alg/sha256_arm.c to 10.3.0.16:3932/8, running locally instead In file included from ../libcperciva/alg/sha256_arm.c:12: /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h: In function ‘SHA256_Transform_arm’: /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:88:17: note: in expansion of macro ‘RND4’ 88 | RND4(S, Y[3], &Krnd[i + 12]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:88:17: note: in expansion of macro ‘RND4’ 88 | RND4(S, Y[3], &Krnd[i + 12]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:87:17: note: in expansion of macro ‘RND4’ 87 | RND4(S, Y[2], &Krnd[i + 8]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:87:17: note: in expansion of macro ‘RND4’ 87 | RND4(S, Y[2], &Krnd[i + 8]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:86:17: note: in expansion of macro ‘RND4’ 86 | RND4(S, Y[1], &Krnd[i + 4]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:86:17: note: in expansion of macro ‘RND4’ 86 | RND4(S, Y[1], &Krnd[i + 4]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:85:17: note: in expansion of macro ‘RND4’ 85 | RND4(S, Y[0], &Krnd[i + 0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:85:17: note: in expansion of macro ‘RND4’ 85 | RND4(S, Y[0], &Krnd[i + 0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:85:17: note: in expansion of macro ‘RND4’ 85 | RND4(S, Y[0], &Krnd[i + 0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:85:17: note: in expansion of macro ‘RND4’ 85 | RND4(S, Y[0], &Krnd[i + 0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:86:17: note: in expansion of macro ‘RND4’ 86 | RND4(S, Y[1], &Krnd[i + 4]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:86:17: note: in expansion of macro ‘RND4’ 86 | RND4(S, Y[1], &Krnd[i + 4]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:87:17: note: in expansion of macro ‘RND4’ 87 | RND4(S, Y[2], &Krnd[i + 8]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:87:17: note: in expansion of macro ‘RND4’ 87 | RND4(S, Y[2], &Krnd[i + 8]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23578:1: error: inlining failed in call to ‘always_inline’ ‘vsha256h2q_u32’: target specific option mismatch 23578 | vsha256h2q_u32 (uint32x4_t __hash_efgh, uint32x4_t __hash_abcd, uint32x4_t __wk) | ^~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:44:24: note: called from here 44 | S[1] = vsha256h2q_u32(S[1], S0_step, Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:88:17: note: in expansion of macro ‘RND4’ 88 | RND4(S, Y[3], &Krnd[i + 12]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23570:1: error: inlining failed in call to ‘always_inline’ ‘vsha256hq_u32’: target specific option mismatch 23570 | vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk) | ^~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:43:24: note: called from here 43 | S[0] = vsha256hq_u32(S[0], S[1], Wk); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:88:17: note: in expansion of macro ‘RND4’ 88 | RND4(S, Y[3], &Krnd[i + 12]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23593:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su1q_u32’: target specific option mismatch 23593 | vsha256su1q_u32 (uint32x4_t __tw0_3, uint32x4_t __w8_11, uint32x4_t __w12_15) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:95:17: note: in expansion of macro ‘MSG4’ 95 | MSG4(Y[3], Y[0], Y[1], Y[2]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23586:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su0q_u32’: target specific option mismatch 23586 | vsha256su0q_u32 (uint32x4_t __w0_3, uint32x4_t __w4_7) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:95:17: note: in expansion of macro ‘MSG4’ 95 | MSG4(Y[3], Y[0], Y[1], Y[2]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23593:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su1q_u32’: target specific option mismatch 23593 | vsha256su1q_u32 (uint32x4_t __tw0_3, uint32x4_t __w8_11, uint32x4_t __w12_15) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:94:17: note: in expansion of macro ‘MSG4’ 94 | MSG4(Y[2], Y[3], Y[0], Y[1]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23586:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su0q_u32’: target specific option mismatch 23586 | vsha256su0q_u32 (uint32x4_t __w0_3, uint32x4_t __w4_7) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:94:17: note: in expansion of macro ‘MSG4’ 94 | MSG4(Y[2], Y[3], Y[0], Y[1]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23593:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su1q_u32’: target specific option mismatch 23593 | vsha256su1q_u32 (uint32x4_t __tw0_3, uint32x4_t __w8_11, uint32x4_t __w12_15) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:93:17: note: in expansion of macro ‘MSG4’ 93 | MSG4(Y[1], Y[2], Y[3], Y[0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23586:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su0q_u32’: target specific option mismatch 23586 | vsha256su0q_u32 (uint32x4_t __w0_3, uint32x4_t __w4_7) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:93:17: note: in expansion of macro ‘MSG4’ 93 | MSG4(Y[1], Y[2], Y[3], Y[0]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23593:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su1q_u32’: target specific option mismatch 23593 | vsha256su1q_u32 (uint32x4_t __tw0_3, uint32x4_t __w8_11, uint32x4_t __w12_15) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:92:17: note: in expansion of macro ‘MSG4’ 92 | MSG4(Y[0], Y[1], Y[2], Y[3]); | ^~~~ /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/include/arm_neon.h:23586:1: error: inlining failed in call to ‘always_inline’ ‘vsha256su0q_u32’: target specific option mismatch 23586 | vsha256su0q_u32 (uint32x4_t __w0_3, uint32x4_t __w4_7) | ^~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:49:14: note: called from here 49 | X0 = vsha256su1q_u32(vsha256su0q_u32(X0, X1), X2, X3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcperciva/alg/sha256_arm.c:92:17: note: in expansion of macro ‘MSG4’ 92 | MSG4(Y[0], Y[1], Y[2], Y[3]); | ^~~~ distcc[919] ERROR: compile ../libcperciva/alg/sha256_arm.c on localhost failed make[2]: *** [Makefile:27: sha256_arm.o] Error 1 make[2]: Leaving directory '/build/spiped/src/spiped-1.6.2/liball' make[1]: *** [Makefile:10: all] Error 2 make[1]: Leaving directory '/build/spiped/src/spiped-1.6.2/liball' make: *** [Makefile:46: liball] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/leming/armv8/leming/build