if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ wolfcrypt/src/chacha.c: In function 'wc_Chacha_SetKey': wolfcrypt/src/chacha.c:161:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((wolfssl_word)key % 4) { ^ In file included from wolfcrypt/src/chacha20_poly1305.c:42:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CC src/src_libwolfssl_la-tls.lo In file included from wolfcrypt/src/integer.c:41:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CC wolfcrypt/benchmark/benchmark.o CC wolfcrypt/test/test.o CC examples/benchmark/tls_bench.o In file included from wolfcrypt/src/ecc.c:130:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ wolfcrypt/src/ecc.c: In function 'wc_ecc_mulmod_ex': wolfcrypt/src/ecc.c:2810:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->x & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2811:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->x & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2809:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2815:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->y & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2816:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->y & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2814:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2820:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->z & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2821:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->z & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2819:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2829:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->x & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2830:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->x & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2828:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ wolfcrypt/src/ecc.c:2834:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->y & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2835:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->y & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2833:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ wolfcrypt/src/ecc.c:2839:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->z & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2840:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->z & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2838:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ wolfcrypt/src/ecc.c:2858:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->x & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2859:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->x & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2857:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2863:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->y & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2864:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->y & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2862:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2868:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->z & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2869:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->z & wc_off_on_addr[i])), ^ wolfcrypt/src/ecc.c:2867:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] err = mp_copy((mp_int*) ^ wolfcrypt/src/ecc.c:2877:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->x & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2878:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->x & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2876:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ wolfcrypt/src/ecc.c:2882:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->y & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2883:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->y & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2881:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ wolfcrypt/src/ecc.c:2887:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ( ((wolfssl_word)M[0]->z & wc_off_on_addr[i^1]) + ^ wolfcrypt/src/ecc.c:2888:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((wolfssl_word)M[1]->z & wc_off_on_addr[i])) ); ^ wolfcrypt/src/ecc.c:2886:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (mp_int*) ^ CC examples/client/client.o In file included from src/internal.c:52:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CC examples/echoclient/echoclient.o CC examples/echoserver/echoserver.o In file included from src/ssl.c:42:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CC examples/server/server.o CC examples/server/testsuite_testsuite_test-server.o In file included from src/tls.c:40:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CC testsuite/testsuite_testsuite_test-testsuite.o CC tests/tests_unit_test-unit.o CC tests/tests_unit_test-api.o CC tests/tests_unit_test-suites.o CC tests/tests_unit_test-hash.o CC tests/tests_unit_test-srp.o In file included from tests/api.c:24651:0: ./wolfcrypt/src/misc.c: In function 'xorbuf': ./wolfcrypt/src/misc.c:185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ ./wolfcrypt/src/misc.c:185:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((wolfssl_word)buf | (wolfssl_word)mask | count) % WOLFSSL_WORD_SIZE == 0) ^ CCLD src/libwolfssl.la CCLD wolfcrypt/benchmark/benchmark CCLD wolfcrypt/test/testwolfcrypt CCLD examples/benchmark/tls_bench CCLD examples/echoclient/echoclient CCLD examples/client/client CCLD examples/echoserver/echoserver CCLD examples/server/server CCLD testsuite/testsuite.test CCLD tests/unit.test make[2]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[1]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' >>> wolfssl 4.1.0 Installing to staging directory PATH="/home/mark/buildroot-test/instance-1/output/host/bin:/home/mark/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j2 DESTDIR=/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot install -C /home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0/ make[1]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' /usr/bin/make -j13 install-am make[2]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[2]: warning: -j13 forced in submake: resetting jobserver mode. make[3]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[3]: warning: -j13 forced in submake: resetting jobserver mode. /bin/bash /home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0/build-aux/install-sh -d /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/bin /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/doc/wolfssl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/doc/wolfssl/example' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libwolfssl.la '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 certs/taoCert.txt doc/README.txt '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/doc/wolfssl' /usr/bin/install -c -m 644 examples/benchmark/tls_bench.c examples/client/client.c examples/echoclient/echoclient.c examples/echoserver/echoserver.c examples/server/server.c examples/sctp/sctp-server.c examples/sctp/sctp-server-dtls.c examples/sctp/sctp-client.c examples/sctp/sctp-client-dtls.c '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/doc/wolfssl/example' /usr/bin/install -c wolfssl-config /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/bin /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 support/wolfssl.pc '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/aes.h cyassl/ctaocrypt/arc4.h cyassl/ctaocrypt/asn.h cyassl/ctaocrypt/asn_public.h cyassl/ctaocrypt/poly1305.h cyassl/ctaocrypt/camellia.h cyassl/ctaocrypt/coding.h cyassl/ctaocrypt/compress.h cyassl/ctaocrypt/des3.h cyassl/ctaocrypt/dh.h cyassl/ctaocrypt/dsa.h cyassl/ctaocrypt/ecc.h cyassl/ctaocrypt/error-crypt.h cyassl/ctaocrypt/fips_test.h cyassl/ctaocrypt/hc128.h cyassl/ctaocrypt/hmac.h cyassl/ctaocrypt/integer.h cyassl/ctaocrypt/md2.h cyassl/ctaocrypt/md4.h cyassl/ctaocrypt/md5.h cyassl/ctaocrypt/misc.h cyassl/ctaocrypt/pkcs7.h cyassl/ctaocrypt/wc_port.h cyassl/ctaocrypt/pwdbased.h cyassl/ctaocrypt/rabbit.h cyassl/ctaocrypt/chacha.h cyassl/ctaocrypt/random.h cyassl/ctaocrypt/ripemd.h cyassl/ctaocrypt/rsa.h cyassl/ctaocrypt/settings.h cyassl/ctaocrypt/settings_comp.h cyassl/ctaocrypt/sha256.h cyassl/ctaocrypt/sha512.h cyassl/ctaocrypt/sha.h cyassl/ctaocrypt/blake2.h cyassl/ctaocrypt/blake2-int.h cyassl/ctaocrypt/blake2-impl.h cyassl/ctaocrypt/tfm.h cyassl/ctaocrypt/types.h cyassl/ctaocrypt/visibility.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/aes.h wolfssl/wolfcrypt/arc4.h wolfssl/wolfcrypt/asn.h wolfssl/wolfcrypt/asn_public.h wolfssl/wolfcrypt/poly1305.h wolfssl/wolfcrypt/camellia.h wolfssl/wolfcrypt/cmac.h wolfssl/wolfcrypt/coding.h wolfssl/wolfcrypt/compress.h wolfssl/wolfcrypt/des3.h wolfssl/wolfcrypt/dh.h wolfssl/wolfcrypt/dsa.h wolfssl/wolfcrypt/ecc.h wolfssl/wolfcrypt/curve25519.h wolfssl/wolfcrypt/ed25519.h wolfssl/wolfcrypt/fe_operations.h wolfssl/wolfcrypt/ge_operations.h wolfssl/wolfcrypt/error-crypt.h wolfssl/wolfcrypt/fips_test.h wolfssl/wolfcrypt/hash.h wolfssl/wolfcrypt/hc128.h wolfssl/wolfcrypt/hmac.h wolfssl/wolfcrypt/integer.h wolfssl/wolfcrypt/md2.h wolfssl/wolfcrypt/md4.h wolfssl/wolfcrypt/md5.h wolfssl/wolfcrypt/misc.h wolfssl/wolfcrypt/pkcs7.h wolfssl/wolfcrypt/wc_encrypt.h wolfssl/wolfcrypt/wc_port.h wolfssl/wolfcrypt/pwdbased.h wolfssl/wolfcrypt/rabbit.h wolfssl/wolfcrypt/chacha.h wolfssl/wolfcrypt/chacha20_poly1305.h wolfssl/wolfcrypt/random.h wolfssl/wolfcrypt/ripemd.h wolfssl/wolfcrypt/rsa.h wolfssl/wolfcrypt/settings.h wolfssl/wolfcrypt/sha256.h wolfssl/wolfcrypt/sha512.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/asn1.h wolfssl/openssl/aes.h wolfssl/openssl/bio.h wolfssl/openssl/bn.h wolfssl/openssl/buffer.h wolfssl/openssl/conf.h wolfssl/openssl/crypto.h wolfssl/openssl/des.h wolfssl/openssl/dh.h wolfssl/openssl/dsa.h wolfssl/openssl/ecdsa.h wolfssl/openssl/ecdh.h wolfssl/openssl/ec.h wolfssl/openssl/ec25519.h wolfssl/openssl/ed25519.h wolfssl/openssl/engine.h wolfssl/openssl/err.h wolfssl/openssl/evp.h wolfssl/openssl/hmac.h wolfssl/openssl/lhash.h wolfssl/openssl/md4.h wolfssl/openssl/md5.h wolfssl/openssl/ripemd.h wolfssl/openssl/objects.h wolfssl/openssl/ocsp.h wolfssl/openssl/opensslconf.h wolfssl/openssl/opensslv.h wolfssl/openssl/ossl_typ.h wolfssl/openssl/pem.h wolfssl/openssl/pkcs12.h wolfssl/openssl/pkcs7.h wolfssl/openssl/rand.h wolfssl/openssl/rsa.h wolfssl/openssl/sha.h wolfssl/openssl/ssl23.h wolfssl/openssl/ssl.h wolfssl/openssl/stack.h wolfssl/openssl/ui.h wolfssl/openssl/x509.h wolfssl/openssl/x509v3.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/openssl' libtool: install: /usr/bin/install -c src/.libs/libwolfssl.so.19.3.0 /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libwolfssl.so.19.3.0 /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/openssl' libtool: install: (cd /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libwolfssl.so.19.3.0 libwolfssl.so.19 || { rm -f libwolfssl.so.19 && ln -s libwolfssl.so.19.3.0 libwolfssl.so.19; }; }) /usr/bin/install -c -m 644 cyassl/openssl/asn1.h cyassl/openssl/bio.h cyassl/openssl/bn.h cyassl/openssl/conf.h cyassl/openssl/crypto.h cyassl/openssl/des.h cyassl/openssl/dh.h cyassl/openssl/dsa.h cyassl/openssl/ecdsa.h cyassl/openssl/ecdh.h cyassl/openssl/ec.h cyassl/openssl/ec25519.h cyassl/openssl/ed25519.h cyassl/openssl/engine.h cyassl/openssl/err.h cyassl/openssl/evp.h cyassl/openssl/hmac.h cyassl/openssl/lhash.h cyassl/openssl/md4.h cyassl/openssl/md5.h cyassl/openssl/ripemd.h cyassl/openssl/ocsp.h cyassl/openssl/opensslconf.h cyassl/openssl/opensslv.h cyassl/openssl/ossl_typ.h cyassl/openssl/pem.h cyassl/openssl/pkcs12.h cyassl/openssl/rand.h cyassl/openssl/rsa.h cyassl/openssl/sha.h cyassl/openssl/ssl23.h cyassl/openssl/ssl.h cyassl/openssl/stack.h cyassl/openssl/ui.h cyassl/openssl/x509.h cyassl/openssl/x509v3.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/openssl' libtool: install: (cd /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libwolfssl.so.19.3.0 libwolfssl.so || { rm -f libwolfssl.so && ln -s libwolfssl.so.19.3.0 libwolfssl.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libwolfssl.lai /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libwolfssl.la /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/logging.h cyassl/ctaocrypt/memory.h cyassl/ctaocrypt/mpi_class.h cyassl/ctaocrypt/mpi_superclass.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/wolfcrypt' libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/sha.h wolfssl/wolfcrypt/signature.h wolfssl/wolfcrypt/blake2.h wolfssl/wolfcrypt/blake2-int.h wolfssl/wolfcrypt/blake2-impl.h wolfssl/wolfcrypt/tfm.h wolfssl/wolfcrypt/srp.h wolfssl/wolfcrypt/idea.h wolfssl/wolfcrypt/types.h wolfssl/wolfcrypt/visibility.h wolfssl/wolfcrypt/logging.h wolfssl/wolfcrypt/memory.h wolfssl/wolfcrypt/mpi_class.h wolfssl/wolfcrypt/mpi_superclass.h wolfssl/wolfcrypt/mem_track.h wolfssl/wolfcrypt/wolfevent.h wolfssl/wolfcrypt/pkcs12.h wolfssl/wolfcrypt/wolfmath.h wolfssl/wolfcrypt/sha3.h wolfssl/wolfcrypt/cpuid.h wolfssl/wolfcrypt/cryptocb.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl' /usr/bin/install -c -m 644 wolfssl/error-ssl.h wolfssl/ssl.h wolfssl/sniffer_error.h wolfssl/sniffer.h wolfssl/callbacks.h wolfssl/certs_test.h wolfssl/test.h wolfssl/version.h wolfssl/ocsp.h wolfssl/crl.h wolfssl/wolfio.h wolfssl/options.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl' /usr/bin/install -c -m 644 cyassl/error-ssl.h cyassl/ssl.h cyassl/sniffer_error.h cyassl/sniffer.h cyassl/callbacks.h cyassl/certs_test.h cyassl/test.h cyassl/version.h cyassl/ocsp.h cyassl/crl.h cyassl/options.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/cyassl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/rc4.h '/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/wolfssl/openssl' make[3]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[2]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[1]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' >>> wolfssl 4.1.0 Fixing libtool files for la in $(find /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/mark/buildroot-test/instance-1/output:@BASE_DIR@:g" \ -e "s:/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/mark/buildroot-test/instance-1/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/mark/buildroot-test/instance-1/output/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/mark/buildroot-test/instance-1/output:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> wolfssl 4.1.0 Installing to target PATH="/home/mark/buildroot-test/instance-1/output/host/bin:/home/mark/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j2 DESTDIR=/home/mark/buildroot-test/instance-1/output/target install -C /home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0/ make[1]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' /usr/bin/make -j13 install-am make[2]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[2]: warning: -j13 forced in submake: resetting jobserver mode. make[3]: Entering directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[3]: warning: -j13 forced in submake: resetting jobserver mode. /bin/bash /home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0/build-aux/install-sh -d /home/mark/buildroot-test/instance-1/output/target/usr/bin /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/lib' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/share/doc/wolfssl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/share/doc/wolfssl/example' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libwolfssl.la '/home/mark/buildroot-test/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 certs/taoCert.txt doc/README.txt '/home/mark/buildroot-test/instance-1/output/target/usr/share/doc/wolfssl' /usr/bin/install -c -m 644 examples/benchmark/tls_bench.c examples/client/client.c examples/echoclient/echoclient.c examples/echoserver/echoserver.c examples/server/server.c examples/sctp/sctp-server.c examples/sctp/sctp-server-dtls.c examples/sctp/sctp-client.c examples/sctp/sctp-client-dtls.c '/home/mark/buildroot-test/instance-1/output/target/usr/share/doc/wolfssl/example' /usr/bin/install -c wolfssl-config /home/mark/buildroot-test/instance-1/output/target/usr/bin /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include' /usr/bin/install -c -m 644 support/wolfssl.pc '/home/mark/buildroot-test/instance-1/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/aes.h cyassl/ctaocrypt/arc4.h cyassl/ctaocrypt/asn.h cyassl/ctaocrypt/asn_public.h cyassl/ctaocrypt/poly1305.h cyassl/ctaocrypt/camellia.h cyassl/ctaocrypt/coding.h cyassl/ctaocrypt/compress.h cyassl/ctaocrypt/des3.h cyassl/ctaocrypt/dh.h cyassl/ctaocrypt/dsa.h cyassl/ctaocrypt/ecc.h cyassl/ctaocrypt/error-crypt.h cyassl/ctaocrypt/fips_test.h cyassl/ctaocrypt/hc128.h cyassl/ctaocrypt/hmac.h cyassl/ctaocrypt/integer.h cyassl/ctaocrypt/md2.h cyassl/ctaocrypt/md4.h cyassl/ctaocrypt/md5.h cyassl/ctaocrypt/misc.h cyassl/ctaocrypt/pkcs7.h cyassl/ctaocrypt/wc_port.h cyassl/ctaocrypt/pwdbased.h cyassl/ctaocrypt/rabbit.h cyassl/ctaocrypt/chacha.h cyassl/ctaocrypt/random.h cyassl/ctaocrypt/ripemd.h cyassl/ctaocrypt/rsa.h cyassl/ctaocrypt/settings.h cyassl/ctaocrypt/settings_comp.h cyassl/ctaocrypt/sha256.h cyassl/ctaocrypt/sha512.h cyassl/ctaocrypt/sha.h cyassl/ctaocrypt/blake2.h cyassl/ctaocrypt/blake2-int.h cyassl/ctaocrypt/blake2-impl.h cyassl/ctaocrypt/tfm.h cyassl/ctaocrypt/types.h cyassl/ctaocrypt/visibility.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/aes.h wolfssl/wolfcrypt/arc4.h wolfssl/wolfcrypt/asn.h wolfssl/wolfcrypt/asn_public.h wolfssl/wolfcrypt/poly1305.h wolfssl/wolfcrypt/camellia.h wolfssl/wolfcrypt/cmac.h wolfssl/wolfcrypt/coding.h wolfssl/wolfcrypt/compress.h wolfssl/wolfcrypt/des3.h wolfssl/wolfcrypt/dh.h wolfssl/wolfcrypt/dsa.h wolfssl/wolfcrypt/ecc.h wolfssl/wolfcrypt/curve25519.h wolfssl/wolfcrypt/ed25519.h wolfssl/wolfcrypt/fe_operations.h wolfssl/wolfcrypt/ge_operations.h wolfssl/wolfcrypt/error-crypt.h wolfssl/wolfcrypt/fips_test.h wolfssl/wolfcrypt/hash.h wolfssl/wolfcrypt/hc128.h wolfssl/wolfcrypt/hmac.h wolfssl/wolfcrypt/integer.h wolfssl/wolfcrypt/md2.h wolfssl/wolfcrypt/md4.h wolfssl/wolfcrypt/md5.h wolfssl/wolfcrypt/misc.h wolfssl/wolfcrypt/pkcs7.h wolfssl/wolfcrypt/wc_encrypt.h wolfssl/wolfcrypt/wc_port.h wolfssl/wolfcrypt/pwdbased.h wolfssl/wolfcrypt/rabbit.h wolfssl/wolfcrypt/chacha.h wolfssl/wolfcrypt/chacha20_poly1305.h wolfssl/wolfcrypt/random.h wolfssl/wolfcrypt/ripemd.h wolfssl/wolfcrypt/rsa.h wolfssl/wolfcrypt/settings.h wolfssl/wolfcrypt/sha256.h wolfssl/wolfcrypt/sha512.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/openssl' libtool: install: /usr/bin/install -c src/.libs/libwolfssl.so.19.3.0 /home/mark/buildroot-test/instance-1/output/target/usr/lib/libwolfssl.so.19.3.0 /usr/bin/install -c -m 644 wolfssl/openssl/asn1.h wolfssl/openssl/aes.h wolfssl/openssl/bio.h wolfssl/openssl/bn.h wolfssl/openssl/buffer.h wolfssl/openssl/conf.h wolfssl/openssl/crypto.h wolfssl/openssl/des.h wolfssl/openssl/dh.h wolfssl/openssl/dsa.h wolfssl/openssl/ecdsa.h wolfssl/openssl/ecdh.h wolfssl/openssl/ec.h wolfssl/openssl/ec25519.h wolfssl/openssl/ed25519.h wolfssl/openssl/engine.h wolfssl/openssl/err.h wolfssl/openssl/evp.h wolfssl/openssl/hmac.h wolfssl/openssl/lhash.h wolfssl/openssl/md4.h wolfssl/openssl/md5.h wolfssl/openssl/ripemd.h wolfssl/openssl/objects.h wolfssl/openssl/ocsp.h wolfssl/openssl/opensslconf.h wolfssl/openssl/opensslv.h wolfssl/openssl/ossl_typ.h wolfssl/openssl/pem.h wolfssl/openssl/pkcs12.h wolfssl/openssl/pkcs7.h wolfssl/openssl/rand.h wolfssl/openssl/rsa.h wolfssl/openssl/sha.h wolfssl/openssl/ssl23.h wolfssl/openssl/ssl.h wolfssl/openssl/stack.h wolfssl/openssl/ui.h wolfssl/openssl/x509.h wolfssl/openssl/x509v3.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/openssl' libtool: install: (cd /home/mark/buildroot-test/instance-1/output/target/usr/lib && { ln -s -f libwolfssl.so.19.3.0 libwolfssl.so.19 || { rm -f libwolfssl.so.19 && ln -s libwolfssl.so.19.3.0 libwolfssl.so.19; }; }) libtool: install: (cd /home/mark/buildroot-test/instance-1/output/target/usr/lib && { ln -s -f libwolfssl.so.19.3.0 libwolfssl.so || { rm -f libwolfssl.so && ln -s libwolfssl.so.19.3.0 libwolfssl.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libwolfssl.lai /home/mark/buildroot-test/instance-1/output/target/usr/lib/libwolfssl.la /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/openssl' /usr/bin/install -c -m 644 cyassl/openssl/asn1.h cyassl/openssl/bio.h cyassl/openssl/bn.h cyassl/openssl/conf.h cyassl/openssl/crypto.h cyassl/openssl/des.h cyassl/openssl/dh.h cyassl/openssl/dsa.h cyassl/openssl/ecdsa.h cyassl/openssl/ecdh.h cyassl/openssl/ec.h cyassl/openssl/ec25519.h cyassl/openssl/ed25519.h cyassl/openssl/engine.h cyassl/openssl/err.h cyassl/openssl/evp.h cyassl/openssl/hmac.h cyassl/openssl/lhash.h cyassl/openssl/md4.h cyassl/openssl/md5.h cyassl/openssl/ripemd.h cyassl/openssl/ocsp.h cyassl/openssl/opensslconf.h cyassl/openssl/opensslv.h cyassl/openssl/ossl_typ.h cyassl/openssl/pem.h cyassl/openssl/pkcs12.h cyassl/openssl/rand.h cyassl/openssl/rsa.h cyassl/openssl/sha.h cyassl/openssl/ssl23.h cyassl/openssl/ssl.h cyassl/openssl/stack.h cyassl/openssl/ui.h cyassl/openssl/x509.h cyassl/openssl/x509v3.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/openssl' libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/logging.h cyassl/ctaocrypt/memory.h cyassl/ctaocrypt/mpi_class.h cyassl/ctaocrypt/mpi_superclass.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/sha.h wolfssl/wolfcrypt/signature.h wolfssl/wolfcrypt/blake2.h wolfssl/wolfcrypt/blake2-int.h wolfssl/wolfcrypt/blake2-impl.h wolfssl/wolfcrypt/tfm.h wolfssl/wolfcrypt/srp.h wolfssl/wolfcrypt/idea.h wolfssl/wolfcrypt/types.h wolfssl/wolfcrypt/visibility.h wolfssl/wolfcrypt/logging.h wolfssl/wolfcrypt/memory.h wolfssl/wolfcrypt/mpi_class.h wolfssl/wolfcrypt/mpi_superclass.h wolfssl/wolfcrypt/mem_track.h wolfssl/wolfcrypt/wolfevent.h wolfssl/wolfcrypt/pkcs12.h wolfssl/wolfcrypt/wolfmath.h wolfssl/wolfcrypt/sha3.h wolfssl/wolfcrypt/cpuid.h wolfssl/wolfcrypt/cryptocb.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl' /usr/bin/install -c -m 644 wolfssl/error-ssl.h wolfssl/ssl.h wolfssl/sniffer_error.h wolfssl/sniffer.h wolfssl/callbacks.h wolfssl/certs_test.h wolfssl/test.h wolfssl/version.h wolfssl/ocsp.h wolfssl/crl.h wolfssl/wolfio.h wolfssl/options.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl' /usr/bin/install -c -m 644 cyassl/error-ssl.h cyassl/ssl.h cyassl/sniffer_error.h cyassl/sniffer.h cyassl/callbacks.h cyassl/certs_test.h cyassl/test.h cyassl/version.h cyassl/ocsp.h cyassl/crl.h cyassl/options.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/cyassl' /bin/mkdir -p '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/rc4.h '/home/mark/buildroot-test/instance-1/output/target/usr/include/wolfssl/openssl' make[3]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[2]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' make[1]: Leaving directory '/home/mark/buildroot-test/instance-1/output/build/wolfssl-4.1.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/mark/buildroot-test/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/mark/buildroot-test/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas'] Warning: staging file "./usr/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas'] ./support/scripts/check-uniq-files -t host /home/mark/buildroot-test/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake'] rm -f /home/mark/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/mark/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/mark/buildroot-test/instance-1/output/host/bin/glib-compile-schemas /home/mark/buildroot-test/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/mark/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. mkdir -p /home/mark/buildroot-test/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/mark/buildroot-test/instance-1/output/host/bin/riscv64-linux-%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/mark/buildroot-test/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/mark/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/mark/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf.in > /home/mark/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/mark/buildroot-test/instance-1/output/target/etc echo "buildroot" > /home/mark/buildroot-test/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/mark/buildroot-test/instance-1/output/target/etc/hosts mkdir -p /home/mark/buildroot-test/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/mark/buildroot-test/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/mark/buildroot-test/instance-1/output/target/etc/shadow rm -f /home/mark/buildroot-test/instance-1/output/target/bin/sh rm -f /home/mark/buildroot-test/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/mark/buildroot-test/instance-1/output/build/locales.nopurge; done for dir in /home/mark/buildroot-test/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/mark/buildroot-test/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/mark/buildroot-test/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/mark/buildroot-test/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/mark/buildroot-test/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/include /home/mark/buildroot-test/instance-1/output/target/usr/share/aclocal \ /home/mark/buildroot-test/instance-1/output/target/usr/lib/pkgconfig /home/mark/buildroot-test/instance-1/output/target/usr/share/pkgconfig \ /home/mark/buildroot-test/instance-1/output/target/usr/lib/cmake /home/mark/buildroot-test/instance-1/output/target/usr/share/cmake find /home/mark/buildroot-test/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/mark/buildroot-test/instance-1/output/target/lib/ /home/mark/buildroot-test/instance-1/output/target/usr/lib/ /home/mark/buildroot-test/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/share/gdb rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/share/bash-completion rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/share/zsh rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/man /home/mark/buildroot-test/instance-1/output/target/usr/share/man rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/info /home/mark/buildroot-test/instance-1/output/target/usr/share/info rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/doc /home/mark/buildroot-test/instance-1/output/target/usr/share/doc rm -rf /home/mark/buildroot-test/instance-1/output/target/usr/share/gtk-doc rmdir /home/mark/buildroot-test/instance-1/output/target/usr/share 2>/dev/null || true find /home/mark/buildroot-test/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/mark/buildroot-test/instance-1/output/host/bin/riscv64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/mark/buildroot-test/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/mark/buildroot-test/instance-1/output/host/bin/riscv64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/mark/buildroot-test/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/mark/buildroot-test/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/mark/buildroot-test/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-00468-g13d91fe013"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /home/mark/buildroot-test/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/mark/buildroot-test/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/mark/buildroot-test/instance-1/buildroot/support/scripts/fix-rpath target touch /home/mark/buildroot-test/instance-1/output/target/usr make: Leaving directory '/home/mark/buildroot-test/instance-1/buildroot' make: Entering directory '/home/mark/buildroot-test/instance-1/buildroot' >>> Buildroot 2019.11-git-00468-g13d91fe013 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> apache 2.4.41 Collecting legal info LICENSE: OK (sha256: c49c0819a726b70142621715dae3159c47b0349c2bc9db079070f28dadac0229) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> edid-decode 6def7bc83dfb0338632e06a8b14c93faa6af8879 Collecting legal info ERROR: No hash found for edid-decode.c >>> eudev 3.2.8 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 26 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> gnupg2 2.2.17 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.36 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> gsettings-desktop-schemas 3.33.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.51.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> iostat 2.2 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> nmon 16g Collecting legal info lmon16g.c: OK (md5: 246ccfc74d5af55d992601fc4d3d4a72) lmon16g.c: OK (sha1: 926217a98f78dd398d4d5690d7b10b8b2b620168) lmon16g.c: OK (sha256: da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wolfssl 4.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: 74adaaef40b96c71378b6daa3feb8ccd4a1bfd9b76debf3f3f29cf3a0e86c9a0) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/mark/buildroot-test/instance-1/output/legal-info make: Leaving directory '/home/mark/buildroot-test/instance-1/buildroot'