=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for hitch-1.4.0 /usr/pkg/bin/bmake all-recursive Making all in src /usr/pkg/bin/bmake all-am cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT configuration.o -MD -MP -MF .deps/configuration.Tpo -c -o configuration.o configuration.c configuration.c:1429:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isspace(cfg->ALPN_PROTOS[j])) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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. mv -f .deps/configuration.Tpo .deps/configuration.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT ringbuffer.o -MD -MP -MF .deps/ringbuffer.Tpo -c -o ringbuffer.o ringbuffer.c mv -f .deps/ringbuffer.Tpo .deps/ringbuffer.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT hitch.o -MD -MP -MF .deps/hitch.Tpo -c -o hitch.o hitch.c mv -f .deps/hitch.Tpo .deps/hitch.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT vpf.o -MD -MP -MF .deps/vpf.Tpo -c -o vpf.o vpf.c mv -f .deps/vpf.Tpo .deps/vpf.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT flopen.o -MD -MP -MF .deps/flopen.Tpo -c -o flopen.o flopen.c mv -f .deps/flopen.Tpo .deps/flopen.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT vas.o -MD -MP -MF .deps/vas.Tpo -c -o vas.o vas.c mv -f .deps/vas.Tpo .deps/vas.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT cfg_parser.o -MD -MP -MF .deps/cfg_parser.Tpo -c -o cfg_parser.o cfg_parser.c mv -f .deps/cfg_parser.Tpo .deps/cfg_parser.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT cfg_lex.o -MD -MP -MF .deps/cfg_lex.Tpo -c -o cfg_lex.o cfg_lex.c cfg_lex.c:1004:23: warning: comparison of integers of different signs: 'yy_size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] for ( yyl = 0; yyl < yyleng; ++yyl ) ~~~ ^ ~~~~~~ cfg_lex.c:1558:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfg_lex.c:845:18: note: expanded from macro 'YY_INPUT' for ( n = 0; n < max_size && \ ~ ^ cfg_lex.c:2072:17: warning: comparison of integers of different signs: 'yy_size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ~ ^ ~~~~~~~~~~~~ 3 warnings generated. mv -f .deps/cfg_lex.Tpo .deps/cfg_lex.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT vsb.o -MD -MP -MF .deps/vsb.Tpo -c -o vsb.o vsb.c vsb.c:505:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isgraph(*q) || *q == '"' || *q == '\\') { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ vsb.c:538:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isgraph(*q)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ 2 warnings generated. mv -f .deps/vsb.Tpo .deps/vsb.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT hssl_locks.o -MD -MP -MF .deps/hssl_locks.Tpo -c -o hssl_locks.o hssl_locks.c mv -f .deps/hssl_locks.Tpo .deps/hssl_locks.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -MT asn_gentm.o -MD -MP -MF .deps/asn_gentm.Tpo -c -o asn_gentm.o asn_gentm.c mv -f .deps/asn_gentm.Tpo .deps/asn_gentm.Po cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ev -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib/ev -Wl,-R/usr/pkg/lib/ev -o hitch configuration.o ringbuffer.o hitch.o vpf.o flopen.o vas.o cfg_parser.o cfg_lex.o vsb.o hssl_locks.o asn_gentm.o -lssl -lcrypto -lcrypto -lrt -lev /usr/bin/ld: cannot find -lrt clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[3]: stopped in /usr/pkgsrc/work/security/hitch/work/hitch-1.4.0/src *** Error code 1 Stop. bmake[2]: stopped in /usr/pkgsrc/work/security/hitch/work/hitch-1.4.0/src *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/work/security/hitch/work/hitch-1.4.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/security/hitch/work/hitch-1.4.0 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/security/hitch *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/hitch