| ^ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/rsa.h:565:5: note: declared here 565 | int RSA_meth_set_finish(RSA_METHOD *rsa, int (*finish) (RSA *rsa)); | ^~~~~~~~~~~~~~~~~~~ ssh-pkcs11-client.c: In function 'pkcs11_start_helper': ssh-pkcs11-client.c:547:17: warning: 'RSA_meth_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 547 | RSA_meth_free(helper->rsa_meth); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/rsa.h:485:28: note: declared here 485 | OSSL_DEPRECATEDIN_3_0 void RSA_meth_free(RSA_METHOD *meth); | ^~~~~~~~~~~~~ ssh-pkcs11-client.c:549:17: warning: 'EC_KEY_METHOD_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 549 | EC_KEY_METHOD_free(helper->ec_meth); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1481:28: note: declared here 1481 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_free(EC_KEY_METHOD *meth); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-client.c -o sftp-client.o scp.c: In function 'rsource': scp.c:1540:56: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 2 and 4095 [-Wformat-truncation=] 1540 | (void) snprintf(path, sizeof path, "%s/%s", name, dp->d_name); | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/stdio.h:980, from /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/resolv.h:58, from openbsd-compat/getrrsetbyname.h:59, from openbsd-compat/openbsd-compat.h:44, from includes.h:173, from scp.c:74: In function 'snprintf', inlined from 'rsource' at scp.c:1540:10: /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 4350 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ssh-keygen.c: In function 'main': ssh-keygen.c:3921:55: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1023 [-Wformat-truncation=] 3921 | snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, hostname); | ^~ ~~~~~~~~ In function 'snprintf', inlined from 'main' at ssh-keygen.c:3921:3: /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1026) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-glob.c -o sftp-glob.o sftp-glob.c: In function 'fudge_readdir': sftp-glob.c:84:9: warning: 'strlcpy' writing 4096 bytes into a region of size 256 overflows the destination [-Wstringop-overflow=] 84 | strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/dirent.h:61, from sftp-glob.c:25: /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/bits/dirent.h:33:10: note: destination object 'd_name' of size 256 33 | char d_name[256]; /* We must not include limits.h! */ | ^~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/features.h:503, from /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sys/types.h:25, from includes.h:25, from sftp-glob.c:18: /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/bits/string_fortified.h:150:1: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-server-main.c -o sftp-server-main.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp.c -o sftp.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-usergroup.c -o sftp-usergroup.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-sk-helper.c -o ssh-sk-helper.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-sk.c -o ssh-sk.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -ftrapv -fzero-call-used-regs=used -ftrivial-auto-var-init=zero -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_SK_HELPER=\"/usr/libexec/ssh-sk-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sk-usbhid.c -o sk-usbhid.o ssh-sk.c: In function 'sshsk_ecdsa_assemble': ssh-sk.c:220:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 220 | if ((key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid)) == NULL || | ^~ In file included from ssh-sk.c:34: /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1017:31: note: declared here 1017 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ ssh-sk.c:221:13: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | (q = EC_POINT_new(EC_KEY_get0_group(key->ecdsa))) == NULL || | ^ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ssh-sk.c:232:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 232 | if ((r = sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa))) != 0) { | ^~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ssh-sk.c:237:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 237 | if (sshkey_ec_validate_public(EC_KEY_get0_group(key->ecdsa), q) != 0) { | ^~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ssh-sk.c:242:9: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 242 | if (EC_KEY_set_public_key(key->ecdsa, q) != 1) { | ^~ /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ec.h:1089:27: note: declared here 1089 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ >>> eudev 3.2.14 Configuring mkdir -p /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-gperf/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-gperf/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-pkgconf/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-pkgconf/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-skeleton/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-skeleton/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/kmod/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/kmod/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc-ar rv libssh.a ssh_api.o ssherr.o sshbuf.o sshkey.o sshbuf-getput-basic.o sshbuf-misc.o sshbuf-getput-crypto.o krl.o bitmap.o ssh-xmss.o sshkey-xmss.o xmss_commons.o xmss_fast.o xmss_hash.o xmss_hash_address.o xmss_wots.o authfd.o authfile.o canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o cleanup.o compat.o fatal.o hostfile.o log.o match.o moduli.o nchan.o packet.o readpass.o ttymodes.o xmalloc.o addr.o addrmatch.o atomicio.o dispatch.o mac.o misc.o utf8.o monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o ssh-ed25519-sk.o ssh-rsa.o dh.o msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o ssh-pkcs11.o smult_curve25519_ref.o poly1305.o chacha.o cipher-chachapoly.o cipher-chachapoly-libcrypto.o ssh-ed25519.o digest-openssl.o digest-libc.o hmac.o ed25519.o hash.o kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o kexgexc.o kexgexs.o kexsntrup761x25519.o sntrup761.o kexgen.o sftp-realpath.o platform-pledge.o platform-tracing.o platform-misc.o sshbuf-io.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/../lib/gcc/arm-buildroot-linux-gnueabi/13.2.0/../../../../arm-buildroot-linux-gnueabi/bin/ar: creating libssh.a a - ssh_api.o a - ssherr.o a - sshbuf.o a - sshkey.o a - sshbuf-getput-basic.o a - sshbuf-misc.o a - sshbuf-getput-crypto.o a - krl.o a - bitmap.o a - ssh-xmss.o a - sshkey-xmss.o a - xmss_commons.o a - xmss_fast.o a - xmss_hash.o a - xmss_hash_address.o a - xmss_wots.o a - authfd.o a - authfile.o a - canohost.o a - channels.o a - cipher.o a - cipher-aes.o a - cipher-aesctr.o a - cleanup.o a - compat.o a - fatal.o a - hostfile.o a - log.o a - match.o a - moduli.o a - nchan.o a - packet.o a - readpass.o a - ttymodes.o a - xmalloc.o a - addr.o a - addrmatch.o a - atomicio.o a - dispatch.o a - mac.o a - misc.o a - utf8.o a - monitor_fdpass.o a - rijndael.o a - ssh-dss.o a - ssh-ecdsa.o a - ssh-ecdsa-sk.o a - ssh-ed25519-sk.o a - ssh-rsa.o a - dh.o a - msg.o a - progressmeter.o a - dns.o a - entropy.o a - gss-genr.o a - umac.o a - umac128.o a - ssh-pkcs11.o a - smult_curve25519_ref.o a - poly1305.o a - chacha.o a - cipher-chachapoly.o a - cipher-chachapoly-libcrypto.o a - ssh-ed25519.o a - digest-openssl.o a - digest-libc.o a - hmac.o a - ed25519.o a - hash.o a - kex.o a - kexdh.o a - kexgex.o a - kexecdh.o a - kexc25519.o a - kexgexc.o a - kexgexs.o a - kexsntrup761x25519.o a - sntrup761.o a - kexgen.o a - sftp-realpath.o a - platform-pledge.o a - platform-tracing.o a - platform-misc.o a - sshbuf-io.o /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc-ranlib libssh.a /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie -lssh -lopenbsd-compat -L/home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib -lssl -lcrypto -lselinux -lcrypto -lz rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/libselinux/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/libselinux/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/arm-buildroot-linux-gnueabi-gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o audit.o audit-bsm.o audit-linux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth2.o auth-options.o session.o auth2-chall.o groupaccess.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-pubkeyfile.o monitor.o monitor_wrap.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o srclimit.o sftp-server.o sftp-common.o sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sandbox-capsicum.o sandbox-pledge.o sandbox-solaris.o uidswap.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie -lssh -lopenbsd-compat -laudit -L/home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib -lssl -lcrypto -lselinux -lcrypto -lz rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/util-linux-libs/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/util-linux-libs/host/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host /home/buildroot/autobuild/instance-0/output-1/per-package/openssh/host/bin/../lib/gcc/arm-buildroot-linux-gnueabi/13.2.0/../../../../arm-buildroot-linux-gnueabi/bin/ld: openbsd-compat//libopenbsd-compat.a(xcrypt.o): in function `xcrypt': xcrypt.c:(.text+0x68): undefined reference to `crypt' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:210: sshd] Error 1 make[1]: *** Waiting for unfinished jobs.... mkdir -p /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-gperf/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-gperf/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openssh-9.7p1' make: *** [package/pkg-generic.mk:280: /home/buildroot/autobuild/instance-0/output-1/build/openssh-9.7p1/.stamp_built] Error 2 make: *** Waiting for unfinished jobs.... rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/kmod/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/kmod/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/libselinux/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/libselinux/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target rsync -a --hard-links --link-dest=/home/buildroot/autobuild/instance-0/output-1/per-package/util-linux-libs/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/util-linux-libs/target/ /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/target (cd /home/buildroot/autobuild/instance-0/output-1/build/eudev-3.2.14/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin:/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-as" LD="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld" NM="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-g++" FC="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=3" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabi --host=arm-buildroot-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared --disable-manpages --sbindir=/sbin --libexecdir=/lib --disable-introspection --enable-kmod --enable-blkid --with-rootlibdir=/lib --enable-split-usr --disable-rule-generator --disable-hwdb --enable-selinux ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-introspection checking for arm-buildroot-linux-gnueabi-gcc... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc understands -c and -o together... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-gnueabi-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc... none checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... arm-buildroot-linux-gnueabi checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to arm-buildroot-linux-gnueabi format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld option to reload object files... -r checking for arm-buildroot-linux-gnueabi-objdump... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-buildroot-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-buildroot-linux-gnueabi-ar... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-ar checking for archiver @FILE support... @ checking for arm-buildroot-linux-gnueabi-strip... (cached) /bin/true checking for arm-buildroot-linux-gnueabi-ranlib... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for arm-buildroot-linux-gnueabi-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc linker (/home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for gawk... (cached) gawk checking for arm-buildroot-linux-gnueabi-gcc... (cached) /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-gcc understands -c and -o together... (cached) yes checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/arm-buildroot-linux-gnueabi-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for m4... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/m4 checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking mtd/mtd-user.h usability... yes checking mtd/mtd-user.h presence... yes checking for mtd/mtd-user.h... yes checking linux/btrfs.h usability... yes checking linux/btrfs.h presence... yes checking for linux/btrfs.h... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for mode_t... yes checking for pid_t... yes checking for struct stat.st_rdev... yes checking whether getrandom is declared... no checking whether gettid is declared... yes checking whether name_to_handle_at is declared... yes checking whether accept4 is declared... yes checking whether mkostemp is declared... yes checking whether ppoll is declared... yes checking whether strndupa is declared... yes checking size of pid_t... 4 checking size of uid_t... 4 checking size of gid_t... 4 checking size of dev_t... 8 checking size of rlim_t... 8 checking for unistd.h... (cached) yes checking for working chown... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking type of array argument to getgroups... gid_t checking for size_t... yes checking for getgroups... yes checking for working getgroups... no checking whether lstat correctly handles trailing slash... no checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for alarm... yes checking for dup2... yes checking for ftruncate... yes checking for localtime_r... yes checking for mempcpy... yes checking for mkdir... yes checking for munmap... yes checking for nl_langinfo... yes checking for rmdir... yes checking for setlocale... yes checking for socket... yes checking for stpcpy... yes checking for uname... yes checking for explicit_bzero... yes checking for library containing clock_gettime... none required checking for cos in -lm... yes checking pkg-config is at least version 0.9.0... yes checking for blkid >= 2.20... yes checking for libselinux >= 2.1.9... yes checking for mallinfo... yes checking for mallinfo2... yes checking whether unshare is declared... yes checking for arm-buildroot-linux-gnueabi-gperf... no checking for gperf... /home/buildroot/autobuild/instance-0/output-1/per-package/eudev/host/bin/gperf configure: WARNING: using cross tools not prefixed with host triplet checking for libkmod >= 15 ... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating hwdb/Makefile config.status: creating man/Makefile config.status: creating rule_generator/Makefile config.status: creating rule_generator/write_net_rules config.status: creating rules/Makefile config.status: creating src/Makefile config.status: creating src/ata_id/Makefile config.status: creating src/cdrom_id/Makefile config.status: creating src/collect/Makefile config.status: creating src/dmi_memory_id/Makefile config.status: creating src/fido_id/Makefile config.status: creating src/mtd_probe/Makefile config.status: creating src/scsi_id/Makefile config.status: creating src/v4l_id/Makefile config.status: creating src/shared/Makefile config.status: creating src/libudev/Makefile config.status: creating src/libudev/libudev.pc config.status: creating src/udev/Makefile config.status: creating src/udev/udev.pc config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-introspection prefix: /usr exec_prefix: /usr sysconfdir: /etc datadir: ${datarootdir} includedir: ${prefix}/include bindir: ${exec_prefix}/bin libdir: ${exec_prefix}/lib rootprefix: ${prefix} rootlibdir: /lib rootlibexecdir: /lib/udev datarootdir: ${prefix}/share rootrundir: /run udevconfdir: /etc/udev udevconffile: /etc/udev/udev.conf udevhwdbdir: /etc/udev/hwdb.d udevhwdbbin: /etc/udev/hwdb.bin udevlibexecdir: /lib/udev udevkeymapdir: /lib/udev/keymaps udevkeymapforceredir: /lib/udev/keymaps/force-release udevrulesdir: /lib/udev/rules.d pkgconfiglibdir: ${exec_prefix}/lib/pkgconfig sharepkgconfigdir ${datarootdir}/pkgconfig make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'