------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fcode-utils-1.0.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fcode-utils-1.0.2 for building => SHA256 Checksum OK for openbios-fcode-utils-v1.0.2_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fcode-utils-1.0.2 for building ===> Extracting for fcode-utils-1.0.2 => SHA256 Checksum OK for openbios-fcode-utils-v1.0.2_GH0.tar.gz. Extracted Memory Use: 45.29M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fcode-utils-1.0.2 ===> Applying ports patches for fcode-utils-1.0.2 ===> Cleanly applied ports patch(es) patch-shared_types.h ===> Applying dragonfly patches for fcode-utils-1.0.2 ===> Cleanly applied dragonfly patch(es) patch-shared_types.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fcode-utils-1.0.2 depends on package: gmake>=4.3 - found ===> Configuring for fcode-utils-1.0.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fcode-utils-1.0.2 gmake[1]: Entering directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/detok' cc -c -O2 -Wall -Wno-pointer-sign -I../shared addfcodes.c -o addfcodes.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared decode.c -o decode.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared detok.c -o detok.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared dictionary.c -o dictionary.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared pcihdr.c -o pcihdr.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared printformats.c -o printformats.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared stream.c -o stream.o cc -c -O2 -Wall -Wno-pointer-sign -I../shared ../shared/classcodes.c -o ../shared/classcodes.o decode.c: In function 'decode_two': decode.c:417:6: warning: variable 'token' set but not used [-Wunused-but-set-variable] u16 token; ^~~~~ addfcodes.c: In function 'add_fcodes_from_list': addfcodes.c:381:24: warning: '%s' directive writing up to 35 bytes into a region of size between 11 and 16 [-Wformat-overflow=] sprintf( strbuf, "Added Special Function FCode " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "number 0x%03x, name %s\n", vs_fc_number, vs_fc_name); ~~~~~~~~~~ addfcodes.c:382:29: note: format string is defined here "number 0x%03x, name %s\n", vs_fc_number, vs_fc_name); ^~ addfcodes.c:381:6: note: 'sprintf' output between 50 and 90 bytes into a destination of size 64 sprintf( strbuf, "Added Special Function FCode " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "number 0x%03x, name %s\n", vs_fc_number, vs_fc_name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o detok addfcodes.o decode.o detok.o dictionary.o pcihdr.o printformats.o stream.o ../shared/classcodes.o strip -s detok gmake[1]: Leaving directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/detok' gmake[1]: Entering directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/romheaders' cc -O2 -Wall -W -ansi -I../shared romheaders.c ../shared/classcodes.c -o romheaders strip romheaders gmake[1]: Leaving directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/romheaders' gmake[1]: Entering directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/toke' cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared clflags.c -o clflags.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared conditl.c -o conditl.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared devnode.c -o devnode.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared dictionary.c -o dictionary.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared emit.c -o emit.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared errhandler.c -o errhandler.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared flowcontrol.c -o flowcontrol.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared macros.c -o macros.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared nextfcode.c -o nextfcode.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared parselocals.c -o parselocals.o emit.c: In function 'finish_pcihdr': emit.c:553:16: warning: variable 'pci_hdr' set but not used [-Wunused-but-set-variable] rom_header_t *pci_hdr; ^~~~~~~ cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared scanner.c -o scanner.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared stack.c -o stack.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared stream.c -o stream.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared strsubvocab.c -o strsubvocab.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared ticvocab.c -o ticvocab.o scanner.c: In function 'handle_user_message': scanner.c:1542:17: warning: variable 'wlen' set but not used [-Wunused-but-set-variable] signed long wlen; ^~~~ scanner.c: In function 'abort_quote': scanner.c:4063:18: warning: variable 'wlen' set but not used [-Wunused-but-set-variable] signed long wlen; ^~~~ scanner.c:4077:12: warning: variable 'abort_string' set but not used [-Wunused-but-set-variable] char *abort_string; ^~~~~~~~~~~~ cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared toke.c -o toke.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared tokzesc.c -o tokzesc.o parselocals.c: In function 'finish_locals': parselocals.c:176:22: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 7 and 10 [-Wformat-overflow=] sprintf(bufr,"%s%d",prefix, num); ^~ parselocals.c:176:19: note: directive argument in the range [1, 2147483647] sprintf(bufr,"%s%d",prefix, num); ^~~~~~ parselocals.c:176:6: note: 'sprintf' output between 2 and 14 bytes into a destination of size 10 sprintf(bufr,"%s%d",prefix, num); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared tracesyms.c -o tracesyms.o cc -c -O2 -Wall -Wno-pointer-sign -fno-strict-aliasing -I../shared usersymbols.c -o usersymbols.o cc -o toke clflags.o conditl.o devnode.o dictionary.o emit.o errhandler.o flowcontrol.o macros.o nextfcode.o parselocals.o scanner.o stack.o stream.o strsubvocab.o ticvocab.o toke.o tokzesc.o tracesyms.o usersymbols.o ../shared/classcodes.o stream.o:stream.c:function expand_pathname: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() strip -s toke gmake[1]: Leaving directory '/construction/sysutils/fcode-utils/fcode-utils-1.0.2/toke' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fcode-utils-1.0.2 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/fcode-utils/fcode-utils-1.0.2/detok/detok /construction/sysutils/fcode-utils/fcode-utils-1.0.2/toke/toke /construction/sysutils/fcode-utils/fcode-utils-1.0.2/romheaders/romheaders /construction/sysutils/fcode-utils/stage/usr/local/bin cd /construction/sysutils/fcode-utils/fcode-utils-1.0.2/documentation && install -m 0644 detok.html toke.html workbook.css /construction/sysutils/fcode-utils/stage/usr/local/share/doc/fcode-utils ====> 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 fcode-utils-1.0.2 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06