=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for miller-2.2.0 make -C c top make -C dsls put_dsl_parse.o gcc -o lemon lemon.c ./lemon put_dsl_parse.y mv put_dsl_parse.c put_dsl_parse.c.tmp sed -e 's/ParseTrace/put_dsl_ParseTrace/g' -e 's/ParseTokenName/put_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/put_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/put_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/put_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/put_dsl_yy_destructor/g' put_dsl_parse.c.tmp > put_dsl_parse.c rm -f put_dsl_parse.c.tmp gcc -I.. -O3 -c -std=gnu99 put_dsl_parse.c make -C dsls put_dsl_lexer.o flex --prefix=put_dsl_lexer_ --outfile=put_dsl_lexer.c --header-file=put_dsl_lexer.h put_dsl_lexer.l gcc -I.. -O3 -c -std=gnu99 put_dsl_lexer.c make -C dsls put_dsl_wrapper.o gcc -Wall -I.. -O3 -c -std=gnu99 put_dsl_wrapper.c put_dsl_wrapper.c: In function 'put_dsl_parse_inner': put_dsl_wrapper.c:24:3: warning: implicit declaration of function 'put_dsl_lemon_parser_parse_token' [-Wimplicit-function-declaration] parse_code = put_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, pasts); ^ put_dsl_wrapper.c: In function 'put_dsl_parse': put_dsl_wrapper.c:61:2: warning: implicit declaration of function 'put_dsl_lemon_parser_free' [-Wimplicit-function-declaration] put_dsl_lemon_parser_free(pvparser, free); ^ make -C dsls filter_dsl_parse.o ./lemon filter_dsl_parse.y mv filter_dsl_parse.c filter_dsl_parse.c.tmp sed -e 's/ParseTrace/filter_dsl_ParseTrace/g' -e 's/ParseTokenName/filter_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/filter_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/filter_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/filter_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/filter_dsl_yy_destructor/g' filter_dsl_parse.c.tmp > filter_dsl_parse.c rm -f filter_dsl_parse.c.tmp gcc -I.. -O3 -c -std=gnu99 filter_dsl_parse.c make -C dsls filter_dsl_lexer.o flex --prefix=filter_dsl_lexer_ --outfile=filter_dsl_lexer.c --header-file=filter_dsl_lexer.h filter_dsl_lexer.l gcc -I.. -O3 -c -std=gnu99 filter_dsl_lexer.c make -C dsls filter_dsl_wrapper.o gcc -Wall -I.. -O3 -c -std=gnu99 filter_dsl_wrapper.c filter_dsl_wrapper.c: In function 'filter_dsl_parse_inner': filter_dsl_wrapper.c:23:3: warning: implicit declaration of function 'filter_dsl_lemon_parser_parse_token' [-Wimplicit-function-declaration] parse_code = filter_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, past); ^ filter_dsl_wrapper.c: In function 'filter_dsl_parse': filter_dsl_wrapper.c:59:2: warning: implicit declaration of function 'filter_dsl_lemon_parser_free' [-Wimplicit-function-declaration] filter_dsl_lemon_parser_free(pvparser, free); ^ gcc -std=gnu99 -I. -Wall -Werror -O3 *.c cli/*.c lib/*.c containers/*.c stream/*.c input/*.c mapping/*.c output/*.c ./dsls/put_dsl_parse.o ./dsls/put_dsl_lexer.o ./dsls/put_dsl_wrapper.o ./dsls/filter_dsl_parse.o ./dsls/filter_dsl_lexer.o ./dsls/filter_dsl_wrapper.o -lm -o mlr lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_MLRUTIL_MAIN__ lib/mlrutil.c lib/test_mlrutil.c -o test-mlrutil lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_BYTE_READERS_MAIN__ lib/mlrutil.c lib/mlr_test_util.c lib/mlr_globals.c input/string_byte_reader.c input/stdio_byte_reader.c input/mmap_byte_reader.c input/test_byte_readers.c -o test-byte-readers lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_PEEK_FILE_READER_MAIN__ lib/mlrutil.c lib/mlr_test_util.c lib/mlr_globals.c input/string_byte_reader.c input/peek_file_reader.c input/test_peek_file_reader.c -o test-peek-file-reader lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_PARSE_TRIE_MAIN__ lib/mlrutil.c lib/mlr_globals.c containers/parse_trie.c containers/test_parse_trie.c -o test-parse-trie lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_LREC_MAIN__ lib/mlrutil.c lib/mlr_globals.c lib/string_builder.c containers/lrec.c containers/header_keeper.c containers/sllv.c containers/slls.c containers/lhmslv.c input/line_readers.c input/file_reader_mmap.c input/file_reader_stdio.c input/lrec_reader_mmap_csvlite.c input/lrec_reader_stdio_csvlite.c input/lrec_reader_mmap_dkvp.c input/lrec_reader_stdio_dkvp.c input/lrec_reader_mmap_nidx.c input/lrec_reader_stdio_nidx.c input/lrec_reader_mmap_xtab.c input/lrec_reader_stdio_xtab.c containers/test_lrec.c -o test-lrec lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_MULTIPLE_CONTAINERS_MAIN__ lib/mlrutil.c lib/mlr_globals.c lib/string_builder.c containers/lrec.c containers/header_keeper.c containers/sllv.c containers/slls.c containers/hss.c containers/lhmsi.c containers/lhmss.c containers/lhmsv.c containers/lhms2v.c containers/lhmslv.c containers/percentile_keeper.c containers/top_keeper.c containers/dheap.c input/line_readers.c input/file_reader_mmap.c input/file_reader_stdio.c input/lrec_reader_mmap_csvlite.c input/lrec_reader_stdio_csvlite.c input/lrec_reader_mmap_dkvp.c input/lrec_reader_stdio_dkvp.c input/lrec_reader_mmap_nidx.c input/lrec_reader_stdio_nidx.c input/lrec_reader_mmap_xtab.c input/lrec_reader_stdio_xtab.c containers/test_multiple_containers.c -o test-multiple-containers lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_STRING_BUILDER_MAIN__ lib/mlrutil.c lib/mlr_globals.c lib/string_builder.c lib/test_string_builder.c -o test-string-builder lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ gcc -g -std=gnu99 -I. -Wall -Werror -D__TEST_JOIN_BUCKET_KEEPER_MAIN__ lib/mlrutil.c lib/mlr_globals.c lib/string_builder.c mapping/context.c containers/parse_trie.c containers/lrec.c containers/sllv.c containers/slls.c containers/lhmslv.c containers/hss.c containers/mixutil.c containers/header_keeper.c containers/join_bucket_keeper.c input/mmap_byte_reader.c input/stdio_byte_reader.c input/line_readers.c input/lrec_reader_in_memory.c input/lrec_readers.c input/lrec_reader_csv.c input/lrec_reader_mmap_csvlite.c input/lrec_reader_stdio_csvlite.c input/lrec_reader_mmap_dkvp.c input/lrec_reader_stdio_dkvp.c input/lrec_reader_mmap_nidx.c input/lrec_reader_stdio_nidx.c input/lrec_reader_mmap_xtab.c input/lrec_reader_stdio_xtab.c input/file_reader_mmap.c input/file_reader_stdio.c input/peek_file_reader.c containers/test_join_bucket_keeper.c -o test-join-bucket-keeper lib/mlrutil.c: In function 'is_backslash_hex': lib/mlrutil.c:309:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[2])) ^ lib/mlrutil.c:311:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isxdigit(input[3])) ^ ./test-mlrutil TEST_MLRUTIL ENTER TEST_MLRUTIL: ALL UNIT TESTS PASSED Tests passed: 6 of 6 Assertions passed: 65 of 65 ./test-byte-readers TEST_BYTE_READERS ENTER TEST_BYTE_READERS: ALL UNIT TESTS PASSED Tests passed: 7 of 7 Assertions passed: 74 of 74 ./test-peek-file-reader TEST_PEEK_FILE_READER ENTER Failure at input/test_peek_file_reader.c line 24, invoked from file input/test_peek_file_reader.c line 71 Not all unit tests passed Tests passed: 0 of 1 Assertions passed: 1 of 2 *** Error code 1 Stop. make[1]: stopped in /scratch/textproc/miller/work/miller-2.2.0/c *** Error code 1 Stop. make: stopped in /scratch/textproc/miller/work/miller-2.2.0 *** Error code 1 Stop. make[1]: stopped in /bulk-data/pkgsrc/textproc/miller *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/textproc/miller