* Package: app-misc/boxes-1.1.2-r3 * Repository: gentoo * Maintainer: shell-tools@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking boxes-1.1.2.tar.gz to /var/tmp/portage/app-misc/boxes-1.1.2-r3/work >>> Source unpacked in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work >>> Preparing source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -Iregexp -I. -ansi -std=c99' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Lregexp' | For compilation info please refer to the boxes compilation FAQ | at https://github.com/ascii-boxes/boxes/wiki/FAQ#q-5-compilation sed -e 's/--BVERSION--/1.1.2/; s/--GLOBALCONF--/\/usr\/share\/boxes/' src/boxes.h.in > src/boxes.h sed -e 's/--BVERSION--/1.1.2/; s/--GLOBALCONF--/\/usr\/share\/boxes/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix build make[1]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o" CFLAGS_ADDTL="-O " STRIP=false flags_unix boxes make[2]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make[2]: Nothing to be done for 'flags_unix'. bison -o parser.c -d parser.y x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o parser.o parser.c flex -t lexer.l > lexer.tmp.c echo #include "config.h" > lex.yy.c cat lexer.tmp.c >> lex.yy.c rm lexer.tmp.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o lex.yy.o lex.yy.c lexer.l: In function ‘yylex’: lexer.l:101:25: warning: implicit declaration of function ‘strdup’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] yylval.s = (char *) strdup (yytext); ^~~~~~ strcmp lexer.l:101:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:125:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext + 1); ^ lexer.l:182:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:298:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:323:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o boxes.o boxes.c boxes.c: In function ‘list_styles’: boxes.c:1012:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=] fprintf (opt.outfile, "Minimum Box Dimensions: %d x %d (width x height)\n", ~^ %ld d->minwidth, d->minheight); ~~~~~~~~~~~ boxes.c:1012:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] fprintf (opt.outfile, "Minimum Box Dimensions: %d x %d (width x height)\n", ~^ %ld d->minwidth, d->minheight); ~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o tools.o tools.c tools.c: In function ‘expand_tabs_into’: tools.c:271:28: warning: implicit declaration of function ‘calloc’ [-Wimplicit-function-declaration] *tabpos = (size_t *) calloc ((*tabpos_len) + 1, sizeof(size_t)); ^~~~~~ tools.c:271:28: warning: incompatible implicit declaration of built-in function ‘calloc’ tools.c:271:28: note: include ‘’ or provide a declaration of ‘calloc’ tools.c: In function ‘tabbify_indent’: tools.c:399:23: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration] result = (char *) malloc (indentspc_len + 1); ^~~~~~ tools.c:399:23: warning: incompatible implicit declaration of built-in function ‘malloc’ tools.c:399:23: note: include ‘’ or provide a declaration of ‘malloc’ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o shape.o shape.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o generate.o generate.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c -o remove.o remove.c make -C regexp CC=x86_64-pc-linux-gnu-gcc libregexp.a make[3]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src/regexp' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c regexp.c regexp.c: In function ‘regcomp’: regexp.c:137:19: warning: implicit declaration of function ‘regerror’; did you mean ‘strerror’? [-Wimplicit-function-declaration] #define FAIL(m) { regerror(m); return(NULL); } ^ regexp.c:204:3: note: in expansion of macro ‘FAIL’ FAIL("NULL argument"); ^~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Iregexp -I. -ansi -std=c99 -c regsub.c regsub.c: In function ‘regsub’: regsub.c:63:9: warning: implicit declaration of function ‘regerror’; did you mean ‘strerror’? [-Wimplicit-function-declaration] regerror("NULL parm to regsub"); ^~~~~~~~ strerror regsub.c: In function ‘myregsub’: regsub.c:139:14: warning: implicit declaration of function ‘regexec’ [-Wimplicit-function-declaration] rc = regexec (prog, sp); ^~~~~~~ ar cr libregexp.a regexp.o regsub.o make[3]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src/regexp' x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Lregexp parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o -o boxes -lregexp if [ false == true ] ; then strip boxes ; fi make[2]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make[1]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' >>> Source compiled. >>> Test phase: app-misc/boxes-1.1.2-r3 make -j1 test cd test; ./testrunner.sh -suite Running test case: 001_trivial.txt Invoking: boxes ./testrunner.sh: line 78: 13156 Done cat $testInputFile 13157 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,3 > /*******/ > /* foo */ > /*******/ Error in test case: 001_trivial.txt (top: actual; bottom: expected) Running test case: 002_trivial_10x5.txt Invoking: boxes -s 10x5 ./testrunner.sh: line 78: 13207 Broken pipe cat $testInputFile 13208 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /********/ > /* foo */ > /* */ > /* */ > /********/ Error in test case: 002_trivial_10x5.txt (top: actual; bottom: expected) Running test case: 003_no_config_file.txt Invoking: boxes -f nonexistent OK Running test case: 004_missing_option_argument.txt Invoking: boxes -s OK Running test case: 005_alignment_single_line_hlvt.txt Invoking: boxes -s 15x5 -a hlvt ./testrunner.sh: line 78: 13385 Done cat $testInputFile 13386 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 005_alignment_single_line_hlvt.txt (top: actual; bottom: expected) Running test case: 006_alignment_single_line_hlvc.txt Invoking: boxes -s 15x5 -a hlvc ./testrunner.sh: line 78: 13464 Done cat $testInputFile 13466 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 006_alignment_single_line_hlvc.txt (top: actual; bottom: expected) Running test case: 007_alignment_single_line_hlvb.txt Invoking: boxes -s 15x5 -a hlvb ./testrunner.sh: line 78: 13533 Broken pipe cat $testInputFile 13534 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 007_alignment_single_line_hlvb.txt (top: actual; bottom: expected) Running test case: 008_alignment_single_line_hcvt.txt Invoking: boxes -s 15x5 -a hcvt ./testrunner.sh: line 78: 13620 Done cat $testInputFile 13622 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 008_alignment_single_line_hcvt.txt (top: actual; bottom: expected) Running test case: 009_alignment_single_line_hcvc.txt Invoking: boxes -s 15x5 -a hcvc ./testrunner.sh: line 78: 13697 Done cat $testInputFile 13698 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 009_alignment_single_line_hcvc.txt (top: actual; bottom: expected) Running test case: 010_alignment_single_line_hcvb.txt Invoking: boxes -s 15x5 -a hcvb ./testrunner.sh: line 78: 13779 Broken pipe cat $testInputFile 13780 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 010_alignment_single_line_hcvb.txt (top: actual; bottom: expected) Running test case: 011_alignment_single_line_hrvt.txt Invoking: boxes -s 15x5 -a hrvt ./testrunner.sh: line 78: 13851 Done cat $testInputFile 13852 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 011_alignment_single_line_hrvt.txt (top: actual; bottom: expected) Running test case: 012_alignment_single_line_hrvc.txt Invoking: boxes -s 15x5 -a hrvc ./testrunner.sh: line 78: 13941 Done cat $testInputFile 13943 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 012_alignment_single_line_hrvc.txt (top: actual; bottom: expected) Running test case: 013_alignment_single_line_hrvb.txt Invoking: boxes -s 15x5 -a hrvb ./testrunner.sh: line 78: 14017 Done cat $testInputFile 14018 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 013_alignment_single_line_hrvb.txt (top: actual; bottom: expected) Running test case: 014_alignment_single_line_l.txt Invoking: boxes -s 15x5 -a l ./testrunner.sh: line 78: 14090 Broken pipe cat $testInputFile 14091 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 014_alignment_single_line_l.txt (top: actual; bottom: expected) Running test case: 015_alignment_single_line_c.txt Invoking: boxes -s 15x5 -a c ./testrunner.sh: line 78: 14174 Done cat $testInputFile 14175 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 015_alignment_single_line_c.txt (top: actual; bottom: expected) Running test case: 016_alignment_single_line_r.txt Invoking: boxes -s 15x5 -a r ./testrunner.sh: line 78: 14276 Done cat $testInputFile 14277 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 016_alignment_single_line_r.txt (top: actual; bottom: expected) Running test case: 017_alignment_multiline_hlvtjl.txt Invoking: boxes -s 15x7 -a hlvtjl ./testrunner.sh: line 78: 14456 Done cat $testInputFile 14457 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 017_alignment_multiline_hlvtjl.txt (top: actual; bottom: expected) Running test case: 018_alignment_multiline_hlvtjc.txt Invoking: boxes -s 15x7 -a hlvtjc ./testrunner.sh: line 78: 14624 Done cat $testInputFile 14625 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 018_alignment_multiline_hlvtjc.txt (top: actual; bottom: expected) Running test case: 019_alignment_multiline_hlvtjr.txt Invoking: boxes -s 15x7 -a hlvtjr ./testrunner.sh: line 78: 14800 Done cat $testInputFile 14801 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 019_alignment_multiline_hlvtjr.txt (top: actual; bottom: expected) Running test case: 020_alignment_multiline_hlvcjl.txt Invoking: boxes -s 15x7 -a hlvcjl ./testrunner.sh: line 78: 14992 Broken pipe cat $testInputFile 14993 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 020_alignment_multiline_hlvcjl.txt (top: actual; bottom: expected) Running test case: 021_alignment_multiline_hlvcjc.txt Invoking: boxes -s 15x7 -a hlvcjc ./testrunner.sh: line 78: 15144 Done cat $testInputFile 15145 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 021_alignment_multiline_hlvcjc.txt (top: actual; bottom: expected) Running test case: 022_alignment_multiline_hlvcjr.txt Invoking: boxes -s 15x7 -a hlvcjr ./testrunner.sh: line 78: 15307 Broken pipe cat $testInputFile 15308 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 022_alignment_multiline_hlvcjr.txt (top: actual; bottom: expected) Running test case: 023_alignment_multiline_hlvbjl.txt Invoking: boxes -s 15x7 -a hlvbjl ./testrunner.sh: line 78: 15443 Done cat $testInputFile 15445 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 023_alignment_multiline_hlvbjl.txt (top: actual; bottom: expected) Running test case: 024_alignment_multiline_hlvbjc.txt Invoking: boxes -s 15x7 -a hlvbjc ./testrunner.sh: line 78: 15591 Done cat $testInputFile 15592 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 024_alignment_multiline_hlvbjc.txt (top: actual; bottom: expected) Running test case: 025_alignment_multiline_hlvbjr.txt Invoking: boxes -s 15x7 -a hlvbjr ./testrunner.sh: line 78: 15734 Done cat $testInputFile 15735 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 025_alignment_multiline_hlvbjr.txt (top: actual; bottom: expected) Running test case: 026_alignment_multiline_hcvtjl.txt Invoking: boxes -s 15x7 -a hcvtjl ./testrunner.sh: line 78: 15916 Broken pipe cat $testInputFile 15917 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 026_alignment_multiline_hcvtjl.txt (top: actual; bottom: expected) Running test case: 027_alignment_multiline_hcvtjc.txt Invoking: boxes -s 15x7 -a hcvtjc ./testrunner.sh: line 78: 16104 Done cat $testInputFile 16107 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 027_alignment_multiline_hcvtjc.txt (top: actual; bottom: expected) Running test case: 028_alignment_multiline_hcvtjr.txt Invoking: boxes -s 15x7 -a hcvtjr ./testrunner.sh: line 78: 16303 Broken pipe cat $testInputFile 16304 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 028_alignment_multiline_hcvtjr.txt (top: actual; bottom: expected) Running test case: 029_alignment_multiline_hcvcjl.txt Invoking: boxes -s 15x7 -a hcvcjl ./testrunner.sh: line 78: 16467 Done cat $testInputFile 16468 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 029_alignment_multiline_hcvcjl.txt (top: actual; bottom: expected) Running test case: 030_alignment_multiline_hcvcjc.txt Invoking: boxes -s 15x7 -a hcvcjc ./testrunner.sh: line 78: 16596 Done cat $testInputFile 16597 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 030_alignment_multiline_hcvcjc.txt (top: actual; bottom: expected) Running test case: 031_alignment_multiline_hcvcjr.txt Invoking: boxes -s 15x7 -a hcvcjr ./testrunner.sh: line 78: 16678 Done cat $testInputFile 16679 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 031_alignment_multiline_hcvcjr.txt (top: actual; bottom: expected) Running test case: 032_alignment_multiline_hcvbjl.txt Invoking: boxes -s 15x7 -a hcvbjl ./testrunner.sh: line 78: 16756 Broken pipe cat $testInputFile 16757 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 032_alignment_multiline_hcvbjl.txt (top: actual; bottom: expected) Running test case: 033_alignment_multiline_hcvbjc.txt Invoking: boxes -s 15x7 -a hcvbjc ./testrunner.sh: line 78: 16906 Done cat $testInputFile 16907 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 033_alignment_multiline_hcvbjc.txt (top: actual; bottom: expected) Running test case: 034_alignment_multiline_hcvbjr.txt Invoking: boxes -s 15x7 -a hcvbjr ./testrunner.sh: line 78: 17018 Done cat $testInputFile 17019 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 034_alignment_multiline_hcvbjr.txt (top: actual; bottom: expected) Running test case: 035_alignment_multiline_hrvtjl.txt Invoking: boxes -s 15x7 -a hrvtjl ./testrunner.sh: line 78: 17127 Done cat $testInputFile 17128 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 035_alignment_multiline_hrvtjl.txt (top: actual; bottom: expected) Running test case: 036_alignment_multiline_hrvtjc.txt Invoking: boxes -s 15x7 -a hrvtjc ./testrunner.sh: line 78: 17229 Done cat $testInputFile 17230 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 036_alignment_multiline_hrvtjc.txt (top: actual; bottom: expected) Running test case: 037_alignment_multiline_hrvtjr.txt Invoking: boxes -s 15x7 -a hrvtjr ./testrunner.sh: line 78: 17351 Done cat $testInputFile 17352 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 037_alignment_multiline_hrvtjr.txt (top: actual; bottom: expected) Running test case: 038_alignment_multiline_hrvcjl.txt Invoking: boxes -s 15x7 -a hrvcjl ./testrunner.sh: line 78: 17437 Broken pipe cat $testInputFile 17438 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 038_alignment_multiline_hrvcjl.txt (top: actual; bottom: expected) Running test case: 039_alignment_multiline_hrvcjc.txt Invoking: boxes -s 15x7 -a hrvcjc ./testrunner.sh: line 78: 17497 Done cat $testInputFile 17498 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 039_alignment_multiline_hrvcjc.txt (top: actual; bottom: expected) Running test case: 040_alignment_multiline_hrvcjr.txt Invoking: boxes -s 15x7 -a hrvcjr ./testrunner.sh: line 78: 17556 Done cat $testInputFile 17557 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 040_alignment_multiline_hrvcjr.txt (top: actual; bottom: expected) Running test case: 041_alignment_multiline_hrvbjl.txt Invoking: boxes -s 15x7 -a hrvbjl ./testrunner.sh: line 78: 17630 Done cat $testInputFile 17631 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 041_alignment_multiline_hrvbjl.txt (top: actual; bottom: expected) Running test case: 042_alignment_multiline_hrvbjc.txt Invoking: boxes -s 15x7 -a hrvbjc ./testrunner.sh: line 78: 17757 Broken pipe cat $testInputFile 17758 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 042_alignment_multiline_hrvbjc.txt (top: actual; bottom: expected) Running test case: 043_alignment_multiline_hrvbjr.txt Invoking: boxes -s 15x7 -a hrvbjr ./testrunner.sh: line 78: 17899 Done cat $testInputFile 17901 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 043_alignment_multiline_hrvbjr.txt (top: actual; bottom: expected) Running test case: 044_alignment_multiline_l.txt Invoking: boxes -s 15x7 -a l ./testrunner.sh: line 78: 17978 Done cat $testInputFile 17979 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 044_alignment_multiline_l.txt (top: actual; bottom: expected) Running test case: 045_alignment_multiline_c.txt Invoking: boxes -s 15x7 -a c ./testrunner.sh: line 78: 18073 Broken pipe cat $testInputFile 18075 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 045_alignment_multiline_c.txt (top: actual; bottom: expected) Running test case: 046_alignment_multiline_r.txt Invoking: boxes -s 15x7 -a r ./testrunner.sh: line 78: 18163 Broken pipe cat $testInputFile 18164 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 046_alignment_multiline_r.txt (top: actual; bottom: expected) Running test case: 047_alignment_multiline_none.txt Invoking: boxes -s 15x7 ./testrunner.sh: line 78: 18245 Done cat $testInputFile 18246 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 047_alignment_multiline_none.txt (top: actual; bottom: expected) Running test case: 048_alignment_multiline_vertical_round_down.txt Invoking: boxes -s 15x7 -a c ./testrunner.sh: line 78: 18285 Done cat $testInputFile 18286 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* */ > /* */ > /*************/ Error in test case: 048_alignment_multiline_vertical_round_down.txt (top: actual; bottom: expected) Running test case: 049_alignment_illegal_format.txt Invoking: boxes -a mistake OK Running test case: 050_alignment_multiline_nop1.txt Invoking: boxes -s 11x5 -a c ./testrunner.sh: line 78: 18428 Broken pipe cat $testInputFile 18429 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* XXXXX */ > /* XXXXX */ > /* XXXXX */ > /*********/ Error in test case: 050_alignment_multiline_nop1.txt (top: actual; bottom: expected) Running test case: 051_alignment_multiline_nop2.txt Invoking: boxes -s 11x5 -a hrvbjr ./testrunner.sh: line 78: 18559 Broken pipe cat $testInputFile 18561 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* XXXXX */ > /* XXXXX */ > /* XXXXX */ > /*********/ Error in test case: 051_alignment_multiline_nop2.txt (top: actual; bottom: expected) Running test case: 052_simple_line_comment.txt Invoking: boxes -c # OK Running test case: 053_size_25x10.txt Invoking: boxes -s 25x10 ./testrunner.sh: line 78: 18796 Broken pipe cat $testInputFile 18797 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,10 > /***********************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /* */ > /* */ > /* */ > /***********************/ Error in test case: 053_size_25x10.txt (top: actual; bottom: expected) Running test case: 054_size_vs_padding_1.txt Invoking: boxes -s 10x5 ./testrunner.sh: line 78: 18883 Done cat $testInputFile 18884 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /********/ > /*aaa */ > /*bbbb */ > /*ccccc */ > /********/ Error in test case: 054_size_vs_padding_1.txt (top: actual; bottom: expected) Running test case: 055_size_vs_padding_2.txt Invoking: boxes -s 9x5 ./testrunner.sh: line 78: 18946 Done cat $testInputFile 18947 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 055_size_vs_padding_2.txt (top: actual; bottom: expected) Running test case: 056_input_vs_size.txt Invoking: boxes -s 2x2 -p a2 ./testrunner.sh: line 78: 19000 Done cat $testInputFile 19001 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 056_input_vs_size.txt (top: actual; bottom: expected) Running test case: 057_size_vs_padding_2.txt Invoking: boxes -p v1h10 -s 30x6 ./testrunner.sh: line 78: 19078 Done cat $testInputFile 19079 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,6 > /****************************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /****************************/ Error in test case: 057_size_vs_padding_2.txt (top: actual; bottom: expected) Running test case: 058_size_minimum_by_design.txt Invoking: boxes -d diamonds -s 15x7 ./testrunner.sh: line 78: 19209 Done cat $testInputFile 19210 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,16 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 058_size_minimum_by_design.txt (top: actual; bottom: expected) Running test case: 059_size_same_as_design.txt Invoking: boxes -d diamonds -s 40x16 ./testrunner.sh: line 78: 19383 Done cat $testInputFile 19384 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,16 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 059_size_same_as_design.txt (top: actual; bottom: expected) Running test case: 060_size_1_extra_line.txt Invoking: boxes -d diamonds -s 40x17 ./testrunner.sh: line 78: 19570 Done cat $testInputFile 19571 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,20 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 060_size_1_extra_line.txt (top: actual; bottom: expected) Running test case: 061_size_1_extra_line_and_1_extra_column.txt Invoking: boxes -d diamonds -s 41x17 ./testrunner.sh: line 78: 19721 Broken pipe cat $testInputFile 19723 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,20 > /\ /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ \/ Error in test case: 061_size_1_extra_line_and_1_extra_column.txt (top: actual; bottom: expected) Running test case: 062_size_with_indent.txt Invoking: boxes -s 15x7 ./testrunner.sh: line 78: 19862 Done cat $testInputFile 19863 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 062_size_with_indent.txt (top: actual; bottom: expected) Running test case: 063_size_with_indent_and_padding.txt Invoking: boxes -s 15x7 -p l2 ./testrunner.sh: line 78: 20019 Done cat $testInputFile 20020 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 063_size_with_indent_and_padding.txt (top: actual; bottom: expected) Running test case: 064_size_with_indent_and_too_much_padding.txt Invoking: boxes -s 15x7 -p l10 ./testrunner.sh: line 78: 20152 Broken pipe cat $testInputFile 20153 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc*/ > /* */ > /* */ > /*************/ Error in test case: 064_size_with_indent_and_too_much_padding.txt (top: actual; bottom: expected) Running test case: 065_size_missing_argument.txt Invoking: boxes -s OK Running test case: 066_size_invalid_spec.txt Invoking: boxes -s -2x3 OK Running test case: 067_size_as_small_as_possible_vertical.txt Invoking: boxes -s 0x1 ./testrunner.sh: line 78: 20727 Broken pipe cat $testInputFile 20728 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*********/ Error in test case: 067_size_as_small_as_possible_vertical.txt (top: actual; bottom: expected) Running test case: 068_size_single_argument.txt Invoking: boxes -s 15 ./testrunner.sh: line 78: 20914 Done cat $testInputFile 20916 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 068_size_single_argument.txt (top: actual; bottom: expected) Running test case: 069_size_single_argument_x.txt Invoking: boxes -s x7 ./testrunner.sh: line 78: 21047 Done cat $testInputFile 21048 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*********/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*********/ Error in test case: 069_size_single_argument_x.txt (top: actual; bottom: expected) Running test case: 070_size_as_small_as_possible_horiz.txt Invoking: boxes -s 1x0 ./testrunner.sh: line 78: 21201 Broken pipe cat $testInputFile 21203 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 070_size_as_small_as_possible_horiz.txt (top: actual; bottom: expected) Running test case: 071_size_invalid_spec_0x0.txt Invoking: boxes -s 0x0 OK Running test case: 072_tab_expanded_split.txt Invoking: boxes ./testrunner.sh: line 78: 21625 Broken pipe cat $testInputFile 21626 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**************/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**************/ Error in test case: 072_tab_expanded_split.txt (top: actual; bottom: expected) Running test case: 073_tab_expanded_size4.txt Invoking: boxes -t 4 ./testrunner.sh: line 78: 21698 Done cat $testInputFile 21699 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 073_tab_expanded_size4.txt (top: actual; bottom: expected) Running test case: 074_tab_keep_size4.txt Invoking: boxes -t 4k ./testrunner.sh: line 78: 21762 Done cat $testInputFile 21763 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 074_tab_keep_size4.txt (top: actual; bottom: expected) Running test case: 075_tab_unexpand.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 21851 Broken pipe cat $testInputFile 21852 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 075_tab_unexpand.txt (top: actual; bottom: expected) Running test case: 076_tab_keep_size4_withContent.txt Invoking: boxes -t 4k ./testrunner.sh: line 78: 21920 Done cat $testInputFile 21921 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***********/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***********/ Error in test case: 076_tab_keep_size4_withContent.txt (top: actual; bottom: expected) Running test case: 077_tab_unexpand_size8_withContent.txt Invoking: boxes -t 8u ./testrunner.sh: line 78: 21957 Done cat $testInputFile 21958 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /*******************/ Error in test case: 077_tab_unexpand_size8_withContent.txt (top: actual; bottom: expected) Running test case: 078_tab_unexpand_size8_withContent2.txt Invoking: boxes -t 8u ./testrunner.sh: line 78: 22027 Done cat $testInputFile 22028 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***************/ Error in test case: 078_tab_unexpand_size8_withContent2.txt (top: actual; bottom: expected) Running test case: 079_tab_keep_size8.txt Invoking: boxes -t 8k ./testrunner.sh: line 78: 22117 Done cat $testInputFile 22118 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***************/ Error in test case: 079_tab_keep_size8.txt (top: actual; bottom: expected) Running test case: 080_tab_expand_size4.txt Invoking: boxes -t 4 ./testrunner.sh: line 78: 22174 Done cat $testInputFile 22175 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 080_tab_expand_size4.txt (top: actual; bottom: expected) Running test case: 081_tab_unexpand_size4_fromNone.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 22212 Done cat $testInputFile 22213 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 081_tab_unexpand_size4_fromNone.txt (top: actual; bottom: expected) Running test case: 082_tab_unexpand_size4_split.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 22263 Broken pipe cat $testInputFile 22264 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 082_tab_unexpand_size4_split.txt (top: actual; bottom: expected) Running test case: 083_list_design_info.txt Invoking: boxes -l -d c ./testrunner.sh: line 78: 22305 Done cat $testInputFile 22306 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,14 > Complete Design Information for "c": > ------------------------------------ > Author: Thomas Jensen > Creation Date: March 18, 1999 (Thursday, 15:25h) > Current Revision: 1.0 as of March 18, 1999 (Thursday, 15:25h) > Indentation Mode: box (indent box) > Replacement Rules: 1. (glob) "\*/" WITH "*\/" > Reversion Rules: 1. (glob) "\*\\/" TO "*/" > Minimum Box Dimensions: 5 x 3 (width x height) > Default Padding: left 1, right 1 > Default Killblank: yes > Elastic Shapes: N, E, S, W > Defined Shapes: NW: "/*" N: "*" NE: "*/" E: "*/" SE: "*/" S: "*" > SW: "/*" W: "/*" Error in test case: 083_list_design_info.txt (top: actual; bottom: expected) Running test case: 084_list_design_info_for_cmdline_definition.txt Invoking: boxes -c # -l OK 84 tests executed, 8 successful, 76 failed. make: *** [Makefile:81: test] Error 1 * ERROR: app-misc/boxes-1.1.2-r3::gentoo failed (test phase): * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2338: Called default * phase-functions.sh, line 867: Called default_src_test * phase-functions.sh, line 896: Called __eapi0_src_test * phase-helpers.sh, line 820: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} test || \ * die "Make test failed. See above for details." * * If you need support, post the output of `emerge --info '=app-misc/boxes-1.1.2-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/boxes-1.1.2-r3::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:boxes-1.1.2-r3:20180525-194105.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/boxes-1.1.2-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/boxes-1.1.2-r3/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2' * S: '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2'