=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for bam-0.4.0 set -e; cd /usr/pkgsrc/work/devel/bam/work/bam-0.4.0; ./make_unix.sh src/luafuncs.c:431:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] *(int*)0 = 0; ^~~~~~~~ src/luafuncs.c:431:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile' 1 warning generated. src/main.c:367:7: warning: implicit declaration of function 'getcwd' [-Wimplicit-function-declaration] if(!getcwd(cwd, sizeof(cwd))) ^ 1 warning generated. src/path.c:184:3: error: path_isabs(const char *path) not implemented on this platform #error path_isabs(const char *path) not implemented on this platform ^ 1 error generated. src/support.c:146:11: fatal error: 'pthread.h' file not found #include ^ 1 error generated. src/lua/lauxlib.c:577:61: warning: while loop has empty body [-Wempty-body] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; ^ src/lua/lauxlib.c:577:61: note: put the semicolon on a separate line to silence this warning 1 warning generated. *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/bam *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/bam