=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for es-0.9a1nb4 cc -O2 -c access.c In file included from access.c:6: In file included from ./es.h:4: ./stdenv.h:285:17: error: conflicting types for 'exit' extern noreturn exit(int); ^ /usr/include/stdlib.h:111:14: note: previous declaration is here __dead void exit(int); ^ In file included from access.c:6: In file included from ./es.h:4: ./stdenv.h:286:17: error: conflicting types for 'abort' extern noreturn abort(void); ^ /usr/include/stdlib.h:97:14: note: previous declaration is here __dead void abort(void); ^ In file included from access.c:6: In file included from ./es.h:4: ./stdenv.h:288:14: error: conflicting types for 'qsort' extern void *qsort( ^ /usr/include/stdlib.h:118:7: note: previous declaration is here void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); ^ access.c:26:32: warning: passing 'gidset_t [16]' to parameter of type '__gid_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ngroups = getgroups(NGROUPS, gidset); ^~~~~~ /usr/include/unistd.h:119:27: note: passing argument to parameter here int getgroups(int, gid_t []); ^ 1 warning and 3 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/shells/es/work/es-0.9-alpha1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/shells/es *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/shells/es