=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for pdsh-2.29 /usr/pkg/bin/bmake all-recursive Making all in src Making all in common if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -O2 -march=i586 -MT err.lo -MD -MP -MF ".deps/err.Tpo" -c -o err.lo err.c; then mv -f ".deps/err.Tpo" ".deps/err.Plo"; else rm -f ".deps/err.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -O2 -march=i586 -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -fPIC -DPIC -o .libs/err.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -O2 -march=i586 -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -o err.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -O2 -march=i586 -MT fd.lo -MD -MP -MF ".deps/fd.Tpo" -c -o fd.lo fd.c; then mv -f ".deps/fd.Tpo" ".deps/fd.Plo"; else rm -f ".deps/fd.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -O2 -march=i586 -MT fd.lo -MD -MP -MF .deps/fd.Tpo -c fd.c -fPIC -DPIC -o .libs/fd.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -O2 -march=i586 -MT fd.lo -MD -MP -MF .deps/fd.Tpo -c fd.c -o fd.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -O2 -march=i586 -MT hostlist.lo -MD -MP -MF ".deps/hostlist.Tpo" -c -o hostlist.lo hostlist.c; then mv -f ".deps/hostlist.Tpo" ".deps/hostlist.Plo"; else rm -f ".deps/hostlist.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -O2 -march=i586 -MT hostlist.lo -MD -MP -MF .deps/hostlist.Tpo -c hostlist.c -fPIC -DPIC -o .libs/hostlist.o hostlist.c:156:5: error: unknown type name 'pthread_mutex_t' pthread_mutex_t mutex; ^ hostlist.c:1065:5: warning: implicit declaration of function 'pthread_mutex_init' is invalid in C99 [-Wimplicit-function-declaration] mutex_init(&new->mutex); ^ hostlist.c:265:17: note: expanded from macro 'mutex_init' int e = pthread_mutex_init(mutex, NULL); \ ^ hostlist.c:1134:5: warning: implicit declaration of function 'pthread_mutex_lock' is invalid in C99 [-Wimplicit-function-declaration] LOCK_HOSTLIST(hl); ^ hostlist.c:315:11: note: expanded from macro 'LOCK_HOSTLIST' mutex_lock(&(_hl)->mutex); \ ^ hostlist.c:275:17: note: expanded from macro 'mutex_lock' int e = pthread_mutex_lock(mutex); \ ^ hostlist.c:1153:5: warning: implicit declaration of function 'pthread_mutex_unlock' is invalid in C99 [-Wimplicit-function-declaration] UNLOCK_HOSTLIST(hl); ^ hostlist.c:321:11: note: expanded from macro 'UNLOCK_HOSTLIST' mutex_unlock(&(_hl)->mutex); \ ^ hostlist.c:285:17: note: expanded from macro 'mutex_unlock' int e = pthread_mutex_unlock(mutex); \ ^ hostlist.c:1598:5: warning: implicit declaration of function 'pthread_mutex_destroy' is invalid in C99 [-Wimplicit-function-declaration] mutex_destroy(&hl->mutex); ^ hostlist.c:295:17: note: expanded from macro 'mutex_destroy' int e = pthread_mutex_destroy(mutex); \ ^ 4 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/parallel/pdsh/work/pdsh-2.29/src/common *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/parallel/pdsh/work/pdsh-2.29/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/parallel/pdsh/work/pdsh-2.29 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/parallel/pdsh/work/pdsh-2.29 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/parallel/pdsh *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/parallel/pdsh