------------------------------------------------------------------------------- -- 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 Installing /packages/All/husky-huskylib-1.9.20191207.txz ===> Creating groups. Creating group 'fido' with gid '111'. ===> Creating users Creating user 'fido' with uid '111'. ===> Creating homedir(s) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-smapi-1.9.20191207,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-smapi-1.9.20191207,1 for building => SHA256 Checksum OK for husky-all-1.9-source-20191207.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-smapi-1.9.20191207,1 for building ===> Extracting for husky-smapi-1.9.20191207,1 => SHA256 Checksum OK for husky-all-1.9-source-20191207.zip. Extracted Memory Use: 24.07M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for husky-smapi-1.9.20191207,1 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for husky-smapi-1.9.20191207,1 ===> Cleanly applied ports patch(es) patch-fidoconf_Makefile patch-fidoconf_doc_Makefile patch-fidoconf_man_Makefile patch-fidoconf_man_linkedto.1 patch-fidoconf_src_line.c patch-hpt_Makefile patch-hpt_doc_Makefile patch-hpt_src_perl.c patch-htick_Makefile patch-htick_doc_Makefile patch-huskybse_huskymak.cfg ===> Applying dragonfly patches for husky-smapi-1.9.20191207,1 ===> Cleanly applied dragonfly patch(es) patch-huskylib_huskylib_compiler.h patch-huskylib_huskylib_typesize.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on shared library: libhusky.so - found (/usr/local/lib/libhusky.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> husky-smapi-1.9.20191207,1 depends on package: gmake>=4.3 - found ===> husky-smapi-1.9.20191207,1 depends on shared library: libhusky.so - found (/usr/local/lib/libhusky.so) ===> Configuring for husky-smapi-1.9.20191207,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for husky-smapi-1.9.20191207,1 ln -sf /construction/news/husky-smapi/husky-smapi-1.9.20191207,1/huskybse/huskymak.cfg /construction/news/husky-smapi/husky-smapi-1.9.20191207,1 gmake[1]: Entering directory '/construction/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi' cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/api_jam.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/api_sdm.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/msgapi.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_area.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_hash.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_help.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_idx.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_kill.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_lock.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_misc.c src/api_jam.c: In function 'JamCloseOpenAreas': src/api_jam.c:219:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(jbOpen) ^~~~~ src/api_jam.c:232:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' jbOpen = (JAMBASE *)broken; ^~~~~~ src/api_jam.c: In function 'JamReadMsg': src/api_jam.c:391:19: warning: variable 'ftsdate' set but not used [-Wunused-but-set-variable] unsigned char *ftsdate; ^~~~~~~ cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_msg.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_read.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_uid.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/sq_write.c cc -Wall -c -fPIC -DUNIX -Ismapi -I/usr/local/include src/structrw.c ar r libsmapi.a api_jam.o api_sdm.o msgapi.o sq_area.o sq_hash.o sq_help.o sq_idx.o sq_kill.o sq_lock.o sq_misc.o sq_msg.o sq_read.o sq_uid.o sq_write.o structrw.o cc -shared -Wl,-soname,libsmapi.so.2.5 \ -o libsmapi.so.2.5.0 api_jam.o api_sdm.o msgapi.o sq_area.o sq_hash.o sq_help.o sq_idx.o sq_kill.o sq_lock.o sq_misc.o sq_msg.o sq_read.o sq_uid.o sq_write.o structrw.o -L/usr/local/lib -lhusky /usr/libexec/binutils227/elf/ar: creating libsmapi.a ar s libsmapi.a gmake[1]: Leaving directory '/construction/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for husky-smapi-1.9.20191207,1 ===> Generating temporary packing list ===> Creating groups. ===> Creating users gmake[1]: Entering directory '/construction/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi' mkdir -p /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_jam.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_jamp.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_sdm.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_sdmp.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_sq.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/api_sqp.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/apidebug.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/msgapi.h /construction/news/husky-smapi/stage//usr/local/include/smapi install -m 0644 smapi/old_msg.h /construction/news/husky-smapi/stage//usr/local/include/smapi mkdir -p /construction/news/husky-smapi/stage//usr/local/lib install -s -m 0644 libsmapi.so.2.5.0 /construction/news/husky-smapi/stage//usr/local/lib rm -f /construction/news/husky-smapi/stage//usr/local/lib/libsmapi.so.2.5 rm -f /construction/news/husky-smapi/stage//usr/local/lib/libsmapi.so cd /construction/news/husky-smapi/stage//usr/local/lib ;\ ln -sf libsmapi.so.2.5.0 libsmapi.so.2.5 ;\ ln -sf libsmapi.so.2.5.0 libsmapi.so mkdir -p /construction/news/husky-smapi/stage//usr/local/lib install -s -m 0644 libsmapi.a /construction/news/husky-smapi/stage//usr/local/lib gmake[1]: Leaving directory '/construction/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi' ====> 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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: huskybse/huskymak.cfg SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for husky-smapi-1.9.20191207,1 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05