------------------------------------------------------------------------------- -- 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:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The spl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> spl-1.2.1_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The spl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> spl-1.2.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spl-1.2.1_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The spl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> spl-1.2.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spl-1.2.1_4 for building => SHA256 Checksum OK for spl-1.2.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The spl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> spl-1.2.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spl-1.2.1_4 for building ===> Extracting for spl-1.2.1_4 => SHA256 Checksum OK for spl-1.2.1.tar.gz. Extracted Memory Use: 0.27M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for spl-1.2.1_4 ===> Applying ports patches for spl-1.2.1_4 ===> Cleanly applied ports patch(es) patch-include_roman__numbers.metaflex /usr/bin/env WRKSRC=/construction/lang/spl/spl-1.2.1 REWARNFILE=/construction/lang/spl/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' -e 's,CCFLAGS,CFLAGS,g' /construction/lang/spl/spl-1.2.1/./Makefile /usr/bin/env WRKSRC=/construction/lang/spl/spl-1.2.1 REWARNFILE=/construction/lang/spl/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' -e 's,CCFLAGS,CFLAGS,g' /construction/lang/spl/spl-1.2.1/examples/Makefile /usr/bin/env WRKSRC=/construction/lang/spl/spl-1.2.1 REWARNFILE=/construction/lang/spl/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's,\(#define STRING_LENGTH\).*,\1 25600,g' -e 's,free(,//free(,g' /construction/lang/spl/spl-1.2.1/makescanner.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> spl-1.2.1_4 depends on executable: bison - found ===> spl-1.2.1_4 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> spl-1.2.1_4 depends on executable: bison - found ===> spl-1.2.1_4 depends on package: gmake>=4.3 - found ===> Configuring for spl-1.2.1_4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for spl-1.2.1_4 gmake[1]: Entering directory '/construction/lang/spl/spl-1.2.1' bison --verbose -d grammar.y bison --verbose -d grammar.y cc -pipe -O2 -fno-strict-aliasing -Wall -c makescanner.c cc -pipe -O2 -fno-strict-aliasing -Wall -c strutils.c cc -pipe -O2 -fno-strict-aliasing -Wall -c libspl.c cc makescanner.o -pipe -O2 -fno-strict-aliasing -Wall -o makescanner ./makescanner include > scanner.l flex -Cem -t scanner.l > scanner.c scanner.l:597: warning, rule cannot be matched cc -pipe -O2 -fno-strict-aliasing -Wall -c scanner.c ar rc libspl.a libspl.o strutils.o ranlib libspl.a cc -pipe -O2 -fno-strict-aliasing -Wall -c grammar.tab.c :5668:16: warning: 'input' defined but not used [-Wunused-function] :5621:17: warning: 'yyunput' defined but not used [-Wunused-function] cc grammar.tab.o scanner.o strutils.o -pipe -O2 -fno-strict-aliasing -Wall -lfl -o spl2c mkdir -p spl/bin spl/include spl/lib cp -pf spl2c spl/bin cp -pf spl.h spl/include cp -pf libspl.a spl/lib gmake -C examples all gmake[2]: Entering directory '/construction/lang/spl/spl-1.2.1/examples' ../spl/bin/spl2c < fibonacci.spl > fibonacci.c ../spl/bin/spl2c < fibonacci2.spl > fibonacci2.c ../spl/bin/spl2c < guess.spl > guess.c ../spl/bin/spl2c < hello.spl > hello.c ../spl/bin/spl2c < primes.spl > primes.c ../spl/bin/spl2c < reverse.spl > reverse.c ../spl/bin/spl2c < shakesbeer.spl > shakesbeer.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c hello.c Warning at line 19: equality expected Warning at line 28: equality expected Warning at line 32: period or exclamation mark expected Warning at line 37: equality expected Warning at line 40: equality expected 5 warnings found. Code may be defective. cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c fibonacci.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c shakesbeer.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c fibonacci2.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c guess.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c reverse.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wall -I../spl/include -c primes.c hello.c: In function 'main': hello.c:93:3: warning: label 'act_ii_scene_ii' defined but not used [-Wunused-label] act_ii_scene_ii: /* Juliet and Ophelia ' s conversation */ ^~~~~~~~~~~~~~~ hello.c:75:3: warning: label 'act_ii_scene_i' defined but not used [-Wunused-label] act_ii_scene_i: /* Romeo and Juliet ' s conversation */ ^~~~~~~~~~~~~~ hello.c:73:3: warning: label 'act_ii' defined but not used [-Wunused-label] act_ii: /* Behind Hamlet ' s back */ ^~~~~~ hello.c:59:3: warning: label 'act_i_scene_iii' defined but not used [-Wunused-label] act_i_scene_iii: /* The praising of Ophelia */ ^~~~~~~~~~~~~~~ hello.c:49:3: warning: label 'act_i_scene_ii' defined but not used [-Wunused-label] act_i_scene_ii: /* The praising of Juliet */ ^~~~~~~~~~~~~~ hello.c:31:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* The insulting of Romeo */ ^~~~~~~~~~~~~ hello.c:29:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* Hamlet ' s insults and flattery */ ^~~~~ hello.c:20:14: warning: unused variable 'comp2' [-Wunused-variable] int comp1, comp2; ^~~~~ hello.c:20:7: warning: unused variable 'comp1' [-Wunused-variable] int comp1, comp2; ^~~~~ fibonacci.c: In function 'main': fibonacci.c:75:3: warning: label 'act_i_scene_iii' defined but not used [-Wunused-label] act_i_scene_iii: /* A Spaceman Interferes */ ^~~~~~~~~~~~~~~ fibonacci.c:29:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* Juliet Sets Things Straight */ ^~~~~~~~~~~~~ fibonacci.c:27:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* A Minimalistic Play */ ^~~~~ fibonacci2.c: In function 'main': fibonacci2.c:93:3: warning: label 'act_i_scene_iv' defined but not used [-Wunused-label] act_i_scene_iv: /* Juliet has second thoughts */ ^~~~~~~~~~~~~~ fibonacci2.c:84:3: warning: label 'act_i_scene_iii' defined but not used [-Wunused-label] act_i_scene_iii: /* New levels of courage */ ^~~~~~~~~~~~~~~ fibonacci2.c:33:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* The taunting of Macbeth */ ^~~~~~~~~~~~~ fibonacci2.c:31:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* The search for Fibonacci */ ^~~~~ reverse.c: In function 'main': reverse.c:73:3: warning: label 'act_i_scene_iv' defined but not used [-Wunused-label] act_i_scene_iv: /* The end */ ^~~~~~~~~~~~~~ reverse.c:27:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* In the beginning , there was nothing */ ^~~~~~~~~~~~~ reverse.c:25:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* The one and only */ ^~~~~ primes.c: In function 'main': primes.c:51:3: warning: label 'act_ii' defined but not used [-Wunused-label] act_ii: /* Determining divisibility */ ^~~~~~ primes.c:31:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* At the last hour before dawn */ ^~~~~~~~~~~~~ primes.c:29:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* Interview with the other side */ ^~~~~ guess.c: In function 'main': guess.c:39:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* The introductions */ ^~~~~~~~~~~~~ guess.c:37:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* A guess comes to dinner */ ^~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -Wall hello.o -L../spl/lib -lm -lspl -o hello cc -pipe -O2 -fno-strict-aliasing -Wall -Wall fibonacci2.o -L../spl/lib -lm -lspl -o fibonacci2 cc -pipe -O2 -fno-strict-aliasing -Wall -Wall fibonacci.o -L../spl/lib -lm -lspl -o fibonacci cc -pipe -O2 -fno-strict-aliasing -Wall -Wall primes.o -L../spl/lib -lm -lspl -o primes cc -pipe -O2 -fno-strict-aliasing -Wall -Wall reverse.o -L../spl/lib -lm -lspl -o reverse shakesbeer.c: In function 'main': shakesbeer.c:55:3: warning: label 'act_i_scene_i' defined but not used [-Wunused-label] act_i_scene_i: /* Where the beginnings are located */ ^~~~~~~~~~~~~ shakesbeer.c:53:3: warning: label 'act_i' defined but not used [-Wunused-label] act_i: /* Where the action is */ ^~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -Wall guess.o -L../spl/lib -lm -lspl -o guess cc -pipe -O2 -fno-strict-aliasing -Wall -Wall shakesbeer.o -L../spl/lib -lm -lspl -o shakesbeer rm reverse.o hello.o primes.c guess.o fibonacci.o reverse.c hello.c guess.c shakesbeer.c shakesbeer.o fibonacci2.c fibonacci2.o fibonacci.c primes.o gmake[2]: Leaving directory '/construction/lang/spl/spl-1.2.1/examples' gmake[1]: Leaving directory '/construction/lang/spl/spl-1.2.1' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for spl-1.2.1_4 ===> Generating temporary packing list install -s -m 555 /construction/lang/spl/spl-1.2.1/spl/bin/spl2c /construction/lang/spl/stage/usr/local/bin/ install -m 0644 /construction/lang/spl/spl-1.2.1/spl/include/spl.h /construction/lang/spl/stage/usr/local/include/ install -m 0644 /construction/lang/spl/spl-1.2.1/spl/lib/libspl.a /construction/lang/spl/stage/usr/local/lib/ (cd /construction/lang/spl/spl-1.2.1/examples && install -m 0644 Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl primes.spl reverse.spl shakesbeer.spl /construction/lang/spl/stage/usr/local/share/examples/spl) ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for spl-1.2.1_4 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06