------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/bison-3.5.4,1.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> boxes-1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> boxes-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by boxes-1.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> boxes-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by boxes-1.3 for building => SHA256 Checksum OK for ascii-boxes-boxes-v1.3_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> boxes-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by boxes-1.3 for building ===> Extracting for boxes-1.3 => SHA256 Checksum OK for ascii-boxes-boxes-v1.3_GH0.tar.gz. Extracted Memory Use: 0.79M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for boxes-1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> boxes-1.3 depends on executable: bison - found ===> boxes-1.3 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> boxes-1.3 depends on executable: bison - found ===> boxes-1.3 depends on package: gmake>=4.3 - found ===> Configuring for boxes-1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for boxes-1.3 gmake[1]: Entering directory '/construction/misc/boxes/boxes-1.3' gmake[1]: git: No such file or directory | For compilation info please refer to the boxes compilation FAQ /bin/sh: git: not found sed -e 's/--BVERSION--/1.3 ()/; s/--GLOBALCONF--/\/usr\/local\/share\/boxes\/boxes-config/' src/boxes.h.in > src/boxes.h sed -e 's/--BVERSION--/1.3/; s/--GLOBALCONF--/\/usr\/local\/share\/boxes\/boxes-config/' doc/boxes.1.in > doc/boxes.1 | at https://boxes.thomasjensen.com/docs/faq.html#q5 gmake -C src BOXES_PLATFORM=unix build gmake[2]: Entering directory '/construction/misc/boxes/boxes-1.3/src' gmake BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o" CFLAGS_ADDTL="-O " STRIP=true flags_unix boxes gmake[3]: Entering directory '/construction/misc/boxes/boxes-1.3/src' gmake[3]: Nothing to be done for 'flags_unix'. bison -o parser.c -d parser.y bison -o parser.c -d parser.y flex -t lexer.l > lexer.tmp.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o boxes.o boxes.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o tools.o tools.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o shape.o shape.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o generate.o generate.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o remove.o remove.c echo '#include "config.h"' > lex.yy.c cat lexer.tmp.c >> lex.yy.c rm lexer.tmp.c tools.c: In function 'expand_tabs_into': tools.c:286:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *text = (char *) strdup (temp); ^ tools.c: In function 'tabbify_indent': tools.c:390:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (char *) strdup (""); ^ remove.c: In function 'best_match': remove.c:96:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] s = (char *) strdup (cs->chars[k]); ^ remove.c:167:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] s = (char *) strdup (cs->chars[k]); ^ boxes.c: In function 'get_config_file': boxes.c:232:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yyfilename = (char *) strdup (s); ^ boxes.c:261:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yyfilename = (char *) strdup (BOXES_CONFIG); ^ boxes.c:328:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yyfilename = (char *) strdup (GLOBALCONF); ^ boxes.c: In function 'process_commandline': boxes.c:473:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] opt.cld = (char *) strdup (optarg); ^ boxes.c:496:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] opt.design = (design_t *) ((char *) strdup (optarg)); ^ boxes.c:525:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yyfilename = (char *) strdup (optarg); ^ boxes.c: In function 'apply_substitutions': boxes.c:1293:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] input.lines[k].text = (char *) strdup (buf); ^ boxes.c: In function 'read_all_input': boxes.c:1426:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] input.lines[input.anz_lines].text = (char *) strdup (buf); ^ remove.c: In function 'output_input': remove.c:1052:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] indentspc = (char *) strdup (""); ^ generate.c: In function 'output_box': generate.c:869:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] indentspc = (char *) strdup (""); ^ cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o parser.o parser.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c -o lex.yy.o lex.yy.c lexer.l: In function 'yylex': lexer.l:97:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:121:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext + 1); ^ lexer.l:178:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:294:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:319:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ parser.y: In function 'yyparse': parser.y:436:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].name = (char *) strdup ($2); ^ parser.y:479:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].author = (char *) strdup ($2); ^ parser.y:486:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].designer = (char *) strdup ($2); ^ parser.y:493:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].revision = (char *) strdup ($2); ^ parser.y:500:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].created = (char *) strdup ($2); ^ parser.y:507:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] designs[design_idx].revdate = (char *) strdup ($2); ^ parser.y:574:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] line = (char *) strdup ($2); ^ parser.y:752:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) strdup ($3); ^ parser.y:754:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) strdup ($5); ^ parser.y:783:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) strdup ($3); ^ parser.y:785:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) strdup ($5); ^ parser.y:896:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rval.chars[rval.height-1] = (char *) strdup ($3); ^ parser.y:919:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rval.chars[0] = (char *) strdup ($1); ^ gmake -C regexp CC=cc libregexp.a gmake[4]: Entering directory '/construction/misc/boxes/boxes-1.3/src/regexp' cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c regexp.c cc -pipe -O2 -fno-strict-aliasing -ansi -I. -Iregexp -c regsub.c ar cr libregexp.a regexp.o regsub.o gmake[4]: Leaving directory '/construction/misc/boxes/boxes-1.3/src/regexp' cc -Lregexp parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o -o boxes -lregexp if [ "true" = "true" ] ; then strip boxes ; fi gmake[3]: Leaving directory '/construction/misc/boxes/boxes-1.3/src' gmake[2]: Leaving directory '/construction/misc/boxes/boxes-1.3/src' gmake[1]: Leaving directory '/construction/misc/boxes/boxes-1.3' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for boxes-1.3 ===> Generating temporary packing list install -s -m 555 /construction/misc/boxes/boxes-1.3/src/boxes /construction/misc/boxes/stage/usr/local/bin/ install -m 0644 /construction/misc/boxes/boxes-1.3/boxes-config /construction/misc/boxes/stage/usr/local/share/boxes install -m 444 /construction/misc/boxes/boxes-1.3/doc/boxes.1 /construction/misc/boxes/stage/usr/local/man/man1/ /bin/mkdir -p /construction/misc/boxes/stage/usr/local/share/doc/boxes install -m 0644 /construction/misc/boxes/boxes-1.3/README.md /construction/misc/boxes/stage/usr/local/share/doc/boxes ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for boxes-1.3 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05