=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for the_silver_searcher-0.32.0 CC src/ignore.o src/ignore.c:105:14: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isspace(pattern[pattern_len - 1])) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 1 warning generated. CC src/log.o CC src/options.o CC src/print.o CC src/print_w32.o CC src/scandir.o CC src/search.o In file included from src/search.c:1: ./src/search.h:46:1: error: unknown type name 'pthread_cond_t' pthread_cond_t files_ready; ^ ./src/search.h:47:1: error: unknown type name 'pthread_mutex_t' pthread_mutex_t print_mtx; ^ ./src/search.h:48:1: error: unknown type name 'pthread_mutex_t' pthread_mutex_t stats_mtx; ^ ./src/search.h:49:1: error: unknown type name 'pthread_mutex_t' pthread_mutex_t work_queue_mtx; ^ src/search.c:156:9: warning: implicit declaration of function 'pthread_mutex_lock' [-Wimplicit-function-declaration] pthread_mutex_lock(&stats_mtx); ^ src/search.c:163:9: warning: implicit declaration of function 'pthread_mutex_unlock' [-Wimplicit-function-declaration] pthread_mutex_unlock(&stats_mtx); ^ src/search.c:343:17: warning: implicit declaration of function 'pthread_exit' [-Wimplicit-function-declaration] pthread_exit(NULL); ^ src/search.c:345:13: warning: implicit declaration of function 'pthread_cond_wait' [-Wimplicit-function-declaration] pthread_cond_wait(&files_ready, &work_queue_mtx); ^ src/search.c:537:13: warning: implicit declaration of function 'pthread_cond_signal' [-Wimplicit-function-declaration] pthread_cond_signal(&files_ready); ^ 5 warnings and 4 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/the_silver_searcher/work/the_silver_searcher-0.32.0 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/textproc/the_silver_searcher *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/the_silver_searcher