tech-pkg archive

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

Re: Fix for bootstrapping on macOS



On 23/09/2020 22:28, Joerg Sonnenberger wrote:
On Wed, Sep 23, 2020 at 08:15:43PM +0200, Pierre Pronchery wrote:
I just tested bootstrapping pkgsrc on macOS with the pkgsrc-2020Q2 branch,
plus the fix from schmonz@ for the latest version of Xcode. It failed with
missing function declarations in libarchive.

What's the actual problem? The patch is certainly not correct.

The build log without my patch is attached here.

With the changes I posted earlier, it bootstraps fine.

Cheers,
--
khorben
===> bootstrap command: ./bootstrap --prefix /Users/khorben/pkg2 --unprivileged
===> bootstrap started: Thu Sep 24 16:19:19 CEST 2020
Working directory is: /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work
===> running: /usr/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /Users/khorben/Projects/EdgeBSD/pkgsrc/sysutils/install-sh/files/install-sh.in > /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh
===> running: /bin/chmod +x /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh
===> building as unprivileged user khorben/staff
===> Creating default mk.conf in /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/sbin
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/share/mk
===> Bootstrapping mk-files
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp  OPSYS=Darwin MK_DST=/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=wheel ROOT_USER=root SED=/usr/bin/sed SYSCONFDIR=/Users/khorben/pkg2/etc /bin/sh ./bootstrap.sh)
===> Bootstrapping bmake
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake && /bin/sh configure  --prefix=/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work --with-default-sys-path=/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/share/mk --with-machine-arch=x86_64 )
checking for gcc... cc -isystem /usr/include
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 cc -isystem /usr/include accepts -g... yes
checking for cc -isystem /usr/include option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -isystem /usr/include -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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) cc -isystem /usr/include
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc -isystem /usr/include accepts -g... (cached) yes
checking for cc -isystem /usr/include option to accept ISO C89... (cached) none needed
checking for cc -isystem /usr/include option to accept ISO C99... none needed
checking for a BSD-compatible install... /usr/bin/install -c
Using: BMAKE_PATH_MAX=1024
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... yes
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 poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking ranlib.h usability... yes
checking ranlib.h presence... yes
checking for ranlib.h... yes
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... yes
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... yes
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... yes
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... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for wait3... yes
checking for wait4... yes
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=darwin19, MACHINE_ARCH=x86_64
Using: MACHINE=darwin19, MACHINE_ARCH=x86_64
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 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake && /bin/sh make-bootstrap.sh)
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20200524" -DMACHINE="darwin19" -DMACHINE_ARCH="x86_64" -D_PATH_DEFSYSPATH="/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/share/mk" -o main.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/main.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/arch.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/buf.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/compat.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/cond.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/dir.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/for.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/getopt.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/hash.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/make.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/make_malloc.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o metachar.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/metachar.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/parse.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o sigcompat.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/sigcompat.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o str.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/str.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o strlist.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/strlist.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o suff.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/suff.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o targ.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/targ.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o trace.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/trace.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o var.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/var.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o util.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/util.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAppend.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDupl.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInit.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstOpen.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtEnd.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstEnQueue.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInsert.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtFront.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsAtEnd.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstClose.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFind.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsEmpty.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstRemove.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstConcat.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFindFrom.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFrom.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstLast.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstReplace.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFirst.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDatum.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEach.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstMember.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstSucc.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDeQueue.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEachFrom.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDestroy.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstNext.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstPrev.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o stresep.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/stresep.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o meta.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/meta.c
cc -isystem /usr/include -c -g -O2 -I. -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/job.c
cc -isystem /usr/include -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 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -c -o khorben -g staff -m 755 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bmake/bmake /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake
===> Building libnbcompat
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat; /bin/sh ./configure  -C --prefix=/Users/khorben/pkg2 --infodir=/Users/khorben/pkg2/info --mandir=/Users/khorben/pkg2/man --sysconfdir=/Users/khorben/pkg2/etc --enable-bsd-getopt --enable-db && /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for gcc... cc -isystem /usr/include
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 cc -isystem /usr/include accepts -g... yes
checking for cc -isystem /usr/include option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -isystem /usr/include -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 cc -isystem /usr/include option to accept ISO C99... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for ar... ar
checking for fparseln in -lutil... yes
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... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
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... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
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... yes
checking sys/ttycom.h presence... yes
checking for sys/ttycom.h... yes
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... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
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... yes
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... no
checking md5.h presence... no
checking for md5.h... no
checking for md5.h... (cached) no
checking rmd160.h usability... no
checking rmd160.h presence... no
checking for rmd160.h... no
checking sha1.h usability... no
checking sha1.h presence... no
checking for sha1.h... no
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... yes
checking whether optarg is declared... yes
checking whether optind is declared... yes
checking whether optreset is declared... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for struct option... yes
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... yes
checking for svis... yes
checking for unvis... yes
checking for vis... yes
checking for strunvis... (cached) yes
checking for strvis... (cached) yes
checking for strsvis... (cached) yes
checking for svis... (cached) yes
checking for unvis... (cached) yes
checking for vis... (cached) yes
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... yes
checking whether byte ordering is bigendian... no
checking size of off_t... 8
checking whether strerror_r is declared... yes
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... yes
checking for getdelim... yes
checking for getenv... yes
checking for getline... yes
checking for lchflags... yes
checking for lchmod... yes
checking for lchown... yes
checking for lutimes... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for setenv... yes
checking for setgroupent... yes
checking for setpassent... yes
checking for setprogname... yes
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... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utimes... yes
checking for warn... (cached) no
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) yes
checking for mkstemp... (cached) yes
checking for setlocale... yes
checking for getmode... yes
checking for setmode... yes
checking for strnlen... yes
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... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for poll... yes
checking if poll() is implemented natively... yes
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... no
checking *printf() support for %qd... 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
awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c glob.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5c.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5hl.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160hl.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1hl.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2hl.c
sha2hl.c:106:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if ((ret = buffer) != NULL) {
                 ^ ~~~~~~
sha2hl.c:119:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        return ret;
               ^~~
sha2hl.c:129:26: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        return SHA256_End(&ctx, digest);
                                ^~~~~~
sha2hl.c:97:34: note: passing argument to parameter 'buffer' here
SHA256_End(SHA256_CTX *ctx, char buffer[])
                                 ^
sha2hl.c:166:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if ((ret = buffer) != NULL) {
                 ^ ~~~~~~
sha2hl.c:179:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        return ret;
               ^~~
sha2hl.c:226:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if ((ret = buffer) != NULL) {
                 ^ ~~~~~~
sha2hl.c:239:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        return ret;
               ^~~
7 warnings generated.
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c shquote.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c warn.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c pwcache.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_close.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_conv.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_debug.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_delete.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_get.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_open.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_overflow.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_page.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_put.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_search.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_seq.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_split.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_utils.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/db/db.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_bigkey.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_buf.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_func.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_log2.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_page.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbm.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbmdatum.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/mpool/mpool.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_close.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_delete.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_get.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_open.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_put.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_search.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_seq.c
cc -isystem /usr/include  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c /Users/khorben/Projects/EdgeBSD/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 shquote.o warn.o pwcache.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 awk
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/awk
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/awk && /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake  -j1 -f Makefile CC="cc -isystem /usr/include" CFLAGS="")
cc -isystem /usr/include   -c ytab.c
/n/fs/fac/bwk/awk/awkgram.y:1397:9: warning: array index -1 is before the beginning of the array [-Warray-bounds]
        yyp = &yys[-1];
               ^   ~~
/n/fs/fac/bwk/awk/awkgram.y:1375:2: note: array 'yys' declared here
        struct
        ^
1 warning generated.
cc -isystem /usr/include   -c b.c
cc -isystem /usr/include   -c main.c
cc -isystem /usr/include   -c parse.c
cc -isystem /usr/include   -c proctab.c
cc -isystem /usr/include   -c tran.c
cc -isystem /usr/include   -c lib.c
cc -isystem /usr/include   -c run.c
cc -isystem /usr/include   -c lex.c
cc -isystem /usr/include  ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o   -lm -o a.out
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -c -o khorben -g staff -m 755 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/awk/a.out /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/nawk
===> Bootstrapping sed
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/sed
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/sed; env  CPPFLAGS=' -I../libnbcompat' LDFLAGS=' -L../libnbcompat' LIBS=' -lnbcompat' /bin/sh ./configure  -C --prefix=/Users/khorben/pkg2 --infodir=/Users/khorben/pkg2/info --mandir=/Users/khorben/pkg2/man --sysconfdir=/Users/khorben/pkg2/etc --program-transform-name='s,sed,nbsed,' && /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking whether make sets $(MAKE)... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for gcc... cc -isystem /usr/include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc -isystem /usr/include accepts -g... yes
checking for cc -isystem /usr/include option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... cc -isystem /usr/include -E
checking for egrep... grep -E
checking for ANSI C header files... no
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 ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.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 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 termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
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 for regcomp... yes
checking for regexec... yes
checking for memcpy... yes
checking for working REG_STARTEND... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
cc -isystem /usr/include -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-apple-darwin19.6.0\" -DVERSION=\"20040821\" -I../libnbcompat -g -O2 -c compile.c -o compile.o
cc -isystem /usr/include -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-apple-darwin19.6.0\" -DVERSION=\"20040821\" -I../libnbcompat -g -O2 -c main.c -o main.o
cc -isystem /usr/include -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-apple-darwin19.6.0\" -DVERSION=\"20040821\" -I../libnbcompat -g -O2 -c misc.c -o misc.o
cc -isystem /usr/include -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-apple-darwin19.6.0\" -DVERSION=\"20040821\" -I../libnbcompat -g -O2 -c process.c -o process.o
cc -isystem /usr/include -g -O2 -L../libnbcompat -o sed compile.o main.o misc.o process.o -lnbcompat
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -c -o khorben -g staff -m 755 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/sed/sed /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/sed
===> Bootstrapping pkgtools
===> running: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive; env  /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=/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake && /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake  -j1)
checking for a BSD-compatible install... /usr/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... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake sets $(MAKE)... yes
checking whether /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake supports nested variables... (cached) yes
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for gcc... cc -isystem /usr/include
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 cc -isystem /usr/include accepts -g... yes
checking for cc -isystem /usr/include option to accept ISO C89... none needed
checking whether cc -isystem /usr/include understands -c and -o together... yes
checking whether /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake supports the include directive... yes (GNU style)
checking dependency style of cc -isystem /usr/include... gcc3
checking for cc -isystem /usr/include option to accept ISO C99... none needed
checking how to run the C preprocessor... cc -isystem /usr/include -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc -isystem /usr/include... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/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-apple-darwin19.6.0 file names to x86_64-apple-darwin19.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin19.6.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc -isystem /usr/include 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... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc -isystem /usr/include supports -fno-rtti -fno-exceptions... yes
checking for cc -isystem /usr/include option to produce PIC... -fno-common -DPIC
checking if cc -isystem /usr/include PIC flag -fno-common -DPIC works... yes
checking if cc -isystem /usr/include static flag -static works... no
checking if cc -isystem /usr/include supports -c -o file.o... yes
checking if cc -isystem /usr/include supports -c -o file.o... (cached) yes
checking whether the cc -isystem /usr/include linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.6.0 dyld
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... yes
checking copyfile.h presence... yes
checking for copyfile.h... yes
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... yes
checking membership.h presence... yes
checking for membership.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
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... yes
checking readpassphrase.h presence... yes
checking for readpassphrase.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
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... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
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... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
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... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
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... yes
checking for struct tm.__tm_gmtoff... no
checking for struct statfs.f_namemax... no
checking for struct statvfs.f_iosize... no
checking for struct stat.st_birthtime... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for struct stat.st_mtimespec.tv_nsec... yes
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... yes
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... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether cc -isystem /usr/include needs -traditional... no
checking whether sys/types.h defines makedev... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... no
checking whether lstat accepts an empty string... no
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... yes
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... yes
checking for chflags... yes
checking for chown... yes
checking for chroot... yes
checking for ctime_r... yes
checking for fchdir... yes
checking for fchflags... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fork... yes
checking for fstat... yes
checking for fstatat... yes
checking for fstatfs... yes
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
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... yes
checking for gmtime_r... yes
checking for lchflags... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for localtime_r... yes
checking for lstat... yes
checking for lutimes... yes
checking for mbrtowc... yes
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... yes
checking for pipe... yes
checking for poll... yes
checking for posix_spawnp... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readpassphrase... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for sigaction... yes
checking for statfs... yes
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... yes
checking for tzset... yes
checking for unlinkat... yes
checking for unsetenv... yes
checking for utime... yes
checking for utimensat... yes
checking for utimes... yes
checking for vfork... yes
checking for wcrtomb... yes
checking for wcscmp... yes
checking for wcscpy... yes
checking for wcslen... yes
checking for wctomb... yes
checking for wmemcmp... yes
checking for wmemcpy... yes
checking for wmemmove... yes
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... yes
checking for struct xvfsconf... no
checking whether D_MD_ORDER is declared... yes
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... no
checking support for ARCHIVE_CRYPTO_MD5_LIBC... no
checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... yes
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... yes
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... yes
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... yes
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... yes
checking for bcrypt.h... no
checking md5.h usability... no
checking md5.h presence... no
checking for md5.h... no
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_RMD160_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
/Users/khorben/Projects/EdgeBSD/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
libarchive/archive_digest.c:162:3: warning: 'CC_MD5_Init' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
  CC_MD5_Init(ctx);
  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:133:12: note: 'CC_MD5_Init' has been explicitly marked deprecated here
extern int CC_MD5_Init(CC_MD5_CTX *c)
           ^
libarchive/archive_digest.c:170:3: warning: 'CC_MD5_Update' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
  CC_MD5_Update(ctx, indata, insize);
  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:136:12: note: 'CC_MD5_Update' has been explicitly marked deprecated here
extern int CC_MD5_Update(CC_MD5_CTX *c, const void *data, CC_LONG len)
           ^
libarchive/archive_digest.c:177:3: warning: 'CC_MD5_Final' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
  CC_MD5_Final(md, ctx);
  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:139:12: note: 'CC_MD5_Final' has been explicitly marked deprecated here
extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c)
           ^
3 warnings generated.
  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
  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
  CC       libarchive/archive_read_disk_set_standard_lookup.lo
  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
  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
  CC       libarchive/archive_write_disk_set_standard_lookup.lo
  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
  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
  CC       libarchive/archive_write_set_format_xar.lo
  CC       libarchive/archive_write_set_format_zip.lo
  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: /bin/sh /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/install-sh -d -o khorben -g staff /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install
===> running: (cd /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install; env  CPPFLAGS=' -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive' LDFLAGS=' -L/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat' LIBS=' -lnbcompat' /bin/sh ./configure  -C --enable-bootstrap --prefix=/Users/khorben/pkg2 --sysconfdir=/Users/khorben/pkg2/etc --with-pkgdbdir=/Users/khorben/pkg2/pkgdb --infodir=/Users/khorben/pkg2/info --mandir=/Users/khorben/pkg2/man  && STATIC_LIBARCHIVE=/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a PKGSRC_MACHINE_ARCH=x86_64 /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/bin/bmake  -j1)
configure: creating cache config.cache
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking whether make sets $(MAKE)... yes
checking for gcc... cc -isystem /usr/include
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 cc -isystem /usr/include accepts -g... yes
checking for cc -isystem /usr/include option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/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... /usr/bin/cmp
checking for cp... /bin/cp
checking for env... /usr/bin/env
checking for find... /usr/bin/find
checking for grep... /usr/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... /usr/bin/sed
checking for sort... /usr/bin/sort
checking for touch... /usr/bin/touch
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for __db185_open in -ldb... ./configure: line 4280: ac_fn_c_try_link: command not found
no
checking for library containing dbopen... none required
checking how to run the C preprocessor... cc -isystem /usr/include -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/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... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of size_t... 8
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
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c automatic.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c conflicts.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c dewey.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c fexec.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c file.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c global.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c iterate.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c license.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c lpkg.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c opattern.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c parse-config.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c pkgdb.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c pkg_io.c
In file included from pkg_io.c:58:
./lib.h:243:9: warning: 'IS_URL' macro redefined [-Wmacro-redefined]
#define IS_URL(str)     (URLlength(str) > 0)
        ^
pkg_io.c:53:9: note: previous definition is here
#define IS_URL(x) 0
        ^
1 warning generated.
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c plist.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c remove.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c str.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c var.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c version.c
cc -isystem /usr/include -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/Users/khorben/pkg2/pkgdb\" -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libnbcompat -I/Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/Users/khorben/pkg2/etc\" -DBOOTSTRAP -g -O2 -c vulnerabilities-file.c
vulnerabilities-file.c:83:22: error: implicit declaration of function 'archive_read_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        struct archive *a = archive_read_new();
                            ^
vulnerabilities-file.c:83:18: warning: incompatible integer to pointer conversion initializing 'struct archive *' with an expression of type 'int' [-Wint-conversion]
        struct archive *a = archive_read_new();
                        ^   ~~~~~~~~~~~~~~~~~~
vulnerabilities-file.c:87:2: error: implicit declaration of function 'archive_read_support_filter_gzip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        archive_read_support_filter_gzip(a);
        ^
vulnerabilities-file.c:88:2: error: implicit declaration of function 'archive_read_support_filter_bzip2' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        archive_read_support_filter_bzip2(a);
        ^
vulnerabilities-file.c:88:2: note: did you mean 'archive_read_support_filter_gzip'?
vulnerabilities-file.c:87:2: note: 'archive_read_support_filter_gzip' declared here
        archive_read_support_filter_gzip(a);
        ^
vulnerabilities-file.c:89:2: error: implicit declaration of function 'archive_read_support_filter_xz' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        archive_read_support_filter_xz(a);
        ^
vulnerabilities-file.c:89:2: note: did you mean 'archive_read_support_filter_gzip'?
vulnerabilities-file.c:87:2: note: 'archive_read_support_filter_gzip' declared here
        archive_read_support_filter_gzip(a);
        ^
vulnerabilities-file.c:90:2: error: implicit declaration of function 'archive_read_support_format_raw' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        archive_read_support_format_raw(a);
        ^
vulnerabilities-file.c:90:2: note: did you mean 'archive_read_support_filter_xz'?
vulnerabilities-file.c:89:2: note: 'archive_read_support_filter_xz' declared here
        archive_read_support_filter_xz(a);
        ^
1 warning and 5 errors generated.
*** [vulnerabilities-file.o] Error code 1

bmake[1]: stopped in /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install/lib
1 error

bmake[1]: stopped in /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install/lib
*** [all] Error code 1

bmake: stopped in /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install
1 error

bmake: stopped in /Users/khorben/Projects/EdgeBSD/pkgsrc/bootstrap/work/pkg_install
===> exited with status 2
aborted.


Home | Main Index | Thread Index | Old Index