=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for libixp-0.4 MAKE all libixp/ HEADER include/ixp_fcall.h from fcall.h.nounion CC libixp/client.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ libixp/client.c:384:13: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith] memcpy(buf+len, fcall.data, fcall.count); ~~~^ libixp/client.c:428:20: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith] fcall.data = buf + len; ~~~ ^ 3 warnings generated. CC libixp/convert.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ libixp/convert.c:17:1: warning: no previous prototype for function 'ixp_puint' [-Wmissing-prototypes] ixp_puint(IxpMsg *msg, uint size, uint *val) { ^ 2 warnings generated. CC libixp/error.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/intmap.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/message.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ libixp/message.c:79:1: warning: no previous prototype for function 'ixp_pfcall' [-Wmissing-prototypes] ixp_pfcall(IxpMsg *msg, Fcall *fcall) { ^ 2 warnings generated. CC libixp/request.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/rpc.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/server.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/socket.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ libixp/socket.c:50:23: warning: 'memset' call operates on objects of type 'sockaddr_un' (aka 'struct sockaddr_un') while the size is based on a different type 'sockaddr_un *' (aka 'struct sockaddr_un *') [-Wsizeof-pointer-memaccess] memset(sa, 0, sizeof(sa)); ~~ ^~ libixp/socket.c:50:23: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(sa, 0, sizeof(sa)); ^~ 2 warnings generated. CC libixp/thread.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/transport.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. CC libixp/util.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ 1 warning generated. AR lib/libixp.a MAKE all libixp_pthread/ CC libixp_pthread/thread_pthread.o In file included from :150: :2:9: warning: 'VERSION' macro redefined #define VERSION "0.4" ^ :1:9: note: previous definition is here #define VERSION "" ^ libixp_pthread/thread_pthread.c:3:10: fatal error: 'pthread.h' file not found #include ^ 1 warning and 1 error generated. ../mk/hdr.mk:10: recipe for target 'thread_pthread.o' failed gmake[1]: *** [thread_pthread.o] Error 1 mk/dir.mk:12: recipe for target 'dall' failed gmake: *** [dall] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/devel/libixp *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/libixp