=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for gsoap-2.7.17nb2 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/usr/pkgsrc/work/devel/gsoap/work/gsoap-2.7' Making all in gsoap gmake[2]: Entering directory '/usr/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' ln -s -f ./stdsoap2.cpp stdsoap2_cpp.cpp cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -DUNKNOWN -O2 -march=i586 -I/usr/include -I/usr/pkg/include -MT libgsoap_a-stdsoap2.o -MD -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c stdsoap2.c:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2.c:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2.c:3324:10: warning: implicit declaration of function 'gethostbyname_r' is invalid in C99 [-Wimplicit-function-declaration] host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &soap->errnum); ^ stdsoap2.c:3324:8: warning: incompatible integer to pointer conversion assigning to 'struct hostent *' from 'int' [-Wint-conversion] host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &soap->errnum); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. mv -f .deps/libgsoap_a-stdsoap2.Tpo .deps/libgsoap_a-stdsoap2.Po rm -f libgsoap.a ar cru libgsoap.a libgsoap_a-stdsoap2.o ranlib libgsoap.a c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -DUNKNOWN -O2 -march=i586 -I/usr/include -I/usr/pkg/include -MT libgsoap___a-stdsoap2_cpp.o -MD -MP -MF .deps/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp stdsoap2_cpp.cpp:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_cpp.cpp:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_cpp.cpp:3324:10: error: use of undeclared identifier 'gethostbyname_r' host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &soap->errnum); ^ 1 warning and 1 error generated. Makefile:432: recipe for target 'libgsoap___a-stdsoap2_cpp.o' failed gmake[2]: *** [libgsoap___a-stdsoap2_cpp.o] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' Makefile:308: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/work/devel/gsoap/work/gsoap-2.7' Makefile:218: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/devel/gsoap *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/gsoap