pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Unable to bootstrap on Interix (NT 6.1)



Hi there, I've been trying to run bootstrap on the stable branch of pkgsrc from the tar.gz (as of May 6, 2023) on Interix/SUA for Windows 7 (NT 6.1). I have run into an issue involving compiling using the OEM GCC from MS's website (https://www.microsoft.com/en-us/download/confirmation.aspx?id=35512).

I tried both with the default $PATH, which has the tools such as `ar` just act as wrappers for the Visual Studio/MSVC build tools (log attached as "bootstrap-default-path.log"), and I also tried setting `/opt/gcc.3.3/bin` as the first item in the PATH, which should use GNU's binutils (log attached as "bootstrap-gcc.log").

My version numbers from `uname -a`, `uname -aH`, `gcc --version` and `ar --version` (with /opt/gcc.3.3/bin as first dir in path) (also attached as ver.txt):

Interix mam-PC 6.1 10.0.7063.0 genuineintel Intel64_Family_6_Model_42_Stepping_7
Windows mam-PC 6.1 SP1 genuineintel Intel64_Family_6_Model_42_Stepping_7
gcc (GCC) 3.3
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

GNU ar 2.13.90 20021111
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.


With the GCC path, I get much farther but eventually the bootstrap fails, saying "Memory fault (core dumped)".

Any ideas of any solutions or fixes?
Interix mam-PC 6.1 10.0.7063.0 genuineintel Intel64_Family_6_Model_42_Stepping_7
Windows mam-PC 6.1 SP1 genuineintel Intel64_Family_6_Model_42_Stepping_7
gcc (GCC) 3.3
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

GNU ar 2.13.90 20021111
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
===> bootstrap command: ./bootstrap 
===> bootstrap started: Sat May  6 12:41:14 EDT 2023
Working directory is: /usr/pkgsrc/bootstrap/work
===> running: /bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0775'|' /usr/pkgsrc/sysutils/install-sh/files/install-sh.in > /usr/pkgsrc/bootstrap/work/bin/install-sh
===> running: /bin/chmod +x /usr/pkgsrc/bootstrap/work/bin/install-sh
===> Creating default mk.conf in /usr/pkgsrc/bootstrap/work
===> Bootstrapping mk-files
===> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp  OPSYS=Interix MK_DST=/usr/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=+Administrators ROOT_USER=mam SED=/bin/sed SYSCONFDIR=/usr/pkg/etc /bin/sh ./bootstrap.sh)
===> Bootstrapping bmake
===> running: (cd /usr/pkgsrc/bootstrap/work/bmake && /bin/sh configure  --prefix=/usr/pkgsrc/bootstrap/work --with-default-sys-path=/usr/pkgsrc/bootstrap/work/share/mk --with-machine-arch= )
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc -D_ALL_SOURCE
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -D_ALL_SOURCE accepts -g... (cached) yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... (cached) none needed
checking for gcc -D_ALL_SOURCE option to accept ISO C99... -std=gnu99
checking for a BSD-compatible install... /bin/install -c
Using: BMAKE_PATH_MAX=512
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking ar.h usability... yes
checking ar.h presence... yes
checking for ar.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for poll.h... (cached) no
checking ranlib.h usability... no
checking ranlib.h presence... no
checking for ranlib.h... no
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking whether sys/cdefs.h is compatible... no
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking whether sys_siglist is declared... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... no
checking for err... yes
checking for errx... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for getwd... yes
checking for killpg... yes
checking for mmap... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsid... yes
checking for sigaction... yes
checking for sigvec... yes
checking for snprintf... yes
checking for strerror... yes
checking for strftime... yes
checking for strsep... yes
checking for strtod... yes
checking for strtol... yes
checking for sysctl... no
checking for unsetenv... yes
checking for vsnprintf... yes
checking for wait3... no
checking for wait4... no
checking for waitpid... yes
checking for warn... yes
checking for warnx... yes
checking for realpath... yes
checking for dirname... yes
checking for stresep... no
checking for strlcpy... yes
checking for emalloc in -lutil... no
checking whether stat file-mode macros are broken... no
checking for struct stat.st_rdev... yes
checking if compiler supports __func__
checking if diff -u works... yes
checking for MACHINE & MACHINE_ARCH...
defaults: MACHINE=i386, MACHINE_ARCH=i386
Using: MACHINE=i386, MACHINE_ARCH=
Using: MKSRC=${srcdir}/mk
configure: creating ./config.status
config.status: creating makefile
config.status: creating Makefile.config
config.status: creating unit-tests/Makefile.config
config.status: creating make-bootstrap.sh
config.status: creating config.h

You can now run

	sh ./make-bootstrap.sh

to produce a fully functional bmake.

===> running: (cd /usr/pkgsrc/bootstrap/work/bmake && /bin/sh make-bootstrap.sh)
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -DMAKE_VERSION="20200524" -DMACHINE="i386" -DPKGSRC_MACHINE_ARCH="" -D_PATH_DEFSYSPATH="/usr/pkgsrc/bootstrap/work/share/mk" -o main.o /usr/pkgsrc/bootstrap/work/bmake/main.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o arch.o /usr/pkgsrc/bootstrap/work/bmake/arch.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o buf.o /usr/pkgsrc/bootstrap/work/bmake/buf.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o compat.o /usr/pkgsrc/bootstrap/work/bmake/compat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o cond.o /usr/pkgsrc/bootstrap/work/bmake/cond.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o dir.o /usr/pkgsrc/bootstrap/work/bmake/dir.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o for.o /usr/pkgsrc/bootstrap/work/bmake/for.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o getopt /usr/pkgsrc/bootstrap/work/bmake/getopt.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o hash.o /usr/pkgsrc/bootstrap/work/bmake/hash.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o make.o /usr/pkgsrc/bootstrap/work/bmake/make.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o make_malloc.o /usr/pkgsrc/bootstrap/work/bmake/make_malloc.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o metachar.o /usr/pkgsrc/bootstrap/work/bmake/metachar.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o parse.o /usr/pkgsrc/bootstrap/work/bmake/parse.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o sigcompat.o /usr/pkgsrc/bootstrap/work/bmake/sigcompat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o str.o /usr/pkgsrc/bootstrap/work/bmake/str.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o strlist.o /usr/pkgsrc/bootstrap/work/bmake/strlist.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o suff.o /usr/pkgsrc/bootstrap/work/bmake/suff.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o targ.o /usr/pkgsrc/bootstrap/work/bmake/targ.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o trace.o /usr/pkgsrc/bootstrap/work/bmake/trace.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o var.o /usr/pkgsrc/bootstrap/work/bmake/var.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o util.o /usr/pkgsrc/bootstrap/work/bmake/util.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAppend.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDupl.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstInit.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstOpen.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAtEnd.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstEnQueue.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstInsert.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAtFront.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstIsAtEnd.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstClose.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFind.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstIsEmpty.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstRemove.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstConcat.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFindFrom.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFrom.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstLast.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstReplace.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFirst.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDatum.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstForEach.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstMember.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstSucc.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDeQueue.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstForEachFrom.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDestroy.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstNext.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstPrev.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o stresep.o /usr/pkgsrc/bootstrap/work/bmake/stresep.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o meta.o /usr/pkgsrc/bootstrap/work/bmake/meta.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o job.o /usr/pkgsrc/bootstrap/work/bmake/job.c
gcc -D_ALL_SOURCE -std=gnu99 -o bmake main.o job.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o make.o make_malloc.o metachar.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/bmake/bmake /usr/pkgsrc/bootstrap/work/bin/bmake
===> Building libnbcompat
===> running: (cd /usr/pkgsrc/bootstrap/work/libnbcompat; /bin/sh ./configure  -C --prefix=/usr/pkg --infodir=/usr/pkg/info --mandir=/usr/pkg/man --sysconfdir=/usr/pkg/etc --enable-bsd-getopt --enable-db && /usr/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-unknown-interix6.1
checking host system type... x86_64-unknown-interix6.1
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether make sets $(MAKE)... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C99... -std=gnu99
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gawk... gawk
checking for ar... ar
checking for fparseln in -lutil... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking bsd/libutil.h usability... no
checking bsd/libutil.h presence... no
checking for bsd/libutil.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ttycom.h usability... no
checking sys/ttycom.h presence... no
checking for sys/ttycom.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sysexits.h usability... no
checking sysexits.h presence... no
checking for sysexits.h... no
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tzfile.h usability... yes
checking tzfile.h presence... yes
checking for tzfile.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/mount.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regexec... yes
checking for va_copy... yes
checking for __builtin_va_copy... yes
checking md5.h usability... yes
checking md5.h presence... yes
checking for md5.h... yes
checking for MD5Init in md5.h... yes
checking for md5.h... (cached) yes
checking rmd160.h usability... yes
checking rmd160.h presence... yes
checking for rmd160.h... yes
checking sha1.h usability... yes
checking sha1.h presence... yes
checking for sha1.h... yes
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking for MD5File... no
checking for RMD160File... no
checking for SHA1File... no
checking for SHA512_File... no
checking for issetugid... no
checking whether optarg is declared... yes
checking whether optind is declared... yes
checking whether optreset is declared... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for struct option... yes
configure: Using included getopt and getopt_long
checking vis.h usability... yes
checking vis.h presence... yes
checking for vis.h... yes
checking for VIS_WHITE in vis.h... yes
checking for strunvis... yes
checking for strvis... yes
checking for strsvis... no
checking for svis... no
checking for unvis... yes
checking for vis... yes
checking for strunvis... (cached) yes
checking for strvis... (cached) yes
checking for strsvis... (cached) no
checking for __attribute__... yes
checking for size_t... yes
checking for uintptr_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for long long... yes
checking for long double... yes
checking for fsid_t... no
checking whether byte ordering is bigendian... no
checking size of off_t... 4
checking whether strerror_r is declared... no
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether snprintf is declared... yes
checking whether asprintf is declared... yes
checking whether strdup is declared... yes
checking whether isblank is declared... yes
checking for err... yes
checking for fgetln... yes
checking for fnmatch... yes
checking for fparseln... no
checking for getdelim... no
checking for getenv... yes
checking for getline... no
checking for lchflags... no
checking for lchmod... no
checking for lchown... yes
checking for lutimes... no
checking for mkdtemp... no
checking for mkstemp... yes
checking for setenv... yes
checking for setgroupent... no
checking for setpassent... no
checking for setprogname... no
checking for shquote... no
checking for statvfs... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strmode... yes
checking for strsep... yes
checking for strtoll... no
checking for unsetenv... yes
checking for usleep... yes
checking for utimes... yes
checking for warn... yes
checking for library containing socket... none required
checking for gethostbyname in -lnsl... no
checking for socklen_t... yes
checking for struct addrinfo... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for getnameinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getenv... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for mkdtemp... (cached) no
checking for mkstemp... (cached) yes
checking for setlocale... yes
checking for getmode... yes
checking for setmode... yes
checking for strnlen... no
checking whether endgrent is declared... no
checking whether endpwent is declared... no
checking whether setpassent is declared... no
checking for gid_from_group... no
checking for group_from_gid... yes
checking for pwcache_groupdb... no
checking for pwcache_userdb... no
checking for uid_from_user... no
checking for user_from_uid... yes
checking for fts_open... yes
checking for timegm... no
checking for poll.h... (cached) no
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking for poll.h... (cached) no
checking for sys/poll.h... (cached) no
checking for getpassphrase... no
checking for getpgrp... yes
checking for select... yes
checking for getpgrp... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking for struct statfs.f_flags... no
checking for struct statfs.f_fsize... no
checking for struct statfs.f_iosize... no
checking for struct dirent.d_namlen... yes
checking for DIR.dd_fd... no
checking for dirfd... yes
checking *printf() support for %lld... yes
checking for strtoll... (cached) no
checking if vsnprintf is standards compliant... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c glob.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5c.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getopt.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getopt_long.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c vis.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c unvis.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c fparseln.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getdelim.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getline.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchflags.c
lchflags.c: In function `lchflags':
lchflags.c:49: warning: implicit declaration of function `chflags'
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchmod.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lutimes.c
lutimes.c: In function `lutimes':
lutimes.c:49: warning: implicit declaration of function `utimes'
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c mkdtemp.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setgroupent.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setpassent.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setprogname.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c shquote.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c strtoll.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c gettemp.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c strnlen.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c pwcache.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c timegm.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c poll.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_close.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_conv.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_debug.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_delete.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_get.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_open.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_overflow.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_page.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_put.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_search.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_seq.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_split.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_utils.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/db/db.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_bigkey.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_buf.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_func.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_log2.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_page.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbm.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbmdatum.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/mpool/mpool.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_close.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_delete.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_get.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_open.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_put.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_search.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_seq.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_utils.c
ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fparseln.o getdelim.o getline.o lchflags.o lchmod.o lutimes.o mkdtemp.o setgroupent.o setpassent.o setprogname.o shquote.o strtoll.o gettemp.o strnlen.o pwcache.o timegm.o poll.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o  bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o  bt_utils.o  db.o  hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o  ndbm.o ndbmdatum.o  mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o  rec_search.o rec_seq.o rec_utils.o
*** [libnbcompat.a] Error code 141

bmake: stopped in /usr/pkgsrc/bootstrap/work/libnbcompat
1 error

bmake: stopped in /usr/pkgsrc/bootstrap/work/libnbcompat
===> exited with status 2
aborted.
===> bootstrap command: ./bootstrap 
===> bootstrap started: Sat May  6 13:03:00 EDT 2023
Working directory is: /usr/pkgsrc/bootstrap/work
===> running: /bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0775'|' /usr/pkgsrc/sysutils/install-sh/files/install-sh.in > /usr/pkgsrc/bootstrap/work/bin/install-sh
===> running: /bin/chmod +x /usr/pkgsrc/bootstrap/work/bin/install-sh
===> Creating default mk.conf in /usr/pkgsrc/bootstrap/work
===> Bootstrapping mk-files
===> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp  OPSYS=Interix MK_DST=/usr/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=+Administrators ROOT_USER=mam SED=/bin/sed SYSCONFDIR=/usr/pkg/etc /bin/sh ./bootstrap.sh)
===> Bootstrapping bmake
===> running: (cd /usr/pkgsrc/bootstrap/work/bmake && /bin/sh configure  --prefix=/usr/pkgsrc/bootstrap/work --with-default-sys-path=/usr/pkgsrc/bootstrap/work/share/mk --with-machine-arch= )
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc -D_ALL_SOURCE
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -D_ALL_SOURCE accepts -g... (cached) yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... (cached) none needed
checking for gcc -D_ALL_SOURCE option to accept ISO C99... -std=gnu99
checking for a BSD-compatible install... /bin/install -c
Using: BMAKE_PATH_MAX=512
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking ar.h usability... yes
checking ar.h presence... yes
checking for ar.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for poll.h... (cached) no
checking ranlib.h usability... no
checking ranlib.h presence... no
checking for ranlib.h... no
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking whether sys/cdefs.h is compatible... no
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking whether sys_siglist is declared... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... no
checking for err... yes
checking for errx... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for getwd... yes
checking for killpg... yes
checking for mmap... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsid... yes
checking for sigaction... yes
checking for sigvec... yes
checking for snprintf... yes
checking for strerror... yes
checking for strftime... yes
checking for strsep... yes
checking for strtod... yes
checking for strtol... yes
checking for sysctl... no
checking for unsetenv... yes
checking for vsnprintf... yes
checking for wait3... no
checking for wait4... no
checking for waitpid... yes
checking for warn... yes
checking for warnx... yes
checking for realpath... yes
checking for dirname... yes
checking for stresep... no
checking for strlcpy... yes
checking for emalloc in -lutil... no
checking whether stat file-mode macros are broken... no
checking for struct stat.st_rdev... yes
checking if compiler supports __func__
checking if diff -u works... yes
checking for MACHINE & MACHINE_ARCH...
defaults: MACHINE=i386, MACHINE_ARCH=i386
Using: MACHINE=i386, MACHINE_ARCH=
Using: MKSRC=${srcdir}/mk
configure: creating ./config.status
config.status: creating makefile
config.status: creating Makefile.config
config.status: creating unit-tests/Makefile.config
config.status: creating make-bootstrap.sh
config.status: creating config.h

You can now run

	sh ./make-bootstrap.sh

to produce a fully functional bmake.

===> running: (cd /usr/pkgsrc/bootstrap/work/bmake && /bin/sh make-bootstrap.sh)
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -DMAKE_VERSION="20200524" -DMACHINE="i386" -DPKGSRC_MACHINE_ARCH="" -D_PATH_DEFSYSPATH="/usr/pkgsrc/bootstrap/work/share/mk" -o main.o /usr/pkgsrc/bootstrap/work/bmake/main.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o arch.o /usr/pkgsrc/bootstrap/work/bmake/arch.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o buf.o /usr/pkgsrc/bootstrap/work/bmake/buf.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o compat.o /usr/pkgsrc/bootstrap/work/bmake/compat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o cond.o /usr/pkgsrc/bootstrap/work/bmake/cond.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o dir.o /usr/pkgsrc/bootstrap/work/bmake/dir.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o for.o /usr/pkgsrc/bootstrap/work/bmake/for.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o getopt /usr/pkgsrc/bootstrap/work/bmake/getopt.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o hash.o /usr/pkgsrc/bootstrap/work/bmake/hash.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o make.o /usr/pkgsrc/bootstrap/work/bmake/make.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o make_malloc.o /usr/pkgsrc/bootstrap/work/bmake/make_malloc.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o metachar.o /usr/pkgsrc/bootstrap/work/bmake/metachar.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o parse.o /usr/pkgsrc/bootstrap/work/bmake/parse.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o sigcompat.o /usr/pkgsrc/bootstrap/work/bmake/sigcompat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o str.o /usr/pkgsrc/bootstrap/work/bmake/str.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o strlist.o /usr/pkgsrc/bootstrap/work/bmake/strlist.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o suff.o /usr/pkgsrc/bootstrap/work/bmake/suff.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o targ.o /usr/pkgsrc/bootstrap/work/bmake/targ.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o trace.o /usr/pkgsrc/bootstrap/work/bmake/trace.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o var.o /usr/pkgsrc/bootstrap/work/bmake/var.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o util.o /usr/pkgsrc/bootstrap/work/bmake/util.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAppend.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDupl.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstInit.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstOpen.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAtEnd.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstEnQueue.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstInsert.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstAtFront.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstIsAtEnd.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstClose.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFind.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstIsEmpty.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstRemove.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstConcat.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFindFrom.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFrom.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstLast.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstReplace.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstFirst.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDatum.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstForEach.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstMember.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstSucc.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDeQueue.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstForEachFrom.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstDestroy.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstNext.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o lstPrev.o /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o stresep.o /usr/pkgsrc/bootstrap/work/bmake/stresep.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o meta.o /usr/pkgsrc/bootstrap/work/bmake/meta.c
gcc -D_ALL_SOURCE -std=gnu99 -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=512 -o job.o /usr/pkgsrc/bootstrap/work/bmake/job.c
gcc -D_ALL_SOURCE -std=gnu99 -o bmake main.o job.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o make.o make_malloc.o metachar.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/bmake/bmake /usr/pkgsrc/bootstrap/work/bin/bmake
===> Building libnbcompat
===> running: (cd /usr/pkgsrc/bootstrap/work/libnbcompat; /bin/sh ./configure  -C --prefix=/usr/pkg --infodir=/usr/pkg/info --mandir=/usr/pkg/man --sysconfdir=/usr/pkg/etc --enable-bsd-getopt --enable-db && /usr/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-unknown-interix6.1
checking host system type... x86_64-unknown-interix6.1
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether make sets $(MAKE)... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C99... -std=gnu99
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gawk... gawk
checking for ar... ar
checking for fparseln in -lutil... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking bsd/libutil.h usability... no
checking bsd/libutil.h presence... no
checking for bsd/libutil.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ttycom.h usability... no
checking sys/ttycom.h presence... no
checking for sys/ttycom.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sysexits.h usability... no
checking sysexits.h presence... no
checking for sysexits.h... no
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tzfile.h usability... yes
checking tzfile.h presence... yes
checking for tzfile.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/mount.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regexec... yes
checking for va_copy... yes
checking for __builtin_va_copy... yes
checking md5.h usability... yes
checking md5.h presence... yes
checking for md5.h... yes
checking for MD5Init in md5.h... yes
checking for md5.h... (cached) yes
checking rmd160.h usability... yes
checking rmd160.h presence... yes
checking for rmd160.h... yes
checking sha1.h usability... yes
checking sha1.h presence... yes
checking for sha1.h... yes
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking for MD5File... no
checking for RMD160File... no
checking for SHA1File... no
checking for SHA512_File... no
checking for issetugid... no
checking whether optarg is declared... yes
checking whether optind is declared... yes
checking whether optreset is declared... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for struct option... yes
configure: Using included getopt and getopt_long
checking vis.h usability... yes
checking vis.h presence... yes
checking for vis.h... yes
checking for VIS_WHITE in vis.h... yes
checking for strunvis... yes
checking for strvis... yes
checking for strsvis... no
checking for svis... no
checking for unvis... yes
checking for vis... yes
checking for strunvis... (cached) yes
checking for strvis... (cached) yes
checking for strsvis... (cached) no
checking for __attribute__... yes
checking for size_t... yes
checking for uintptr_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for long long... yes
checking for long double... yes
checking for fsid_t... no
checking whether byte ordering is bigendian... no
checking size of off_t... 4
checking whether strerror_r is declared... no
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether snprintf is declared... yes
checking whether asprintf is declared... yes
checking whether strdup is declared... yes
checking whether isblank is declared... yes
checking for err... yes
checking for fgetln... yes
checking for fnmatch... yes
checking for fparseln... no
checking for getdelim... no
checking for getenv... yes
checking for getline... no
checking for lchflags... no
checking for lchmod... no
checking for lchown... yes
checking for lutimes... no
checking for mkdtemp... no
checking for mkstemp... yes
checking for setenv... yes
checking for setgroupent... no
checking for setpassent... no
checking for setprogname... no
checking for shquote... no
checking for statvfs... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strmode... yes
checking for strsep... yes
checking for strtoll... no
checking for unsetenv... yes
checking for usleep... yes
checking for utimes... yes
checking for warn... yes
checking for library containing socket... none required
checking for gethostbyname in -lnsl... no
checking for socklen_t... yes
checking for struct addrinfo... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for getnameinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getenv... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for mkdtemp... (cached) no
checking for mkstemp... (cached) yes
checking for setlocale... yes
checking for getmode... yes
checking for setmode... yes
checking for strnlen... no
checking whether endgrent is declared... no
checking whether endpwent is declared... no
checking whether setpassent is declared... no
checking for gid_from_group... no
checking for group_from_gid... yes
checking for pwcache_groupdb... no
checking for pwcache_userdb... no
checking for uid_from_user... no
checking for user_from_uid... yes
checking for fts_open... yes
checking for timegm... no
checking for poll.h... (cached) no
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking for poll.h... (cached) no
checking for sys/poll.h... (cached) no
checking for getpassphrase... no
checking for getpgrp... yes
checking for select... yes
checking for getpgrp... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking for struct statfs.f_flags... no
checking for struct statfs.f_fsize... no
checking for struct statfs.f_iosize... no
checking for struct dirent.d_namlen... yes
checking for DIR.dd_fd... no
checking for dirfd... yes
checking *printf() support for %lld... yes
checking for strtoll... (cached) no
checking if vsnprintf is standards compliant... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c glob.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5c.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2hl.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getopt.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getopt_long.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c vis.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c unvis.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c fparseln.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getdelim.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getline.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchflags.c
lchflags.c: In function `lchflags':
lchflags.c:49: warning: implicit declaration of function `chflags'
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchmod.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lutimes.c
lutimes.c: In function `lutimes':
lutimes.c:49: warning: implicit declaration of function `utimes'
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c mkdtemp.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setgroupent.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setpassent.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setprogname.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c shquote.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c strtoll.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c gettemp.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c strnlen.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c pwcache.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c timegm.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c poll.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_close.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_conv.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_debug.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_delete.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_get.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_open.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_overflow.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_page.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_put.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_search.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_seq.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_split.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_utils.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/db/db.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_bigkey.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_buf.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_func.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_log2.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_page.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbm.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbmdatum.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/mpool/mpool.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_close.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_delete.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_get.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_open.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_put.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_search.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_seq.c
gcc -D_ALL_SOURCE -std=gnu99  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_utils.c
ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fparseln.o getdelim.o getline.o lchflags.o lchmod.o lutimes.o mkdtemp.o setgroupent.o setpassent.o setprogname.o shquote.o strtoll.o gettemp.o strnlen.o pwcache.o timegm.o poll.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o  bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o  bt_utils.o  db.o  hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o  ndbm.o ndbmdatum.o  mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o  rec_search.o rec_seq.o rec_utils.o
ranlib libnbcompat.a
===> Bootstrapping pkgtools
===> running: (cd /usr/pkgsrc/bootstrap/work/libarchive; env  CONFIG_SHELL=/bin/sh /bin/sh ./configure  --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr --disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib --without-iconv --without-lzma --without-lzo2 --without-lz4 --without-nettle --without-openssl --without-xml2 --without-expat --without-zstd MAKE=/usr/pkgsrc/bootstrap/work/bin/bmake && /usr/pkgsrc/bootstrap/work/bin/bmake  -j1)
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/autoconf/install-sh -c -d
checking for gawk... gawk
checking whether /usr/pkgsrc/bootstrap/work/bin/bmake sets $(MAKE)... yes
checking whether /usr/pkgsrc/bootstrap/work/bin/bmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether /usr/pkgsrc/bootstrap/work/bin/bmake supports nested variables... (cached) yes
checking build system type... x86_64-unknown-interix6.1
checking host system type... x86_64-unknown-interix6.1
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking whether gcc -D_ALL_SOURCE understands -c and -o together... yes
checking whether /usr/pkgsrc/bootstrap/work/bin/bmake supports the include directive... yes (GNU style)
checking dependency style of gcc -D_ALL_SOURCE... gcc3
checking for gcc -D_ALL_SOURCE option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... print -r
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -D_ALL_SOURCE -std=gnu99... /opt/gcc.3.3/i586-pc-interix3/bin/ld
checking if the linker (/opt/gcc.3.3/i586-pc-interix3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/gcc.3.3/bin/nm -B
checking the name lister (/opt/gcc.3.3/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-interix6.1 file names to x86_64-unknown-interix6.1 format... func_convert_file_noop
checking how to convert x86_64-unknown-interix6.1 file names to toolchain format... func_convert_file_noop
checking for /opt/gcc.3.3/i586-pc-interix3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|\.a)$
checking for dlltool... dlltool
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/gcc.3.3/bin/nm -B output from gcc -D_ALL_SOURCE -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -D_ALL_SOURCE -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -D_ALL_SOURCE -std=gnu99 option to produce PIC...  -DPIC
checking if gcc -D_ALL_SOURCE -std=gnu99 PIC flag  -DPIC works... yes
checking if gcc -D_ALL_SOURCE -std=gnu99 static flag -static works... yes
checking if gcc -D_ALL_SOURCE -std=gnu99 supports -c -o file.o... yes
checking if gcc -D_ALL_SOURCE -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -D_ALL_SOURCE -std=gnu99 linker (/opt/gcc.3.3/i586-pc-interix3/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Interix 3.x ld.so.1 (PE, like ELF)
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for strip... (cached) strip
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking copyfile.h usability... no
checking copyfile.h presence... no
checking for copyfile.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ext2fs/ext2_fs.h usability... no
checking ext2fs/ext2_fs.h presence... no
checking for ext2fs/ext2_fs.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking whether EXT2_IOC_GETFLAGS is usable... no
checking for inttypes.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/fiemap.h usability... no
checking linux/fiemap.h presence... no
checking for linux/fiemap.h... no
checking linux/fs.h usability... no
checking linux/fs.h presence... no
checking for linux/fs.h... no
checking linux/magic.h usability... no
checking linux/magic.h presence... no
checking for linux/magic.h... no
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking whether FS_IOC_GETFLAGS is usable... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking membership.h usability... no
checking membership.h presence... no
checking for membership.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for poll.h... (cached) no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking spawn.h usability... no
checking spawn.h presence... no
checking for spawn.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/ea.h usability... no
checking sys/ea.h presence... no
checking for sys/ea.h... no
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking sys/mount.h usability... no
checking sys/mount.h presence... no
checking for sys/mount.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking sys/richacl.h usability... no
checking sys/richacl.h presence... no
checking for sys/richacl.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/xattr.h usability... no
checking sys/xattr.h presence... no
checking for sys/xattr.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for wincrypt.h... no
checking for winioctl.h... no
checking blake2.h usability... no
checking blake2.h presence... no
checking for blake2.h... no
checking for blake2sp_init in -lb2... no
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wformat... yes
checking whether C compiler accepts -Wformat-security... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for id_t... yes
checking for uintptr_t... yes
checking for struct tm.tm_gmtoff... no
checking for struct tm.__tm_gmtoff... no
checking for struct statfs.f_namemax... no
checking for struct statvfs.f_iosize... yes
checking for struct stat.st_birthtime... no
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... no
checking for struct stat.st_mtime_n... no
checking for struct stat.st_umtime... no
checking for struct stat.st_mtime_usec... no
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for uintmax_t... yes
checking for unsigned long long... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uintmax_t... (cached) yes
checking for int64_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking whether SIZE_MAX is declared... yes
checking whether INT32_MAX is declared... yes
checking whether INT32_MIN is declared... yes
checking whether INT64_MAX is declared... yes
checking whether INT64_MIN is declared... yes
checking whether UINT64_MAX is declared... yes
checking whether UINT32_MAX is declared... yes
checking whether INTMAX_MAX is declared... yes
checking whether INTMAX_MIN is declared... yes
checking whether UINTMAX_MAX is declared... yes
checking whether SSIZE_MAX is declared... yes
checking whether EFTYPE is declared... yes
checking whether EILSEQ is declared... yes
checking for wchar_t... yes
checking size of wchar_t... 2
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc -D_ALL_SOURCE -std=gnu99 needs -traditional... no
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... no
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for CreateHardLinkA... no
checking for arc4random_buf... no
checking for chflags... no
checking for chown... yes
checking for chroot... yes
checking for ctime_r... yes
checking for fchdir... yes
checking for fchflags... no
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdopendir... no
checking for fork... yes
checking for fstat... yes
checking for fstatat... no
checking for fstatfs... no
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimens... no
checking for futimes... no
checking for futimesat... no
checking for geteuid... yes
checking for getpid... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getvfsbyname... no
checking for gmtime_r... yes
checking for lchflags... no
checking for lchmod... no
checking for lchown... yes
checking for link... yes
checking for localtime_r... yes
checking for lstat... yes
checking for lutimes... no
checking for mbrtowc... no
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for openat... no
checking for pipe... yes
checking for poll... (cached) no
checking for posix_spawnp... no
checking for readlink... yes
checking for readlinkat... no
checking for readpassphrase... no
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for sigaction... yes
checking for statfs... no
checking for statvfs... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncpy_s... no
checking for strrchr... yes
checking for symlink... yes
checking for timegm... no
checking for tzset... yes
checking for unlinkat... no
checking for unsetenv... yes
checking for utime... yes
checking for utimensat... no
checking for utimes... yes
checking for vfork... yes
checking for wcrtomb... no
checking for wcscmp... yes
checking for wcscpy... yes
checking for wcslen... yes
checking for wctomb... yes
checking for wmemcmp... no
checking for wmemcpy... no
checking for wmemmove... no
checking for _ctime64_s... no
checking for _fseeki64... no
checking for _get_timezone... no
checking for _gmtime64_s... no
checking for _localtime64_s... no
checking for _mkgmtime64... no
checking for cygwin_conv_path... no
checking for struct vfsconf... no
checking for struct xvfsconf... no
checking whether D_MD_ORDER is declared... no
checking for struct dirent.d_namlen... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking support for ARCHIVE_CRYPTO_MD5_LIBC... no
checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no
checking for bcrypt.h... no
checking md5.h usability... yes
checking md5.h presence... yes
checking for md5.h... yes
checking ripemd.h usability... no
checking ripemd.h presence... no
checking for ripemd.h... no
checking sha.h usability... no
checking sha.h presence... no
checking for sha.h... no
checking sha256.h usability... no
checking sha256.h presence... no
checking for sha256.h... no
checking sha512.h usability... no
checking sha512.h presence... no
checking for sha512.h... no
checking for MD5Init in -lmd... no
checking support for ARCHIVE_CRYPTO_MD5_LIBMD... no
checking support for ARCHIVE_CRYPTO_RMD160_LIBMD... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBMD... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBMD... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBMD... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/pkgconfig/libarchive.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing mkdirs commands
build/autoconf/install-sh -c -d libarchive/test
cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h
build/autoconf/install-sh -c -d tar/test
cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h
build/autoconf/install-sh -c -d cpio/test
cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h
cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h
/usr/pkgsrc/bootstrap/work/bin/bmake  all-am
  CC       cat/bsdcat-bsdcat.o
  CC       cat/bsdcat-cmdline.o
  CC       libarchive/archive_acl.lo
  CC       libarchive/archive_check_magic.lo
  CC       libarchive/archive_cmdline.lo
  CC       libarchive/archive_cryptor.lo
  CC       libarchive/archive_digest.lo
  CC       libarchive/archive_entry.lo
  CC       libarchive/archive_entry_copy_stat.lo
  CC       libarchive/archive_entry_link_resolver.lo
  CC       libarchive/archive_entry_sparse.lo
  CC       libarchive/archive_entry_stat.lo
  CC       libarchive/archive_entry_strmode.lo
  CC       libarchive/archive_entry_xattr.lo
  CC       libarchive/archive_getdate.lo
libarchive/archive_getdate.c: In function `Convert':
libarchive/archive_getdate.c:735: warning: implicit declaration of function `localtime_r'
libarchive/archive_getdate.c:735: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c: In function `DSTcorrect':
libarchive/archive_getdate.c:767: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c:780: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c: In function `RelativeDate':
libarchive/archive_getdate.c:812: warning: implicit declaration of function `gmtime_r'
libarchive/archive_getdate.c:812: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c: In function `RelativeMonth':
libarchive/archive_getdate.c:849: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c: In function `__archive_get_date':
libarchive/archive_getdate.c:1009: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c:1030: warning: assignment makes pointer from integer without a cast
libarchive/archive_getdate.c:1080: warning: assignment makes pointer from integer without a cast
  CC       libarchive/archive_hmac.lo
  CC       libarchive/archive_match.lo
  CC       libarchive/archive_options.lo
  CC       libarchive/archive_pack_dev.lo
  CC       libarchive/archive_pathmatch.lo
  CC       libarchive/archive_ppmd7.lo
  CC       libarchive/archive_ppmd8.lo
  CC       libarchive/archive_random.lo
  CC       libarchive/archive_rb.lo
  CC       libarchive/archive_read.lo
  CC       libarchive/archive_read_add_passphrase.lo
  CC       libarchive/archive_read_append_filter.lo
  CC       libarchive/archive_read_data_into_fd.lo
  CC       libarchive/archive_read_disk_entry_from_file.lo
  CC       libarchive/archive_read_disk_posix.lo
libarchive/archive_read_disk_posix.c: In function `close_and_restore_time':
libarchive/archive_read_disk_posix.c:2046: warning: implicit declaration of function `utimes'
libarchive/archive_read_disk_posix.c: In function `tree_dir_next_posix':
libarchive/archive_read_disk_posix.c:2461: warning: implicit declaration of function `readdir_r'
  CC       libarchive/archive_read_disk_set_standard_lookup.lo
libarchive/archive_read_disk_set_standard_lookup.c: In function `lookup_uname_helper':
libarchive/archive_read_disk_set_standard_lookup.c:202: warning: implicit declaration of function `getpwuid_r'
libarchive/archive_read_disk_set_standard_lookup.c: In function `lookup_gname_helper':
libarchive/archive_read_disk_set_standard_lookup.c:271: warning: implicit declaration of function `getgrgid_r'
  CC       libarchive/archive_read_extract.lo
  CC       libarchive/archive_read_extract2.lo
  CC       libarchive/archive_read_open_fd.lo
  CC       libarchive/archive_read_open_file.lo
  CC       libarchive/archive_read_open_filename.lo
  CC       libarchive/archive_read_open_memory.lo
  CC       libarchive/archive_read_set_format.lo
  CC       libarchive/archive_read_set_options.lo
  CC       libarchive/archive_read_support_filter_all.lo
  CC       libarchive/archive_read_support_filter_bzip2.lo
  CC       libarchive/archive_read_support_filter_compress.lo
  CC       libarchive/archive_read_support_filter_grzip.lo
  CC       libarchive/archive_read_support_filter_gzip.lo
  CC       libarchive/archive_read_support_filter_lrzip.lo
  CC       libarchive/archive_read_support_filter_lz4.lo
  CC       libarchive/archive_read_support_filter_lzop.lo
  CC       libarchive/archive_read_support_filter_none.lo
  CC       libarchive/archive_read_support_filter_program.lo
  CC       libarchive/archive_read_support_filter_rpm.lo
  CC       libarchive/archive_read_support_filter_uu.lo
  CC       libarchive/archive_read_support_filter_xz.lo
  CC       libarchive/archive_read_support_filter_zstd.lo
  CC       libarchive/archive_read_support_format_7zip.lo
  CC       libarchive/archive_read_support_format_all.lo
  CC       libarchive/archive_read_support_format_ar.lo
  CC       libarchive/archive_read_support_format_by_code.lo
  CC       libarchive/archive_read_support_format_cab.lo
  CC       libarchive/archive_read_support_format_cpio.lo
  CC       libarchive/archive_read_support_format_empty.lo
  CC       libarchive/archive_read_support_format_iso9660.lo
  CC       libarchive/archive_read_support_format_lha.lo
  CC       libarchive/archive_read_support_format_mtree.lo
  CC       libarchive/archive_read_support_format_rar.lo
libarchive/archive_read_support_format_rar.c: In function `read_exttime':
libarchive/archive_read_support_format_rar.c:1767: warning: implicit declaration of function `localtime_r'
libarchive/archive_read_support_format_rar.c:1767: warning: assignment makes pointer from integer without a cast
  CC       libarchive/archive_read_support_format_rar5.lo
  CC       libarchive/archive_read_support_format_raw.lo
  CC       libarchive/archive_read_support_format_tar.lo
  CC       libarchive/archive_read_support_format_warc.lo
  CC       libarchive/archive_read_support_format_xar.lo
  CC       libarchive/archive_read_support_format_zip.lo
  CC       libarchive/archive_string.lo
  CC       libarchive/archive_string_sprintf.lo
  CC       libarchive/archive_util.lo
  CC       libarchive/archive_version_details.lo
  CC       libarchive/archive_virtual.lo
  CC       libarchive/archive_write.lo
  CC       libarchive/archive_write_disk_posix.lo
libarchive/archive_write_disk_posix.c: In function `set_time':
libarchive/archive_write_disk_posix.c:3396: warning: implicit declaration of function `utimes'
  CC       libarchive/archive_write_disk_set_standard_lookup.lo
libarchive/archive_write_disk_set_standard_lookup.c: In function `lookup_gid':
libarchive/archive_write_disk_set_standard_lookup.c:133: warning: implicit declaration of function `getgrnam_r'
libarchive/archive_write_disk_set_standard_lookup.c: In function `lookup_uid':
libarchive/archive_write_disk_set_standard_lookup.c:202: warning: implicit declaration of function `getpwnam_r'
  CC       libarchive/archive_write_open_fd.lo
  CC       libarchive/archive_write_open_file.lo
  CC       libarchive/archive_write_open_filename.lo
  CC       libarchive/archive_write_open_memory.lo
  CC       libarchive/archive_write_add_filter.lo
  CC       libarchive/archive_write_add_filter_b64encode.lo
  CC       libarchive/archive_write_add_filter_by_name.lo
  CC       libarchive/archive_write_add_filter_bzip2.lo
  CC       libarchive/archive_write_add_filter_compress.lo
  CC       libarchive/archive_write_add_filter_grzip.lo
  CC       libarchive/archive_write_add_filter_gzip.lo
  CC       libarchive/archive_write_add_filter_lrzip.lo
  CC       libarchive/archive_write_add_filter_lz4.lo
  CC       libarchive/archive_write_add_filter_lzop.lo
  CC       libarchive/archive_write_add_filter_none.lo
  CC       libarchive/archive_write_add_filter_program.lo
  CC       libarchive/archive_write_add_filter_uuencode.lo
  CC       libarchive/archive_write_add_filter_xz.lo
  CC       libarchive/archive_write_add_filter_zstd.lo
  CC       libarchive/archive_write_set_format.lo
  CC       libarchive/archive_write_set_format_7zip.lo
  CC       libarchive/archive_write_set_format_ar.lo
  CC       libarchive/archive_write_set_format_by_name.lo
  CC       libarchive/archive_write_set_format_cpio.lo
  CC       libarchive/archive_write_set_format_cpio_newc.lo
  CC       libarchive/archive_write_set_format_filter_by_ext.lo
  CC       libarchive/archive_write_set_format_iso9660.lo
libarchive/archive_write_set_format_iso9660.c:2525: warning: implicit declaration of function `localtime_r'
libarchive/archive_write_set_format_iso9660.c: In function `write_information_block':
libarchive/archive_write_set_format_iso9660.c:4082: warning: implicit declaration of function `ctime_r'
  CC       libarchive/archive_write_set_format_mtree.lo
  CC       libarchive/archive_write_set_format_pax.lo
  CC       libarchive/archive_write_set_format_raw.lo
  CC       libarchive/archive_write_set_format_shar.lo
  CC       libarchive/archive_write_set_format_ustar.lo
  CC       libarchive/archive_write_set_format_v7tar.lo
  CC       libarchive/archive_write_set_format_gnutar.lo
  CC       libarchive/archive_write_set_format_warc.lo
libarchive/archive_write_set_format_warc.c: In function `xstrftime':
libarchive/archive_write_set_format_warc.c:343: warning: implicit declaration of function `gmtime_r'
libarchive/archive_write_set_format_warc.c:343: warning: assignment makes pointer from integer without a cast
  CC       libarchive/archive_write_set_format_xar.lo
  CC       libarchive/archive_write_set_format_zip.lo
libarchive/archive_write_set_format_zip.c: In function `dos_time':
libarchive/archive_write_set_format_zip.c:1387: warning: implicit declaration of function `localtime_r'
libarchive/archive_write_set_format_zip.c:1387: warning: assignment makes pointer from integer without a cast
  CC       libarchive/archive_write_set_options.lo
  CC       libarchive/archive_write_set_passphrase.lo
  CC       libarchive/filter_fork_posix.lo
  CC       libarchive/xxhash.lo
  CC       libarchive/archive_blake2s_ref.lo
  CC       libarchive/archive_blake2sp_ref.lo
  CC       libarchive_fe/la-err.lo
  CC       libarchive_fe/la-line_reader.lo
  CC       libarchive_fe/la-passphrase.lo
  CCLD     libarchive.la
  CCLD     libarchive_fe.la
  CCLD     bsdcat
===> running: (cd /usr/pkgsrc/bootstrap/work/pkg_install; env  CPPFLAGS=' -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive' LDFLAGS=' -L/usr/pkgsrc/bootstrap/work/libnbcompat' LIBS=' -lnbcompat' /bin/sh ./configure  -C --enable-bootstrap --prefix=/usr/pkg --sysconfdir=/usr/pkg/etc --with-pkgdbdir=/usr/pkg/pkgdb --infodir=/usr/pkg/info --mandir=/usr/pkg/man  && STATIC_LIBARCHIVE=/usr/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a STATIC_LIBARCHIVE_LDADD='' PKGSRC_MACHINE_ARCH= /usr/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-unknown-interix6.1
checking host system type... x86_64-unknown-interix6.1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -D_ALL_SOURCE
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -D_ALL_SOURCE accepts -g... yes
checking for gcc -D_ALL_SOURCE option to accept ISO C89... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for chmod... /bin/chmod
checking for cmp... /bin/cmp
checking for cp... /bin/cp
checking for env... /bin/env
checking for find... /bin/find
checking for grep... /bin/grep
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for rmdir... /bin/rmdir
checking for rm... /bin/rm
checking for sed... /bin/sed
checking for sort... /bin/sort
checking for touch... /bin/touch
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking for __db185_open in -ldb... ./configure[4288]: ac_fn_c_try_link: not found
no
checking for library containing dbopen... none required
checking how to run the C preprocessor... gcc -D_ALL_SOURCE -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking vis.h usability... yes
checking vis.h presence... yes
checking for vis.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for vfork... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for a working PRIu64... no
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of size_t... 4
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating add/Makefile
config.status: creating admin/Makefile
config.status: creating create/Makefile
config.status: creating delete/Makefile
config.status: creating info/Makefile
config.status: creating lib/Makefile
config.status: creating lib/pkg_install.conf.5
config.status: creating lib/pkg_install.conf.cat
config.status: creating lib/config.h
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c automatic.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c conflicts.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c dewey.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c fexec.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c file.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c global.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c iterate.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c license.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c lpkg.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c opattern.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c parse-config.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c pkgdb.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c pkg_io.c
In file included from pkg_io.c:58:
lib.h:262:1: warning: "IS_URL" redefined
pkg_io.c:53:1: warning: this is the location of the previous definition
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c plist.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c remove.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c str.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c var.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c version.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c vulnerabilities-file.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DPREFIX=\"\" -DBOOTSTRAP -g -O2 -c xwrapper.c
ar crv libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o  global.o iterate.o license.o lpkg.o opattern.o  parse-config.o pkgdb.o pkg_io.o plist.o remove.o  str.o var.o version.o vulnerabilities-file.o xwrapper.o
a - automatic.o
a - conflicts.o
a - dewey.o
a - fexec.o
a - file.o
a - global.o
a - iterate.o
a - license.o
a - lpkg.o
a - opattern.o
a - parse-config.o
a - pkgdb.o
a - pkg_io.o
a - plist.o
a - remove.o
a - str.o
a - var.o
a - version.o
a - vulnerabilities-file.o
a - xwrapper.o
ranlib libinstall.a
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DOPSYS_NAME=\"Interix\" -DPKGSRC_MACHINE_ARCH=\"\" -DBINDIR=\"/usr/pkg/sbin\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -DOPSYS_NAME=\"Interix\" -DPKGSRC_MACHINE_ARCH=\"\" -DBINDIR=\"/usr/pkg/sbin\" -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c
perform.c: In function `copy_data_to_disk':
perform.c:660: warning: passing arg 4 of `archive_read_data_block' from incompatible pointer type
gcc -D_ALL_SOURCE -L/usr/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_add main.o perform.o -linstall /usr/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a   -lnbcompat
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c check.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c
sed -e 's|@PKG_ADMIN@|/usr/pkg/sbin/pkg_admin|'  /usr/pkgsrc/bootstrap/work/pkg_install/admin/audit-packages.sh.in > audit-packages
sed -e 's|@PKG_ADMIN@|/usr/pkg/sbin/pkg_admin|'  /usr/pkgsrc/bootstrap/work/pkg_install/admin/download-vulnerability-list.sh.in > download-vulnerability-list
gcc -D_ALL_SOURCE -L/usr/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_admin check.o main.o -linstall  -lnbcompat
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c pl.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c util.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c build.c
gcc -D_ALL_SOURCE -L/usr/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_create main.o perform.o pl.o util.o build.o -linstall /usr/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a   -lnbcompat
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c
gcc -D_ALL_SOURCE -DHAVE_CONFIG_H -I/usr/pkgsrc/bootstrap/work/libnbcompat -I/usr/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c show.c
gcc -D_ALL_SOURCE -L/usr/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_info main.o perform.o show.o -linstall  -lnbcompat
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/add/pkg_add /usr/pkgsrc/bootstrap/work/sbin/pkg_add
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/admin/pkg_admin /usr/pkgsrc/bootstrap/work/sbin/pkg_admin
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/create/pkg_create /usr/pkgsrc/bootstrap/work/sbin/pkg_create
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o mam -g +Administrators -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/info/pkg_info /usr/pkgsrc/bootstrap/work/sbin/pkg_info
===> Installing packages
===> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files && /usr/pkgsrc/bootstrap/work/bin/bmake  MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE PKGSRC_KEEP_BIN_PKGS=no MAKECONF=/usr/pkgsrc/bootstrap/work/mk.conf install)
===> Installing dependencies for bootstrap-mk-files-20230225
===> Overriding tools for bootstrap-mk-files-20230225
===> Extracting for bootstrap-mk-files-20230225
===> Patching for bootstrap-mk-files-20230225
===> Creating toolchain wrappers for bootstrap-mk-files-20230225
===> Configuring for bootstrap-mk-files-20230225
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20230225; for file in bsd.* sys.mk; do			 test ! -f mods/Interix.$file ||			 /bin/cp -f mods/Interix.$file /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20230225/$file;		 done
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20230225;							 if test -f mods/Interix.bsd.own.mk.in; then			 own_mk=mods/Interix.bsd.own.mk.in;			 else								 own_mk=mods/bsd.own.mk.in;				 fi;								 /bin/sed	-e 's|@ROOT_GROUP@|'+Administrators'|g'			 -e 's|@ROOT_USER@|'mam'|g'			 -e 's|@SYSCONFDIR@|'/usr/pkg/etc'|g'		 $own_mk > bsd.own.mk
===> Installing for bootstrap-mk-files-20230225
WARNING: Your umask is ``022''.
WARNING: If this is not desired, set it to an appropriate value (002) and install
WARNING: this package again by ``/usr/pkgsrc/bootstrap/work/bin/bmake deinstall reinstall''.
=> Generating pre-install file lists
=> Creating installation directories
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20230225 && for file in bsd.* sys.mk; do			 /bin/install -c -o mam -g None -m 644 $file /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/.destdir/usr/pkg/share/mk/$file;	 done
=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for bootstrap-mk-files-20230225
=> Creating binary package /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/.packages/bootstrap-mk-files-20230225.tgz
===> Installing binary package of bootstrap-mk-files-20230225
Memory fault (core dumped) 
*** Error code 139

Stop.
bmake[2]: stopped in /usr/pkgsrc/pkgtools/bootstrap-mk-files
*** Error code 1

Stop.
bmake[1]: stopped in /usr/pkgsrc/pkgtools/bootstrap-mk-files
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/pkgtools/bootstrap-mk-files
===> exited with status 1
aborted.


Home | Main Index | Thread Index | Old Index