=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for pkg-1.10.99.7nb1 /usr/bin/make all-recursive Making all in compat CC libbsd_compat_la-basename.lo CC libbsd_compat_la-closefrom.lo CC libbsd_compat_la-dirname.lo CC libbsd_compat_la-file_at.lo CC libbsd_compat_la-humanize_number.lo CC libbsd_compat_la-strtonum.lo CC libbsd_compat_la-strnstr.lo CC libbsd_compat_la-funopen.lo CCLD libbsd_compat.la Making all in external ./libelf/native-elf-format > libelf/native-elf-format.h M4 libelf/libelf_convert.c M4 libelf/libelf_fsize.c M4 libelf/libelf_msize.c /usr/bin/make all-recursive Making all in blake2 CC libblake2_la-blake2b-ref.lo CC libblake2_la-blake2s-ref.lo CCLD libblake2.la CC libblake2_static_la-blake2b-ref.lo CC libblake2_static_la-blake2s-ref.lo CCLD libblake2_static.la CC libucl/src/libucl_static_la-ucl_emitter.lo CC libucl/src/libucl_static_la-ucl_emitter_utils.lo CC libucl/src/libucl_static_la-ucl_emitter_streamline.lo CC libucl/src/libucl_static_la-ucl_hash.lo CC libucl/src/libucl_static_la-ucl_parser.lo libucl/src/ucl_parser.c: In function 'ucl_maybe_parse_number': libucl/src/ucl_parser.c:693:16: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:696:11: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:737:10: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:832:10: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:833:8: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:834:8: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c: In function 'ucl_parser_add_chunk_full': libucl/src/ucl_parser.c:1373:14: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized] libucl/src/ucl_parser.c:1191:37: note: 'end' was declared here CC libucl/src/libucl_static_la-ucl_schema.lo CC libucl/src/libucl_static_la-ucl_util.lo libucl/src/ucl_util.c: In function 'ucl_unescape_json_string': libucl/src/ucl_util.c:319:11: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_util.c: In function 'ucl_strlcpy_tolower': libucl/src/ucl_util.c:1962:15: warning: array subscript has type 'char' [-Wchar-subscripts] CC libucl/src/libucl_static_la-ucl_msgpack.lo CC libucl/src/libucl_static_la-ucl_sexp.lo CCLD libucl_static.la CC sqlite/libsqlite_static_la-sqlite3.lo sqlite/sqlite3.c: In function 'sqlite3SelectNew': sqlite/sqlite3.c:114543:10: warning: function may return address of local variable [-Wreturn-local-addr] sqlite/sqlite3.c:114503:10: note: declared here CC sqlite/libsqlite_static_la-shell.lo CCLD libsqlite_static.la CC expat/lib/libexpat_static_la-xmlparse.lo CC expat/lib/libexpat_static_la-xmlrole.lo CC expat/lib/libexpat_static_la-xmltok.lo CCLD libexpat_static.la CC picosat/libpicosat_static_la-picosat.lo picosat/picosat.c: In function 'fixvar': picosat/picosat.c:2087:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] picosat/picosat.c:2087:2: note: did you mean to dereference the pointer? CC picosat/libpicosat_static_la-version.lo CCLD libpicosat_static.la CC libfetch/libfetch_static_la-common.lo libfetch/common.c: In function 'fetch_ssl_is_trad_domain_label': libfetch/common.c:392:8: warning: array subscript has type 'char' [-Wchar-subscripts] libfetch/common.c: In function 'fetch_ssl_verify_altname': libfetch/common.c:596:3: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/x509.h:28, from /usr/include/openssl/x509v3.h:24, from libfetch/common.c:52: /usr/include/openssl/asn1.h:679:70: note: declared here 679 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~ CC libfetch/libfetch_static_la-fetch.lo CC libfetch/libfetch_static_la-file.lo CC libfetch/libfetch_static_la-ftp.lo libfetch/ftp.c: In function 'ftp_transfer': libfetch/ftp.c:821:7: warning: 'sslen' may be used uninitialized in this function [-Wmaybe-uninitialized] libfetch/ftp.c:793:12: note: 'sslen' was declared here CC libfetch/libfetch_static_la-http.lo libfetch/http.c: In function 'DigestCalcHA1': libfetch/http.c:1157:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1158:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1159:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1160:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1161:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1162:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1163:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c:1166:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1167:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1168:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1169:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1170:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1171:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1172:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c: In function 'DigestCalcResponse': libfetch/http.c:1200:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1201:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1202:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1203:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1205:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1206:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1208:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c:1212:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1213:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1214:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1215:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1216:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1218:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1219:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1220:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1221:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1222:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1223:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1225:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1226:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c: In function 'http_connect': libfetch/http.c:1389:10: warning: unused variable 'val' [-Wunused-variable] CCLD libfetch_static.la CC linenoise/linenoise.lo CCLD liblinenoise_static.la CC libelf/libelf_static_la-elf.lo CC libelf/libelf_static_la-elf_begin.lo CC libelf/libelf_static_la-elf_cntl.lo CC libelf/libelf_static_la-elf_data.lo CC libelf/libelf_static_la-elf_end.lo CC libelf/libelf_static_la-elf_errmsg.lo CC libelf/libelf_static_la-elf_errno.lo CC libelf/libelf_static_la-elf_fill.lo CC libelf/libelf_static_la-elf_flag.lo CC libelf/libelf_static_la-elf_getarhdr.lo CC libelf/libelf_static_la-elf_getarsym.lo CC libelf/libelf_static_la-elf_getbase.lo CC libelf/libelf_static_la-elf_getident.lo CC libelf/libelf_static_la-elf_hash.lo CC libelf/libelf_static_la-elf_kind.lo CC libelf/libelf_static_la-elf_memory.lo CC libelf/libelf_static_la-elf_next.lo CC libelf/libelf_static_la-elf_open.lo CC libelf/libelf_static_la-elf_phnum.lo CC libelf/libelf_static_la-elf_rand.lo CC libelf/libelf_static_la-elf_rawfile.lo CC libelf/libelf_static_la-elf_scn.lo CC libelf/libelf_static_la-elf_shnum.lo CC libelf/libelf_static_la-elf_shstrndx.lo CC libelf/libelf_static_la-elf_strptr.lo CC libelf/libelf_static_la-elf_update.lo CC libelf/libelf_static_la-elf_version.lo CC libelf/libelf_static_la-gelf_cap.lo CC libelf/libelf_static_la-gelf_checksum.lo CC libelf/libelf_static_la-gelf_dyn.lo CC libelf/libelf_static_la-gelf_ehdr.lo CC libelf/libelf_static_la-gelf_fsize.lo CC libelf/libelf_static_la-gelf_getclass.lo CC libelf/libelf_static_la-gelf_move.lo CC libelf/libelf_static_la-gelf_phdr.lo CC libelf/libelf_static_la-gelf_rel.lo CC libelf/libelf_static_la-gelf_rela.lo CC libelf/libelf_static_la-gelf_shdr.lo CC libelf/libelf_static_la-gelf_sym.lo CC libelf/libelf_static_la-gelf_syminfo.lo CC libelf/libelf_static_la-gelf_symshndx.lo CC libelf/libelf_static_la-gelf_xlate.lo CC libelf/libelf_static_la-libelf_align.lo CC libelf/libelf_static_la-libelf_allocate.lo CC libelf/libelf_static_la-libelf_ar.lo CC libelf/libelf_static_la-libelf_ar_util.lo CC libelf/libelf_static_la-libelf_checksum.lo CC libelf/libelf_static_la-libelf_data.lo CC libelf/libelf_static_la-libelf_ehdr.lo CC libelf/libelf_static_la-libelf_extended.lo CC libelf/libelf_static_la-libelf_memory.lo CC libelf/libelf_static_la-libelf_open.lo CC libelf/libelf_static_la-libelf_phdr.lo CC libelf/libelf_static_la-libelf_shdr.lo CC libelf/libelf_static_la-libelf_xlate.lo CC libelf/libelf_static_la-libelf_fsize.lo CC libelf/libelf_static_la-libelf_msize.lo CC libelf/libelf_static_la-libelf_convert.lo CCLD libelf_static.la CC libucl/src/libucl_la-ucl_emitter.lo CC libucl/src/libucl_la-ucl_emitter_utils.lo CC libucl/src/libucl_la-ucl_emitter_streamline.lo CC libucl/src/libucl_la-ucl_hash.lo CC libucl/src/libucl_la-ucl_parser.lo libucl/src/ucl_parser.c: In function 'ucl_maybe_parse_number': libucl/src/ucl_parser.c:693:16: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:696:11: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:737:10: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:832:10: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:833:8: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c:834:8: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_parser.c: In function 'ucl_parser_add_chunk_full': libucl/src/ucl_parser.c:1373:14: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized] libucl/src/ucl_parser.c:1191:37: note: 'end' was declared here CC libucl/src/libucl_la-ucl_schema.lo CC libucl/src/libucl_la-ucl_util.lo libucl/src/ucl_util.c: In function 'ucl_unescape_json_string': libucl/src/ucl_util.c:319:11: warning: array subscript has type 'char' [-Wchar-subscripts] libucl/src/ucl_util.c: In function 'ucl_strlcpy_tolower': libucl/src/ucl_util.c:1962:15: warning: array subscript has type 'char' [-Wchar-subscripts] CC libucl/src/libucl_la-ucl_msgpack.lo CC libucl/src/libucl_la-ucl_sexp.lo CCLD libucl.la CC sqlite/libsqlite_la-sqlite3.lo sqlite/sqlite3.c: In function 'sqlite3SelectNew': sqlite/sqlite3.c:114543:10: warning: function may return address of local variable [-Wreturn-local-addr] sqlite/sqlite3.c:114503:10: note: declared here CC sqlite/libsqlite_la-shell.lo CCLD libsqlite.la CC expat/lib/libexpat_la-xmlparse.lo CC expat/lib/libexpat_la-xmlrole.lo CC expat/lib/libexpat_la-xmltok.lo CCLD libexpat.la CC picosat/libpicosat_la-picosat.lo picosat/picosat.c: In function 'fixvar': picosat/picosat.c:2087:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] picosat/picosat.c:2087:2: note: did you mean to dereference the pointer? CC picosat/libpicosat_la-version.lo CCLD libpicosat.la CC libfetch/libfetch_la-common.lo libfetch/common.c: In function 'fetch_ssl_is_trad_domain_label': libfetch/common.c:392:8: warning: array subscript has type 'char' [-Wchar-subscripts] libfetch/common.c: In function 'fetch_ssl_verify_altname': libfetch/common.c:596:3: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/x509.h:28, from /usr/include/openssl/x509v3.h:24, from libfetch/common.c:52: /usr/include/openssl/asn1.h:679:70: note: declared here 679 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~ CC libfetch/libfetch_la-fetch.lo CC libfetch/libfetch_la-file.lo CC libfetch/libfetch_la-ftp.lo libfetch/ftp.c: In function 'ftp_transfer': libfetch/ftp.c:821:7: warning: 'sslen' may be used uninitialized in this function [-Wmaybe-uninitialized] libfetch/ftp.c:793:12: note: 'sslen' was declared here CC libfetch/libfetch_la-http.lo libfetch/http.c: In function 'DigestCalcHA1': libfetch/http.c:1157:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1158:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1159:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1160:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1161:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1162:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1163:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c:1166:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1167:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1168:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1169:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1170:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1171:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1172:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c: In function 'DigestCalcResponse': libfetch/http.c:1200:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1201:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1202:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1203:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1205:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1206:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1208:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c:1212:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:49:57: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^ libfetch/http.c:1213:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1214:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1215:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1216:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1218:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1219:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1220:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1221:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1222:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1223:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1225:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:50:57: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ libfetch/http.c:1226:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from libfetch/http.c:83: /usr/include/openssl/md5.h:51:57: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ libfetch/http.c: In function 'http_connect': libfetch/http.c:1389:10: warning: unused variable 'val' [-Wunused-variable] CCLD libfetch.la CC linenoise/liblinenoise_la-linenoise.lo CCLD liblinenoise.la CC libelf/libelf_la-elf.lo CC libelf/libelf_la-elf_begin.lo CC libelf/libelf_la-elf_cntl.lo CC libelf/libelf_la-elf_data.lo CC libelf/libelf_la-elf_end.lo CC libelf/libelf_la-elf_errmsg.lo CC libelf/libelf_la-elf_errno.lo CC libelf/libelf_la-elf_fill.lo CC libelf/libelf_la-elf_flag.lo CC libelf/libelf_la-elf_getarhdr.lo CC libelf/libelf_la-elf_getarsym.lo CC libelf/libelf_la-elf_getbase.lo CC libelf/libelf_la-elf_getident.lo CC libelf/libelf_la-elf_hash.lo CC libelf/libelf_la-elf_kind.lo CC libelf/libelf_la-elf_memory.lo CC libelf/libelf_la-elf_next.lo CC libelf/libelf_la-elf_open.lo CC libelf/libelf_la-elf_phnum.lo CC libelf/libelf_la-elf_rand.lo CC libelf/libelf_la-elf_rawfile.lo CC libelf/libelf_la-elf_scn.lo CC libelf/libelf_la-elf_shnum.lo CC libelf/libelf_la-elf_shstrndx.lo CC libelf/libelf_la-elf_strptr.lo CC libelf/libelf_la-elf_update.lo CC libelf/libelf_la-elf_version.lo CC libelf/libelf_la-gelf_cap.lo CC libelf/libelf_la-gelf_checksum.lo CC libelf/libelf_la-gelf_dyn.lo CC libelf/libelf_la-gelf_ehdr.lo CC libelf/libelf_la-gelf_fsize.lo CC libelf/libelf_la-gelf_getclass.lo CC libelf/libelf_la-gelf_move.lo CC libelf/libelf_la-gelf_phdr.lo CC libelf/libelf_la-gelf_rel.lo CC libelf/libelf_la-gelf_rela.lo CC libelf/libelf_la-gelf_shdr.lo CC libelf/libelf_la-gelf_sym.lo CC libelf/libelf_la-gelf_syminfo.lo CC libelf/libelf_la-gelf_symshndx.lo CC libelf/libelf_la-gelf_xlate.lo CC libelf/libelf_la-libelf_align.lo CC libelf/libelf_la-libelf_allocate.lo CC libelf/libelf_la-libelf_ar.lo CC libelf/libelf_la-libelf_ar_util.lo CC libelf/libelf_la-libelf_checksum.lo CC libelf/libelf_la-libelf_data.lo CC libelf/libelf_la-libelf_ehdr.lo CC libelf/libelf_la-libelf_extended.lo CC libelf/libelf_la-libelf_memory.lo CC libelf/libelf_la-libelf_open.lo CC libelf/libelf_la-libelf_phdr.lo CC libelf/libelf_la-libelf_shdr.lo CC libelf/libelf_la-libelf_xlate.lo CC libelf/libelf_la-libelf_fsize.lo CC libelf/libelf_la-libelf_msize.lo CC libelf/libelf_la-libelf_convert.lo CCLD libelf.la Making all in libpkg Making all in repo Making all in binary CC librepo_binary_static_la-binary.lo CC librepo_binary_static_la-common.lo CC librepo_binary_static_la-fetch.lo fetch.c: In function 'pkg_repo_binary_try_fetch': fetch.c:104:1: warning: '.new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] fetch.c:104:1: note: '__builtin_snprintf' output between 5 and 1028 bytes into a destination of size 1024 CC librepo_binary_static_la-init.lo CC librepo_binary_static_la-query.lo CC librepo_binary_static_la-update.lo CCLD librepo_binary_static.la CC librepo_binary_la-binary.lo CC librepo_binary_la-common.lo CC librepo_binary_la-fetch.lo fetch.c: In function 'pkg_repo_binary_try_fetch': fetch.c:104:1: warning: '.new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] fetch.c:104:1: note: '__builtin_snprintf' output between 5 and 1028 bytes into a destination of size 1024 CC librepo_binary_la-init.lo CC librepo_binary_la-query.lo CC librepo_binary_la-update.lo CCLD librepo_binary.la Making all in . CC libpkg_static_la-pkg.lo CC libpkg_static_la-backup.lo CC libpkg_static_la-clean_cache.lo CC libpkg_static_la-dns_utils.lo CC libpkg_static_la-fetch.lo fetch.c: In function 'gethttpmirrors': fetch.c:69:10: warning: array subscript has type 'char' [-Wchar-subscripts] fetch.c: In function 'start_ssh': fetch.c:428:10: warning: implicit declaration of function 'strtonum'; did you mean 'strtouq'? [-Wimplicit-function-declaration] fetch.c: In function 'pkg_fetch_file_to_fd': fetch.c:575:4: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 250 and 266 [-Wformat-truncation=] fetch.c:575:4: note: '__builtin_snprintf' output between 6 and 288 bytes into a destination of size 269 fetch.c:562:4: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 246 and 262 [-Wformat-truncation=] fetch.c:562:4: note: '__builtin_snprintf' output between 8 and 280 bytes into a destination of size 269 CC libpkg_static_la-packing.lo CC libpkg_static_la-metalog.lo CC libpkg_static_la-pkg_add.lo pkg_add.c: In function 'pkg_extract_finalize': pkg_add.c:725:6: warning: variable 'install_as_user' set but not used [-Wunused-but-set-variable] pkg_add.c:734:3: warning: '.pkgnew' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] pkg_add.c:734:3: note: '__builtin_snprintf' output between 8 and 1031 bytes into a destination of size 1024 pkg_add.c: In function 'pkg_add_check_pkg_archive': pkg_add.c:898:3: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_add.c:898:3: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 pkg_add.c:914:3: warning: '-*' directive output may be truncated writing 2 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_add.c:914:3: note: '__builtin_snprintf' output 4 or more bytes (assuming 1027) into a destination of size 1024 pkg_add.c: In function 'pkg_add_common': pkg_add.c:1207:31: warning: 'message' may be used uninitialized in this function [-Wmaybe-uninitialized] pkg_add.c:1015:13: note: 'message' was declared here CC libpkg_static_la-pkg_arch.lo CC libpkg_static_la-pkg_attributes.lo CC libpkg_static_la-pkg_audit.lo CC libpkg_static_la-pkg_checksum.lo CC libpkg_static_la-pkg_config.lo pkg_config.c: In function 'pkg_ini': pkg_config.c:1018:34: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_cudf.lo pkg_cudf.c: In function 'cudf_strdup': pkg_cudf.c:315:8: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_cudf.c:318:7: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_create.lo CC libpkg_static_la-pkg_delete.lo CC libpkg_static_la-pkg_deps.lo pkg_deps.c: In function 'pkg_deps_parse_formula': pkg_deps.c:76:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:102:13: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:207:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:208:19: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:243:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:292:7: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_event.lo CC libpkg_static_la-pkg_jobs.lo pkg_jobs.c: In function 'pkg_jobs_guess_upgrade_candidate': pkg_jobs.c:880:9: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_jobs_conflicts.lo CC libpkg_static_la-pkg_jobs_universe.lo CC libpkg_static_la-pkg_manifest.lo CC libpkg_static_la-pkg_object.lo CC libpkg_static_la-pkg_ports.lo pkg_ports.c: In function 'dir': pkg_ports.c:229:21: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'meta_file': pkg_ports.c:305:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'comment_key': pkg_ports.c:479:35: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'meta_exec': pkg_ports.c:591:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:594:13: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:615:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'plist_parse_line': pkg_ports.c:1140:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:1148:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:1164:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'dir': pkg_ports.c:237:2: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] pkg_ports.c:237:2: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 CC libpkg_static_la-pkg_printf.lo pkg_printf.c: In function 'maybe_read_hex_byte': pkg_printf.c:2562:6: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_printf.c:2562:24: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_repo.lo pkg_repo.c: In function 'pkg_repo_fetch_remote_tmp': pkg_repo.c:85:2: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_repo.c:85:2: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 CC libpkg_static_la-pkg_repo_create.lo pkg_repo_create.c: In function 'pkg_create_repo': pkg_repo_create.c:580:57: warning: passing argument 3 of 'fts_open' from incompatible pointer type [-Wincompatible-pointer-types] In file included from pkg_repo_create.c:43: /usr/include/fts.h:145:5: note: expected 'int (*)(const FTSENT **, const FTSENT **)' {aka 'int (*)(const struct _ftsent **, const struct _ftsent **)'} but argument is of type 'int (*)(const FTSENT * const*, const FTSENT * const*)' {aka 'int (*)(const struct _ftsent * const*, const struct _ftsent * const*)'} 145 | int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libpkg_static_la-pkg_repo_update.lo CC libpkg_static_la-pkg_repo_meta.lo CC libpkg_static_la-pkg_solve.lo pkg_solve.c: In function 'pkg_solve_parse_sat_output': pkg_solve.c:1478:29: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_solve.c:1489:29: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_status.lo CC libpkg_static_la-pkg_version.lo pkg_version.c: In function 'get_component': pkg_version.c:172:5: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:192:5: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:193:10: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:196:9: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:201:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:222:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:231:6: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:248:17: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:248:35: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkgdb.lo CC libpkg_static_la-pkgdb_iterator.lo CC libpkg_static_la-pkgdb_query.lo CC libpkg_static_la-rcscripts.lo CC libpkg_static_la-rsa.lo rsa.c: In function '_load_rsa_private_key': rsa.c:56:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:201:58: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^ rsa.c:61:2: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/ssl.h:35, from rsa.c:35: /usr/include/openssl/pem.h:447:192: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^ rsa.c: In function '_load_rsa_public_key_buf': rsa.c:79:2: warning: 'PEM_read_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/ssl.h:35, from rsa.c:35: /usr/include/openssl/pem.h:449:58: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~ rsa.c: In function 'rsa_verify_cert_cb': rsa.c:119:2: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:351:57: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ rsa.c:126:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c:130:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c: In function 'rsa_verify_cb': rsa.c:180:2: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:351:57: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ rsa.c:187:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c:191:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c: In function 'rsa_sign': rsa.c:247:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:204:57: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^ rsa.c:254:2: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:348:57: note: declared here 348 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ rsa.c: In function 'rsa_free': rsa.c:292:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ CC libpkg_static_la-ssh.lo ssh.c: In function 'pkg_sshserve': ssh.c:101:10: warning: array subscript has type 'char' [-Wchar-subscripts] ssh.c:117:9: warning: array subscript has type 'char' [-Wchar-subscripts] ssh.c:130:11: warning: implicit declaration of function 'strtonum'; did you mean 'strtou'? [-Wimplicit-function-declaration] CC libpkg_static_la-scripts.lo CC libpkg_static_la-utils.lo utils.c: In function 'pkg_utils_tokenize': utils.c:638:8: warning: array subscript has type 'char' [-Wchar-subscripts] utils.c:651:7: warning: array subscript has type 'char' [-Wchar-subscripts] utils.c: In function 'pkg_utils_count_spaces': utils.c:699:6: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-plugins.lo CC libpkg_static_la-merge3.lo CC libpkg_static_la-diff.lo CC libpkg_static_la-sha256.lo CC libpkg_static_la-elfhints.lo elfhints.c: In function 'scan_dirs_for_shlibs': elfhints.c:230:11: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c: In function 'list_elf_hints': elfhints.c:365:31: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c: In function 'read_dirs_from_file': elfhints.c:400:9: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c:406:10: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c:411:10: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_static_la-pkg_elf.lo In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | pkg_elf.c: In function 'pkg_arch_to_legacy': pkg_elf.c:996:16: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_elf.c: In function 'pkg_get_myarch_legacy': pkg_elf.c:1037:16: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_elf.c: In function 'pkg_analyse_files': pkg_elf.c:495:3: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] pkg_elf.c:495:3: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 CCLD libpkg_static.la CC libpkg_la-pkg.lo CC libpkg_la-backup.lo CC libpkg_la-clean_cache.lo CC libpkg_la-dns_utils.lo CC libpkg_la-fetch.lo fetch.c: In function 'gethttpmirrors': fetch.c:69:10: warning: array subscript has type 'char' [-Wchar-subscripts] fetch.c: In function 'start_ssh': fetch.c:428:10: warning: implicit declaration of function 'strtonum'; did you mean 'strtouq'? [-Wimplicit-function-declaration] fetch.c: In function 'pkg_fetch_file_to_fd': fetch.c:575:4: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 250 and 266 [-Wformat-truncation=] fetch.c:575:4: note: '__builtin_snprintf' output between 6 and 288 bytes into a destination of size 269 fetch.c:562:4: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 246 and 262 [-Wformat-truncation=] fetch.c:562:4: note: '__builtin_snprintf' output between 8 and 280 bytes into a destination of size 269 CC libpkg_la-packing.lo CC libpkg_la-metalog.lo CC libpkg_la-pkg_add.lo pkg_add.c: In function 'pkg_extract_finalize': pkg_add.c:725:6: warning: variable 'install_as_user' set but not used [-Wunused-but-set-variable] pkg_add.c:734:3: warning: '.pkgnew' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] pkg_add.c:734:3: note: '__builtin_snprintf' output between 8 and 1031 bytes into a destination of size 1024 pkg_add.c: In function 'pkg_add_check_pkg_archive': pkg_add.c:898:3: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_add.c:898:3: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 pkg_add.c:914:3: warning: '-*' directive output may be truncated writing 2 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_add.c:914:3: note: '__builtin_snprintf' output 4 or more bytes (assuming 1027) into a destination of size 1024 pkg_add.c: In function 'pkg_add_common': pkg_add.c:1207:31: warning: 'message' may be used uninitialized in this function [-Wmaybe-uninitialized] pkg_add.c:1015:13: note: 'message' was declared here CC libpkg_la-pkg_arch.lo CC libpkg_la-pkg_attributes.lo CC libpkg_la-pkg_audit.lo CC libpkg_la-pkg_checksum.lo CC libpkg_la-pkg_config.lo pkg_config.c: In function 'pkg_ini': pkg_config.c:1018:34: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_cudf.lo pkg_cudf.c: In function 'cudf_strdup': pkg_cudf.c:315:8: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_cudf.c:318:7: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_create.lo CC libpkg_la-pkg_delete.lo CC libpkg_la-pkg_deps.lo pkg_deps.c: In function 'pkg_deps_parse_formula': pkg_deps.c:76:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:102:13: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:207:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:208:19: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:243:7: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_deps.c:292:7: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_event.lo CC libpkg_la-pkg_jobs.lo pkg_jobs.c: In function 'pkg_jobs_guess_upgrade_candidate': pkg_jobs.c:880:9: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_jobs_conflicts.lo CC libpkg_la-pkg_jobs_universe.lo CC libpkg_la-pkg_manifest.lo CC libpkg_la-pkg_object.lo CC libpkg_la-pkg_ports.lo pkg_ports.c: In function 'dir': pkg_ports.c:229:21: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'meta_file': pkg_ports.c:305:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'comment_key': pkg_ports.c:479:35: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'meta_exec': pkg_ports.c:591:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:594:13: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:615:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'plist_parse_line': pkg_ports.c:1140:14: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:1148:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c:1164:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_ports.c: In function 'dir': pkg_ports.c:237:2: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] pkg_ports.c:237:2: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 CC libpkg_la-pkg_printf.lo pkg_printf.c: In function 'maybe_read_hex_byte': pkg_printf.c:2562:6: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_printf.c:2562:24: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_repo.lo pkg_repo.c: In function 'pkg_repo_fetch_remote_tmp': pkg_repo.c:85:2: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] pkg_repo.c:85:2: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 CC libpkg_la-pkg_repo_create.lo pkg_repo_create.c: In function 'pkg_create_repo': pkg_repo_create.c:580:57: warning: passing argument 3 of 'fts_open' from incompatible pointer type [-Wincompatible-pointer-types] In file included from pkg_repo_create.c:43: /usr/include/fts.h:145:5: note: expected 'int (*)(const FTSENT **, const FTSENT **)' {aka 'int (*)(const struct _ftsent **, const struct _ftsent **)'} but argument is of type 'int (*)(const FTSENT * const*, const FTSENT * const*)' {aka 'int (*)(const struct _ftsent * const*, const struct _ftsent * const*)'} 145 | int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libpkg_la-pkg_repo_update.lo CC libpkg_la-pkg_repo_meta.lo CC libpkg_la-pkg_solve.lo pkg_solve.c: In function 'pkg_solve_parse_sat_output': pkg_solve.c:1478:29: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_solve.c:1489:29: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_status.lo CC libpkg_la-pkg_version.lo pkg_version.c: In function 'get_component': pkg_version.c:172:5: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:192:5: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:193:10: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:196:9: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:201:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:222:12: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:231:6: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:248:17: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_version.c:248:35: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkgdb.lo CC libpkg_la-pkgdb_iterator.lo CC libpkg_la-pkgdb_query.lo CC libpkg_la-rcscripts.lo CC libpkg_la-rsa.lo rsa.c: In function '_load_rsa_private_key': rsa.c:56:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:201:58: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^ rsa.c:61:2: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/ssl.h:35, from rsa.c:35: /usr/include/openssl/pem.h:447:192: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^ rsa.c: In function '_load_rsa_public_key_buf': rsa.c:79:2: warning: 'PEM_read_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/ssl.h:35, from rsa.c:35: /usr/include/openssl/pem.h:449:58: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~ rsa.c: In function 'rsa_verify_cert_cb': rsa.c:119:2: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:351:57: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ rsa.c:126:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c:130:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c: In function 'rsa_verify_cb': rsa.c:180:2: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:351:57: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ rsa.c:187:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c:191:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ rsa.c: In function 'rsa_sign': rsa.c:247:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:204:57: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^ rsa.c:254:2: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:348:57: note: declared here 348 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ rsa.c: In function 'rsa_free': rsa.c:292:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from rsa.c:34: /usr/include/openssl/rsa.h:293:58: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^ CC libpkg_la-ssh.lo ssh.c: In function 'pkg_sshserve': ssh.c:101:10: warning: array subscript has type 'char' [-Wchar-subscripts] ssh.c:117:9: warning: array subscript has type 'char' [-Wchar-subscripts] ssh.c:130:11: warning: implicit declaration of function 'strtonum'; did you mean 'strtou'? [-Wimplicit-function-declaration] CC libpkg_la-scripts.lo CC libpkg_la-utils.lo utils.c: In function 'pkg_utils_tokenize': utils.c:638:8: warning: array subscript has type 'char' [-Wchar-subscripts] utils.c:651:7: warning: array subscript has type 'char' [-Wchar-subscripts] utils.c: In function 'pkg_utils_count_spaces': utils.c:699:6: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-plugins.lo CC libpkg_la-merge3.lo CC libpkg_la-diff.lo CC libpkg_la-sha256.lo CC libpkg_la-elfhints.lo elfhints.c: In function 'scan_dirs_for_shlibs': elfhints.c:230:11: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c: In function 'list_elf_hints': elfhints.c:365:31: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c: In function 'read_dirs_from_file': elfhints.c:400:9: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c:406:10: warning: array subscript has type 'char' [-Wchar-subscripts] elfhints.c:411:10: warning: array subscript has type 'char' [-Wchar-subscripts] CC libpkg_la-pkg_elf.lo In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | pkg_elf.c: In function 'pkg_arch_to_legacy': pkg_elf.c:996:16: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_elf.c: In function 'pkg_get_myarch_legacy': pkg_elf.c:1037:16: warning: array subscript has type 'char' [-Wchar-subscripts] pkg_elf.c: In function 'pkg_analyse_files': pkg_elf.c:495:3: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] pkg_elf.c:495:3: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 CCLD libpkg.la Making all in src CC pkg-add.o CC pkg-alias.o CC pkg-annotate.o CC pkg-audit.o CC pkg-autoremove.o CC pkg-backup.o CC pkg-check.o CC pkg-clean.o CC pkg-config.o config.c: In function 'exec_config': config.c:63:14: warning: array subscript has type 'char' [-Wchar-subscripts] CC pkg-create.o CC pkg-delete.o CC pkg-event.o event.c: In function 'format_rate_SI.constprop': event.c:120:1: warning: '%3lld' directive output may be truncated writing between 3 and 18 bytes into a region of size 8 [-Wformat-truncation=] event.c:120:1: note: directive argument in the range [-92233720368547758, 92233720368547758] event.c:120:1: note: directive argument in the range [-9, 9] event.c:120:1: note: '__builtin_snprintf' output 7 or more bytes (assuming 23) into a destination of size 8 CC pkg-fetch.o CC pkg-globals.o CC pkg-info.o CC pkg-install.o CC pkg-lock.o CC pkg-main.o CC pkg-plugins.o CC pkg-query.o query.c: In function 'format_sql_condition': query.c:644:10: warning: array subscript has type 'char' [-Wchar-subscripts] query.c:696:10: warning: array subscript has type 'char' [-Wchar-subscripts] query.c:710:13: warning: array subscript has type 'char' [-Wchar-subscripts] query.c:719:11: warning: array subscript has type 'char' [-Wchar-subscripts] query.c:726:30: warning: array subscript has type 'char' [-Wchar-subscripts] CC pkg-register.o CC pkg-repo.o CC pkg-rquery.o CC pkg-search.o CC pkg-set.o CC pkg-shell.o CC pkg-shlib.o CC pkg-ssh.o CC pkg-stats.o CC pkg-update.o CC pkg-updating.o CC pkg-upgrade.o CC pkg-utils.o CC pkg-version.o CC pkg-which.o CCLD pkg-static ld: pkg-alias.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-alias.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-alias.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-annotate.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-annotate.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-annotate.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-audit.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-audit.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-audit.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-autoremove.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-autoremove.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-autoremove.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-backup.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-backup.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-backup.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-check.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-check.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-check.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-clean.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-clean.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-clean.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-config.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-config.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-config.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-create.o:(.bss+0x4): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-create.o:(.bss+0x8): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-create.o:(.bss+0xc): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-delete.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-delete.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-delete.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-event.o:(.bss+0x8): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-event.o:(.bss+0x10): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-event.o:(.bss+0xc): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-fetch.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-fetch.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-fetch.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-info.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-info.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-info.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-install.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-install.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-install.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-lock.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-lock.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-lock.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-main.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-main.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-main.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-plugins.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-plugins.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-plugins.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-query.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-query.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-query.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-register.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-register.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-register.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-repo.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-repo.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-repo.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-rquery.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-rquery.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-rquery.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-search.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-search.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-search.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-set.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-set.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-set.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-shell.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-shell.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-shell.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-shlib.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-shlib.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-shlib.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-ssh.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-ssh.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-ssh.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-stats.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-stats.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-stats.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-update.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-update.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-update.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-updating.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-updating.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-updating.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-upgrade.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-upgrade.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-upgrade.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-utils.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-utils.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-utils.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-version.o:(.bss+0x4): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-version.o:(.bss+0x8): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-version.o:(.bss+0xc): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-which.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-which.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-which.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here distcc[11759] ERROR: compile (null) on localhost failed *** Error code 1 Stop. make[2]: stopped in /tmp/pkgbuild/pkgtools/pkg/work.sh3el/pkg-1.10.99.7/src *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/pkgtools/pkg/work.sh3el/pkg-1.10.99.7 *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/pkgtools/pkg/work.sh3el/pkg-1.10.99.7 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/pkgtools/pkg *** Error code 1 Stop. make: stopped in /usr/pkgsrc/pkgtools/pkg