Building spl-1.2.1_2.txz (origin /buildshare/ports/355755/lang/spl) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/spl-1.2.1.tar.gz x packages/ x packages/gettext-0.18.3.1_1.txz x packages/perl5-5.16.3_10.txz x packages/pkg-1.2.7_2.txz x packages/gmake-3.82_1.txz x packages/m4-1.4.17_1,1.txz x packages/bison-2.7.1,1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> spl-1.2.1_2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of spl-1.2.1_2 ===> spl-1.2.1_2 depends on executable: bison - not found ===> Verifying install for bison in /buildshare/ports/355755/devel/bison ===> Installing existing package /packages/bison-2.7.1,1.txz Installing bison-2.7.1,1...Installing gettext-0.18.3.1_1... done Installing m4-1.4.17_1,1... done done ===> Returning to build of spl-1.2.1_2 ===> spl-1.2.1_2 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1... done ===> Returning to build of spl-1.2.1_2 Make install ===> spl-1.2.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spl-1.2.1_2 for building ===> Extracting for spl-1.2.1_2 => SHA256 Checksum OK for spl-1.2.1.tar.gz. ===> Patching for spl-1.2.1_2 /usr/bin/sed -i.bak -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' -e 's,CCFLAGS,CFLAGS,g' /obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/./Makefile /usr/bin/sed -i.bak -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' -e 's,CCFLAGS,CFLAGS,g' /obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/examples/Makefile /usr/bin/sed -i.bak -e 's,\(#define STRING_LENGTH\).*,\1 25600,g' -e 's,free(,//free(,g' /obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/makescanner.c ===> spl-1.2.1_2 depends on executable: bison - found ===> spl-1.2.1_2 depends on executable: gmake - found ===> Configuring for spl-1.2.1_2 ===> Building for spl-1.2.1_2 gmake[1]: Entering directory `/obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1' bison --verbose -d grammar.y cc -O2 -pipe -fno-strict-aliasing -Wall -c grammar.tab.c cc -O2 -pipe -fno-strict-aliasing -Wall -c makescanner.c cc makescanner.o -O2 -pipe -fno-strict-aliasing -Wall -o makescanner ./makescanner include > scanner.l flex -Cem -t scanner.l > scanner.c scanner.l:600: warning, rule cannot be matched cc -O2 -pipe -fno-strict-aliasing -Wall -c scanner.c :5838: warning: 'yyunput' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -c strutils.c cc grammar.tab.o scanner.o strutils.o -O2 -pipe -fno-strict-aliasing -Wall -lfl -o spl2c cc -O2 -pipe -fno-strict-aliasing -Wall -c libspl.c ar rc libspl.a libspl.o strutils.o ranlib libspl.a 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 `/obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/examples' ../spl/bin/spl2c < guess.spl > guess.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c guess.c guess.c: In function 'main': guess.c:39: warning: label 'act_i_scene_i' defined but not used guess.c:37: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall guess.o -L../spl/lib -lm -lspl -o guess ../spl/bin/spl2c < fibonacci2.spl > fibonacci2.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c fibonacci2.c fibonacci2.c: In function 'main': fibonacci2.c:93: warning: label 'act_i_scene_iv' defined but not used fibonacci2.c:84: warning: label 'act_i_scene_iii' defined but not used fibonacci2.c:33: warning: label 'act_i_scene_i' defined but not used fibonacci2.c:31: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall fibonacci2.o -L../spl/lib -lm -lspl -o fibonacci2 ../spl/bin/spl2c < hello.spl > hello.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c hello.c hello.c: In function 'main': hello.c:93: warning: label 'act_ii_scene_ii' defined but not used hello.c:75: warning: label 'act_ii_scene_i' defined but not used hello.c:73: warning: label 'act_ii' defined but not used hello.c:59: warning: label 'act_i_scene_iii' defined but not used hello.c:49: warning: label 'act_i_scene_ii' defined but not used hello.c:31: warning: label 'act_i_scene_i' defined but not used hello.c:29: warning: label 'act_i' defined but not used hello.c:20: warning: unused variable 'comp2' hello.c:20: warning: unused variable 'comp1' cc -O2 -pipe -fno-strict-aliasing -Wall -Wall hello.o -L../spl/lib -lm -lspl -o hello ../spl/bin/spl2c < primes.spl > primes.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c primes.c primes.c: In function 'main': primes.c:51: warning: label 'act_ii' defined but not used primes.c:31: warning: label 'act_i_scene_i' defined but not used primes.c:29: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall primes.o -L../spl/lib -lm -lspl -o primes ../spl/bin/spl2c < reverse.spl > reverse.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c reverse.c reverse.c: In function 'main': reverse.c:73: warning: label 'act_i_scene_iv' defined but not used reverse.c:27: warning: label 'act_i_scene_i' defined but not used reverse.c:25: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall reverse.o -L../spl/lib -lm -lspl -o reverse ../spl/bin/spl2c < shakesbeer.spl > shakesbeer.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c shakesbeer.c shakesbeer.c: In function 'main': shakesbeer.c:55: warning: label 'act_i_scene_i' defined but not used shakesbeer.c:53: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall shakesbeer.o -L../spl/lib -lm -lspl -o shakesbeer ../spl/bin/spl2c < fibonacci.spl > fibonacci.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 -O2 -pipe -fno-strict-aliasing -Wall -Wall -I../spl/include -c fibonacci.c fibonacci.c: In function 'main': fibonacci.c:75: warning: label 'act_i_scene_iii' defined but not used fibonacci.c:29: warning: label 'act_i_scene_i' defined but not used fibonacci.c:27: warning: label 'act_i' defined but not used cc -O2 -pipe -fno-strict-aliasing -Wall -Wall fibonacci.o -L../spl/lib -lm -lspl -o fibonacci rm guess.c primes.c fibonacci.c hello.o fibonacci2.o shakesbeer.o fibonacci2.c reverse.o shakesbeer.c guess.o hello.c primes.o fibonacci.o reverse.c gmake[2]: Leaving directory `/obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/examples' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1' ===> Installing for spl-1.2.1_2 ===> Generating temporary packing list ===> Checking if lang/spl already installed /usr/bin/tar -C /obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/spl -cf - . | /usr/bin/tar -C /usr/local -xf - /bin/mkdir -p /usr/local/share/examples/spl cd /obj/buildshare/ports/355755/lang/spl/work/spl-1.2.1/examples && install -o root -g wheel -m 444 Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl primes.spl reverse.spl shakesbeer.spl /usr/local/share/examples/spl ===> Registering installation for spl-1.2.1_2 Installing spl-1.2.1_2... done Make package ===> Building package for spl-1.2.1_2 Creating package for spl-1.2.1_2 slot2: removed