------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gpart-0.1h_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gpart-0.1h_2 for building => SHA256 Checksum OK for gpart-0.1h.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gpart-0.1h_2 for building ===> Extracting for gpart-0.1h_2 => SHA256 Checksum OK for gpart-0.1h.tar.gz. Extracted Memory Use: 0.26M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gpart-0.1h_2 ===> Applying ports patches for gpart-0.1h_2 ===> Cleanly applied ports patch(es) patch-inst.defs patch-make.defs patch-man-gpart.man patch-src-disku.c patch-src-gm__bsddl.h patch-src-gm__ntfs.h patch-src-gpart.c patch-src-gpart.h patch-src_l64seek.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> gpart-0.1h_2 depends on package: gmake>=4.3 - found ===> Configuring for gpart-0.1h_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gpart-0.1h_2 gmake[1]: Entering directory '/construction/sysutils/gpart/gpart-0.1h' gmake -C src gmake[2]: Entering directory '/construction/sysutils/gpart/gpart-0.1h/src' cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gpart.o gpart.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gmodules.o gmodules.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o disku.o disku.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_ext2.o gm_ext2.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_lswap.o gm_lswap.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_fat.o gm_fat.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_bsddl.o gm_bsddl.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_ntfs.o gm_ntfs.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_hpfs.o gm_hpfs.c gm_bsddl.c:20:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_bsddl.c,v 1.6 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_ext2.c:30:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_ext2.c,v 1.8 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gpart.c: In function 'pr': gpart.c:143:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (! f_quiet) fputs(msg,stdout); fflush(stdout); ^~ gpart.c:143:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (! f_quiet) fputs(msg,stdout); fflush(stdout); ^~~~~~ gpart.c: In function 'yesno': gpart.c:194:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (fgets(buf,3,stdin)) ch = *buf; pr(MSG,"\n"); ^~ gpart.c:194:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (fgets(buf,3,stdin)) ch = *buf; pr(MSG,"\n"); ^~ gmodules.c: In function 'g_mod_addexternal': gmodules.c:193:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] m->m_init = (int (*)())dlsym(m->m_hd,buf); ^ gmodules.c:195:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] m->m_term = (int (*)())dlsym(m->m_hd,buf); ^ gmodules.c:197:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] m->m_gfun = (int (*)())dlsym(m->m_hd,buf); ^ gm_lswap.c:22:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_lswap.c,v 1.8 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_fat.c:20:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_fat.c,v 1.6 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_s86dl.o gm_s86dl.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_minix.o gm_minix.c gm_hpfs.c:25:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_hpfs.c,v 1.8 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ At top level: gpart.c:62:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gpart.c,v 1.11 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_rfs.o gm_rfs.c gm_s86dl.c:20:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_s86dl.c,v 1.6 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_minix.c:20:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_minix.c,v 1.5 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_hmlvm.o gm_hmlvm.c cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_qnx4.o gm_qnx4.c gm_ntfs.c:24:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_ntfs.c,v 1.6 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_beos.o gm_beos.c gm_hmlvm.c:23:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_hmlvm.c,v 1.3 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_qnx4.c:25:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_qnx4.c,v 1.1 2001/01/29 17:11:34 mb Exp mb $"; ^~~~~ cc -pipe -std=c99 -O2 -fno-strict-aliasing -Wall -pedantic -Wall -pedantic -DVERSION=\"0.1h\" -c -o gm_xfs.o gm_xfs.c gm_beos.c:25:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_beos.c,v 1.2 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_rfs.c:23:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_rfs.c,v 1.5 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gm_xfs.c:21:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: gm_xfs.c,v 1.1 2001/02/07 18:08:08 mb Exp mb $"; ^~~~~ gpart.c: In function 'print_ptable': gpart.c:605:29: warning: array subscript 5 is above array bounds of 'dos_part_entry[4]' {aka 'struct [4]'} [-Warray-bounds] for (p = pt->t_parts; p < &pt->t_parts[NDOSPARTS + 1]; p++) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gpart.c: In function 'main': gpart.c:709:29: warning: array subscript 5 is above array bounds of 'dos_part_entry[4]' {aka 'struct [4]'} [-Warray-bounds] for (p = pt->t_parts; p < &pt->t_parts[NDOSPARTS + 1]; p++) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o gpart gpart.o gmodules.o disku.o l64seek.o gm_ext2.o gm_lswap.o gm_fat.o gm_bsddl.o gm_ntfs.o gm_hpfs.o gm_s86dl.o gm_minix.o gm_rfs.o gm_hmlvm.o gm_qnx4.o gm_beos.o gm_xfs.o gmake[2]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h/src' gmake -C man gmake[2]: Entering directory '/construction/sysutils/gpart/gpart-0.1h/man' gmake[2]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h/man' gmake[1]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gpart-0.1h_2 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/sysutils/gpart/gpart-0.1h' gmake -C src install gmake[2]: Entering directory '/construction/sysutils/gpart/gpart-0.1h/src' install -d /construction/sysutils/gpart/stage/usr/local/sbin install -s gpart /construction/sysutils/gpart/stage/usr/local/sbin gmake[2]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h/src' gmake -C man install gmake[2]: Entering directory '/construction/sysutils/gpart/gpart-0.1h/man' install -d /construction/sysutils/gpart/stage/usr/local/man install -d /construction/sysutils/gpart/stage/usr/local/man/man8 install -m 0444 gpart.8 /construction/sysutils/gpart/stage/usr/local/man/man8 gmake[2]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h/man' gmake[1]: Leaving directory '/construction/sysutils/gpart/gpart-0.1h' ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gpart-0.1h_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05