=> 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 libgadu-1.12.2nb28 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2' Making all in include gmake[2]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/include' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/include' gmake[3]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/include' gmake[2]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/include' Making all in src gmake[2]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/src' GEN libgadu.sym /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/src' CC libgadu_la-common.lo CC libgadu_la-dcc.lo CC libgadu_la-dcc7.lo CC libgadu_la-debug.lo CC libgadu_la-deflate.lo CC libgadu_la-endian.lo CC libgadu_la-encoding.lo CC libgadu_la-events.lo dcc.c: In function 'gg_dcc_fill_file_info2': dcc.c:165:48: warning: taking address of packed member of 'struct gg_file_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 165 | gg_dcc_fill_filetime(st.st_atime, d->file_info.atime); | ~~~~~~~~~~~~^~~~~~ dcc.c:166:48: warning: taking address of packed member of 'struct gg_file_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 166 | gg_dcc_fill_filetime(st.st_mtime, d->file_info.mtime); | ~~~~~~~~~~~~^~~~~~ dcc.c:167:48: warning: taking address of packed member of 'struct gg_file_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 167 | gg_dcc_fill_filetime(st.st_ctime, d->file_info.ctime); | ~~~~~~~~~~~~^~~~~~ In file included from /usr/include/ctype.h:100, from dcc.c:32: dcc.c:181:48: warning: array subscript has type 'char' [-Wchar-subscripts] 181 | d->file_info.short_filename[i] = toupper(name[i]); | ^ dcc.c:190:52: warning: array subscript has type 'char' [-Wchar-subscripts] 190 | d->file_info.short_filename[i + j] = toupper(ext[j]); | ^ dcc.c: In function 'gg_dcc_watch_fd': dcc.c:892:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 892 | gg_debug(GG_DEBUG_MISC, "// gg_dcc_watch_fd() " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 893 | "peer breaking connection\n"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc.c:895:6: note: here 895 | default: | ^~~~~~~ In file included from /usr/include/ctype.h:100, from events.c:45: events.c: In function 'gg_handle_send_hub': events.c:911:66: warning: array subscript has type 'char' [-Wchar-subscripts] 911 | if (sess->client_version != NULL && isdigit(sess->client_version[0])) | ^ events.c: In function 'gg_handle_tls_negotiation': events.c:1325:3: warning: 'gnutls_compression_get_name' is deprecated [-Wdeprecated-declarations] 1325 | gnutls_compression_get_name(gnutls_compression_get(GG_SESSION_GNUTLS(sess)))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/chat/libgadu/work/.buildlink/include/gnutls/gnutls.h:3579, from ../include/session.h:23, from events.c:38: /pbulk/work/chat/libgadu/work/.buildlink/include/gnutls/compat.h:211:13: note: declared here 211 | const char *gnutls_compression_get_name(gnutls_compression_method_t algorithm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ events.c:1325:3: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations] 1325 | gnutls_compression_get_name(gnutls_compression_get(GG_SESSION_GNUTLS(sess)))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/chat/libgadu/work/.buildlink/include/gnutls/gnutls.h:3579, from ../include/session.h:23, from events.c:38: /pbulk/work/chat/libgadu/work/.buildlink/include/gnutls/compat.h:209:1: note: declared here 209 | gnutls_compression_get(gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED; | ^~~~~~~~~~~~~~~~~~~~~~ CC libgadu_la-handlers.lo CC libgadu_la-http.lo CC libgadu_la-libgadu.lo CC libgadu_la-message.lo In file included from /usr/include/ctype.h:100, from handlers.c:31: handlers.c: In function 'gg_session_handle_welcome_110': handlers.c:120:63: warning: array subscript has type 'char' [-Wchar-subscripts] 120 | if (gs->client_version != NULL && !isdigit(gs->client_version[0])) { | ^ handlers.c: In function 'gg_session_handle_welcome': handlers.c:317:63: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (gs->client_version != NULL && !isdigit(gs->client_version[0])) { | ^ CC libgadu_la-network.lo CC libgadu_la-obsolete.lo In file included from /usr/include/ctype.h:100, from message.c:35: message.c: In function 'gg_message_html_to_text': message.c:699:30: warning: array subscript has type 'char' [-Wchar-subscripts] 699 | if (in_entity && !(isalnum(*src) || *src == '#' || *src == ';')) { | ^ message.c:743:24: warning: array subscript has type 'char' [-Wchar-subscripts] 743 | if (!isxdigit(tag[i])) { | ^ message.c:844:26: warning: array subscript has type 'char' [-Wchar-subscripts] 844 | if (!isxdigit(tag[i])) { | ^ message.c:919:30: warning: array subscript has type 'char' [-Wchar-subscripts] 919 | if (in_entity && !(isalnum(*src) || *src == '#')) | ^ CC libgadu_la-packets.pb-c.lo CC libgadu_la-protobuf.lo CC libgadu_la-pubdir.lo CC libgadu_la-pubdir50.lo CC libgadu_la-resolver.lo CC libgadu_la-sha1.lo CC libgadu_la-tvbuff.lo CC libgadu_la-tvbuilder.lo resolver.c: In function 'gg_gethostbyname_real': resolver.c:133:10: warning: implicit declaration of function 'gethostbyname_r'; did you mean 'gethostbyname2'? [-Wimplicit-function-declaration] 133 | ret = gethostbyname_r(hostname, &he, buf, buf_len, &he_ptr, &h_errnop); | ^~~~~~~~~~~~~~~ | gethostbyname2 CCLD libgadu.la *** Warning: linker path does not have real file for library -lp11-kit. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libp11-kit and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libintl.so *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. gmake[3]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/src' gmake[2]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/src' Making all in pkgconfig gmake[2]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/pkgconfig' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/pkgconfig' Making all in examples gmake[2]: Entering directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/examples' CC httphash-httphash.o CC conn-async.o CC status.o CC send.o CCLD status CCLD conn-async CCLD httphash CCLD send ld: cannot find -lp11-kit ld: cannot find -lp11-kit ld: cannot find -lp11-kit gmake[2]: *** [Makefile:400: httphash] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [Makefile:396: conn-async] Error 1 gmake[2]: *** [Makefile:408: status] Error 1 ld: cannot find -lp11-kit gmake[2]: *** [Makefile:404: send] Error 1 gmake[2]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2/examples' gmake[1]: *** [Makefile:431: all-recursive] Error 1 gmake[1]: Leaving directory '/pbulk/work/chat/libgadu/work/libgadu-1.12.2' gmake: *** [Makefile:363: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/chat/libgadu *** Error code 1 Stop. make: stopped in /usr/pkgsrc/chat/libgadu