auth.c:75:4: warning: 'BF_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 75 | BF_set_key(&key, 16, MD5(pwd,strlen(pwd),NULL)); | ^~~~~~~~~~ In file included from auth.c:62: /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ auth.c:75:4: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 75 | BF_set_key(&key, 16, MD5(pwd,strlen(pwd),NULL)); | ^~~~~~~~~~ In file included from auth.c:61: /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ auth.c:78:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | BF_ecb_encrypt(chal + i, chal + i, &key, BF_ENCRYPT); | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ auth.c: In function 'decrypt_chal': auth.c:86:4: warning: 'BF_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 86 | BF_set_key(&key, 16, MD5(pwd,strlen(pwd),NULL)); | ^~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ auth.c:86:4: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 86 | BF_set_key(&key, 16, MD5(pwd,strlen(pwd),NULL)); | ^~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ auth.c:89:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | BF_ecb_encrypt(chal + i, chal + i, &key, BF_DECRYPT); | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tunnel.c tunnel.c: In function 'tunnel': tunnel.c:172:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | close(0); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:173:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | close(1); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:177:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 177 | close(2); dup(null_fd); | ^~~~~~~~~~~~ /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lock.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c netlib.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tun_dev.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tap_dev.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pty_dev.c pty_dev.c: In function 'pty_open': pty_dev.c:51:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 51 | if ((ptyname = (char*)ptsname(mr_fd)) == NULL) | ^ /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pipe_dev.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tcp_proto.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c udp_proto.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c linkfd.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_shaper.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_zlib.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_lzo.c /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_encrypt.c lfd_encrypt.c: In function 'prep_key': lfd_encrypt.c:126:7: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 126 | MD5(host->passwd, halflen, hashkey); | ^~~ In file included from lfd_encrypt.c:56: /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_encrypt.c:127:7: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 127 | MD5((host->passwd)+halflen, tmplen-halflen, hashkey+16); | ^~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_encrypt.c:131:7: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 131 | MD5(host->passwd,strlen(host->passwd), hashkey); | ^~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_legacy_encrypt.c lfd_legacy_encrypt.c: In function 'alloc_legacy_encrypt': lfd_legacy_encrypt.c:74:4: warning: 'BF_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | BF_set_key(&key, ENC_KEY_SIZE, MD5(host->passwd,strlen(host->passwd),NULL)); | ^~~~~~~~~~ In file included from lfd_legacy_encrypt.c:55: /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ lfd_legacy_encrypt.c:74:4: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | BF_set_key(&key, ENC_KEY_SIZE, MD5(host->passwd,strlen(host->passwd),NULL)); | ^~~~~~~~~~ In file included from lfd_legacy_encrypt.c:54: /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_legacy_encrypt.c: In function 'legacy_encrypt_buf': lfd_legacy_encrypt.c:97:4: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | BF_ecb_encrypt(out_ptr, out_ptr, &key, BF_ENCRYPT); | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ lfd_legacy_encrypt.c:102:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | BF_ecb_encrypt(in_ptr + p, out_ptr + p, &key, BF_ENCRYPT); | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ lfd_legacy_encrypt.c: In function 'legacy_decrypt_buf': lfd_legacy_encrypt.c:113:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 113 | BF_ecb_encrypt(in + p, in + p, &key, BF_DECRYPT); | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/lzo -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -I/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -L/workdir/instance-0/output-1/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib64 -lssl -lcrypto -L/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib -lz -llzo2 -lcrypto make[1]: Leaving directory '/workdir/instance-0/output-1/build/vtun-3.0.4' >>> vtun 3.0.4 Installing to target GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 DESTDIR=/workdir/instance-0/output-1/target install -C /workdir/instance-0/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/workdir/instance-0/output-1/build/vtun-3.0.4' /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/etc /usr/bin/install -c -m 600 vtund.conf /workdir/instance-0/output-1/target/etc; /usr/bin/install -c -m 600 scripts/vtund-start.conf /workdir/instance-0/output-1/target/etc; /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/usr/share/man/man8 /usr/bin/install -c -m 644 vtund.8 /workdir/instance-0/output-1/target/usr/share/man/man8 /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 644 vtund.conf.5 /workdir/instance-0/output-1/target/usr/share/man/man5 rm -f /workdir/instance-0/output-1/target/usr/share/man/man8/vtun.8 ln -s vtund.8 /workdir/instance-0/output-1/target/usr/share/man/man8/vtun.8 /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/var/log/vtund /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/var/lock/vtund /usr/bin/install -c -d -m 755 /workdir/instance-0/output-1/target/usr/sbin /usr/bin/install -c -m 755 vtund /workdir/instance-0/output-1/target/usr/sbin /usr/bin/install -c -m 755 -D scripts/vtund.rc.debian \ /workdir/instance-0/output-1/target/etc/init.d/S90vtun make[1]: Leaving directory '/workdir/instance-0/output-1/build/vtun-3.0.4' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /workdir/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-0/output-1/host/bin/x86_64-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gfortran%g" -e "s%@TARGET_STRIP@%/workdir/instance-0/output-1/host/bin/x86_64-linux-strip%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /workdir/instance-0/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-0/output-1/host/bin/x86_64-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-0/output-1/host/bin/x86_64-linux-gfortran%g" -e "s%@TARGET_STRIP@%/workdir/instance-0/output-1/host/bin/x86_64-linux-strip%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /workdir/instance-0/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /workdir/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /workdir/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /workdir/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /workdir/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /workdir/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /workdir/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /workdir/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /workdir/instance-0/output-1/target/etc/shells; fi rm -f /workdir/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /workdir/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /workdir/instance-0/output-1/host/bin/glib-compile-schemas /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/workdir/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /workdir/instance-0/output-1/target/etc echo "buildroot" > /workdir/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /workdir/instance-0/output-1/target/etc/hosts mkdir -p /workdir/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /workdir/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /workdir/instance-0/output-1/target/etc/shadow rm -f /workdir/instance-0/output-1/target/bin/sh if [ -x /workdir/instance-0/output-1/target/sbin/swapon -a -x /workdir/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /workdir/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /workdir/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /workdir/instance-0/output-1/build/locales.nopurge for dir in /workdir/instance-0/output-1/target/usr/share/locale /workdir/instance-0/output-1/target/usr/share/X11/locale /workdir/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /workdir/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /workdir/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /workdir/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /workdir/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /workdir/instance-0/output-1/target/usr/include /workdir/instance-0/output-1/target/usr/share/aclocal \ /workdir/instance-0/output-1/target/usr/lib/pkgconfig /workdir/instance-0/output-1/target/usr/share/pkgconfig \ /workdir/instance-0/output-1/target/usr/lib/cmake /workdir/instance-0/output-1/target/usr/share/cmake \ /workdir/instance-0/output-1/target/usr/lib/rpm /workdir/instance-0/output-1/target/usr/doc find /workdir/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /workdir/instance-0/output-1/target/lib/ /workdir/instance-0/output-1/target/usr/lib/ /workdir/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /workdir/instance-0/output-1/target/usr/share/gdb rm -rf /workdir/instance-0/output-1/target/usr/share/bash-completion rm -rf /workdir/instance-0/output-1/target/etc/bash_completion.d rm -rf /workdir/instance-0/output-1/target/usr/share/zsh rm -rf /workdir/instance-0/output-1/target/usr/man /workdir/instance-0/output-1/target/usr/share/man rm -rf /workdir/instance-0/output-1/target/usr/info /workdir/instance-0/output-1/target/usr/share/info rm -rf /workdir/instance-0/output-1/target/usr/doc /workdir/instance-0/output-1/target/usr/share/doc rm -rf /workdir/instance-0/output-1/target/usr/share/gtk-doc rmdir /workdir/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /workdir/instance-0/output-1/target/lib/debug /workdir/instance-0/output-1/target/usr/lib/debug find /workdir/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /workdir/instance-0/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /workdir/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /workdir/instance-0/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /workdir/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /workdir/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /workdir/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /workdir/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /workdir/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/workdir/instance-0/output-1/per-package \ /workdir/instance-0/buildroot/support/scripts/fix-rpath target touch /workdir/instance-0/output-1/target/usr ln -snf /workdir/instance-0/output-1/host/x86_64-buildroot-linux-gnu/sysroot /workdir/instance-0/output-1/staging make: Leaving directory '/workdir/instance-0/buildroot' make: Entering directory '/workdir/instance-0/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2024.02-1 Collecting legal info >>> toolchain Collecting legal info >>> acpitool 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> aubio 152d6819b360c2e7b379ee3f373d444ab3df0895 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-waf 2.0.26 Collecting legal info waf: OK (sha256: dcec3e179f9c33a66544f1b3d7d91f20f6373530510fa6a858cddb6bfdcde14b) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bustle 0.8.0 Collecting legal info LICENSE: OK (sha256: ad168b537264fba8f94380cb10f60847da7db551fb4281bb6d4f24c74f652a1d) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cairo 1.17.4 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> efivar 39 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> host-efivar 39 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmt 10.2.1 Collecting legal info LICENSE: OK (sha256: 07580f2a3b35709ce703d523f447b242f6dfec7582a8c0df102c7fa2849375f8) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> graphite2 1.3.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> harfbuzz 8.4.0 Collecting legal info COPYING: OK (sha256: ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> initscripts Collecting legal info >>> janet 1.33.0 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> keepalived 2.2.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmsxx 824bbb1f4cd062d66b457faca50f904b34dfd96c Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libdrm 2.4.120 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> lftp 4.9.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libedit 20230828-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libfreefare c2b0cfa4b9fb0e4be88604f00b7a2405618d5abc Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libfutils c326ce0cc2a7354381265a7664bb215be587fac6 Collecting legal info COPYING: OK (sha256: eca11a1c62fae8d64a1247d93271375baecff8396141d7ff8d89671ee7e3ed0d) >>> host-alchemy d95b3c38cd37814a1b98d0bbf813de7adaaecfbc Collecting legal info COPYING: OK (sha256: 542f44eecd9f8806ec1ae285201e442ab547c82d9f8c70e44c977d6332a2bea0) README: OK (sha256: 49872815ee3de163f07a83737c996e77a5bffa186d06b1e3bb969bfb68c251df) >>> ulog 0389d243352255f6182326dccdae3d56dadc078f Collecting legal info COPYING: OK (sha256: cbb97dd2528af2aa2b9aee6c1b3ff1caed758044c17b2c811cf44b2528c496da) >>> libpciaccess 0.18.1 Collecting legal info COPYING: OK (sha256: f33f360f8905940dac01aa21597fe8a6727ca6f4ffa43b380e2116fd0666aa8a) >>> libraw 0.21.2 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: 7d6650cef6cf892abe95e55a6bda1e1c42f221fd411b807deb2fc0b805b868d4) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libshdata d9ec4bdba834d8f3daf6bf9aa6da374bc462961f Collecting legal info COPYING: OK (sha256: eca11a1c62fae8d64a1247d93271375baecff8396141d7ff8d89671ee7e3ed0d) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuv 1.48.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> ltrace 82c66409c7a93ca6ad2e4563ef030dfb7e6df4d4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> lxc 5.0.3 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mdadm 4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neard 0.19 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> newt 0.52.23 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> optee-client 4.2.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> pango 1.52.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qhull 8.0.2 Collecting legal info COPYING.txt: OK (sha256: 106d55c931fd6a84822e5345d900273d059f1c27310d02567ccb313c5d18c55d) >>> socat 1.8.0.0 Collecting legal info README: OK (sha256: de9d702354b2e748ea87eb20d18c3d90ebede5dc6d2fc3c2e0645d139a5181bc) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> uvw 3.4.0_libuv_v1.48 Collecting legal info LICENSE: OK (sha256: 5e439d0ad6e1b16f2f14023872c49cb2cf1b62a172c30b864cb45a5aa6533454) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2024.02-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /workdir/instance-0/output-1/legal-info make: Leaving directory '/workdir/instance-0/buildroot'