+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libmal-0.44nb2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libmal-0.44nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libmal-0.44nb2 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/comms/libmal/work/libmal-0.44' Making all in src gmake[2]: Entering directory '/home/pbulk/build/comms/libmal/work/libmal-0.44/src' if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT libmal.lo -MD -MP -MF ".deps/libmal.Tpo" -c -o libmal.lo libmal.c; \ then mv -f ".deps/libmal.Tpo" ".deps/libmal.Plo"; else rm -f ".deps/libmal.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT libmal.lo -MD -MP -MF .deps/libmal.Tpo -c libmal.c -fPIC -DPIC -o .libs/libmal.o libmal.c: In function 'syncInfoNew': libmal.c:206:9: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 206 | bzero(pInfo, sizeof(PalmSyncInfo)); | ^~~~~ libmal.c:206:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] libmal.c: In function 'readDeviceInfo': libmal.c:359:59: warning: variable 'state' set but not used [-Wunused-but-set-variable] 359 | int majorVersion, minorVersion, bugfixVersion, build, state; | ^~~~~ libmal.c:359:52: warning: variable 'build' set but not used [-Wunused-but-set-variable] 359 | int majorVersion, minorVersion, bugfixVersion, build, state; | ^~~~~ libmal.c:359:37: warning: variable 'bugfixVersion' set but not used [-Wunused-but-set-variable] 359 | int majorVersion, minorVersion, bugfixVersion, build, state; | ^~~~~~~~~~~~~ libmal.c: In function 'cmdOPENDATABASE': libmal.c:955:14: warning: variable 'result' set but not used [-Wunused-but-set-variable] 955 | long result; | ^~~~~~ libmal.c: In function 'Connect': libmal.c:1409:5: warning: 'pilot_connect' is deprecated [-Wdeprecated-declarations] 1409 | if ((pi->sd = pilot_connect(pi->device)) < 0) { | ^~ In file included from libmal.c:55: /home/pbulk/build/comms/libmal/work/.buildlink/include/pi-header.h:31:5: note: declared here 31 | int pilot_connect(const char *port) PI_DEPRECATED; | ^~~~~~~~~~~~~ libmal.c: In function 'ClientVersionReadData': libmal.c:1435:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1435 | bzero(cversion, sizeof(ClientVersion)); | ^~~~~ libmal.c:1432:11: warning: variable 'version' set but not used [-Wunused-but-set-variable] 1432 | int32 version; | ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT libmal.lo -MD -MP -MF .deps/libmal.Tpo -c libmal.c -o libmal.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGNet.lo -MD -MP -MF ".deps/AGNet.Tpo" -c -o AGNet.lo `test -f '../malsync/mal/common/AGNet.c' || echo './'`../malsync/mal/common/AGNet.c; \ then mv -f ".deps/AGNet.Tpo" ".deps/AGNet.Plo"; else rm -f ".deps/AGNet.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGNet.lo -MD -MP -MF .deps/AGNet.Tpo -c ../malsync/mal/common/AGNet.c -fPIC -DPIC -o .libs/AGNet.o In file included from ../malsync/mal/common/AGNet.c:23: ../malsync/mal/common/AGNet.c: In function 'AGNetGets': ../malsync/mal/common/AGNet.c:284:33: warning: pointer targets in passing argument 3 of 'ctx->recv' differ in signedness [-Wpointer-sign] 284 | d = AGNETRECV(ctx, soc, &b, 1, block); ../malsync/mal/common/AGNet.h:248:66: note: in definition of macro 'AGNETRECV' 248 | #define AGNETRECV(ctx, a, b, c, d) ( (*(ctx)->recv)((ctx), (a), (b), (c), (d)) ) | ^ ../malsync/mal/common/AGNet.c:284:33: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *' 284 | d = AGNETRECV(ctx, soc, &b, 1, block); ../malsync/mal/common/AGNet.h:248:66: note: in definition of macro 'AGNETRECV' 248 | #define AGNETRECV(ctx, a, b, c, d) ( (*(ctx)->recv)((ctx), (a), (b), (c), (d)) ) | ^ ../malsync/mal/common/AGNet.c: In function 'AGNetInit': ../malsync/mal/common/AGNet.c:353:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 353 | bzero(ctx, sizeof(AGNetCtx)); | ^~~~~ ../malsync/mal/common/AGNet.c:353:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGNet.c: In function 'AGNetClose': ../malsync/mal/common/AGNet.c:409:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 409 | bzero(ctx, sizeof(AGNetCtx)); | ^~~~~ ../malsync/mal/common/AGNet.c: In function 'AGSocksConnect': ../malsync/mal/common/AGNet.c:539:38: warning: pointer targets in passing argument 1 of 'AGSocksGetResponse' differ in signedness [-Wpointer-sign] 539 | rc = AGSocksGetResponse(s->data); | ~^~~~~~ | | | uint8 * {aka unsigned char *} In file included from ../malsync/mal/common/AGNet.c:26: ../malsync/mal/common/AGProxy.h:32:41: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'} 32 | ExportFunc int AGSocksGetResponse(char *buffer); | ~~~~~~^~~~~~ ../malsync/mal/common/AGNet.c: At top level: ../malsync/mal/common/AGNet.c:101:18: warning: 'AGNetSocketNew' defined but not used [-Wunused-function] 101 | static AGSocket *AGNetSocketNew(AGNetCtx *ctx) | ^~~~~~~~~~~~~~ ../malsync/mal/common/AGNet.c: In function 'AGNetConnect': ../malsync/mal/common/AGNet.c:130:9: warning: 'memcpy' reading 8 bytes from a region of size 4 [-Wstringop-overread] 130 | memcpy(&soc->saddr.sin_addr.s_addr, &laddr, sizeof(unsigned long)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../malsync/mal/common/AGNet.c:120:64: note: source object 'laddr' of size 4 120 | static sword AGNetConnect(AGNetCtx *ctx, AGSocket *soc, uint32 laddr, | ~~~~~~~^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGNet.lo -MD -MP -MF .deps/AGNet.Tpo -c ../malsync/mal/common/AGNet.c -o AGNet.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGBase64.lo -MD -MP -MF ".deps/AGBase64.Tpo" -c -o AGBase64.lo `test -f '../malsync/mal/common/AGBase64.c' || echo './'`../malsync/mal/common/AGBase64.c; \ then mv -f ".deps/AGBase64.Tpo" ".deps/AGBase64.Plo"; else rm -f ".deps/AGBase64.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBase64.lo -MD -MP -MF .deps/AGBase64.Tpo -c ../malsync/mal/common/AGBase64.c -fPIC -DPIC -o .libs/AGBase64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBase64.lo -MD -MP -MF .deps/AGBase64.Tpo -c ../malsync/mal/common/AGBase64.c -o AGBase64.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGProxy.lo -MD -MP -MF ".deps/AGProxy.Tpo" -c -o AGProxy.lo `test -f '../malsync/mal/common/AGProxy.c' || echo './'`../malsync/mal/common/AGProxy.c; \ then mv -f ".deps/AGProxy.Tpo" ".deps/AGProxy.Plo"; else rm -f ".deps/AGProxy.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProxy.lo -MD -MP -MF .deps/AGProxy.Tpo -c ../malsync/mal/common/AGProxy.c -fPIC -DPIC -o .libs/AGProxy.o ../malsync/mal/common/AGProxy.c: In function 'AGSocksGetResponse': ../malsync/mal/common/AGProxy.c:136:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 136 | int rc = 0; | ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProxy.lo -MD -MP -MF .deps/AGProxy.Tpo -c ../malsync/mal/common/AGProxy.c -o AGProxy.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGArray.lo -MD -MP -MF ".deps/AGArray.Tpo" -c -o AGArray.lo `test -f '../malsync/mal/common/AGArray.c' || echo './'`../malsync/mal/common/AGArray.c; \ then mv -f ".deps/AGArray.Tpo" ".deps/AGArray.Plo"; else rm -f ".deps/AGArray.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGArray.lo -MD -MP -MF .deps/AGArray.Tpo -c ../malsync/mal/common/AGArray.c -fPIC -DPIC -o .libs/AGArray.o ../malsync/mal/common/AGArray.c: In function 'AGArrayInit': ../malsync/mal/common/AGArray.c:40:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 40 | bzero(array, sizeof(*array)); | ^~~~~ ../malsync/mal/common/AGArray.c:40:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGArray.c: In function 'AGArrayFinalize': ../malsync/mal/common/AGArray.c:56:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 56 | bzero(array, sizeof(*array)); | ^~~~~ ../malsync/mal/common/AGArray.c: In function 'AGArrayEnsureCapacity': ../malsync/mal/common/AGArray.c:88:9: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 88 | bcopy(array->elements, newElements, count * sizeof(void *)); | ^~~~~ ../malsync/mal/common/AGArray.c:88:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGArray.c:92:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 92 | bzero(newElements + count, (newCapacity - count) * sizeof(void *)); | ^~~~~ ../malsync/mal/common/AGArray.c: In function 'AGArrayInsertAt': ../malsync/mal/common/AGArray.c:142:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 142 | bcopy(elements + index, elements + index + 1, (count - index) * sizeof(void *)); | ^~~~~ ../malsync/mal/common/AGArray.c: In function 'AGArrayRemoveAt': ../malsync/mal/common/AGArray.c:190:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 190 | bcopy(elements + index + 1, elements + index, | ^~~~~ ../malsync/mal/common/AGArray.c: In function 'AGArrayRemoveAll': ../malsync/mal/common/AGArray.c:218:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 218 | bzero(elements, count * sizeof(void *)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGArray.lo -MD -MP -MF .deps/AGArray.Tpo -c ../malsync/mal/common/AGArray.c -o AGArray.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGDBConfig.lo -MD -MP -MF ".deps/AGDBConfig.Tpo" -c -o AGDBConfig.lo `test -f '../malsync/mal/common/AGDBConfig.c' || echo './'`../malsync/mal/common/AGDBConfig.c; \ then mv -f ".deps/AGDBConfig.Tpo" ".deps/AGDBConfig.Plo"; else rm -f ".deps/AGDBConfig.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDBConfig.lo -MD -MP -MF .deps/AGDBConfig.Tpo -c ../malsync/mal/common/AGDBConfig.c -fPIC -DPIC -o .libs/AGDBConfig.o ../malsync/mal/common/AGDBConfig.c: In function 'AGDBConfigInit': ../malsync/mal/common/AGDBConfig.c:56:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 56 | bzero(obj, sizeof(AGDBConfig)); | ^~~~~ ../malsync/mal/common/AGDBConfig.c:56:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGDBConfig.c: In function 'AGDBConfigFinalize': ../malsync/mal/common/AGDBConfig.c:77:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 77 | bzero(obj, sizeof(*obj)); | ^~~~~ ../malsync/mal/common/AGDBConfig.c: In function 'AGDBConfigReadData': ../malsync/mal/common/AGDBConfig.c:203:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 203 | AGArrayAppend(obj->newids, (void *)AGReadInt32(r)); | ^ ../malsync/mal/common/AGDBConfig.c:184:19: warning: variable 'minver' set but not used [-Wunused-but-set-variable] 184 | int32 majver, minver; | ^~~~~~ ../malsync/mal/common/AGDBConfig.c: In function 'AGDBConfigWriteData': ../malsync/mal/common/AGDBConfig.c:241:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 241 | AGWriteInt32(w, (uint32)AGArrayElementAt(obj->newids, i)); | ^ ../malsync/mal/common/AGDBConfig.c: In function 'AGDBConfigAppendNewId': ../malsync/mal/common/AGDBConfig.c:313:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 313 | AGArrayAppend(obj->newids, (void *)tmpUID); | ^ ../malsync/mal/common/AGDBConfig.c:314:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 314 | AGArrayAppend(obj->newids, (void *)newUID); | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDBConfig.lo -MD -MP -MF .deps/AGDBConfig.Tpo -c ../malsync/mal/common/AGDBConfig.c -o AGDBConfig.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGProtectedMem.lo -MD -MP -MF ".deps/AGProtectedMem.Tpo" -c -o AGProtectedMem.lo `test -f '../malsync/mal/common/AGProtectedMem.c' || echo './'`../malsync/mal/common/AGProtectedMem.c; \ then mv -f ".deps/AGProtectedMem.Tpo" ".deps/AGProtectedMem.Plo"; else rm -f ".deps/AGProtectedMem.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProtectedMem.lo -MD -MP -MF .deps/AGProtectedMem.Tpo -c ../malsync/mal/common/AGProtectedMem.c -fPIC -DPIC -o .libs/AGProtectedMem.o In file included from ../malsync/mal/common/AGProtectedMem.c:22: ../malsync/mal/common/AGProtectedMem.c: In function 'AGProtectedDup': ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGProtectedMem.c:254:5: note: in expansion of macro 'AGProtectedWrite' 254 | AGProtectedWrite((void *) q, 0, ptr, nbytes); | ^~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProtectedMem.lo -MD -MP -MF .deps/AGProtectedMem.Tpo -c ../malsync/mal/common/AGProtectedMem.c -o AGProtectedMem.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGLocationConfig.lo -MD -MP -MF ".deps/AGLocationConfig.Tpo" -c -o AGLocationConfig.lo `test -f '../malsync/mal/common/AGLocationConfig.c' || echo './'`../malsync/mal/common/AGLocationConfig.c; \ then mv -f ".deps/AGLocationConfig.Tpo" ".deps/AGLocationConfig.Plo"; else rm -f ".deps/AGLocationConfig.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGLocationConfig.lo -MD -MP -MF .deps/AGLocationConfig.Tpo -c ../malsync/mal/common/AGLocationConfig.c -fPIC -DPIC -o .libs/AGLocationConfig.o ../malsync/mal/common/AGLocationConfig.c: In function 'AGLocationConfigInit': ../malsync/mal/common/AGLocationConfig.c:120:9: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 120 | bzero(obj, sizeof(AGLocationConfig)); | ^~~~~ ../malsync/mal/common/AGLocationConfig.c:120:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGLocationConfig.c: In function 'AGLocationConfigFinalize': ../malsync/mal/common/AGLocationConfig.c:141:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 141 | bzero(obj, sizeof(AGLocationConfig)); | ^~~~~ ../malsync/mal/common/AGLocationConfig.c: In function 'AGLocationConfigReadData': ../malsync/mal/common/AGLocationConfig.c:178:19: warning: variable 'minver' set but not used [-Wunused-but-set-variable] 178 | int32 majver, minver; | ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGLocationConfig.lo -MD -MP -MF .deps/AGLocationConfig.Tpo -c ../malsync/mal/common/AGLocationConfig.c -o AGLocationConfig.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGBufferedNet.lo -MD -MP -MF ".deps/AGBufferedNet.Tpo" -c -o AGBufferedNet.lo `test -f '../malsync/mal/common/AGBufferedNet.c' || echo './'`../malsync/mal/common/AGBufferedNet.c; \ then mv -f ".deps/AGBufferedNet.Tpo" ".deps/AGBufferedNet.Plo"; else rm -f ".deps/AGBufferedNet.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferedNet.lo -MD -MP -MF .deps/AGBufferedNet.Tpo -c ../malsync/mal/common/AGBufferedNet.c -fPIC -DPIC -o .libs/AGBufferedNet.o In file included from ../malsync/mal/common/AGBufferedNet.c:23: ../malsync/mal/common/AGBufferedNet.c: In function 'AGBufNetGets': ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGBufferedNet.c:536:9: note: in expansion of macro 'AGProtectedWrite' 536 | AGProtectedWrite(buffer, offset, bsoc->currentReadPos, strLen); | ^~~~~~~~~~~~~~~~ ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGBufferedNet.c:561:21: note: in expansion of macro 'AGProtectedWrite' 561 | AGProtectedWrite(buffer, offset + strLen, bsoc->currentReadPos, bufferBytesInString); | ^~~~~~~~~~~~~~~~ ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGBufferedNet.c:583:13: note: in expansion of macro 'AGProtectedWrite' 583 | AGProtectedWrite(buffer, offset + strLen, bsoc->currentReadPos, bufferBytesInString); | ^~~~~~~~~~~~~~~~ ../malsync/mal/common/AGBufferedNet.c: At top level: ../malsync/mal/common/AGBufferedNet.c:785:12: warning: 'AGNetGetError' defined but not used [-Wunused-function] 785 | static int AGNetGetError() | ^~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferedNet.lo -MD -MP -MF .deps/AGBufferedNet.Tpo -c ../malsync/mal/common/AGBufferedNet.c -o AGBufferedNet.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGUtilUnix.lo -MD -MP -MF ".deps/AGUtilUnix.Tpo" -c -o AGUtilUnix.lo `test -f '../malsync/mal/common/AGUtilUnix.c' || echo './'`../malsync/mal/common/AGUtilUnix.c; \ then mv -f ".deps/AGUtilUnix.Tpo" ".deps/AGUtilUnix.Plo"; else rm -f ".deps/AGUtilUnix.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGUtilUnix.lo -MD -MP -MF .deps/AGUtilUnix.Tpo -c ../malsync/mal/common/AGUtilUnix.c -fPIC -DPIC -o .libs/AGUtilUnix.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGUtilUnix.lo -MD -MP -MF .deps/AGUtilUnix.Tpo -c ../malsync/mal/common/AGUtilUnix.c -o AGUtilUnix.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGDeviceInfo.lo -MD -MP -MF ".deps/AGDeviceInfo.Tpo" -c -o AGDeviceInfo.lo `test -f '../malsync/mal/common/AGDeviceInfo.c' || echo './'`../malsync/mal/common/AGDeviceInfo.c; \ then mv -f ".deps/AGDeviceInfo.Tpo" ".deps/AGDeviceInfo.Plo"; else rm -f ".deps/AGDeviceInfo.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDeviceInfo.lo -MD -MP -MF .deps/AGDeviceInfo.Tpo -c ../malsync/mal/common/AGDeviceInfo.c -fPIC -DPIC -o .libs/AGDeviceInfo.o ../malsync/mal/common/AGDeviceInfo.c: In function 'AGDeviceInfoInit': ../malsync/mal/common/AGDeviceInfo.c:34:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 34 | bzero(deviceInfo, sizeof(*deviceInfo)); | ^~~~~ ../malsync/mal/common/AGDeviceInfo.c:34:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGDeviceInfo.c: In function 'AGDeviceInfoFinalize': ../malsync/mal/common/AGDeviceInfo.c:53:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 53 | bzero(deviceInfo, sizeof(*deviceInfo)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDeviceInfo.lo -MD -MP -MF .deps/AGDeviceInfo.Tpo -c ../malsync/mal/common/AGDeviceInfo.c -o AGDeviceInfo.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGProtocol.lo -MD -MP -MF ".deps/AGProtocol.Tpo" -c -o AGProtocol.lo `test -f '../malsync/mal/common/AGProtocol.c' || echo './'`../malsync/mal/common/AGProtocol.c; \ then mv -f ".deps/AGProtocol.Tpo" ".deps/AGProtocol.Plo"; else rm -f ".deps/AGProtocol.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProtocol.lo -MD -MP -MF .deps/AGProtocol.Tpo -c ../malsync/mal/common/AGProtocol.c -fPIC -DPIC -o .libs/AGProtocol.o ../malsync/mal/common/AGProtocol.c: In function 'AGWriteNEWIDS': ../malsync/mal/common/AGProtocol.c:910:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 910 | AGWriteInt32(w, (uint32)AGArrayElementAt(newids, i)); | ^ ../malsync/mal/common/AGProtocol.c: In function 'AGReadNEWIDS': ../malsync/mal/common/AGProtocol.c:923:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 923 | AGArrayAppend(*newids, (void *)AGReadInt32(r)); | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGProtocol.lo -MD -MP -MF .deps/AGProtocol.Tpo -c ../malsync/mal/common/AGProtocol.c -o AGProtocol.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGPalmProtocol.lo -MD -MP -MF ".deps/AGPalmProtocol.Tpo" -c -o AGPalmProtocol.lo `test -f '../malsync/mal/common/AGPalmProtocol.c' || echo './'`../malsync/mal/common/AGPalmProtocol.c; \ then mv -f ".deps/AGPalmProtocol.Tpo" ".deps/AGPalmProtocol.Plo"; else rm -f ".deps/AGPalmProtocol.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGPalmProtocol.lo -MD -MP -MF .deps/AGPalmProtocol.Tpo -c ../malsync/mal/common/AGPalmProtocol.c -fPIC -DPIC -o .libs/AGPalmProtocol.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGPalmProtocol.lo -MD -MP -MF .deps/AGPalmProtocol.Tpo -c ../malsync/mal/common/AGPalmProtocol.c -o AGPalmProtocol.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGWriter.lo -MD -MP -MF ".deps/AGWriter.Tpo" -c -o AGWriter.lo `test -f '../malsync/mal/common/AGWriter.c' || echo './'`../malsync/mal/common/AGWriter.c; \ then mv -f ".deps/AGWriter.Tpo" ".deps/AGWriter.Plo"; else rm -f ".deps/AGWriter.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGWriter.lo -MD -MP -MF .deps/AGWriter.Tpo -c ../malsync/mal/common/AGWriter.c -fPIC -DPIC -o .libs/AGWriter.o ../malsync/mal/common/AGWriter.c: In function 'AGWriterInit': ../malsync/mal/common/AGWriter.c:35:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 35 | bzero(w, sizeof(*w)); | ^~~~~ ../malsync/mal/common/AGWriter.c:35:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGWriter.c: In function 'AGWriterFinalize': ../malsync/mal/common/AGWriter.c:44:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 44 | bzero(w, sizeof(*w)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGWriter.lo -MD -MP -MF .deps/AGWriter.Tpo -c ../malsync/mal/common/AGWriter.c -o AGWriter.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGBufferReader.lo -MD -MP -MF ".deps/AGBufferReader.Tpo" -c -o AGBufferReader.lo `test -f '../malsync/mal/common/AGBufferReader.c' || echo './'`../malsync/mal/common/AGBufferReader.c; \ then mv -f ".deps/AGBufferReader.Tpo" ".deps/AGBufferReader.Plo"; else rm -f ".deps/AGBufferReader.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferReader.lo -MD -MP -MF .deps/AGBufferReader.Tpo -c ../malsync/mal/common/AGBufferReader.c -fPIC -DPIC -o .libs/AGBufferReader.o ../malsync/mal/common/AGBufferReader.c: In function 'AGBufferReaderInit': ../malsync/mal/common/AGBufferReader.c:38:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 38 | bzero(reader, sizeof(*reader)); | ^~~~~ ../malsync/mal/common/AGBufferReader.c:38:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGBufferReader.c: In function 'AGBufferReaderFinalize': ../malsync/mal/common/AGBufferReader.c:49:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 49 | bzero(reader, sizeof(*reader)); | ^~~~~ ../malsync/mal/common/AGBufferReader.c: In function 'AGBufferReaderRead': ../malsync/mal/common/AGBufferReader.c:63:5: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 63 | bcopy((void *)(reader->buffer + reader->currentIndex), dst, len); | ^~~~~ ../malsync/mal/common/AGBufferReader.c:63:5: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] In file included from ../malsync/mal/common/AGBufferReader.c:23: ../malsync/mal/common/AGBufferReader.c: In function 'AGReadProtectedBytes': ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGBufferReader.c:102:5: note: in expansion of macro 'AGProtectedWrite' 102 | AGProtectedWrite(buf, 0, ptr, len); | ^~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferReader.lo -MD -MP -MF .deps/AGBufferReader.Tpo -c ../malsync/mal/common/AGBufferReader.c -o AGBufferReader.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGHashTable.lo -MD -MP -MF ".deps/AGHashTable.Tpo" -c -o AGHashTable.lo `test -f '../malsync/mal/common/AGHashTable.c' || echo './'`../malsync/mal/common/AGHashTable.c; \ then mv -f ".deps/AGHashTable.Tpo" ".deps/AGHashTable.Plo"; else rm -f ".deps/AGHashTable.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGHashTable.lo -MD -MP -MF .deps/AGHashTable.Tpo -c ../malsync/mal/common/AGHashTable.c -fPIC -DPIC -o .libs/AGHashTable.o ../malsync/mal/common/AGHashTable.c: In function 'computeHash': ../malsync/mal/common/AGHashTable.c:201:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 201 | hashCode = (int32)key; | ^ ../malsync/mal/common/AGHashTable.c: In function 'AGHashInit': ../malsync/mal/common/AGHashTable.c:225:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 225 | bzero(table, sizeof(*table)); | ^~~~~ ../malsync/mal/common/AGHashTable.c:225:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGHashTable.c: In function 'AGHashFinalize': ../malsync/mal/common/AGHashTable.c:247:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 247 | bzero(table, sizeof(*table)); | ^~~~~ ../malsync/mal/common/AGHashTable.c: In function 'AGHashRemoveAll': ../malsync/mal/common/AGHashTable.c:518:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 518 | bzero(table->hashCodes, tableSize * sizeof(int32)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGHashTable.lo -MD -MP -MF .deps/AGHashTable.Tpo -c ../malsync/mal/common/AGHashTable.c -o AGHashTable.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGReader.lo -MD -MP -MF ".deps/AGReader.Tpo" -c -o AGReader.lo `test -f '../malsync/mal/common/AGReader.c' || echo './'`../malsync/mal/common/AGReader.c; \ then mv -f ".deps/AGReader.Tpo" ".deps/AGReader.Plo"; else rm -f ".deps/AGReader.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGReader.lo -MD -MP -MF .deps/AGReader.Tpo -c ../malsync/mal/common/AGReader.c -fPIC -DPIC -o .libs/AGReader.o ../malsync/mal/common/AGReader.c: In function 'AGReaderInit': ../malsync/mal/common/AGReader.c:35:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 35 | bzero(r, sizeof(*r)); | ^~~~~ ../malsync/mal/common/AGReader.c:35:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGReader.c: In function 'AGReaderFinalize': ../malsync/mal/common/AGReader.c:44:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 44 | bzero(r, sizeof(*r)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGReader.lo -MD -MP -MF .deps/AGReader.Tpo -c ../malsync/mal/common/AGReader.c -o AGReader.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGBufferWriter.lo -MD -MP -MF ".deps/AGBufferWriter.Tpo" -c -o AGBufferWriter.lo `test -f '../malsync/mal/common/AGBufferWriter.c' || echo './'`../malsync/mal/common/AGBufferWriter.c; \ then mv -f ".deps/AGBufferWriter.Tpo" ".deps/AGBufferWriter.Plo"; else rm -f ".deps/AGBufferWriter.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferWriter.lo -MD -MP -MF .deps/AGBufferWriter.Tpo -c ../malsync/mal/common/AGBufferWriter.c -fPIC -DPIC -o .libs/AGBufferWriter.o ../malsync/mal/common/AGBufferWriter.c: In function 'AGBufferWriterInit': ../malsync/mal/common/AGBufferWriter.c:41:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 41 | bzero(writer, sizeof(*writer)); | ^~~~~ ../malsync/mal/common/AGBufferWriter.c:41:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] In file included from ../malsync/mal/common/AGBufferWriter.c:23: ../malsync/mal/common/AGBufferWriter.c: In function 'AGBufferWriterWrite': ../malsync/mal/common/AGProtectedMem.h:46:56: warning: right-hand operand of comma expression has no effect [-Wunused-value] 46 | (memmove((((uint8 *)dst)+offset), src, len), 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ../malsync/mal/common/AGBufferWriter.c:105:5: note: in expansion of macro 'AGProtectedWrite' 105 | AGProtectedWrite((void *)writer->buffer, writer->buffersize, src, len); | ^~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGBufferWriter.lo -MD -MP -MF .deps/AGBufferWriter.Tpo -c ../malsync/mal/common/AGBufferWriter.c -o AGBufferWriter.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGMsg.lo -MD -MP -MF ".deps/AGMsg.Tpo" -c -o AGMsg.lo `test -f '../malsync/mal/common/AGMsg.c' || echo './'`../malsync/mal/common/AGMsg.c; \ then mv -f ".deps/AGMsg.Tpo" ".deps/AGMsg.Plo"; else rm -f ".deps/AGMsg.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGMsg.lo -MD -MP -MF .deps/AGMsg.Tpo -c ../malsync/mal/common/AGMsg.c -fPIC -DPIC -o .libs/AGMsg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGMsg.lo -MD -MP -MF .deps/AGMsg.Tpo -c ../malsync/mal/common/AGMsg.c -o AGMsg.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGRecord.lo -MD -MP -MF ".deps/AGRecord.Tpo" -c -o AGRecord.lo `test -f '../malsync/mal/common/AGRecord.c' || echo './'`../malsync/mal/common/AGRecord.c; \ then mv -f ".deps/AGRecord.Tpo" ".deps/AGRecord.Plo"; else rm -f ".deps/AGRecord.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGRecord.lo -MD -MP -MF .deps/AGRecord.Tpo -c ../malsync/mal/common/AGRecord.c -fPIC -DPIC -o .libs/AGRecord.o ../malsync/mal/common/AGRecord.c: In function 'AGRecordInit': ../malsync/mal/common/AGRecord.c:40:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 40 | bzero(record, sizeof(*record)); | ^~~~~ ../malsync/mal/common/AGRecord.c:40:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGRecord.c: In function 'AGRecordFinalize': ../malsync/mal/common/AGRecord.c:55:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 55 | bzero(record, sizeof(*record)); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGRecord.lo -MD -MP -MF .deps/AGRecord.Tpo -c ../malsync/mal/common/AGRecord.c -o AGRecord.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGCollection.lo -MD -MP -MF ".deps/AGCollection.Tpo" -c -o AGCollection.lo `test -f '../malsync/mal/common/AGCollection.c' || echo './'`../malsync/mal/common/AGCollection.c; \ then mv -f ".deps/AGCollection.Tpo" ".deps/AGCollection.Plo"; else rm -f ".deps/AGCollection.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGCollection.lo -MD -MP -MF .deps/AGCollection.Tpo -c ../malsync/mal/common/AGCollection.c -fPIC -DPIC -o .libs/AGCollection.o ../malsync/mal/common/AGCollection.c: In function 'AGCollectionCallbacksInit': ../malsync/mal/common/AGCollection.c:28:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 28 | bzero(callbacks, sizeof(*callbacks)); | ^~~~~ ../malsync/mal/common/AGCollection.c:28:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGCollection.c: In function 'AGPtrHash': ../malsync/mal/common/AGCollection.c:96:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 96 | return ((uint32)ptr >> 2); | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGCollection.lo -MD -MP -MF .deps/AGCollection.Tpo -c ../malsync/mal/common/AGCollection.c -o AGCollection.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGDigest.lo -MD -MP -MF ".deps/AGDigest.Tpo" -c -o AGDigest.lo `test -f '../malsync/mal/common/AGDigest.c' || echo './'`../malsync/mal/common/AGDigest.c; \ then mv -f ".deps/AGDigest.Tpo" ".deps/AGDigest.Plo"; else rm -f ".deps/AGDigest.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDigest.lo -MD -MP -MF .deps/AGDigest.Tpo -c ../malsync/mal/common/AGDigest.c -fPIC -DPIC -o .libs/AGDigest.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGDigest.lo -MD -MP -MF .deps/AGDigest.Tpo -c ../malsync/mal/common/AGDigest.c -o AGDigest.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGMD5.lo -MD -MP -MF ".deps/AGMD5.Tpo" -c -o AGMD5.lo `test -f '../malsync/mal/common/AGMD5.c' || echo './'`../malsync/mal/common/AGMD5.c; \ then mv -f ".deps/AGMD5.Tpo" ".deps/AGMD5.Plo"; else rm -f ".deps/AGMD5.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGMD5.lo -MD -MP -MF .deps/AGMD5.Tpo -c ../malsync/mal/common/AGMD5.c -fPIC -DPIC -o .libs/AGMD5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGMD5.lo -MD -MP -MF .deps/AGMD5.Tpo -c ../malsync/mal/common/AGMD5.c -o AGMD5.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo `test -f '../malsync/mal/common/md5.c' || echo './'`../malsync/mal/common/md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c ../malsync/mal/common/md5.c -fPIC -DPIC -o .libs/md5.o ../malsync/mal/common/md5.c: In function 'AGMD5Final': ../malsync/mal/common/md5.c:155:9: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 155 | bzero(PADDING, 64); | ^~~~~ ../malsync/mal/common/md5.c:155:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c ../malsync/mal/common/md5.c -o md5.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGSynchronize.lo -MD -MP -MF ".deps/AGSynchronize.Tpo" -c -o AGSynchronize.lo `test -f '../malsync/mal/common/AGSynchronize.c' || echo './'`../malsync/mal/common/AGSynchronize.c; \ then mv -f ".deps/AGSynchronize.Tpo" ".deps/AGSynchronize.Plo"; else rm -f ".deps/AGSynchronize.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGSynchronize.lo -MD -MP -MF .deps/AGSynchronize.Tpo -c ../malsync/mal/common/AGSynchronize.c -fPIC -DPIC -o .libs/AGSynchronize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGSynchronize.lo -MD -MP -MF .deps/AGSynchronize.Tpo -c ../malsync/mal/common/AGSynchronize.c -o AGSynchronize.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGUserConfig.lo -MD -MP -MF ".deps/AGUserConfig.Tpo" -c -o AGUserConfig.lo `test -f '../malsync/mal/common/AGUserConfig.c' || echo './'`../malsync/mal/common/AGUserConfig.c; \ then mv -f ".deps/AGUserConfig.Tpo" ".deps/AGUserConfig.Plo"; else rm -f ".deps/AGUserConfig.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGUserConfig.lo -MD -MP -MF .deps/AGUserConfig.Tpo -c ../malsync/mal/common/AGUserConfig.c -fPIC -DPIC -o .libs/AGUserConfig.o ../malsync/mal/common/AGUserConfig.c: In function 'addToDeleteList': ../malsync/mal/common/AGUserConfig.c:92:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 92 | AGArrayAppend(uc->uidDeletes, (void*)uid); | ^ ../malsync/mal/common/AGUserConfig.c: In function 'deleteMarkedServerConfigs': ../malsync/mal/common/AGUserConfig.c:180:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 180 | AGUserConfigRemoveServer(uc, (int32)AGArrayElementAt(list, n)); | ^ ../malsync/mal/common/AGUserConfig.c: In function 'AGUserConfigInit': ../malsync/mal/common/AGUserConfig.c:391:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 391 | bzero(uc, sizeof(AGUserConfig)); | ^~~~~ ../malsync/mal/common/AGUserConfig.c:391:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGUserConfig.c: In function 'AGUserConfigFinalize': ../malsync/mal/common/AGUserConfig.c:426:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 426 | bzero(uc, sizeof(AGUserConfig)); | ^~~~~ ../malsync/mal/common/AGUserConfig.c: In function 'AGUserConfigReadData': ../malsync/mal/common/AGUserConfig.c:474:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 474 | AGArrayAppend(obj->uidDeletes, (void*)AGReadCompactInt(r)); | ^ ../malsync/mal/common/AGUserConfig.c:455:19: warning: variable 'minver' set but not used [-Wunused-but-set-variable] 455 | int32 majver, minver; | ^~~~~~ ../malsync/mal/common/AGUserConfig.c:453:11: warning: variable 'flags' set but not used [-Wunused-but-set-variable] 453 | int32 flags; | ^~~~~ ../malsync/mal/common/AGUserConfig.c: In function 'AGUserConfigWriteData': ../malsync/mal/common/AGUserConfig.c:526:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 526 | (uint32)AGArrayElementAt(obj->uidDeletes, i)); | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGUserConfig.lo -MD -MP -MF .deps/AGUserConfig.Tpo -c ../malsync/mal/common/AGUserConfig.c -o AGUserConfig.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGClientProcessor.lo -MD -MP -MF ".deps/AGClientProcessor.Tpo" -c -o AGClientProcessor.lo `test -f '../malsync/mal/client/common/AGClientProcessor.c' || echo './'`../malsync/mal/client/common/AGClientProcessor.c; \ then mv -f ".deps/AGClientProcessor.Tpo" ".deps/AGClientProcessor.Plo"; else rm -f ".deps/AGClientProcessor.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGClientProcessor.lo -MD -MP -MF .deps/AGClientProcessor.Tpo -c ../malsync/mal/client/common/AGClientProcessor.c -fPIC -DPIC -o .libs/AGClientProcessor.o ../malsync/mal/client/common/AGClientProcessor.c: In function 'stateChangeToHELLO': ../malsync/mal/client/common/AGClientProcessor.c:540:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 540 | bzero(digestAuth, 16); | ^~~~~ ../malsync/mal/client/common/AGClientProcessor.c:540:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/client/common/AGClientProcessor.c: In function 'stateChangeToSENDHEADER': ../malsync/mal/client/common/AGClientProcessor.c:908:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 908 | bzero(num, 24); | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGClientProcessor.lo -MD -MP -MF .deps/AGClientProcessor.Tpo -c ../malsync/mal/client/common/AGClientProcessor.c -o AGClientProcessor.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGCommandProcessor.lo -MD -MP -MF ".deps/AGCommandProcessor.Tpo" -c -o AGCommandProcessor.lo `test -f '../malsync/mal/client/common/AGCommandProcessor.c' || echo './'`../malsync/mal/client/common/AGCommandProcessor.c; \ then mv -f ".deps/AGCommandProcessor.Tpo" ".deps/AGCommandProcessor.Plo"; else rm -f ".deps/AGCommandProcessor.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGCommandProcessor.lo -MD -MP -MF .deps/AGCommandProcessor.Tpo -c ../malsync/mal/client/common/AGCommandProcessor.c -fPIC -DPIC -o .libs/AGCommandProcessor.o ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCommandProcessorInit': ../malsync/mal/client/common/AGCommandProcessor.c:37:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 37 | bzero(processor, sizeof(AGCommandProcessor)); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c:37:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCommandProcessorFinalize': ../malsync/mal/client/common/AGCommandProcessor.c:44:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 44 | bzero(processor, sizeof(AGCommandProcessor)); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCPDatabaseConfig': ../malsync/mal/client/common/AGCommandProcessor.c:119:13: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 119 | bcopy(platformData, tmp, platformDataLength); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c:119:13: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCPCookie': ../malsync/mal/client/common/AGCommandProcessor.c:248:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 248 | bcopy(cookie, tmp, cookieLength); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCPNonce': ../malsync/mal/client/common/AGCommandProcessor.c:277:5: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 277 | bcopy(nonce, out->serverConfig->nonce, 16); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c: In function 'AGCPExpansionChangeServerConfig': ../malsync/mal/client/common/AGCommandProcessor.c:807:13: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 807 | bzero((uint8*)out->serverConfig->password, 16); | ^~~~~ ../malsync/mal/client/common/AGCommandProcessor.c:812:13: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 812 | bcopy(password, | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGCommandProcessor.lo -MD -MP -MF .deps/AGCommandProcessor.Tpo -c ../malsync/mal/client/common/AGCommandProcessor.c -o AGCommandProcessor.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGSyncProcessor.lo -MD -MP -MF ".deps/AGSyncProcessor.Tpo" -c -o AGSyncProcessor.lo `test -f '../malsync/mal/client/common/AGSyncProcessor.c' || echo './'`../malsync/mal/client/common/AGSyncProcessor.c; \ then mv -f ".deps/AGSyncProcessor.Tpo" ".deps/AGSyncProcessor.Plo"; else rm -f ".deps/AGSyncProcessor.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGSyncProcessor.lo -MD -MP -MF .deps/AGSyncProcessor.Tpo -c ../malsync/mal/client/common/AGSyncProcessor.c -fPIC -DPIC -o .libs/AGSyncProcessor.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGSyncProcessor.lo -MD -MP -MF .deps/AGSyncProcessor.Tpo -c ../malsync/mal/client/common/AGSyncProcessor.c -o AGSyncProcessor.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT AGServerConfig.lo -MD -MP -MF ".deps/AGServerConfig.Tpo" -c -o AGServerConfig.lo `test -f '../malsync/mal/common/AGServerConfig.c' || echo './'`../malsync/mal/common/AGServerConfig.c; \ then mv -f ".deps/AGServerConfig.Tpo" ".deps/AGServerConfig.Plo"; else rm -f ".deps/AGServerConfig.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGServerConfig.lo -MD -MP -MF .deps/AGServerConfig.Tpo -c ../malsync/mal/common/AGServerConfig.c -fPIC -DPIC -o .libs/AGServerConfig.o ../malsync/mal/common/AGServerConfig.c: In function 'AGServerConfigInit': ../malsync/mal/common/AGServerConfig.c:62:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 62 | bzero(obj, sizeof(*obj)); | ^~~~~ ../malsync/mal/common/AGServerConfig.c:62:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../malsync/mal/common/AGServerConfig.c: In function 'AGServerConfigFinalize': ../malsync/mal/common/AGServerConfig.c:110:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 110 | bzero(obj, sizeof(*obj)); | ^~~~~ ../malsync/mal/common/AGServerConfig.c: In function 'AGServerConfigReadData': ../malsync/mal/common/AGServerConfig.c:586:19: warning: variable 'minver' set but not used [-Wunused-but-set-variable] 586 | int32 majver, minver; | ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT AGServerConfig.lo -MD -MP -MF .deps/AGServerConfig.Tpo -c ../malsync/mal/common/AGServerConfig.c -o AGServerConfig.o >/dev/null 2>&1 if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__unix__=1 -I/opt/local/include -I/opt/local/include/ncurses -I/usr/include -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/opt/local/include -MT MAL31ServerConfig.lo -MD -MP -MF ".deps/MAL31ServerConfig.Tpo" -c -o MAL31ServerConfig.lo `test -f '../malsync/mal/client/unix/MAL31ServerConfig.c' || echo './'`../malsync/mal/client/unix/MAL31ServerConfig.c; \ then mv -f ".deps/MAL31ServerConfig.Tpo" ".deps/MAL31ServerConfig.Plo"; else rm -f ".deps/MAL31ServerConfig.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__unix__=1 -I/home/pbulk/build/comms/libmal/work/.buildlink/include -I/home/pbulk/build/comms/libmal/work/.buildlink/include/ncurses -Wall -g -DMALSYNC -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -MT MAL31ServerConfig.lo -MD -MP -MF .deps/MAL31ServerConfig.Tpo -c ../malsync/mal/client/unix/MAL31ServerConfig.c -fPIC -DPIC -o .libs/MAL31ServerConfig.o ../malsync/mal/client/unix/MAL31ServerConfig.c:184:1: fatal error: opening dependency file .deps/MAL31ServerConfig.Tpo: No space left on device 184 | } | ^ compilation terminated. gmake[2]: *** [Makefile:670: MAL31ServerConfig.lo] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/comms/libmal/work/libmal-0.44/src' gmake[1]: *** [Makefile:261: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/comms/libmal/work/libmal-0.44' gmake: *** [Makefile:190: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/comms/libmal *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/comms/libmal