=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ekg-1.7nb11 cd lib && /tmp/pkgbuild/chat/ekg/work.i386/.tools/bin/gmake all cd src && /tmp/pkgbuild/chat/ekg/work.i386/.tools/bin/gmake all gmake[1]: Entering directory '/tmp/pkgbuild/chat/ekg/work.i386/ekg-1.7/lib' gcc -MM -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. common.c libgadu.c pubdir.c http.c dcc.c events.c pubdir50.c obsolete.c 1> .depend /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. common.c -o common.o /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. libgadu.c -o libgadu.o gmake[1]: Entering directory '/tmp/pkgbuild/chat/ekg/work.i386/ekg-1.7/src' gcc -MM -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" stuff.c commands.c events.c themes.c vars.c dynstuff.c userlist.c ekg.c xmalloc.c mail.c msgqueue.c emoticons.c configfile.c simlite.c ui-ncurses.c ui-readline.c ui-batch.c ui-none.c log.c comptime.c 1> .depend libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. libgadu.c -fPIC -DPIC -o .libs/libgadu.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. common.c -fPIC -DPIC -o .libs/common.o gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o stuff.o stuff.c libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. common.c -o common.o >/dev/null 2>&1 libgadu.c: In function 'gg_login': libgadu.c:818:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] In file included from libgadu.h:42:0, from libgadu.c:53: /usr/include/openssl/ssl.h:1879:19: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~ libgadu.c: In function 'gg_image_reply': libgadu.c:1279:34: warning: pointer targets in passing argument 2 of 'gg_crc32' differ in signedness [-Wpointer-sign] In file included from libgadu.c:53:0: libgadu.h:372:10: note: expected 'const unsigned char *' but argument is of type 'const char *' libgadu.c: In function 'gg_send_message_richtext': libgadu.c:1410:66: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from libgadu.c:44:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ libgadu.c: In function 'gg_send_message_confer_richtext': libgadu.c:1503:67: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from libgadu.c:44:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. libgadu.c -o libgadu.o >/dev/null 2>&1 gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o commands.o commands.c stuff.c: In function 'ekg_connect': stuff.c:1429:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from stuff.c:68:0: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c:1431:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from stuff.c:68:0: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c:1440:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from stuff.c:68:0: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c:1442:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from stuff.c:68:0: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c: In function 'ekg_logoff': stuff.c:1475:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from stuff.c:68:0: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c: In function 'msg_encrypt': stuff.c:1916:24: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] stuff.c:1924:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from stuff.c:52:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ stuff.c: In function 'update_status_myip': stuff.c:2961:56: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] In file included from stuff.c:31:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ stuff.c: In function 'change_status': stuff.c:3140:18: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] stuff.c:2043:6: note: expected 'unsigned char *' but argument is of type 'char *' stuff.c:3142:14: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] stuff.c:1998:6: note: expected 'unsigned char *' but argument is of type 'char *' /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. pubdir.c -o pubdir.o gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o events.o events.c libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. pubdir.c -fPIC -DPIC -o .libs/pubdir.o /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. http.c -o http.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. http.c -fPIC -DPIC -o .libs/http.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. pubdir.c -o pubdir.o >/dev/null 2>&1 gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o themes.o themes.c events.c: In function 'print_message': events.c:146:33: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:151:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:173:39: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:288:65: warning: pointer targets in passing argument 5 of 'last_add' differ in signedness [-Wpointer-sign] In file included from events.c:44:0: log.h:43:6: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:334:24: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:334:61: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from events.c:58:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' events.c: In function 'handle_msg': events.c:526:52: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:537:46: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:537:12: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:104:8: note: expected 'char *' but argument is of type 'unsigned char *' size_t strlcpy(char *, const char *, size_t); ^~~~~~~ events.c:617:36: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:63:5: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t); ^~~~~~~ events.c:662:69: warning: pointer targets in passing argument 3 of 'event_check' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:435:5: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:676:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c: In function 'handle_common': events.c:957:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:982:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:990:11: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:990:11: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ events.c:1002:199: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:56:5: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ events.c:1033:37: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] In file included from events.c:35:0: /usr/include/string.h:56:5: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ events.c:1034:35: warning: pointer targets in passing argument 3 of 'event_check' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:435:5: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:1038:37: warning: pointer targets in passing argument 3 of 'event_check' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:435:5: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:1040:33: warning: pointer targets in passing argument 3 of 'event_check' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:435:5: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:1116:24: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from events.c:58:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:1148:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c: In function 'handle_userlist': events.c:2140:15: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c: In function 'handle_dcc': events.c:2412:16: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c:2452:26: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from events.c:58:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:2453:14: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c: In function 'handle_search50': events.c:2676:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c:2677:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c:2678:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c:2679:13: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' events.c: In function 'handle_image_reply': events.c:2808:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:2813:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:2815:20: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from events.c:58:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:2815:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:2829:14: warning: pointer targets in passing argument 1 of 'open' differ in signedness [-Wpointer-sign] In file included from events.c:37:0: /usr/include/fcntl.h:308:5: note: expected 'const char *' but argument is of type 'unsigned char *' int open(const char *, int, ...); ^~~~ events.c:2837:12: warning: pointer targets in passing argument 1 of 'unlink' differ in signedness [-Wpointer-sign] In file included from events.c:38:0: /usr/include/unistd.h:144:5: note: expected 'const char *' but argument is of type 'unsigned char *' int unlink(const char *); ^~~~~~ events.c:2842:12: warning: pointer targets in passing argument 1 of 'unlink' differ in signedness [-Wpointer-sign] In file included from events.c:38:0: /usr/include/unistd.h:144:5: note: expected 'const char *' but argument is of type 'unsigned char *' int unlink(const char *); ^~~~~~ events.c:2850:12: warning: pointer targets in passing argument 1 of 'unlink' differ in signedness [-Wpointer-sign] In file included from events.c:38:0: /usr/include/unistd.h:144:5: note: expected 'const char *' but argument is of type 'unsigned char *' int unlink(const char *); ^~~~~~ events.c:2857:12: warning: pointer targets in passing argument 1 of 'unlink' differ in signedness [-Wpointer-sign] In file included from events.c:38:0: /usr/include/unistd.h:144:5: note: expected 'const char *' but argument is of type 'unsigned char *' int unlink(const char *); ^~~~~~ events.c:2865:58: warning: pointer targets in passing argument 3 of 'event_check' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:435:5: note: expected 'const char *' but argument is of type 'unsigned char *' events.c:2921:14: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from events.c:42: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. dcc.c -o dcc.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. dcc.c -fPIC -DPIC -o .libs/dcc.o http.c: In function 'gg_http_connect': http.c:134:42: warning: comparison of constant '-1' with boolean expression is always false [-Wbool-compare] http.c:134:42: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] http.c:134:7: note: add parentheses around left hand side expression to silence this warning libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. http.c -o http.o >/dev/null 2>&1 commands.c: In function 'cmd_away': commands.c:497:15: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c:499:15: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_find': commands.c:933:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_change': commands.c:1188:14: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_ignore': commands.c:1663:7: warning: variable 'level' set but not used [-Wunused-but-set-variable] commands.c: In function 'cmd_list': commands.c:2173:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_msg': commands.c:2401:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] commands.c:2504:51: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from commands.c:44:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ commands.c:2513:21: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] In file included from commands.c:43:0: /usr/include/stdlib.h:101:5: note: expected 'const char *' but argument is of type 'const unsigned char *' int atoi(const char *); ^~~~ commands.c:2603:20: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from commands.c:74:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' commands.c:2603:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] commands.c:2622:35: warning: pointer targets in passing argument 5 of 'last_add' differ in signedness [-Wpointer-sign] In file included from commands.c:56:0: log.h:43:6: note: expected 'const char *' but argument is of type 'unsigned char *' commands.c:2627:35: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from commands.c:74:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' commands.c:2627:27: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] commands.c:2681:33: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from commands.c:74:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' commands.c:2681:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] commands.c: In function 'cmd_dcc': commands.c:3138:14: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_key': commands.c:3518:42: warning: pointer targets in passing argument 4 of 'gg_send_message' differ in signedness [-Wpointer-sign] In file included from events.h:24:0, from commands.c:54: ../lib/libgadu.h:362:5: note: expected 'const unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_test_hexmsg': commands.c:3690:57: warning: pointer targets in passing argument 4 of 'gg_send_message_ctcp' differ in signedness [-Wpointer-sign] In file included from events.h:24:0, from commands.c:54: ../lib/libgadu.h:366:5: note: expected 'const unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_test_imagemsg': commands.c:3787:20: warning: pointer targets in passing argument 2 of 'gg_crc32' differ in signedness [-Wpointer-sign] In file included from events.h:24:0, from commands.c:54: ../lib/libgadu.h:372:10: note: expected 'const unsigned char *' but argument is of type 'char *' commands.c:3796:68: warning: pointer targets in passing argument 4 of 'gg_send_message_richtext' differ in signedness [-Wpointer-sign] In file included from events.h:24:0, from commands.c:54: ../lib/libgadu.h:363:5: note: expected 'const unsigned char *' but argument is of type 'char *' commands.c:3796:77: warning: pointer targets in passing argument 5 of 'gg_send_message_richtext' differ in signedness [-Wpointer-sign] In file included from events.h:24:0, from commands.c:54: ../lib/libgadu.h:363:5: note: expected 'const unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_test_send': commands.c:3817:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] commands.c: In function 'cmd_register': commands.c:4130:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c: In function 'cmd_passwd': commands.c:4220:13: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' commands.c:4222:12: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from commands.c:54: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. events.c -o events.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. events.c -fPIC -DPIC -o .libs/events.o gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o vars.o vars.c themes.c: In function 'va_format_string': themes.c:372:16: warning: pointer targets in passing argument 1 of 'iso_to_ascii' differ in signedness [-Wpointer-sign] In file included from themes.c:33:0: stuff.h:442:6: note: expected 'unsigned char *' but argument is of type 'char *' /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. pubdir50.c -o pubdir50.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. pubdir50.c -fPIC -DPIC -o .libs/pubdir50.o gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o dynstuff.o dynstuff.c events.c: In function 'gg_handle_recv_msg': events.c:422:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c: In function 'gg_watch_fd': events.c:894:72: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] In file included from events.c:27:0: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ events.c:1071:26: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] events.c:1149:94: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] In file included from events.c:27:0: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ events.c:1338:30: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] events.c:1420:57: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] In file included from events.c:27:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. events.c -o events.o >/dev/null 2>&1 libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. pubdir50.c -o pubdir50.o >/dev/null 2>&1 gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o userlist.o userlist.c gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o ekg.o ekg.c /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=compile gcc -c -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I. -I.. obsolete.c -o obsolete.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. obsolete.c -fPIC -DPIC -o .libs/obsolete.o libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. obsolete.c -o obsolete.o >/dev/null 2>&1 userlist.c: In function 'userlist_set': userlist.c:300:15: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.c:48:0: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' userlist.c:302:15: warning: pointer targets in passing argument 1 of 'cp_to_iso' differ in signedness [-Wpointer-sign] In file included from userlist.c:48:0: stuff.h:440:6: note: expected 'unsigned char *' but argument is of type 'char *' userlist.c: In function 'userlist_remove': userlist.c:581:6: warning: variable 'metagroups' set but not used [-Wunused-but-set-variable] gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o xmalloc.o xmalloc.c gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o mail.o mail.c ekg.c: In function 'ekg_wait_for_key': ekg.c:589:17: warning: pointer targets in passing argument 1 of 'iso_to_cp' differ in signedness [-Wpointer-sign] In file included from userlist.h:35:0, from events.h:25, from ekg.c:62: stuff.h:441:6: note: expected 'unsigned char *' but argument is of type 'char *' gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o msgqueue.o msgqueue.c dcc.c: In function 'gg_dcc_request': dcc.c:85:49: warning: pointer targets in passing argument 4 of 'gg_send_message_ctcp' differ in signedness [-Wpointer-sign] In file included from dcc.c:43:0: libgadu.h:366:5: note: expected 'const unsigned char *' but argument is of type 'char *' dcc.c: In function 'gg_dcc_fill_file_info2': dcc.c:229:1: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] dcc.c:229:1: note: expected 'char *' but argument is of type 'unsigned char *' dcc.c:229:1: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:127:0, from dcc.c:37: /usr/include/ssp/string.h:91:146: note: expected 'char * restrict' but argument is of type 'unsigned char *' __ssp_bos_icheck3_restrict(strncpy, char *, const char *) ^ dcc.c: In function 'gg_dcc_watch_fd': dcc.c:572:52: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] In file included from dcc.c:26:0: /usr/include/sys/socket.h:620:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ dcc.c:909:35: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dcc.c:927:61: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] In file included from dcc.c:26:0: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ libtool: compile: gcc -c -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include/ncurses -I/tmp/pkgbuild/chat/ekg/work.i386/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -Wall -pthread -I. -I.. dcc.c -o dcc.o >/dev/null 2>&1 gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o emoticons.o emoticons.c msgqueue.c: In function 'msg_queue_add': msgqueue.c:88:18: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from msgqueue.c:38:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'const unsigned char *' msgqueue.c:88:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] msgqueue.c: In function 'msg_queue_flush': msgqueue.c:203:32: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness [-Wpointer-sign] In file included from msgqueue.c:38:0: xmalloc.h:34:7: note: expected 'const char *' but argument is of type 'unsigned char *' msgqueue.c:203:24: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] msgqueue.c: In function 'msg_queue_read': msgqueue.c:410:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o configfile.o configfile.c gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o simlite.o simlite.c gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o ui-ncurses.o ui-ncurses.c gcc -I.. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -Wall -pthread -I/usr/pkg/include/readline -I/usr/pkg/include -DDATADIR=\"/usr/pkg/share/ekg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include -c -o ui-readline.o ui-readline.c distcc[16565] ERROR: compile simlite.c on 10.0.20.122:3648 failed distcc[16565] (dcc_build_somewhere) Warning: remote compilation of 'simlite.c' failed, retrying locally distcc[16565] Warning: failed to distribute simlite.c to 10.0.20.122:3648, running locally instead /tmp/pkgbuild/chat/ekg/work.i386/.cwrapper/bin/libtool --mode=link gcc -o libgadu.la common.lo libgadu.lo pubdir.lo http.lo dcc.lo events.lo pubdir50.lo obsolete.lo -rpath /usr/pkg/lib -version-info 3:5 simlite.c: In function 'sim_key_generate': simlite.c:89:2: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] if (!(keys = RSA_generate_key(1024, RSA_F4, NULL, NULL))) { ^~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from simlite.c:25: /usr/include/openssl/rsa.h:234:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ simlite.c: In function 'sim_key_fingerprint': simlite.c:183:13: error: storage size of 'ctx' isn't known EVP_MD_CTX ctx; ^~~ simlite.c:206:34: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness [-Wpointer-sign] EVP_DigestFinal(&ctx, md_value, &md_len); ^ In file included from simlite.c:26:0: /usr/include/openssl/evp.h:560:12: note: expected 'unsigned int *' but argument is of type 'int *' __owur int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, ^~~~~~~~~~~~~~~ simlite.c:183:13: warning: unused variable 'ctx' [-Wunused-variable] EVP_MD_CTX ctx; ^~~ simlite.c: In function 'sim_message_encrypt': simlite.c:340:34: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BIO_write(cbio, message, strlen(message)); ^~~~~~~ In file included from simlite.c:35:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ simlite.c: In function 'sim_message_decrypt': simlite.c:392:13: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strlen(message) < 192) { ^~~~~~~ In file included from simlite.c:35:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ simlite.c:407:34: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BIO_write(mbio, message, strlen(message)); ^~~~~~~ In file included from simlite.c:35:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ simlite.c:514:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return res; ^~~ distcc[16565] ERROR: compile simlite.c on localhost failed gmake[1]: *** [: simlite.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... libtool: link: gcc -shared -fPIC -DPIC .libs/common.o .libs/libgadu.o .libs/pubdir.o .libs/http.o .libs/dcc.o .libs/events.o .libs/pubdir50.o .libs/obsolete.o -Wl,-soname -Wl,libgadu.so.3 -o .libs/libgadu.so.3.0.5 libtool: link: (cd ".libs" && rm -f "libgadu.so.3" && ln -s "libgadu.so.3.0.5" "libgadu.so.3") libtool: link: (cd ".libs" && rm -f "libgadu.so" && ln -s "libgadu.so.3.0.5" "libgadu.so") libtool: link: ar cru .libs/libgadu.a common.o libgadu.o pubdir.o http.o dcc.o events.o pubdir50.o obsolete.o libtool: link: ranlib .libs/libgadu.a libtool: link: ( cd ".libs" && rm -f "libgadu.la" && ln -s "../libgadu.la" "libgadu.la" ) gmake[1]: Leaving directory '/tmp/pkgbuild/chat/ekg/work.i386/ekg-1.7/lib' ui-ncurses.c: In function 'window_printat': ui-ncurses.c:1739:16: warning: pointer targets in passing argument 1 of 'iso_to_ascii' differ in signedness [-Wpointer-sign] In file included from ui-ncurses.c:80:0: stuff.h:442:6: note: expected 'unsigned char *' but argument is of type 'char *' ui-ncurses.c:1847:19: warning: pointer targets in passing argument 1 of 'iso_to_ascii' differ in signedness [-Wpointer-sign] In file included from ui-ncurses.c:80:0: stuff.h:442:6: note: expected 'unsigned char *' but argument is of type 'char *' ui-ncurses.c: In function 'ui_ncurses_loop': ui-ncurses.c:3999:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ui-ncurses.c:4016:69: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ui-ncurses.c:64:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ ui-readline.c: In function 'command_generator': ui-readline.c:205:6: warning: variable 'slash' set but not used [-Wunused-but-set-variable] gmake[1]: Leaving directory '/tmp/pkgbuild/chat/ekg/work.i386/ekg-1.7/src' gmake: *** [Makefile:24: ekg] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/chat/ekg *** Error code 1 Stop. make: stopped in /usr/pkgsrc/chat/ekg