=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mcabber-1.0.0nb3 Making all in mcabber gmake[1]: Entering directory '/usr/pkgsrc/work/chat/mcabber/work/mcabber-1.0.0/mcabber' /usr/pkg/bin/gmake all-am gmake[2]: Entering directory '/usr/pkgsrc/work/chat/mcabber/work/mcabber-1.0.0/mcabber' depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\ mv -f $depbase.Tpo $depbase.Po main.c:201:15: warning: array subscript is of type 'char' [-Wchar-subscripts] while (i && isspace(pwd[i-1])) { ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 1 warning generated. depbase=`echo roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT roster.o -MD -MP -MF $depbase.Tpo -c -o roster.o roster.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo events.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT events.o -MD -MP -MF $depbase.Tpo -c -o events.o events.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT commands.o -MD -MP -MF $depbase.Tpo -c -o commands.o commands.c &&\ mv -f $depbase.Tpo $depbase.Po commands.c:1084:14: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ commands.c:2814:18: warning: implicit conversion from enumeration type 'enum imrole' to different enumeration type 'enum imaffiliation' [-Wenum-conversion] ra.val.affil = role_none; ~ ^~~~~~~~~ commands.c:3570:14: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ commands.c:3723:14: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ commands.c:3857:16: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ commands.c:3984:14: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 6 warnings generated. depbase=`echo compl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT compl.o -MD -MP -MF $depbase.Tpo -c -o compl.o compl.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo hbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT hbuf.o -MD -MP -MF $depbase.Tpo -c -o hbuf.o hbuf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT screen.o -MD -MP -MF $depbase.Tpo -c -o screen.o screen.c &&\ mv -f $depbase.Tpo $depbase.Po screen.c:2233:68: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'guint' (aka 'unsigned int') [-Wformat] snprintf(rline, 4*Roster_Width, "%s%lc+++ %s (%i)", space, pending, ~~~ ^~~~~~~ %c screen.c:2237:65: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'guint' (aka 'unsigned int') [-Wformat] snprintf(rline, 4*Roster_Width, "%s%lc+++ %s", space, pending, name); ~~~ ^~~~~~~ %c screen.c:2240:63: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'guint' (aka 'unsigned int') [-Wformat] snprintf(rline, 4*Roster_Width, "%s%lc--- %s", space, pending, name); ~~~ ^~~~~~~ %c screen.c:2242:57: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'guint' (aka 'unsigned int') [-Wformat] snprintf(rline, 4*Roster_Width, "%s%lc%s", space, pending, name); ~~~ ^~~~~~~ %c screen.c:2256:23: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'guint' (aka 'unsigned int') [-Wformat] space, pending, sepleft, status, sepright, name); ^~~~~~~ 5 warnings generated. depbase=`echo settings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT settings.o -MD -MP -MF $depbase.Tpo -c -o settings.o settings.c &&\ mv -f $depbase.Tpo $depbase.Po settings.c:169:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*line)) ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ settings.c:179:26: warning: array subscript is of type 'char' [-Wchar-subscripts] while (eol > line && isspace(*eol)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ settings.c:240:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while ((!isalnum(*key)) && (*key != '=') && *key) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ settings.c:251:10: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isalnum(*val) && !isblank(*val) && (*val != '_') && (*val != '-')) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ settings.c:251:28: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isalnum(*val) && !isblank(*val) && (*val != '_') && (*val != '-')) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank' #define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL)) ^~~~ settings.c:256:31: warning: array subscript is of type 'char' [-Wchar-subscripts] for (t = val-1 ; t > key && isblank(*t) ; t--) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank' #define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL)) ^~~~ settings.c:260:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isblank(*p)) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank' #define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL)) ^~~~ settings.c:271:23: warning: array subscript is of type 'char' [-Wchar-subscripts] for (val++; *val && isblank(*val) ; val++) ; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank' #define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL)) ^~~~ settings.c:273:26: warning: array subscript is of type 'char' [-Wchar-subscripts] for (t-- ; t >= val && isblank(*t) ; t--) ; ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank' #define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL)) ^~~~ 9 warnings generated. depbase=`echo hooks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT hooks.o -MD -MP -MF $depbase.Tpo -c -o hooks.o hooks.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT utf8.o -MD -MP -MF $depbase.Tpo -c -o utf8.o utf8.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo histolog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT histolog.o -MD -MP -MF $depbase.Tpo -c -o histolog.o histolog.c &&\ mv -f $depbase.Tpo $depbase.Po histolog.c:431:42: warning: array subscript is of type 'char' [-Wchar-subscripts] write_histo_line(bjid, timestamp, 'S', toupper(imstatus2char[status]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 1 warning generated. depbase=`echo utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT utils.o -MD -MP -MF $depbase.Tpo -c -o utils.o utils.c &&\ mv -f $depbase.Tpo $depbase.Po utils.c:432:16: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*++c)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ utils.c:582:12: warning: array subscript is of type 'char' [-Wchar-subscripts] *str = tolower(*str); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 2 warnings generated. depbase=`echo pgp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT pgp.o -MD -MP -MF $depbase.Tpo -c -o pgp.o pgp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp.o -MD -MP -MF $depbase.Tpo -c -o xmpp.o xmpp.c &&\ mv -f $depbase.Tpo $depbase.Po xmpp.c:1729:27: warning: implicit conversion from enumeration type 'LmLogLevelFlags' to different enumeration type 'GLogLevelFlags' [-Wenum-conversion] g_log_set_handler("LM", LM_LOG_LEVEL_ALL, lm_debug_handler, NULL); ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ 1 warning generated. depbase=`echo xmpp_helper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp_helper.o -MD -MP -MF $depbase.Tpo -c -o xmpp_helper.o xmpp_helper.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmpp_iq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp_iq.o -MD -MP -MF $depbase.Tpo -c -o xmpp_iq.o xmpp_iq.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmpp_iqrequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp_iqrequest.o -MD -MP -MF $depbase.Tpo -c -o xmpp_iqrequest.o xmpp_iqrequest.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmpp_muc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp_muc.o -MD -MP -MF $depbase.Tpo -c -o xmpp_muc.o xmpp_muc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmpp_s10n.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT xmpp_s10n.o -MD -MP -MF $depbase.Tpo -c -o xmpp_s10n.o xmpp_s10n.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo caps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT caps.o -MD -MP -MF $depbase.Tpo -c -o caps.o caps.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT help.o -MD -MP -MF $depbase.Tpo -c -o help.o help.c &&\ mv -f $depbase.Tpo $depbase.Po help.c:121:19: warning: array subscript is of type 'char' [-Wchar-subscripts] if (locale && isalpha(locale[0]) && isalpha(locale[1]) ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ help.c:121:41: warning: array subscript is of type 'char' [-Wchar-subscripts] if (locale && isalpha(locale[0]) && isalpha(locale[1]) ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ help.c:122:13: warning: array subscript is of type 'char' [-Wchar-subscripts] && !isalpha(locale[2])) { ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ help.c:227:12: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isalnum(*c) && *c != '-' && *c != '_') { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ 4 warnings generated. depbase=`echo carbons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT carbons.o -MD -MP -MF $depbase.Tpo -c -o carbons.o carbons.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo otr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT otr.o -MD -MP -MF $depbase.Tpo -c -o otr.o otr.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo nohtml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT nohtml.o -MD -MP -MF $depbase.Tpo -c -o nohtml.o nohtml.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo modules.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I../include -I.. -I.. -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/loudmouth-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DPCRE_STATIC -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -MT modules.o -MD -MP -MF $depbase.Tpo -c -o modules.o modules.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -O2 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -Wall -D_GNU_SOURCE -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lrfuncs -L/usr/lib -Wl,-R/usr/lib -o mcabber main.o roster.o events.o commands.o compl.o hbuf.o screen.o settings.o hooks.o utf8.o histolog.o utils.o pgp.o xmpp.o xmpp_helper.o xmpp_iq.o xmpp_iqrequest.o xmpp_muc.o xmpp_s10n.o caps.o help.o carbons.o otr.o nohtml.o modules.o -L/usr/pkg/lib -Wl,--export-dynamic -lgmodule-2.0 -lpthread -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lloudmouth-1 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgpgme -lassuan -Wl,-R/usr/pkg/lib -lgpg-error -Wl,-R/usr/pkg/lib -lotr -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lidn -lpanelw -lncursesw libtool: link: cc -O2 -O2 -march=i586 -I/usr/pkgsrc/work/chat/mcabber/work/.buildlink/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkgsrc/work/chat/mcabber/work/.buildlink/include/ncurses -Wall -D_GNU_SOURCE -Wl,-R/usr/pkg/lib -o mcabber main.o roster.o events.o commands.o compl.o hbuf.o screen.o settings.o hooks.o utf8.o histolog.o utils.o pgp.o xmpp.o xmpp_helper.o xmpp_iq.o xmpp_iqrequest.o xmpp_muc.o xmpp_s10n.o caps.o help.o carbons.o otr.o nohtml.o modules.o -Wl,--export-dynamic -L/usr/pkgsrc/work/chat/mcabber/work/.buildlink/lib -lgmodule-2.0 -lloudmouth-1 -L/usr/pkg/lib -lgobject-2.0 -lffi -lgssapi -lheimntlm -lkrb5 -lsqlite3 -lhx509 -lasn1 -lwind -lcom_err -lheimbase -lroken -lcrypt -lssl -lcrypto -lglib-2.0 -lpcre -lpthread -lgpgme -lrfuncs -lassuan -lotr -lgcrypt -lgpg-error -lidn -lintl -lc -lpanelw -L../lib -lncursesw -Wl,-rpath,/usr/pkgsrc/work/chat/mcabber/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/pkgsrc/work/chat/mcabber/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib /usr/bin/ld: cannot find -lgssapi /usr/bin/ld: cannot find -lheimntlm /usr/bin/ld: cannot find -lkrb5 /usr/bin/ld: cannot find -lhx509 /usr/bin/ld: cannot find -lasn1 /usr/bin/ld: cannot find -lwind /usr/bin/ld: cannot find -lcom_err /usr/bin/ld: cannot find -lheimbase /usr/bin/ld: cannot find -lroken clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:508: recipe for target 'mcabber' failed gmake[2]: *** [mcabber] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/work/chat/mcabber/work/mcabber-1.0.0/mcabber' Makefile:408: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/pkgsrc/work/chat/mcabber/work/mcabber-1.0.0/mcabber' Makefile:464: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/chat/mcabber *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/chat/mcabber