=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for malsync-2.2.0nb1 cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o malsync.o malsync.c malsync.c:380:19: warning: unused variable 'dev_db_info_version' [-Wunused-variable] int16 dev_db_info_version = readInt16(p); ^ malsync.c:1319:9: warning: unused variable 'cont' [-Wunused-variable] int cont = 1; ^ malsync.c:1320:9: warning: unused variable 'fd' [-Wunused-variable] int fd; ^ malsync.c:1379:15: warning: 'pilot_connect' is deprecated [-Wdeprecated-declarations] if ((sd = pilot_connect(device)) < 0) { ^ /usr/pkgsrc/work/comms/malsync/work/.buildlink/include/pi-header.h:31:5: note: 'pilot_connect' declared here int pilot_connect(const char *port) PI_DEPRECATED; ^ malsync.c:1374:9: warning: unused variable 'ret' [-Wunused-variable] int ret; ^ malsync.c:1472:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ malsync.c:1478:12: warning: unused variable 'optind' [-Wunused-variable] int c, optind; ^ malsync.c:1606:14: warning: unused variable 'syncReadResult' [-Wunused-variable] long syncReadResult; ^ malsync.c:949:1: warning: unused function 'getIndexFromPlatformData' [-Wunused-function] getIndexFromPlatformData(uint8 *platformData) ^ 9 warnings generated. cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/unix/MAL31ServerConfig.o mal/client/unix/MAL31ServerConfig.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/unix/MAL31DBConfig.o mal/client/unix/MAL31DBConfig.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/unix/MAL31UserConfig.o mal/client/unix/MAL31UserConfig.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGNet.o mal/common/AGNet.c mal/common/AGNet.c:281:13: warning: passing 'char *' to parameter of type 'uint8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] d = AGNETRECV(ctx, soc, &b, 1, block); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./mal/common/AGNet.h:246:65: note: expanded from macro 'AGNETRECV' #define AGNETRECV(ctx, a, b, c, d) ( (*(ctx)->recv)((ctx), (a), (b), (c), (d)) ) ^~~ mal/common/AGNet.c:536:37: warning: passing 'uint8 *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] rc = AGSocksGetResponse(s->data); ^~~~~~~ ./mal/common/AGProxy.h:32:41: note: passing argument to parameter 'buffer' here ExportFunc int AGSocksGetResponse(char *buffer); ^ mal/common/AGNet.c:98:18: warning: unused function 'AGNetSocketNew' [-Wunused-function] static AGSocket *AGNetSocketNew(AGNetCtx *ctx) ^ 3 warnings generated. cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGBase64.o mal/common/AGBase64.c mal/common/AGBase64.c:194:58: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds] *ob++ = ((inbuf [2] & 0x03) << 6) | (inbuf [3] & 0x3F); ^ ~ mal/common/AGBase64.c:106:5: note: array 'inbuf' declared here char inbuf [3]; ^ 1 warning generated. cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGProxy.o mal/common/AGProxy.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGArray.o mal/common/AGArray.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGDBConfig.o mal/common/AGDBConfig.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGProtectedMem.o mal/common/AGProtectedMem.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGLocationConfig.o mal/common/AGLocationConfig.c mal/common/AGLocationConfig.c:93:18: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isspace(*strptr) && *strptr != '*') ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 1 warning generated. cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGBufferedNet.o mal/common/AGBufferedNet.c mal/common/AGBufferedNet.c:785:12: warning: unused function 'AGNetGetError' [-Wunused-function] static int AGNetGetError() ^ 1 warning generated. cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGUtilUnix.o mal/common/AGUtilUnix.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGDeviceInfo.o mal/common/AGDeviceInfo.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGProtocol.o mal/common/AGProtocol.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGPalmProtocol.o mal/common/AGPalmProtocol.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGWriter.o mal/common/AGWriter.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGBufferReader.o mal/common/AGBufferReader.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGHashTable.o mal/common/AGHashTable.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGReader.o mal/common/AGReader.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGBufferWriter.o mal/common/AGBufferWriter.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGMsg.o mal/common/AGMsg.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGRecord.o mal/common/AGRecord.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGCollection.o mal/common/AGCollection.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGDigest.o mal/common/AGDigest.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGMD5.o mal/common/AGMD5.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/md5.o mal/common/md5.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGSynchronize.o mal/common/AGSynchronize.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGUserConfig.o mal/common/AGUserConfig.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/common/AGClientProcessor.o mal/client/common/AGClientProcessor.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/common/AGCommandProcessor.o mal/client/common/AGCommandProcessor.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/client/common/AGSyncProcessor.o mal/client/common/AGSyncProcessor.c cc -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -D__unix__=1 -I/usr/pkg/include -I/usr/include -c -o mal/common/AGServerConfig.o mal/common/AGServerConfig.c cc -rdynamic -Wall -g -DMALSYNC -I./mal/common -I./mal/client/common -I/usr/pkg/include -I./mal/client/unix -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o malsync malsync.o ./mal/client/unix/MAL31ServerConfig.o ./mal/client/unix/MAL31DBConfig.o ./mal/client/unix/MAL31UserConfig.o ./mal/common/AGNet.o ./mal/common/AGBase64.o ./mal/common/AGProxy.o ./mal/common/AGArray.o ./mal/common/AGDBConfig.o ./mal/common/AGProtectedMem.o ./mal/common/AGLocationConfig.o ./mal/common/AGBufferedNet.o ./mal/common/AGUtilUnix.o ./mal/common/AGDeviceInfo.o ./mal/common/AGProtocol.o ./mal/common/AGPalmProtocol.o ./mal/common/AGWriter.o ./mal/common/AGBufferReader.o ./mal/common/AGHashTable.o ./mal/common/AGReader.o ./mal/common/AGBufferWriter.o ./mal/common/AGMsg.o ./mal/common/AGRecord.o ./mal/common/AGCollection.o ./mal/common/AGDigest.o ./mal/common/AGMD5.o ./mal/common/md5.o ./mal/common/AGSynchronize.o ./mal/common/AGUserConfig.o ./mal/client/common/AGClientProcessor.o ./mal/client/common/AGCommandProcessor.o ./mal/client/common/AGSyncProcessor.o ./mal/common/AGServerConfig.o \ -L/usr/pkg/lib -lpisock /usr/pkgsrc/work/comms/malsync/work/.buildlink/lib/libpisock.so: undefined reference to `frexp' /usr/pkgsrc/work/comms/malsync/work/.buildlink/lib/libpisock.so: undefined reference to `ldexp' clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:72: recipe for target 'malsync' failed gmake: *** [malsync] Error 1 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/comms/malsync *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/comms/malsync