=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for tct-1.09nb14 checking to make sure all the target(s) are here... Ok, trying to find perl5 now... hang on a bit... Perl5 is in /usr/pkg/bin/perl changing the source in: bin/mactime bin/grave-robber lazarus/lazarus bin/strip_tct_home extras/bdf extras/ils2mac extras/realpath So far so good... Looking for all the commands now... Hmmm... can't find acctcom... moving on... Hmmm... can't find devinfo... moving on... Hmmm... can't find eeprom... moving on... Hmmm... can't find format... moving on... Hmmm... can't find lsof... moving on... Hmmm... can't find lsmod... moving on... Hmmm... can't find modinfo... moving on... Hmmm... can't find pkginfo... moving on... Hmmm... can't find rpm... moving on... Hmmm... can't find showrev... moving on... Hmmm... can't find swap... moving on... Ok, now doing substitutions on the shell scripts... Changing paths in conf/paths.pl... Putting in $TCT_HOME into lazarus/lazarus Putting in $TCT_HOME into conf/coroner.cf Putting in $TCT_HOME into conf/grave-robber.cf Putting in $TCT_HOME into bin/grave-robber Putting in $TCT_HOME into bin/mactime Putting in $TCT_HOME into extras/bdf Putting in $TCT_HOME into extras/ils2mac Putting in $TCT_HOME into extras/realpath chmod 700 . cd src/aux; make "CC=gcc" MAKELEVEL= gcc -DNETBSD1 -O -g -c mymalloc.c -o mymalloc.o gcc -DNETBSD1 -O -g -c error.c -o error.o gcc -DNETBSD1 -O -g -c strerror.c -o strerror.o gcc -DNETBSD1 -O -g -c split_at.c -o split_at.o ar rv aux_lib.a mymalloc.o error.o strerror.o split_at.o ar: creating aux_lib.a a - mymalloc.o a - error.o a - strerror.o a - split_at.o ranlib aux_lib.a cd src/misc; make "CC=gcc" MAKELEVEL= gcc -O -g -I. -DNETBSD1 -c md5.c -o md5.o md5.c:32:1: warning: return type defaults to 'int' [-Wimplicit-int] gcc -O -g -I. -DNETBSD1 -c md5c.c -o md5c.o gcc -O -g -I. -DNETBSD1 -o ../../bin/md5 md5.o md5c.o gcc -O -g -I. -DNETBSD1 -c timeout.c -o timeout.o timeout.c: In function 'main': timeout.c:104:16: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] gcc -O -g -I. -DNETBSD1 -o ../../bin/timeout timeout.o cd src/fstools; make "CC=gcc" MAKELEVEL= gcc -DNETBSD1 -I../aux -O -g -c fs_buf.c -o fs_buf.o gcc -DNETBSD1 -I../aux -O -g -c fs_inode.c -o fs_inode.o gcc -DNETBSD1 -I../aux -O -g -c fs_io.c -o fs_io.o gcc -DNETBSD1 -I../aux -O -g -c fs_copy_file.c -o fs_copy_file.o gcc -DNETBSD1 -I../aux -O -g -c fs_open.c -o fs_open.o gcc -DNETBSD1 -I../aux -O -g -c ffs.c -o ffs.o distcc[28741] ERROR: compile ffs.c on 10.0.20.122:3660 failed distcc[28741] (dcc_build_somewhere) Warning: remote compilation of 'ffs.c' failed, retrying locally distcc[28741] Warning: failed to distribute ffs.c to 10.0.20.122:3660, running locally instead ffs.c:54:22: error: field 'dinode' has incomplete type 54 | struct MY_DINODE dinode; /* disk inode */ | ^~~~~~ ffs.c: In function 'ffs_dinode_lookup': ffs.c:110:16: error: 'ROOTINO' undeclared (first use in this function) 110 | if (inum < ROOTINO || inum > ffs->fs_info.last_inum) | ^~~~~~~ ffs.c:110:16: note: each undeclared identifier is reported only once for each function it appears in ffs.c:127:41: error: invalid application of 'sizeof' to incomplete type 'struct dinode' 127 | offs = itoo(ffs->fs, inum) * sizeof(struct MY_DINODE); | ^~~~~~ In file included from /usr/include/string.h:127, from fs_tools.h:18, from ffs.c:26: ffs.c:129:12: error: invalid application of 'sizeof' to incomplete type 'struct dinode' 129 | sizeof(struct MY_DINODE)); | ^~~~~~ ffs.c:129:12: error: invalid application of 'sizeof' to incomplete type 'struct dinode' 129 | sizeof(struct MY_DINODE)); | ^~~~~~ ffs.c: In function 'ffs_copy_inode': ffs.c:147:26: error: invalid use of undefined type 'struct dinode' 147 | fs_inode->mode = dino->di_mode; | ^~ ffs.c:148:27: error: invalid use of undefined type 'struct dinode' 148 | fs_inode->nlink = dino->di_nlink; | ^~ ffs.c:149:26: error: invalid use of undefined type 'struct dinode' 149 | fs_inode->size = dino->di_size; | ^~ ffs.c:150:25: error: invalid use of undefined type 'struct dinode' 150 | fs_inode->uid = dino->di_uid; | ^~ ffs.c:151:25: error: invalid use of undefined type 'struct dinode' 151 | fs_inode->gid = dino->di_gid; | ^~ In file included from ffs.c:26: ffs.c:152:35: error: invalid use of undefined type 'struct dinode' 152 | fs_inode->mtime = INOTIME(dino->di_mtime); | ^~ fs_tools.h:225:26: note: in definition of macro 'INOTIME' 225 | #define INOTIME(t) (t) | ^ ffs.c:153:35: error: invalid use of undefined type 'struct dinode' 153 | fs_inode->atime = INOTIME(dino->di_atime); | ^~ fs_tools.h:225:26: note: in definition of macro 'INOTIME' 225 | #define INOTIME(t) (t) | ^ ffs.c:154:35: error: invalid use of undefined type 'struct dinode' 154 | fs_inode->ctime = INOTIME(dino->di_ctime); | ^~ fs_tools.h:225:26: note: in definition of macro 'INOTIME' 225 | #define INOTIME(t) (t) | ^ ffs.c:155:35: error: 'NDADDR' undeclared (first use in this function) 155 | if (fs_inode->direct_count != NDADDR || fs_inode->indir_count != NIADDR) | ^~~~~~ ffs.c:155:70: error: 'NIADDR' undeclared (first use in this function) 155 | if (fs_inode->direct_count != NDADDR || fs_inode->indir_count != NIADDR) | ^~~~~~ ffs.c:158:33: error: invalid use of undefined type 'struct dinode' 158 | fs_inode->direct_addr[i] = dino->di_db[i]; | ^~ ffs.c:160:32: error: invalid use of undefined type 'struct dinode' 160 | fs_inode->indir_addr[i] = dino->di_ib[i]; | ^~ ffs.c: In function 'ffs_inode_lookup': ffs.c:168:41: error: 'NDADDR' undeclared (first use in this function) 168 | FS_INODE *fs_inode = fs_inode_alloc(NDADDR, NIADDR); | ^~~~~~ ffs.c:168:49: error: 'NIADDR' undeclared (first use in this function) 168 | FS_INODE *fs_inode = fs_inode_alloc(NDADDR, NIADDR); | ^~~~~~ ffs.c: In function 'ffs_inode_walk': ffs.c:187:41: error: 'NDADDR' undeclared (first use in this function) 187 | FS_INODE *fs_inode = fs_inode_alloc(NDADDR, NIADDR); | ^~~~~~ ffs.c:187:49: error: 'NIADDR' undeclared (first use in this function) 187 | FS_INODE *fs_inode = fs_inode_alloc(NDADDR, NIADDR); | ^~~~~~ ffs.c:194:17: error: 'ROOTINO' undeclared (first use in this function) 194 | if (start < ROOTINO || start > ffs->fs_info.last_inum) | ^~~~~~~ ffs.c:232:18: error: invalid use of undefined type 'struct dinode' 232 | myflags |= (dino->di_nlink ? FS_FLAG_LINK : FS_FLAG_UNLINK); | ^~ In file included from ffs.c:26: ffs.c:239:26: error: invalid use of undefined type 'struct dinode' 239 | myflags |= (INOTIME(dino->di_ctime) ? FS_FLAG_USED : FS_FLAG_UNUSED); | ^~ fs_tools.h:225:26: note: in definition of macro 'INOTIME' 225 | #define INOTIME(t) (t) | ^ ffs.c: In function 'ffs_open': ffs.c:42:18: error: 'SBOFF' undeclared (first use in this function); did you mean 'BBOFF'? 42 | #define MY_SBOFF SBOFF | ^~~~~ ffs.c:418:32: note: in expansion of macro 'MY_SBOFF' 418 | if (LSEEK(ffs->fs_info.fd, MY_SBOFF, SEEK_SET) != MY_SBOFF) | ^~~~~~~~ ffs.c:43:21: error: 'FS_MAGIC' undeclared (first use in this function); did you mean 'CG_MAGIC'? 43 | #define MY_FS_MAGIC FS_MAGIC | ^~~~~~~~ ffs.c:422:30: note: in expansion of macro 'MY_FS_MAGIC' 422 | if (ffs->fs->fs_magic != MY_FS_MAGIC) | ^~~~~~~~~~~ ffs.c:429:30: error: 'ROOTINO' undeclared (first use in this function) 429 | ffs->fs_info.root_inum = ROOTINO; | ^~~~~~~ distcc[28741] ERROR: compile ffs.c on localhost failed *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/security/tct/work.aarch64eb/tct-1.09/src/fstools *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/security/tct/work.aarch64eb/tct-1.09/src/fstools *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/security/tct/work.aarch64eb/tct-1.09 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/security/tct *** Error code 1 Stop. make: stopped in /usr/pkgsrc/security/tct