=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
===> Building for xymonclient-4.3.5
MAKE="/usr/bin/make" CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="-Wl,-R/usr/pkg/lib" `pwd`/build/genconfig.sh
Checking for socklen_t
Checking for snprintf
Checking for vsnprintf
Checking for rpc/rpcent.h
Checking for sys/select.h
Checking for u_int32_t typedef
Checking for PATH_MAX definition
Checking for SHUT_RD/WR/RDWR definitions
Checking for strtoll()
config.h created
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="-Wl,-R/usr/pkg/lib" OSDEF="-DLINUX" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONTOPDIR="/usr/pkg/libexec/xymon" XYMONLOGDIR="/var/log/xymon" XYMONHOSTNAME="" XYMONHOSTIP="127.0.0.1" XYMONHOSTOS="" LOCALCLIENT="no" /usr/bin/make -C lib client
make[1]: Entering directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/lib'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  -o test-endianness test-endianness.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o osdefs.o osdefs.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o cgiurls.o cgiurls.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  -DCLIENTONLY -c -o color-client.o color.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o crondate.o crondate.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o digest.o digest.c
digest.c: In function 'md5hash':
digest.c:40:2: warning: pointer targets in passing argument 2 of 'myMD5_Update' differ in signedness
/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include/../lib/md5.h:18:13: note: expected 'unsigned char *' but argument is of type 'char *'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o encoding.o encoding.c
encoding.c: In function 'base64encode':
encoding.c:31:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:34:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:50:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:60:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:75:2: warning: pointer targets in return differ in signedness
encoding.c: In function 'base64decode':
encoding.c:86:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:114:2: warning: pointer targets in return differ in signedness
encoding.c: In function 'getescapestring':
encoding.c:125:7: warning: pointer targets in assignment differ in signedness
encoding.c: In function 'nlencode':
encoding.c:181:23: warning: pointer targets in assignment differ in signedness
encoding.c:183:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:187:7: warning: pointer targets in assignment differ in signedness
encoding.c:191:7: warning: pointer targets in assignment differ in signedness
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:198:3: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__strcspn_c1' differ in signedness
/usr/include/bits/string2.h:971:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__strcspn_c2' differ in signedness
/usr/include/bits/string2.h:982:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__strcspn_c3' differ in signedness
/usr/include/bits/string2.h:994:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:198:3: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:198:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:198:3: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c: In function 'nldecode':
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:231:3: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__strcspn_c1' differ in signedness
/usr/include/bits/string2.h:971:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__strcspn_c2' differ in signedness
/usr/include/bits/string2.h:982:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__strcspn_c3' differ in signedness
/usr/include/bits/string2.h:994:1: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:231:3: note: expected 'const char *' but argument is of type 'unsigned char *'
encoding.c:231:3: warning: pointer targets in passing argument 1 of '__builtin_strcspn' differ in signedness
encoding.c:231:3: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  -DXYMONTOPDIR=\"/usr/pkg/libexec/xymon\" -DXYMONLOGDIR=\"/var/log/xymon\" -DXYMONHOSTNAME=\"\" -DXYMONHOSTIP=\"127.0.0.1\" -DXYMONHOSTOS=\"\" -DBUILD_HOME=\"/usr/pkg/libexec/xymon/client\" -c -o environ-client.o environ.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o errormsg.o errormsg.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o holidays.o holidays.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o ipaccess.o ipaccess.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  -c -o loadhosts.o loadhosts.c
loadhosts.c: In function 'xmh_item':
loadhosts.c:574:6: warning: pointer targets in passing argument 1 of 'nlencode' differ in signedness
/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include/../lib/encoding.h:17:23: note: expected 'unsigned char *' but argument is of type 'char *'
loadhosts.c:574:6: warning: pointer targets in passing argument 2 of 'addtobuffer' differ in signedness
/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include/../lib/strfunc.h:16:13: note: expected 'char *' but argument is of type 'unsigned char *'
In file included from loadhosts.c:330:0:
loadhosts_file.c: In function 'load_hostnames':
loadhosts_file.c:131:33: warning: 'insavchar' may be used uninitialized in this function
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o md5.o md5.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o memory.o memory.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o misc.o misc.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o msort.o msort.c
msort.c: In function 'msort':
msort.c:119:2: warning: passing argument 4 of 'qsort' from incompatible pointer type
/usr/include/stdlib.h:761:13: note: expected '__compar_fn_t' but argument is of type 'int (*)(void **, void **)'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  `./test-endianness` -c -o rmd160c.o rmd160c.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o sendmsg.o sendmsg.c
sendmsg.c: In function 'sendtoxymond':
sendmsg.c:138:6: warning: 'sockfd' may be used uninitialized in this function
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  `./test-endianness` -c -o sha1.o sha1.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o sha2.o sha2.c
sha2.c: In function 'mySHA224_Final':
sha2.c:972:1: warning: pointer targets in passing argument 2 of 'sha224_final' differ in signedness
sha2.c:812:13: note: expected 'unsigned char *' but argument is of type 'char *'
sha2.c: In function 'mySHA256_Final':
sha2.c:977:1: warning: pointer targets in passing argument 2 of 'sha256_final' differ in signedness
sha2.c:417:13: note: expected 'unsigned char *' but argument is of type 'char *'
sha2.c: In function 'mySHA384_Final':
sha2.c:982:1: warning: pointer targets in passing argument 2 of 'sha384_final' differ in signedness
sha2.c:724:13: note: expected 'unsigned char *' but argument is of type 'char *'
sha2.c: In function 'mySHA512_Final':
sha2.c:987:1: warning: pointer targets in passing argument 2 of 'sha512_final' differ in signedness
sha2.c:634:13: note: expected 'unsigned char *' but argument is of type 'char *'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o sig.o sig.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o stackio.o stackio.c
stackio.c: In function 'stackfgets':
stackio.c:424:23: warning: 'eolchar' may be used uninitialized in this function
stackio.c:440:23: warning: 'eolchar' may be used uninitialized in this function
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o strfunc.o strfunc.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o suid.o suid.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include  -DCLIENTONLY -c -o timefunc-client.o timefunc.c
timefunc.c: In function 'timespec_text':
timefunc.c:140:10: warning: pointer targets in assignment differ in signedness
timefunc.c:187:4: warning: pointer targets in passing argument 2 of 'addtobuffer' differ in signedness
/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include/../lib/strfunc.h:16:13: note: expected 'char *' but argument is of type 'unsigned char *'
timefunc.c:126:9: warning: 'days' may be used uninitialized in this function
timefunc.c:126:16: warning: 'starttime' may be used uninitialized in this function
timefunc.c:126:28: warning: 'endtime' may be used uninitialized in this function
timefunc.c:126:38: warning: 'columns' may be used uninitialized in this function
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -I. -I../include    -c -o tree.o tree.c
ar cr xymonclient.a osdefs.o cgiurls.o color-client.o crondate.o digest.o encoding.o environ-client.o errormsg.o holidays.o ipaccess.o loadhosts.o md5.o memory.o misc.o msort.o rmd160c.o sendmsg.o sha1.o sha2.o sig.o stackio.o strfunc.o suid.o timefunc-client.o tree.o
ranlib xymonclient.a || echo ""
make[1]: Leaving directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/lib'
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="-Wl,-R/usr/pkg/lib" RPATHOPT="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONHOME="/usr/pkg/share/xymon/xymonhome" /usr/bin/make -C common client
make[1]: Entering directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/common'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymon.o xymon.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymon xymon.o ../lib/xymonclient.a  -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymonlaunch.o xymonlaunch.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymonlaunch xymonlaunch.o ../lib/xymonclient.a -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymoncmd.o xymoncmd.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymoncmd xymoncmd.o ../lib/xymonclient.a -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymongrep.o xymongrep.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymongrep xymongrep.o ../lib/xymonclient.a  -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymoncfg.o xymoncfg.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymoncfg xymoncfg.o ../lib/xymonclient.a -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -c -o xymondigest.o xymondigest.c
xymondigest.c: In function 'main':
xymondigest.c:48:3: warning: pointer targets in passing argument 2 of 'digest_data' differ in signedness
/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include/../lib/digest.h:26:12: note: expected 'unsigned char *' but argument is of type 'char *'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o ../client/xymondigest xymondigest.o ../lib/xymonclient.a  -lrt
make[1]: Leaving directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/common'
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="-Wl,-R/usr/pkg/lib" RPATHOPT="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONHOME="/usr/pkg/share/xymon/xymonhome" /usr/bin/make -C build all
make[1]: Entering directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/build'
gcc -o merge-lines -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 merge-lines.c
gcc -o merge-sects -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 merge-sects.c
gcc -o setup-newfiles -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 setup-newfiles.c ../lib/xymonclient.a    -lrt
setup-newfiles.c: In function 'main':
setup-newfiles.c:27:12: warning: pointer targets in assignment differ in signedness
setup-newfiles.c:79:4: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness
/usr/include/string.h:342:14: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -o renamevars -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 renamevars.c
gcc -o renametasks -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 renametasks.c
make[1]: Leaving directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/build'
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" XYMONHOME="/usr/pkg/libexec/xymon/client" XYMONHOSTIP="127.0.0.1" LOCALCLIENT="no" NETLIBS="" LIBRTDEF="-lrt" /usr/bin/make -C client all
make[1]: Entering directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/client'
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o logfetch logfetch.c ../lib/xymonclient.a -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o clientupdate clientupdate.c ../lib/xymonclient.a  -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o orcaxymon orcaxymon.c ../lib/xymonclient.a  -lrt
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/include -DCLIENTONLY=1 -o msgcache msgcache.c ../lib/xymonclient.a  -lrt
msgcache.c: In function 'main':
msgcache.c:537:46: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
/usr/include/sys/socket.h:214:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *'
cat xymonclient.cfg.DIST | sed -e 's!@XYMONHOSTIP@!127.0.0.1!g' >xymonclient.cfg
../build/bb-commands.sh >>xymonclient.cfg
cat clientlaunch.cfg.DIST | sed -e 's!@CLIENTFLAGS@!!g' >clientlaunch.cfg
make[1]: Leaving directory `/tmp/pkgsrc/net/xymonclient/work/xymon-4.3.5/client'

Build complete.

#####################################################################
IMPORTANT: If upgrading from 4.2.x, see the docs/upgrade-to-430.txt
           file for instructions. You must run build/upgrade430.sh
           before installing the new version.
#####################################################################

Now run '/usr/bin/make install' as root

=> Unwrapping files-to-be-installed.
=> Creating /tmp/pkgsrc/net/xymonclient/work/xymonclient