------------------------------------------------------------------------------- -- 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) Installing /packages/All/husky-smapi-1.9.20191207,1.txz ===> Creating groups. Using existing group 'fido'. ===> Creating users Using existing user 'fido'. ===> Creating homedir(s) Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/husky-fidoconf-1.9.20191207.txz ===> Creating groups. Using existing group 'fido'. ===> Creating users Using existing user 'fido'. ===> Creating homedir(s) SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-areafix-1.9.20191207 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-areafix-1.9.20191207 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-areafix-1.9.20191207 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by husky-areafix-1.9.20191207 for building ===> Extracting for husky-areafix-1.9.20191207 => 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-areafix-1.9.20191207 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for husky-areafix-1.9.20191207 ===> 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-areafix-1.9.20191207 ===> Cleanly applied dragonfly patch(es) patch-huskylib_huskylib_compiler.h patch-huskylib_huskylib_typesize.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on shared library: libfidoconfig.so - found (/usr/local/lib/libfidoconfig.so) ===> husky-areafix-1.9.20191207 depends on shared library: libhusky.so - found (/usr/local/lib/libhusky.so) ===> husky-areafix-1.9.20191207 depends on shared library: libsmapi.so - found (/usr/local/lib/libsmapi.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> husky-areafix-1.9.20191207 depends on package: gmake>=4.3 - found ===> husky-areafix-1.9.20191207 depends on shared library: libfidoconfig.so - found (/usr/local/lib/libfidoconfig.so) ===> husky-areafix-1.9.20191207 depends on shared library: libhusky.so - found (/usr/local/lib/libhusky.so) ===> husky-areafix-1.9.20191207 depends on shared library: libsmapi.so - found (/usr/local/lib/libsmapi.so) ===> Configuring for husky-areafix-1.9.20191207 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for husky-areafix-1.9.20191207 ln -sf /construction/news/husky-areafix/husky-areafix-1.9.20191207/huskybse/huskymak.cfg /construction/news/husky-areafix/husky-areafix-1.9.20191207 gmake[1]: Entering directory '/construction/news/husky-areafix/husky-areafix-1.9.20191207/areafix' cc -Wall -c -fPIC -DUNIX -Iareafix/ -I/usr/local/include src/afglobal.c cc -Wall -c -fPIC -DUNIX -Iareafix/ -I/usr/local/include src/areafix.c cc -Wall -c -fPIC -DUNIX -Iareafix/ -I/usr/local/include src/callback.c cc -Wall -c -fPIC -DUNIX -Iareafix/ -I/usr/local/include src/query.c cc -Wall -c -fPIC -DUNIX -Iareafix/ -I/usr/local/include src/version.c src/query.c: In function 'makeAreaParam': src/query.c:171:11: warning: variable 'msgbtype' set but not used [-Wunused-but-set-variable] char *msgbtype, *newAC=NULL, *desc, *quote_areaname; ^~~~~~~~ src/areafix.c: In function 'list': src/areafix.c:198:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (rc==0) active++; avail++; ^~ src/areafix.c:198:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (rc==0) active++; avail++; ^~~~~ src/areafix.c:203:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (rc==0) active++; avail++; ^~ src/areafix.c:203:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (rc==0) active++; avail++; ^~~~~ src/areafix.c:223:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (type != lt_unlinked) ^~ src/areafix.c:225:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' xstrcat(&report, "\r'R' = area is readonly for you"); ^~~~~~~ src/areafix.c: In function 'subscribe': src/areafix.c:866:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*line=='+') line++; while (*line==' ') line++; ^~ src/areafix.c:866:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (*line=='+') line++; while (*line==' ') line++; ^~~~~ src/areafix.c: In function 'unsubscribe': src/areafix.c:1230:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; kdownlinkCount; k++) ^~~ src/areafix.c:1234:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' RemoveLink(link, area); ^~~~~~~~~~ src/areafix.c: In function 'add_rescan': src/areafix.c:1620:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*line=='+') line++; while (*line==' ') line++; ^~ src/areafix.c:1620:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (*line=='+') line++; while (*line==' ') line++; ^~~~~ src/areafix.c: In function 'relink': src/areafix.c:2723:25: warning: variable 'rt' set but not used [-Wunused-but-set-variable] s_link_robot *rf, *rt = NULL; ^~ src/areafix.c:2723:20: warning: variable 'rf' set but not used [-Wunused-but-set-variable] s_link_robot *rf, *rt = NULL; ^~ ar r libareafix.a afglobal.o areafix.o callback.o query.o version.o cc -s -L/usr/local/lib -shared -Wl,-soname,libareafix.so.1.9 \ -o libareafix.so.1.9.0 afglobal.o areafix.o callback.o query.o version.o -lhusky -lsmapi -lfidoconfig /usr/libexec/binutils227/elf/ar: creating libareafix.a ar s libareafix.a gmake[1]: Leaving directory '/construction/news/husky-areafix/husky-areafix-1.9.20191207/areafix' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for husky-areafix-1.9.20191207 ===> Generating temporary packing list ===> Creating groups. ===> Creating users gmake[1]: Entering directory '/construction/news/husky-areafix/husky-areafix-1.9.20191207/areafix' mkdir -p /construction/news/husky-areafix/stage/usr/local/include/areafix/ install -m 0644 areafix/afglobal.h /construction/news/husky-areafix/stage/usr/local/include/areafix/ install -m 0644 areafix/areafix.h /construction/news/husky-areafix/stage/usr/local/include/areafix/ install -m 0644 areafix/callback.h /construction/news/husky-areafix/stage/usr/local/include/areafix/ install -m 0644 areafix/query.h /construction/news/husky-areafix/stage/usr/local/include/areafix/ install -m 0644 areafix/version.h /construction/news/husky-areafix/stage/usr/local/include/areafix/ mkdir -p /construction/news/husky-areafix/stage/usr/local/lib install -s -m 0644 libareafix.so.1.9.0 /construction/news/husky-areafix/stage/usr/local/lib rm -f /construction/news/husky-areafix/stage/usr/local/lib/libareafix.so.1.9 rm -f /construction/news/husky-areafix/stage/usr/local/lib/libareafix.so cd /construction/news/husky-areafix/stage/usr/local/lib ;\ ln -sf libareafix.so.1.9.0 libareafix.so.1.9 ;\ ln -sf libareafix.so.1.9.0 libareafix.so mkdir -p /construction/news/husky-areafix/stage/usr/local/lib install -s -m 0644 libareafix.a /construction/news/husky-areafix/stage/usr/local/lib gmake[1]: Leaving directory '/construction/news/husky-areafix/husky-areafix-1.9.20191207/areafix' ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for husky-areafix-1.9.20191207 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:10