pkgsrc-Bugs archive

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

Re: pkg/48089 (Some platform do not support type command.)



The following reply was made to PR pkg/48089; it has been noted by GNATS.

From: =?ISO-2022-JP?B?GyRCOT5JWTh5Ty8bKEI=?= <nullnilaki%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: joerg%netbsd.org@localhost, dholland%netbsd.org@localhost, 
obache%netbsd.org@localhost
Subject: Re: pkg/48089 (Some platform do not support type command.)
Date: Thu, 21 Nov 2013 02:21:44 +0900

 Dear OBATA-san, Mr.dholland
 
 I=92m so so sorry for not repling sooner.
 
 >does it work properly as committed?
 I carry out a test of current.
 It worked fine!!
 I am very pleased.
 
 Please see below
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D
 =3D=3D=3D> bootstrap command: ./bootstrap --prefix=3D/usr/pkgsrc/bootstrap/=
 pkg
 --sysconfdir=3D/usr/pkgsrc/bootstrap/pkg/etc
 --pkgdbdir=3D/usr/pkgsrc/bootstrap/.db --ignore-user-check
 =3D=3D=3D> bootstrap started: Thu Nov 21 00:43:30 JST 2013
 Working directory is: /usr/pkgsrc/bootstrap/work
 =3D=3D=3D> running: /usr/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|'
 /usr/pkgsrc/sysutils/install-sh/files/install-sh.in >
 /usr/pkgsrc/bootstrap/work/bin/install-sh
 =3D=3D=3D> running: /bin/chmod +x /usr/pkgsrc/bootstrap/work/bin/install-sh
 =3D=3D=3D> building as unprivileged user root/wheel
 =3D=3D=3D> Creating default mk.conf in /usr/pkgsrc/bootstrap/work
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/sbin
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/share/mk
 =3D=3D=3D> Bootstrapping mk-files
 =3D=3D=3D> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files/files && en=
 v
 CP=3D/bin/cp  OPSYS=3DBSDOS MK_DST=3D/usr/pkgsrc/bootstrap/work/share/mk
 ROOT_GROUP=3Dwheel ROOT_USER=3Droot SED=3D/usr/bin/sed
 SYSCONFDIR=3D/usr/pkgsrc/bootstrap/pkg/etc /bin/sh ./bootstrap.sh)
 =3D=3D=3D> Bootstrapping bmake
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/bmake
 =3D=3D=3D> running: chmod u+x /usr/pkgsrc/bootstrap/work/bmake/configure
 =3D=3D=3D> running: (cd /usr/pkgsrc/bootstrap/work/bmake && env  /bin/sh
 ./boot-strap  -q -o bootstrap.BSDOS
 --prefix=3D/usr/pkgsrc/bootstrap/work
 --sysconfdir=3D/usr/pkgsrc/bootstrap/work --mksrc none
 --with-default-sys-path=3D/usr/pkgsrc/bootstrap/work/share/mk )
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables...
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... no
 checking for stdint.h... no
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc needs -traditional... no
 checking for a BSD-compatible install... /usr/bin/install -c
 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 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 paths.h usability... yes
 checking paths.h presence... yes
 checking for paths.h... yes
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 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... no
 checking for __attribute__... yes
 checking whether byte ordering is bigendian... no
 checking for an ANSI C-conforming const... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking for size_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 setrlimit... 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 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 getenv... (cached) yes
 checking for realpath... yes
 checking for dirname... no
 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 diff -u works... yes
 checking for MACHINE & MACHINE_ARCH...
 defaults: MACHINE=3Di386, MACHINE_ARCH=3Di386
 Using: MACHINE=3Di386, MACHINE_ARCH=3Di386
 Using: MKSRC=3Dmk
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating make-bootstrap.sh
 config.status: creating unit-tests/Makefile
 config.status: creating config.h
 
 You can now run
 
         ./make-bootstrap.sh
 
 to produce a fully functional bmake.
 
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -DMAKE_VERSION=3D"20110606" -DMACHINE=3D"i386"
 -DMACHINE_ARCH=3D"i386"
 -D_PATH_DEFSYSPATH=3D"/usr/pkgsrc/bootstrap/work/share/mk" -o main.o
 /usr/pkgsrc/bootstrap/work/bmake/main.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o arch.o
 /usr/pkgsrc/bootstrap/work/bmake/arch.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o buf.o
 /usr/pkgsrc/bootstrap/work/bmake/buf.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o compat.o
 /usr/pkgsrc/bootstrap/work/bmake/compat.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o cond.o
 /usr/pkgsrc/bootstrap/work/bmake/cond.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o dir.o
 /usr/pkgsrc/bootstrap/work/bmake/dir.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o for.o
 /usr/pkgsrc/bootstrap/work/bmake/for.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o getopt.o
 /usr/pkgsrc/bootstrap/work/bmake/getopt.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o hash.o
 /usr/pkgsrc/bootstrap/work/bmake/hash.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o job.o
 /usr/pkgsrc/bootstrap/work/bmake/job.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o make.o
 /usr/pkgsrc/bootstrap/work/bmake/make.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o make_malloc.o
 /usr/pkgsrc/bootstrap/work/bmake/make_malloc.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o parse.o
 /usr/pkgsrc/bootstrap/work/bmake/parse.c
 In file included from /usr/pkgsrc/bootstrap/work/bmake/parse.c:150:
 /usr/include/sys/mman.h:55: warning: `MAP_COPY' redefined
 /usr/pkgsrc/bootstrap/work/bmake/parse.c:139: warning: this is the
 location of the previous definition
 /usr/include/sys/mman.h:70: warning: `MAP_FILE' redefined
 /usr/pkgsrc/bootstrap/work/bmake/parse.c:136: warning: this is the
 location of the previous definition
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o sigcompat.o
 /usr/pkgsrc/bootstrap/work/bmake/sigcompat.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o str.o
 /usr/pkgsrc/bootstrap/work/bmake/str.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o strlist.o
 /usr/pkgsrc/bootstrap/work/bmake/strlist.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o suff.o
 /usr/pkgsrc/bootstrap/work/bmake/suff.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o targ.o
 /usr/pkgsrc/bootstrap/work/bmake/targ.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o trace.o
 /usr/pkgsrc/bootstrap/work/bmake/trace.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o var.o
 /usr/pkgsrc/bootstrap/work/bmake/var.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o util.o
 /usr/pkgsrc/bootstrap/work/bmake/util.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstAppend.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstDupl.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstInit.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstOpen.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstAtEnd.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstEnQueue.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstInsert.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstAtFront.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstIsAtEnd.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstClose.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstFind.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstIsEmpty.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstRemove.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstConcat.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstFindFrom.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFrom.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstLast.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstReplace.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstFirst.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstDatum.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstForEach.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstMember.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstSucc.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstDeQueue.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstForEachFrom.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstDestroy.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstNext.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o lstPrev.o
 /usr/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o dirname.o
 /usr/pkgsrc/bootstrap/work/bmake/dirname.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o stresep.o
 /usr/pkgsrc/bootstrap/work/bmake/stresep.c
 gcc -c -g -O2 -I. -I/usr/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H
 -I/usr/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H
 -DMAKE_NATIVE -DUSE_META -o meta.o
 /usr/pkgsrc/bootstrap/work/bmake/meta.c
 gcc -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o
 getopt.o hash.o job.o make.o make_malloc.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 dirname.o stresep.o
 cd /usr/pkgsrc/bootstrap/work/bmake/bootstrap.BSDOS/unit-tests &&
 /usr/pkgsrc/bootstrap/work/bmake/bootstrap.BSDOS/bmake -r -m /
 TEST_MAKE=3D/usr/pkgsrc/bootstrap/work/bmake/bootstrap.BSDOS/bmake test
 /usr/pkgsrc/bootstrap/work/bmake/bootstrap.BSDOS/bmake -f Makefile >
 test.out 2>&1
 /usr/bin/diff -u /usr/pkgsrc/bootstrap/work/bmake/unit-tests/test.exp test.=
 out
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o
 root -g wheel -m 755
 /usr/pkgsrc/bootstrap/work/bmake/bootstrap.BSDOS/bmake
 /usr/pkgsrc/bootstrap/work/bin/bmake
 =3D=3D=3D> Building libnbcompat
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/libnbcompat
 =3D=3D=3D> running: (cd /usr/pkgsrc/bootstrap/work/libnbcompat; /bin/sh
 ./configure  -C --prefix=3D/usr/pkgsrc/bootstrap/pkg
 --infodir=3D/usr/pkgsrc/bootstrap/pkg/info
 --mandir=3D/usr/pkgsrc/bootstrap/pkg/man
 --sysconfdir=3D/usr/pkgsrc/bootstrap/pkg/etc --enable-bsd-getopt
 --enable-db && /usr/pkgsrc/bootstrap/work/bin/bmake  )
 configure: creating cache config.cache
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386-pc-bsdi4.3
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables...
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc 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 gawk... gawk
 checking for ar... ar
 checking for fparseln in -lutil... no
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking whether time.h and sys/time.h may both be included... 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... no
 checking for stdint.h... no
 checking for unistd.h... yes
 checking for stdbool.h that conforms to C99... no
 checking for _Bool... no
 checking alloca.h usability... no
 checking alloca.h presence... no
 checking for alloca.h... no
 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 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) no
 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) no
 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... no
 checking sys/statvfs.h presence... no
 checking for sys/statvfs.h... no
 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... no
 checking util.h presence... no
 checking for util.h... no
 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... no
 ./configure: ]: command not found
 checking for __builtin_va_copy... no
 ./configure: ]: command not found
 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... no
 checking getopt.h presence... no
 checking for getopt.h... no
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for VIS_WHITE in vis.h... yes
 checking for strunvis... yes
 checking for strvis... yes
 checking for strsvis... no
 checking for svis... no
 checking for unvis... yes
 checking for vis... yes
 checking for strunvis... (cached) yes
 checking for strvis... (cached) yes
 checking for strsvis... (cached) no
 checking for __attribute__... yes
 checking for size_t... yes
 checking for uintptr_t... no
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 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 for stdlib.h... (cached) yes
 checking for GNU libc compatible malloc... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 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 for vprintf... yes
 checking for _doprnt... no
 checking whether snprintf is declared... yes
 checking whether vasprintf is declared... no
 checking for asprintf... no
 checking for err... yes
 checking for fgetln... yes
 checking for fnmatch... yes
 checking for fparseln... no
 checking for getenv... yes
 checking for isblank... yes
 checking for lchflags... no
 checking for lchmod... no
 checking for lchown... no
 checking for lutimes... no
 checking for mkdtemp... no
 checking for mkstemp... yes
 checking for setenv... yes
 checking for setgroupent... yes
 checking for setpassent... yes
 checking for setprogname... no
 checking for shquote... no
 checking for snprintf... yes
 checking for statvfs... no
 checking for strdup... 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... yes
 checking for library containing socket... none required
 checking for gethostbyname in -lnsl... no
 checking for socklen_t... yes
 checking for struct addrinfo... yes
 checking for struct in6_addr... yes
 checking for struct sockaddr_in6... yes
 checking for struct sockaddr_storage... yes
 checking for getnameinfo... yes
 checking for gai_strerror... yes
 checking for getaddrinfo... yes
 checking for getenv... (cached) yes
 checking for setenv... (cached) yes
 checking for unsetenv... (cached) yes
 checking for mkdtemp... (cached) no
 checking for mkstemp... (cached) yes
 checking for bcopy... yes
 checking for bzero... yes
 checking for memset... yes
 checking for memcpy... yes
 checking for setlocale... yes
 checking for getmode... yes
 checking for setmode... 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... no
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 checking sys/poll.h usability... no
 checking sys/poll.h presence... no
 checking for sys/poll.h... no
 checking for poll.h... (cached) no
 checking for sys/poll.h... (cached) no
 checking for getpassphrase... no
 checking for getpgrp... yes
 checking for memmove... 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... yes
 checking for dirfd... yes
 checking *printf() support for %lld... yes
 checking for strtoll... (cached) yes
 checking if vsnprintf is standards compliant... yes
 configure: updating cache config.cache
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating nbcompat/config.h
 gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c glob.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5c.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c md5hl.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c rmd160hl.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha1hl.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c sha2hl.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c getopt_long=
 .c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c vis.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c unvis.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c asprintf.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c fparseln.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchflags.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchmod.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lchown.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c lutimes.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c mkdtemp.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c setprogname=
 .c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c shquote.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c statvfs.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c gettemp.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c pwcache.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c timegm.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c poll.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_close.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_conv.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_debug.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_delete.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_get.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_open.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_overflow.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_page.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_put.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_search.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_seq.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_split.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_utils.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/db/db.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_bigkey.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_buf.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_func.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_log2.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_page.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbm.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbmdatum.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/mpool/mpool.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_close.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_delete.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_get.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_open.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_put.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_search.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_seq.c
 gcc  -D__DBINTERFACE_PRIVATE -I. -I.  -g -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_utils.c
 ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o
 sha1hl.o sha2.o sha2hl.o getopt_long.o vis.o unvis.o asprintf.o
 fparseln.o lchflags.o lchmod.o lchown.o lutimes.o mkdtemp.o
 setprogname.o shquote.o statvfs.o gettemp.o pwcache.o timegm.o poll.o
 bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o
 bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o
 bt_utils.o  db.o  hash.o hash_bigkey.o hash_buf.o hash_func.o
 hash_log2.o hash_page.o  ndbm.o ndbmdatum.o  mpool.o rec_close.o
 rec_delete.o rec_get.o rec_open.o rec_put.o  rec_search.o rec_seq.o
 rec_utils.o
 ranlib libnbcompat.a
 =3D=3D=3D> Bootstrapping sed
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/sed
 =3D=3D=3D> running: (cd /usr/pkgsrc/bootstrap/work/sed; env  CPPFLAGS=3D'
 -I../libnbcompat' LDFLAGS=3D' -L../libnbcompat' LIBS=3D' -lnbcompat'
 /bin/sh ./configure  -C --prefix=3D/usr/pkgsrc/bootstrap/pkg
 --infodir=3D/usr/pkgsrc/bootstrap/pkg/info
 --mandir=3D/usr/pkgsrc/bootstrap/pkg/man
 --sysconfdir=3D/usr/pkgsrc/bootstrap/pkg/etc
 --program-transform-name=3D's,sed,nbsed,' &&
 /usr/pkgsrc/bootstrap/work/bin/bmake )
 configure: creating cache config.cache
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386-pc-bsdi4.3
 checking whether make sets $(MAKE)... yes
 checking for gawk... gawk
 checking for gcc... gcc
 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 gcc accepts -g... yes
 checking for gcc 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... gcc -E
 checking for egrep... 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... no
 checking for stdint.h... no
 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... no
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for size_t... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 checking whether strerror_r returns char *... no
 updating cache config.cache
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating config.h
 gcc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386-pc-bsdi4.3\"
 -DVERSION=3D\"20040821\" -I../libnbcompat -g -O2 -c compile.c -o
 compile.o
 gcc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386-pc-bsdi4.3\"
 -DVERSION=3D\"20040821\" -I../libnbcompat -g -O2 -c main.c -o main.o
 gcc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386-pc-bsdi4.3\"
 -DVERSION=3D\"20040821\" -I../libnbcompat -g -O2 -c misc.c -o misc.o
 gcc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386-pc-bsdi4.3\"
 -DVERSION=3D\"20040821\" -I../libnbcompat -g -O2 -c process.c -o
 process.o
 gcc -g -O2 -L../libnbcompat -o sed compile.o main.o misc.o process.o -lnbco=
 mpat
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o
 root -g wheel -m 755 /usr/pkgsrc/bootstrap/work/sed/sed
 /usr/pkgsrc/bootstrap/work/bin/sed
 =3D=3D=3D> Bootstrapping pkgtools
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/work/pkg_install
 =3D=3D=3D> running: (cd /usr/pkgsrc/bootstrap/work/pkg_install; env
 CPPFLAGS=3D' -I../libnbcompat -I../../libnbcompat' LDFLAGS=3D'
 -L../libnbcompat -L../../libnbcompat' LIBS=3D' -lnbcompat' /bin/sh
 ./configure  -C --enable-bootstrap --prefix=3D/usr/pkgsrc/bootstrap/pkg
 --sysconfdir=3D/usr/pkgsrc/bootstrap/pkg/etc
 --with-pkgdbdir=3D/usr/pkgsrc/bootstrap/.db
 --infodir=3D/usr/pkgsrc/bootstrap/pkg/info
 --mandir=3D/usr/pkgsrc/bootstrap/pkg/man  &&
 /usr/pkgsrc/bootstrap/work/bin/bmake )
 configure: creating cache config.cache
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386-pc-bsdi4.3
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables...
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc 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... /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 __db185_open in -ldb... ./configure: ac_fn_c_try_link:
 command not found
 no
 checking for library containing dbopen... none required
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... no
 checking for stdint.h... no
 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 fnctl.h usability... no
 checking fnctl.h presence... no
 checking for fnctl.h... no
 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) no
 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/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.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... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 checking for a working PRIu64... no
 checking size of int... 4
 checking size of long... 4
 checking size of long long... 8
 checking size of size_t... 4
 configure: updating cache config.cache
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating add/Makefile
 config.status: creating admin/Makefile
 config.status: creating bpm/bpm.sh
 config.status: creating create/Makefile
 config.status: creating delete/Makefile
 config.status: creating info/Makefile
 config.status: creating lib/Makefile
 config.status: creating lib/pkg_install.conf.5
 config.status: creating lib/pkg_install.conf.cat
 config.status: creating lib/config.h
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 automatic.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 conflicts.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 dewey.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 fexec.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 file.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 gpgsig.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 global.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 iterate.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 license.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 lpkg.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 opattern.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 parse-config.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 pkgdb.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 plist.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 remove.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 str.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 var.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 version.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 vulnerabilities-file.c
 gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -I../libnbcompat -I../../libnbcompat -I. -I.
 -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -DBOOTSTRAP -g -O2 -c
 xwrapper.c
 ar crv libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o
 gpgsig.o global.o iterate.o license.o lpkg.o opattern.o
 parse-config.o pkgdb.o plist.o remove.o  str.o var.o version.o
 vulnerabilities-file.o xwrapper.o
 a - automatic.o
 a - conflicts.o
 a - dewey.o
 a - fexec.o
 a - file.o
 a - gpgsig.o
 a - global.o
 a - iterate.o
 a - license.o
 a - lpkg.o
 a - opattern.o
 a - parse-config.o
 a - pkgdb.o
 a - plist.o
 a - remove.o
 a - str.o
 a - var.o
 a - version.o
 a - vulnerabilities-file.o
 a - xwrapper.o
 ranlib libinstall.a
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c check.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c main.c
 gcc -L../libnbcompat -L../../libnbcompat -L../lib -o pkg_admin check.o
 main.o -linstall  -lnbcompat
 sed -e 's|@PKG_ADMIN@|/usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin|'
 /usr/pkgsrc/bootstrap/work/pkg_install/admin/audit-packages.sh.in >
 audit-packages
 sed -e 's|@PKG_ADMIN@|/usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin|'
 /usr/pkgsrc/bootstrap/work/pkg_install/admin/download-vulnerability-list.sh=
 .in
 > download-vulnerability-list
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c main.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c perform.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c pl.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c util.c
 gcc -L../libnbcompat -L../../libnbcompat -L../lib -o pkg_create main.o
 perform.o pl.o util.o -linstall  -lnbcompat
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c main.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c perform.c
 gcc -DHAVE_CONFIG_H -I../libnbcompat -I../../libnbcompat -I. -I.
 -I../lib -DBOOTSTRAP -g -O2 -c show.c
 gcc -L../libnbcompat -L../../libnbcompat -L../lib -o pkg_info main.o
 perform.o show.o -linstall  -lnbcompat
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o
 root -g wheel -m 755
 /usr/pkgsrc/bootstrap/work/pkg_install/admin/pkg_admin
 /usr/pkgsrc/bootstrap/work/sbin/pkg_admin
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o
 root -g wheel -m 755
 /usr/pkgsrc/bootstrap/work/pkg_install/create/pkg_create
 /usr/pkgsrc/bootstrap/work/sbin/pkg_create
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o
 root -g wheel -m 755
 /usr/pkgsrc/bootstrap/work/pkg_install/info/pkg_info
 /usr/pkgsrc/bootstrap/work/sbin/pkg_info
 =3D=3D=3D> Installing packages
 =3D=3D=3D> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files &&
 /usr/pkgsrc/bootstrap/work/bin/bmake  USE_DESTDIR=3Dno -DPKG_PRESERVE
 MAKECONF=3D/usr/pkgsrc/bootstrap/work/mk.conf install)
 =3D=3D=3D> Installing dependencies for bootstrap-mk-files-20131025
 =3D=3D=3D> Overriding tools for bootstrap-mk-files-20131025
 =3D=3D=3D> Extracting for bootstrap-mk-files-20131025
 =3D=3D=3D> Patching for bootstrap-mk-files-20131025
 =3D=3D=3D> Creating toolchain wrappers for bootstrap-mk-files-20131025
 =3D=3D=3D> Configuring for bootstrap-mk-files-20131025
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstra=
 p-mk-files-20131025;
 for file in bsd.* sys.mk; do                     /bin/test ! -f
 mods/BSDOS.$file ||                      /bin/cp -f mods/BSDOS.$file
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-m=
 k-files-20131025/$file;
          done
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstra=
 p-mk-files-20131025;
                                                  if /bin/test -f
 mods/BSDOS.bsd.own.mk.in; then
 own_mk=3Dmods/BSDOS.bsd.own.mk.in;                        else
 
 own_mk=3Dmods/bsd.own.mk.in;                              fi;
 
 /usr/pkgsrc/bootstrap/work/bin/sed     -e 's|@ROOT_GROUP@|'wheel'|g'
                  -e 's|@ROOT_USER@|'root'|g'                     -e
 's|@SYSCONFDIR@|'/usr/pkgsrc/bootstrap/pkg/etc'|g'           $own_mk >
 bsd.own.mk
 =3D=3D=3D> Installing for bootstrap-mk-files-20131025
 =3D> Creating installation directories
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstra=
 p-mk-files-20131025
 && for file in bsd.* sys.mk; do                   /usr/bin/install -c
 -o root -g wheel -m 644 $file
 /usr/pkgsrc/bootstrap/pkg/share/mk/$file;     done
 =3D> Automatic manual page handling
 =3D> Registering installation for bootstrap-mk-files-20131025
 =3D=3D=3D> running: (cd /usr/pkgsrc/devel/bmake &&
 /usr/pkgsrc/bootstrap/work/bin/bmake  USE_DESTDIR=3Dno -DPKG_PRESERVE
 MAKECONF=3D/usr/pkgsrc/bootstrap/work/mk.conf install)
 =3D=3D=3D> Installing dependencies for bmake-20110606nb1
 =3D> Full dependency bootstrap-mk-files-[0-9]*: found bootstrap-mk-files-20=
 131025
 =3D=3D=3D> Overriding tools for bmake-20110606nb1
 =3D=3D=3D> Extracting for bmake-20110606nb1
 /bin/cp -R /usr/pkgsrc/devel/bmake/files
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 =3D=3D=3D> Patching for bmake-20110606nb1
 =3D=3D=3D> Creating toolchain wrappers for bmake-20110606nb1
 =3D=3D=3D> Configuring for bmake-20110606nb1
 =3D> Configuring and building libnbcompat
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386--bsdi
 checking whether make sets $(MAKE)... yes
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for a BSD-compatible install...
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.tools/bin/install -c
 checking whether ln -s works... yes
 checking for i386--bsdi-ranlib... no
 checking for ranlib... ranlib
 checking for gawk... /usr/bin/awk
 checking for ar... ar
 checking for fparseln in -lutil... no
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 checking for ANSI C header files... yes
 checking whether time.h and sys/time.h may both be included... 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... no
 checking for stdint.h... no
 checking for unistd.h... yes
 checking for stdbool.h that conforms to C99... no
 checking for _Bool... no
 checking alloca.h usability... no
 checking alloca.h presence... no
 checking for alloca.h... no
 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 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) no
 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) no
 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... no
 checking sys/statvfs.h presence... no
 checking for sys/statvfs.h... no
 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... no
 checking util.h presence... no
 checking for util.h... no
 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... no
 ./configure: ]: command not found
 checking for __builtin_va_copy... no
 ./configure: ]: command not found
 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... no
 checking getopt.h presence... no
 checking for getopt.h... no
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for VIS_WHITE in vis.h... yes
 checking for strunvis... yes
 checking for strvis... yes
 checking for strsvis... no
 checking for svis... no
 checking for unvis... yes
 checking for vis... yes
 checking for strunvis... (cached) yes
 checking for strvis... (cached) yes
 checking for strsvis... (cached) no
 checking for __attribute__... yes
 checking for size_t... yes
 checking for uintptr_t... no
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 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 for stdlib.h... (cached) yes
 checking for GNU libc compatible malloc... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 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 for vprintf... yes
 checking for _doprnt... no
 checking whether snprintf is declared... yes
 checking whether vasprintf is declared... no
 checking for asprintf... no
 checking for err... yes
 checking for fgetln... yes
 checking for fnmatch... yes
 checking for fparseln... no
 checking for getenv... yes
 checking for isblank... yes
 checking for lchflags... no
 checking for lchmod... no
 checking for lchown... no
 checking for lutimes... no
 checking for mkdtemp... no
 checking for mkstemp... yes
 checking for setenv... yes
 checking for setgroupent... yes
 checking for setpassent... yes
 checking for setprogname... no
 checking for shquote... no
 checking for snprintf... yes
 checking for statvfs... no
 checking for strdup... 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... yes
 checking for library containing socket... none required
 checking for gethostbyname in -lnsl... no
 checking for socklen_t... yes
 checking for struct addrinfo... yes
 checking for struct in6_addr... yes
 checking for struct sockaddr_in6... yes
 checking for struct sockaddr_storage... yes
 checking for getnameinfo... yes
 checking for gai_strerror... yes
 checking for getaddrinfo... yes
 checking for getenv... (cached) yes
 checking for setenv... (cached) yes
 checking for unsetenv... (cached) yes
 checking for mkdtemp... (cached) no
 checking for mkstemp... (cached) yes
 checking for bcopy... yes
 checking for bzero... yes
 checking for memset... yes
 checking for memcpy... yes
 checking for setlocale... yes
 checking for getmode... yes
 checking for setmode... 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... no
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 checking sys/poll.h usability... no
 checking sys/poll.h presence... no
 checking for sys/poll.h... no
 checking for poll.h... (cached) no
 checking for sys/poll.h... (cached) no
 checking for getpassphrase... no
 checking for getpgrp... yes
 checking for memmove... 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... yes
 checking for dirfd... yes
 checking *printf() support for %lld... yes
 checking for strtoll... (cached) yes
 checking if vsnprintf is standards compliant... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating nbcompat/config.h
 /usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c glob.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c md5c.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c md5hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c rmd160.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c rmd160hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c sha1.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c sha1hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c sha2.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c sha2hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c getopt_long.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c vis.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c unvis.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c asprintf.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c fparseln.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c lchflags.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c lchmod.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c lchown.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c lutimes.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c mkdtemp.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c setprogname.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c shquote.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c statvfs.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c gettemp.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c pwcache.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c timegm.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I.
 -O2 -DHAVE_CONFIG_H -c poll.c
 ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o
 sha1hl.o sha2.o sha2hl.o getopt_long.o vis.o unvis.o asprintf.o
 fparseln.o lchflags.o lchmod.o lchown.o lutimes.o mkdtemp.o
 setprogname.o shquote.o statvfs.o gettemp.o pwcache.o timegm.o poll.o
 ranlib libnbcompat.a
 =3D> Modifying GNU configure scripts to avoid --recheck
 =3D> Replacing config-guess with pkgsrc versions
 =3D> Replacing config-sub with pkgsrc versions
 =3D> Replacing install-sh with pkgsrc version
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 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... no
 checking for stdint.h... no
 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 i386--bsdi-gcc... (cached) cc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether cc accepts -g... (cached) yes
 checking for cc option to accept ISO C89... (cached) none needed
 checking whether cc needs -traditional... no
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
 el
 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 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 paths.h usability... yes
 checking paths.h presence... yes
 checking for paths.h... yes
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 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... no
 checking for __attribute__... yes
 checking whether byte ordering is bigendian... no
 checking for an ANSI C-conforming const... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking for size_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 setrlimit... 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 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 getenv... (cached) yes
 checking for realpath... yes
 checking for dirname... no
 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 diff -u works... yes
 checking for MACHINE & MACHINE_ARCH...
 defaults: MACHINE=3Di386, MACHINE_ARCH=3Di386
 Using: MACHINE=3Di386, MACHINE_ARCH=3Di386
 Using: MKSRC=3Dmk
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating make-bootstrap.sh
 config.status: creating unit-tests/Makefile
 config.status: creating config.h
 
 You can now run
 
         ./make-bootstrap.sh
 
 to produce a fully functional bmake.
 
 =3D=3D=3D> Building for bmake-20110606nb1
 cd /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake &&
 /usr/bin/env USETOOLS=3Dno CC=3Dcc CFLAGS=3D-O2
 CPPFLAGS=3D-DHAVE_NBCOMPAT_H=3D1\
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat CXX=3Dg++
 CXXFLAGS=3D-O2 COMPILER_RPATH_FLAG=3D-Wl,-R F77=3Df77 FC=3Df77 FFLAGS=3D-O
 LANG=3DC LC_ALL=3DC LC_COLLATE=3DC LC_CTYPE=3DC LC_MESSAGES=3DC LC_MONETARY=
 =3DC
 LC_NUMERIC=3DC LC_TIME=3DC
 LDFLAGS=3D-L/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat\
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib LINKER_RPATH_FLAG=3D-R
 PATH=3D/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.wrapper/bin:/usr/pk=
 gsrc/bootstrap/work/wrk/devel/bmake/work/.buildlink/bin:/usr/pkgsrc/bootstr=
 ap/work/wrk/devel/bmake/work/.gcc/bin:/usr/pkgsrc/bootstrap/work/wrk/devel/=
 bmake/work/.tools/bin:/usr/pkgsrc/bootstrap/pkg/bin:/usr/pkgsrc/bootstrap/p=
 kg/bin:/usr/pkgsrc/bootstrap/pkg/sbin::/sbin:/usr/sbin:/bin:/usr/bin:/usr/c=
 ontrib/bin:/usr/X11/bin:/sbin:/usr/sbin:/usr/pkgsrc/bootstrap/pkg/bin:/usr/=
 X11R6/bin
 PREFIX=3D/usr/pkgsrc/bootstrap/pkg MAKELEVEL=3D0
 PKG_SYSCONFDIR=3D/usr/pkgsrc/bootstrap/pkg/etc CXXCPP=3Dcpp
 HOME=3D/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.home CPP=3Dcpp
 LINK_ALL_LIBGCC_HACK=3D LOCALBASE=3D/usr/pkgsrc/bootstrap/pkg
 NO_WHOLE_ARCHIVE_FLAG=3D-Wl,--no-whole-archive
 WHOLE_ARCHIVE_FLAG=3D-Wl,--whole-archive X11BASE=3D/usr/X11R6
 X11PREFIX=3D/usr/pkgsrc/bootstrap/pkg PKGMANDIR=3Dman PKGINFODIR=3Dinfo
 PKGGNUDIR=3Dgnu/ MAKECONF=3D/dev/null OBJECT_FMT=3DELF USETOOLS=3Dno
 BSD_INSTALL_PROGRAM=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_SCRIPT=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_DATA=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL_MAN=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL=3D/usr/bin/install BSD_INSTALL_PROGRAM_DIR=3D/usr/bin/install\
 -d\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_SCRIPT_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_DATA_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_MAN_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_GAME=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\
 wheel\ -m\ 0755 BSD_INSTALL_GAME_DATA=3D/usr/bin/install\ -c\ -o\ root\
 -g\ wheel\ -m\ 0644 BSD_INSTALL_GAME_DIR=3D/usr/bin/install\ -d\ -o\
 root\ -g\ wheel\ -m\ 0755 INSTALL_INFO=3D
 MAKEINFO=3D/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.tools/bin/makei=
 nfo
 FLEX=3D BISON=3D PKG_CONFIG=3D
 PKG_CONFIG_LIBDIR=3D/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.buildl=
 ink/lib/pkgconfig:/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.buildlin=
 k/share/pkgconfig
 PKG_CONFIG_LOG=3D/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.pkg-confi=
 g.log
 PKG_CONFIG_PATH=3D WRAPPER_DEBUG=3Dno WRAPPER_UPDATE_CACHE=3Dyes
 VIEWBASE=3D/usr/pkgsrc/bootstrap/pkg /bin/bash make-bootstrap.sh
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DMAKE_VERSION=3D"20110606"
 -DMACHINE=3D"i386" -DMACHINE_ARCH=3D"i386"
 -D_PATH_DEFSYSPATH=3D"/usr/pkgsrc/bootstrap/pkg/share/mk" -o main.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/main.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o arch.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/arch.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o buf.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/buf.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o compat.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/compat.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o cond.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/cond.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o dir.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/dir.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o for.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/for.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o getopt.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/getopt.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o hash.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/hash.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o job.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/job.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o make.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/make.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o make_malloc.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/make_malloc.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o parse.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/parse.c
 In file included from
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/parse.c:150:
 /usr/include/sys/mman.h:55: warning: `MAP_COPY' redefined
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/parse.c:139:
 warning: this is the location of the previous definition
 /usr/include/sys/mman.h:70: warning: `MAP_FILE' redefined
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/parse.c:136:
 warning: this is the location of the previous definition
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o sigcompat.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/sigcompat.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o str.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/str.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o strlist.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/strlist.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o suff.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/suff.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o targ.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/targ.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o trace.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/trace.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o var.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/var.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o util.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/util.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstAppend.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAppend.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstDupl.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDupl.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstInit.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstInit.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstOpen.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstOpen.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstAtEnd.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAtEnd.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstEnQueue.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstEnQueue.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstInsert.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstInsert.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstAtFront.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAtFront.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstIsAtEnd.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstIsAtEnd.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstClose.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstClose.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstFind.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFind.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstIsEmpty.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstIsEmpty.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstRemove.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstRemove.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstConcat.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstConcat.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstFindFrom.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFindFrom.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstLast.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstLast.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstReplace.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstReplace.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstFirst.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFirst.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstDatum.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDatum.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstForEach.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstForEach.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstMember.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstMember.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstSucc.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstSucc.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstDeQueue.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDeQueue.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstForEachFrom.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstForEachFro=
 m.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstDestroy.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDestroy.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstNext.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstNext.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o lstPrev.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstPrev.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o dirname.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/dirname.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o stresep.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/stresep.c
 cc -c -O2 -I. -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake
 -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -I/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing
 -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -o meta.o
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/meta.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -o bmake main.o meta.o arch.o
 buf.o compat.o cond.o dir.o for.o getopt.o hash.o job.o make.o
 make_malloc.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 dirname.o stresep.o -lnbcompat
 =3D> Unwrapping files-to-be-installed.
 =3D=3D=3D> Installing for bmake-20110606nb1
 =3D> Creating installation directories
 /usr/bin/install -c -s -o root -g wheel -m 755
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/bmake
 /usr/pkgsrc/bootstrap/pkg/bin
 /usr/bin/install -c -o root -g wheel -m 644
 /usr/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/bmake.1
 /usr/pkgsrc/bootstrap/pkg/man/man1
 =3D> Automatic manual page handling
 =3D> Registering installation for bmake-20110606nb1
 bmake-20110606nb1 requires installed package bootstrap-mk-files-20131025
 =3D=3D=3D> running: (cd /usr/pkgsrc/textproc/nbsed &&
 /usr/pkgsrc/bootstrap/work/bin/bmake  USE_DESTDIR=3Dno -DPKG_PRESERVE
 MAKECONF=3D/usr/pkgsrc/bootstrap/work/mk.conf install)
 =3D=3D=3D> Installing dependencies for nbsed-20120308
 =3D=3D=3D> Overriding tools for nbsed-20120308
 =3D=3D=3D> Extracting for nbsed-20120308
 =3D=3D=3D> Patching for nbsed-20120308
 =3D=3D=3D> Creating toolchain wrappers for nbsed-20120308
 =3D=3D=3D> Configuring for nbsed-20120308
 =3D> Configuring and building libnbcompat
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386--bsdi
 checking whether make sets $(MAKE)... yes
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for a BSD-compatible install...
 /usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/.tools/bin/install
 -c
 checking whether ln -s works... yes
 checking for i386--bsdi-ranlib... no
 checking for ranlib... ranlib
 checking for gawk... /usr/bin/awk
 checking for ar... ar
 checking for fparseln in -lutil... no
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 checking for ANSI C header files... yes
 checking whether time.h and sys/time.h may both be included... 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... no
 checking for stdint.h... no
 checking for unistd.h... yes
 checking for stdbool.h that conforms to C99... no
 checking for _Bool... no
 checking alloca.h usability... no
 checking alloca.h presence... no
 checking for alloca.h... no
 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 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) no
 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) no
 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... no
 checking sys/statvfs.h presence... no
 checking for sys/statvfs.h... no
 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... no
 checking util.h presence... no
 checking for util.h... no
 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... no
 ./configure: ]: command not found
 checking for __builtin_va_copy... no
 ./configure: ]: command not found
 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... no
 checking getopt.h presence... no
 checking for getopt.h... no
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for VIS_WHITE in vis.h... yes
 checking for strunvis... yes
 checking for strvis... yes
 checking for strsvis... no
 checking for svis... no
 checking for unvis... yes
 checking for vis... yes
 checking for strunvis... (cached) yes
 checking for strvis... (cached) yes
 checking for strsvis... (cached) no
 checking for __attribute__... yes
 checking for size_t... yes
 checking for uintptr_t... no
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 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 for stdlib.h... (cached) yes
 checking for GNU libc compatible malloc... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 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 for vprintf... yes
 checking for _doprnt... no
 checking whether snprintf is declared... yes
 checking whether vasprintf is declared... no
 checking for asprintf... no
 checking for err... yes
 checking for fgetln... yes
 checking for fnmatch... yes
 checking for fparseln... no
 checking for getenv... yes
 checking for isblank... yes
 checking for lchflags... no
 checking for lchmod... no
 checking for lchown... no
 checking for lutimes... no
 checking for mkdtemp... no
 checking for mkstemp... yes
 checking for setenv... yes
 checking for setgroupent... yes
 checking for setpassent... yes
 checking for setprogname... no
 checking for shquote... no
 checking for snprintf... yes
 checking for statvfs... no
 checking for strdup... 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... yes
 checking for library containing socket... none required
 checking for gethostbyname in -lnsl... no
 checking for socklen_t... yes
 checking for struct addrinfo... yes
 checking for struct in6_addr... yes
 checking for struct sockaddr_in6... yes
 checking for struct sockaddr_storage... yes
 checking for getnameinfo... yes
 checking for gai_strerror... yes
 checking for getaddrinfo... yes
 checking for getenv... (cached) yes
 checking for setenv... (cached) yes
 checking for unsetenv... (cached) yes
 checking for mkdtemp... (cached) no
 checking for mkstemp... (cached) yes
 checking for bcopy... yes
 checking for bzero... yes
 checking for memset... yes
 checking for memcpy... yes
 checking for setlocale... yes
 checking for getmode... yes
 checking for setmode... 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... no
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 checking sys/poll.h usability... no
 checking sys/poll.h presence... no
 checking for sys/poll.h... no
 checking for poll.h... (cached) no
 checking for sys/poll.h... (cached) no
 checking for getpassphrase... no
 checking for getpgrp... yes
 checking for memmove... 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... yes
 checking for dirfd... yes
 checking *printf() support for %lld... yes
 checking for strtoll... (cached) yes
 checking if vsnprintf is standards compliant... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating nbcompat/config.h
 /usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c glob.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c md5c.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c md5hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c rmd160.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c rmd160hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c sha1.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c sha1hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c sha2.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c sha2hl.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c getopt_long.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c vis.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c unvis.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c asprintf.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c fparseln.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c lchflags.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c lchmod.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c lchown.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c lutimes.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c mkdtemp.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c setprogname.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c shquote.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c statvfs.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c gettemp.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c pwcache.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c timegm.c
 cc -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -I.
 -I.  -O2 -DHAVE_CONFIG_H -c poll.c
 ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o
 sha1hl.o sha2.o sha2hl.o getopt_long.o vis.o unvis.o asprintf.o
 fparseln.o lchflags.o lchmod.o lchown.o lutimes.o mkdtemp.o
 setprogname.o shquote.o statvfs.o gettemp.o pwcache.o timegm.o poll.o
 ranlib libnbcompat.a
 =3D> Modifying GNU configure scripts to avoid --recheck
 =3D> Replacing config-guess with pkgsrc versions
 =3D> Replacing config-sub with pkgsrc versions
 =3D> Replacing install-sh with pkgsrc version
 checking build system type... i386--bsdi
 checking host system type... i386--bsdi
 checking whether make sets $(MAKE)... yes
 checking for gawk... /usr/bin/awk
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ANSI C... none needed
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
 el
 checking whether ln -s works... yes
 checking how to run the C preprocessor... cc -E
 checking for egrep... 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... no
 checking for stdint.h... no
 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... no
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for size_t... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 checking whether strerror_r returns char *... no
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating config.h
 =3D=3D=3D> Building for nbsed-20120308
 cc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386--bsdi\"
 -DVERSION=3D\"20040821\" -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -O2
 -c compile.c -o compile.o
 cc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386--bsdi\"
 -DVERSION=3D\"20040821\" -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -O2
 -c main.c -o main.o
 cc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386--bsdi\"
 -DVERSION=3D\"20040821\" -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -O2
 -c misc.c -o misc.o
 cc -DHAVE_CONFIG_H -I. -I. -DHOST=3D\"i386--bsdi\"
 -DVERSION=3D\"20040821\" -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat -O2
 -c process.c -o process.o
 cc -O2 -L/usr/pkgsrc/bootstrap/work/wrk/textproc/nbsed/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -o sed compile.o main.o misc.o
 process.o -lnbcompat
 =3D> Unwrapping files-to-be-installed.
 =3D=3D=3D> Installing for nbsed-20120308
 /bin/bash ./mkinstalldirs /usr/pkgsrc/bootstrap/pkg/bin
 /usr/bin/install -c -s -o root -g wheel -m 755 sed
 /usr/pkgsrc/bootstrap/pkg/bin/nbsed
 /bin/bash ./mkinstalldirs /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel -m 644 sed.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/nbsed.1
 =3D> Automatic manual page handling
 =3D> Registering installation for nbsed-20120308
 =3D=3D=3D> running: (cd /usr/pkgsrc/pkgtools/pkg_install &&
 /usr/pkgsrc/bootstrap/work/bin/bmake  USE_DESTDIR=3Dno -DPKG_PRESERVE
 MAKECONF=3D/usr/pkgsrc/bootstrap/work/mk.conf install)
 =3D=3D=3D> Installing dependencies for pkg_install-20130902
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 The supported build options for pkg_install are:
 
         inet6 openssl
 
 The currently selected options are:
 
         inet6
 
 You can select which build options to use by setting PKG_DEFAULT_OPTIONS
 or the following variable.  Its current value is shown:
 
         PKG_OPTIONS.libfetch (not defined)
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 The following variables will affect the build process of this package,
 pkg_install-20130902.  Their current value is shown below:
 
         * SSLCERTS =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl/certs
         * SSLCERTS =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl/certs
         * SSLDIR =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl
         * SSLDIR =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl
         * SSLKEYS =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl/private
         * SSLKEYS =3D /usr/pkgsrc/bootstrap/pkg/etc/openssl/private
 
 You may want to abort the process now with CTRL-C and change their value
 before continuing.  Be sure to run
 `/usr/pkgsrc/bootstrap/work/bin/bmake clean' after
 the changes.
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D> Overriding tools for pkg_install-20130902
 =3D=3D=3D> Extracting for pkg_install-20130902
 =3D=3D=3D> Patching for pkg_install-20130902
 =3D=3D=3D> Creating toolchain wrappers for pkg_install-20130902
 =3D=3D=3D> Configuring for pkg_install-20130902
 =3D> Replacing config-guess with pkgsrc versions
 =3D> Replacing config-sub with pkgsrc versions
 =3D> Configuring and building libnbcompat
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386--bsdi
 checking whether make sets $(MAKE)... yes
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for a BSD-compatible install...
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/install
 -c
 checking whether ln -s works... yes
 checking for i386--bsdi-ranlib... no
 checking for ranlib... ranlib
 checking for gawk... /usr/bin/awk
 checking for ar... ar
 checking for fparseln in -lutil... no
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 checking for ANSI C header files... yes
 checking whether time.h and sys/time.h may both be included... 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... no
 checking for stdint.h... no
 checking for unistd.h... yes
 checking for stdbool.h that conforms to C99... no
 checking for _Bool... no
 checking alloca.h usability... no
 checking alloca.h presence... no
 checking for alloca.h... no
 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 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) no
 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) no
 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... no
 checking sys/statvfs.h presence... no
 checking for sys/statvfs.h... no
 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... no
 checking util.h presence... no
 checking for util.h... no
 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... no
 ./configure: ]: command not found
 checking for __builtin_va_copy... no
 ./configure: ]: command not found
 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... no
 checking getopt.h presence... no
 checking for getopt.h... no
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for VIS_WHITE in vis.h... yes
 checking for strunvis... yes
 checking for strvis... yes
 checking for strsvis... no
 checking for svis... no
 checking for unvis... yes
 checking for vis... yes
 checking for strunvis... (cached) yes
 checking for strvis... (cached) yes
 checking for strsvis... (cached) no
 checking for __attribute__... yes
 checking for size_t... yes
 checking for uintptr_t... no
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 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 for stdlib.h... (cached) yes
 checking for GNU libc compatible malloc... yes
 checking whether strerror_r is declared... no
 checking for strerror_r... no
 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 for vprintf... yes
 checking for _doprnt... no
 checking whether snprintf is declared... yes
 checking whether vasprintf is declared... no
 checking for asprintf... no
 checking for err... yes
 checking for fgetln... yes
 checking for fnmatch... yes
 checking for fparseln... no
 checking for getenv... yes
 checking for isblank... yes
 checking for lchflags... no
 checking for lchmod... no
 checking for lchown... no
 checking for lutimes... no
 checking for mkdtemp... no
 checking for mkstemp... yes
 checking for setenv... yes
 checking for setgroupent... yes
 checking for setpassent... yes
 checking for setprogname... no
 checking for shquote... no
 checking for snprintf... yes
 checking for statvfs... no
 checking for strdup... 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... yes
 checking for library containing socket... none required
 checking for gethostbyname in -lnsl... no
 checking for socklen_t... yes
 checking for struct addrinfo... yes
 checking for struct in6_addr... yes
 checking for struct sockaddr_in6... yes
 checking for struct sockaddr_storage... yes
 checking for getnameinfo... yes
 checking for gai_strerror... yes
 checking for getaddrinfo... yes
 checking for getenv... (cached) yes
 checking for setenv... (cached) yes
 checking for unsetenv... (cached) yes
 checking for mkdtemp... (cached) no
 checking for mkstemp... (cached) yes
 checking for bcopy... yes
 checking for bzero... yes
 checking for memset... yes
 checking for memcpy... yes
 checking for setlocale... yes
 checking for getmode... yes
 checking for setmode... 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... no
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 checking sys/poll.h usability... no
 checking sys/poll.h presence... no
 checking for sys/poll.h... no
 checking for poll.h... (cached) no
 checking for sys/poll.h... (cached) no
 checking for getpassphrase... no
 checking for getpgrp... yes
 checking for memmove... 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... yes
 checking for dirfd... yes
 checking *printf() support for %lld... yes
 checking for strtoll... (cached) yes
 checking if vsnprintf is standards compliant... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating nbcompat/config.h
 /usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c glob.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c md5c.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c md5hl.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c rmd160.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c rmd160hl.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c sha1.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c sha1hl.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c sha2.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c sha2hl.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c getopt_long.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c vis.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c unvis.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c asprintf.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c fparseln.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c lchflags.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c lchmod.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c lchown.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c lutimes.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c mkdtemp.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c setprogname.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c shquote.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c statvfs.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c gettemp.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c pwcache.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c timegm.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c poll.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_close.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_conv.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_debug.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_delete.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_get.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_open.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_overflow.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_page.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_put.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_search.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_seq.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_split.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/btr=
 ee/bt_utils.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/db/=
 db.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash_bigkey.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash_buf.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash_func.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash_log2.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/hash_page.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/ndbm.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/has=
 h/ndbmdatum.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/mpo=
 ol/mpool.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_close.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_delete.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_get.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_open.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_put.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_search.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_seq.c
 cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -D__DBINTERFACE_PRIVATE -I. -I.  -O2 -DHAVE_CONFIG_H -c
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/rec=
 no/rec_utils.c
 ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o
 sha1hl.o sha2.o sha2hl.o getopt_long.o vis.o unvis.o asprintf.o
 fparseln.o lchflags.o lchmod.o lchown.o lutimes.o mkdtemp.o
 setprogname.o shquote.o statvfs.o gettemp.o pwcache.o timegm.o poll.o
 bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o
 bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o
 bt_utils.o  db.o  hash.o hash_bigkey.o hash_buf.o hash_func.o
 hash_log2.o hash_page.o  ndbm.o ndbmdatum.o  mpool.o rec_close.o
 rec_delete.o rec_get.o rec_open.o rec_put.o  rec_search.o rec_seq.o
 rec_utils.o
 ranlib libnbcompat.a
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive
 &&                                        /usr/bin/env
 INSTALL=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel
 INSTALL_PROGRAM=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755
 INSTALL_SCRIPT=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755
 INSTALL_DATA=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 INSTALL_GAME=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 0755
 INSTALL_GAME_DATA=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 0644
 LIBS=3D\ \ -lnbcompat INSTALL_INFO=3D
 MAKEINFO=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/=
 bin/makeinfo
 FLEX=3D BISON=3D AWK=3D/usr/bin/awk CAT=3D/bin/cat ac_cv_path_CAT=3D/bin/ca=
 t
 CHMOD=3D/bin/chmod CMP=3D/usr/bin/cmp CP=3D/bin/cp DIFF=3D/usr/bin/diff
 ECHO=3D/bin/echo ac_cv_path_ECHO=3D/bin/echo EGREP=3D/bin/egrep
 ac_cv_path_EGREP=3D/bin/egrep SETENV=3D/usr/bin/env ENV_PROG=3D/usr/bin/env
 ac_cv_path_ENV=3D/usr/bin/env FALSE=3D/usr/bin/false
 ac_cv_path_FALSE=3D/usr/bin/false FIND=3D/usr/bin/find GREP=3D/bin/grep
 ac_cv_path_GREP=3D/bin/grep HOSTNAME=3D/bin/hostname LN=3D/bin/ln LS=3D/bin=
 /ls
 MKDIR=3D/bin/mkdir\ -p MV=3D/bin/mv RM=3D/bin/rm RMDIR=3D/bin/rmdir
 SED=3D/usr/pkgsrc/bootstrap/work/bin/sed SORT=3D/usr/bin/sort
 TEST=3D/bin/test ac_cv_path_TEST=3D/bin/test TOUCH=3D/usr/bin/touch
 TR=3D/usr/bin/tr TRUE=3D/usr/bin/true ac_cv_path_TRUE=3D/usr/bin/true
 PKG_CONFIG=3D PKG_CONFIG_LIBDIR=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/p=
 kg_install/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/bootstrap/work/wrk/pkg=
 tools/pkg_install/work/.buildlink/share/pkgconfig
 PKG_CONFIG_LOG=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.=
 pkg-config.log
 PKG_CONFIG_PATH=3D MAKE=3Dmake WRAPPER_DEBUG=3Dno WRAPPER_UPDATE_CACHE=3Dye=
 s
 CXXCPP=3Dcpp CC=3Dcc CFLAGS=3D-O2 CPPFLAGS=3D-D_LARGEFILE_SOURCE\
 -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=3D64\ -DDEF_UMASK=3D0022\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -DHAVE_NBCOMPAT_H=3D1\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 CXX=3Dg++ CXXFLAGS=3D-O2 COMPILER_RPATH_FLAG=3D-Wl,-R F77=3Df77 FC=3Df77
 FFLAGS=3D-O LANG=3DC LC_ALL=3DC LC_COLLATE=3DC LC_CTYPE=3DC LC_MESSAGES=3DC
 LC_MONETARY=3DC LC_NUMERIC=3DC LC_TIME=3DC
 LDFLAGS=3D-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarc=
 hive/.libs\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib LINKER_RPATH_FLAG=3D-R
 PATH=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bi=
 n:/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/=
 usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/usr/pkg=
 src/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkgsrc/boots=
 trap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/sbin::=
 /sbin:/usr/sbin:/bin:/usr/bin:/usr/contrib/bin:/usr/X11/bin:/sbin:/usr/sbin=
 :/usr/pkgsrc/bootstrap/pkg/bin:/usr/X11R6/bin
 PREFIX=3D/usr/pkgsrc/bootstrap/pkg MAKELEVEL=3D0
 PKG_SYSCONFDIR=3D/usr/pkgsrc/bootstrap/pkg/etc
 HOME=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home
 CONFIG_SHELL=3D/bin/bash LIBS=3D-lnbcompat
 ac_given_INSTALL=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel
                    /bin/bash                       ./configure
 --disable-shared --disable-bsdtar           --disable-bsdcpio
 --without-expat --without-xml2        --disable-dependency-tracking
                        --without-openssl
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
 el
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... build/autoconf/install-sh -c -d
 checking for gawk... /usr/bin/awk
 checking whether make sets $(MAKE)... yes
 checking build system type... i386-pc-bsdi4.3
 checking host system type... i386-pc-bsdi4.3
 checking for gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of cc... none
 checking whether cc understands -c and -o together... yes
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 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... no
 checking for stdint.h... no
 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 a sed that does not truncate output... Broken pipe
 /usr/pkgsrc/bootstrap/work/bin/sed
 checking for fgrep... /bin/grep -F
 checking for ld used by cc...
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bin/ld
 checking if the linker
 (/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bin/ld)
 is GNU ld... yes
 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
 checking the name lister (/usr/bin/nm -p) interface... BSD nm
 checking whether ln -s works... yes
 checking the maximum length of command line arguments... 65536
 checking whether the shell understands some XSI constructs... yes
 checking whether the shell understands "+=3D"... no
 checking for /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrap=
 per/bin/ld
 option to reload object files... -r
 checking for objdump... objdump
 checking how to recognize dependent libraries... file_magic ELF
 [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)
 checking for ar... ar
 checking for strip... strip
 checking for ranlib... ranlib
 checking command to parse /usr/bin/nm -p output from cc object... ok
 checking for dlfcn.h... yes
 checking for objdir... .libs
 checking if cc supports -fno-rtti -fno-exceptions... yes
 checking for cc option to produce PIC... -fPIC -DPIC
 checking if cc PIC flag -fPIC -DPIC works... yes
 checking if cc static flag -static works... yes
 checking if cc supports -c -o file.o... rm: conftest*: No such file or dire=
 ctory
 yes
 checking if cc supports -c -o file.o... (cached) yes
 checking whether the cc linker
 (/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bin/ld)
 supports shared libraries... yes
 checking dynamic linker characteristics... bsdi4.3 ld.so
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... no
 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 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 for inttypes.h... (cached) no
 checking io.h usability... no
 checking io.h presence... no
 checking for io.h... no
 checking langinfo.h usability... no
 checking langinfo.h presence... no
 checking for langinfo.h... no
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking linux/fs.h usability... no
 checking linux/fs.h presence... no
 checking for linux/fs.h... no
 checking locale.h usability... yes
 checking locale.h presence... yes
 checking for locale.h... yes
 checking paths.h usability... yes
 checking paths.h presence... yes
 checking for paths.h... yes
 checking poll.h usability... no
 checking poll.h presence... no
 checking for poll.h... no
 checking pwd.h usability... yes
 checking pwd.h presence... yes
 checking for pwd.h... yes
 checking regex.h usability... yes
 checking regex.h presence... yes
 checking for regex.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 for stdint.h... (cached) no
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking sys/acl.h usability... no
 checking sys/acl.h presence... no
 checking for sys/acl.h... no
 checking sys/cdefs.h usability... yes
 checking sys/cdefs.h presence... yes
 checking for sys/cdefs.h... yes
 checking sys/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/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... yes
 checking sys/poll.h usability... no
 checking sys/poll.h presence... no
 checking for sys/poll.h... no
 checking sys/select.h usability... yes
 checking sys/select.h presence... yes
 checking for sys/select.h... yes
 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 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... no
 checking wctype.h presence... no
 checking for wctype.h... no
 checking windows.h usability... no
 checking windows.h presence... no
 checking for windows.h... no
 checking zlib.h usability... yes
 checking zlib.h presence... yes
 checking for zlib.h... yes
 checking for inflate in -lz... yes
 checking bzlib.h usability... yes
 checking bzlib.h presence... yes
 checking for bzlib.h... yes
 checking for BZ2_bzDecompressInit in -lbz2... yes
 checking lzmadec.h usability... no
 checking lzmadec.h presence... no
 checking for lzmadec.h... no
 checking for lzmadec_decode in -llzmadec... no
 checking lzma.h usability... no
 checking lzma.h presence... no
 checking for lzma.h... no
 checking for lzma_stream_decoder in -llzma... no
 checking support for ARCHIVE_HASH_MD5_LIBC... no
 checking support for ARCHIVE_HASH_MD5_LIBSYSTEM... no
 checking support for ARCHIVE_HASH_RMD160_LIBC... no
 checking support for ARCHIVE_HASH_SHA1_LIBC... no
 checking support for ARCHIVE_HASH_SHA1_LIBSYSTEM... no
 checking support for ARCHIVE_HASH_SHA256_LIBC... no
 checking support for ARCHIVE_HASH_SHA256_LIBC2... no
 checking support for ARCHIVE_HASH_SHA256_LIBC3... no
 checking support for ARCHIVE_HASH_SHA256_LIBSYSTEM... no
 checking support for ARCHIVE_HASH_SHA384_LIBC... no
 checking support for ARCHIVE_HASH_SHA384_LIBC2... no
 checking support for ARCHIVE_HASH_SHA384_LIBC3... no
 checking support for ARCHIVE_HASH_SHA384_LIBSYSTEM... no
 checking support for ARCHIVE_HASH_SHA512_LIBC... no
 checking support for ARCHIVE_HASH_SHA512_LIBC2... no
 checking support for ARCHIVE_HASH_SHA512_LIBC3... no
 checking support for ARCHIVE_HASH_SHA512_LIBSYSTEM... no
 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... no
 checking for uintptr_t... no
 checking for struct stat.st_birthtime... no
 checking for struct stat.st_birthtimespec.tv_nsec... no
 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... no
 checking for unsigned long long... yes
 checking for long long int... yes
 checking for intmax_t... no
 checking for int64_t... no
 checking for unsigned long long int... yes
 checking for uintmax_t... (cached) no
 checking for uint64_t... unsigned long long int
 checking whether SIZE_MAX is declared... no
 checking whether SSIZE_MAX is declared... no
 checking whether INT64_MAX is declared... no
 checking whether INT64_MIN is declared... no
 checking whether UINT64_MAX is declared... no
 checking whether UINT32_MAX is declared... no
 checking whether EFTYPE is declared... yes
 checking whether EILSEQ is declared... no
 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 needs -traditional... no
 checking whether sys/types.h defines makedev... yes
 checking for _LARGEFILE_SOURCE value needed for large files... unknown
 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... no
 checking for strerror_r... no
 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 chflags... yes
 checking for chown... yes
 checking for chroot... yes
 checking for fchdir... yes
 checking for fchflags... yes
 checking for fchmod... yes
 checking for fchown... yes
 checking for fcntl... yes
 checking for fork... yes
 checking for fstat... yes
 checking for ftruncate... yes
 checking for futimens... no
 checking for futimes... 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 lchflags... yes
 checking for lchmod... yes
 checking for lchown... yes
 checking for link... yes
 checking for lstat... yes
 checking for lutimes... yes
 checking for memmove... yes
 checking for memset... yes
 checking for mkdir... yes
 checking for mkfifo... yes
 checking for mknod... yes
 checking for nl_langinfo... no
 checking for pipe... yes
 checking for poll... yes
 checking for readlink... yes
 checking for select... yes
 checking for setenv... yes
 checking for setlocale... yes
 checking for sigaction... 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 unsetenv... yes
 checking for utime... yes
 checking for utimensat... no
 checking for utimes... yes
 checking for vfork... yes
 checking for wcrtomb... no
 checking for wcscmp... yes
 checking for wcscpy... yes
 checking for wcslen... yes
 checking for wctomb... yes
 checking for wmemcmp... no
 checking for wmemcpy... no
 checking for cygwin_conv_path... no
 checking whether D_MD_ORDER is declared... no
 checking for struct dirent.d_namlen... no
 checking for attr/xattr.h... (cached) no
 checking sys/xattr.h usability... no
 checking sys/xattr.h presence... no
 checking for sys/xattr.h... no
 checking for setxattr in -lattr... no
 checking for extattr_get_file... no
 checking for extattr_list_file... no
 checking for extattr_set_fd... no
 checking for extattr_set_file... no
 checking for fsetxattr... no
 checking for getxattr... no
 checking for lgetxattr... no
 checking for listxattr... no
 checking for llistxattr... no
 checking for lsetxattr... no
 checking whether EXTATTR_NAMESPACE_USER is declared... no
 checking for sys/acl.h... (cached) no
 checking for acl_get_file in -lacl... no
 checking for acl_create_entry... no
 checking for acl_init... no
 checking for acl_set_fd... no
 checking for acl_set_fd_np... no
 checking for acl_set_file... no
 checking for acl_permset_t... no
 checking for acl_get_perm_np... no
 checking for acl_get_perm... no
 checking for acl_get_link... no
 checking for acl_get_link_np... no
 checking whether ACL_USER is declared... no
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 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
 rm: libtoolT: No such file or directory
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive
 && /usr/bin/env USETOOLS=3Dno MACHINE_ARCH=3Di386 OPSYS=3DBSDOS
 CATMAN_SECTION_SUFFIX=3Dno MANINSTALL=3Dmaninstall FETCH_WITH_INET6=3Dyes
 FETCH_WITH_OPENSSL=3Dno CXXCPP=3Dcpp CC=3Dcc CFLAGS=3D-O2
 CPPFLAGS=3D-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=3D64\
 -DDEF_UMASK=3D0022\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -DHAVE_NBCOMPAT_H=3D1\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 CXX=3Dg++ CXXFLAGS=3D-O2 COMPILER_RPATH_FLAG=3D-Wl,-R F77=3Df77 FC=3Df77
 FFLAGS=3D-O LANG=3DC LC_ALL=3DC LC_COLLATE=3DC LC_CTYPE=3DC LC_MESSAGES=3DC
 LC_MONETARY=3DC LC_NUMERIC=3DC LC_TIME=3DC
 LDFLAGS=3D-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarc=
 hive/.libs\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib LINKER_RPATH_FLAG=3D-R
 PATH=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bi=
 n:/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/=
 usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/usr/pkg=
 src/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkgsrc/boots=
 trap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/sbin::=
 /sbin:/usr/sbin:/bin:/usr/bin:/usr/contrib/bin:/usr/X11/bin:/sbin:/usr/sbin=
 :/usr/pkgsrc/bootstrap/pkg/bin:/usr/X11R6/bin
 PREFIX=3D/usr/pkgsrc/bootstrap/pkg MAKELEVEL=3D0
 PKG_SYSCONFDIR=3D/usr/pkgsrc/bootstrap/pkg/etc
 HOME=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home
 CPP=3Dcpp LINK_ALL_LIBGCC_HACK=3D LOCALBASE=3D/usr/pkgsrc/bootstrap/pkg
 NO_WHOLE_ARCHIVE_FLAG=3D-Wl,--no-whole-archive
 WHOLE_ARCHIVE_FLAG=3D-Wl,--whole-archive X11BASE=3D/usr/X11R6
 X11PREFIX=3D/usr/pkgsrc/bootstrap/pkg PKGMANDIR=3Dman PKGINFODIR=3Dinfo
 PKGGNUDIR=3Dgnu/ MAKECONF=3D/dev/null OBJECT_FMT=3DELF USETOOLS=3Dno
 BSD_INSTALL_PROGRAM=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_SCRIPT=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_DATA=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL_MAN=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL=3D/usr/bin/install BSD_INSTALL_PROGRAM_DIR=3D/usr/bin/install\
 -d\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_SCRIPT_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_DATA_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_MAN_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_GAME=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\
 wheel\ -m\ 0755 BSD_INSTALL_GAME_DATA=3D/usr/bin/install\ -c\ -o\ root\
 -g\ wheel\ -m\ 0644 BSD_INSTALL_GAME_DIR=3D/usr/bin/install\ -d\ -o\
 root\ -g\ wheel\ -m\ 0755 INSTALL_INFO=3D
 MAKEINFO=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/=
 bin/makeinfo
 FLEX=3D BISON=3D PKG_CONFIG=3D
 PKG_CONFIG_LIBDIR=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/wor=
 k/.buildlink/lib/pkgconfig:/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_inst=
 all/work/.buildlink/share/pkgconfig
 PKG_CONFIG_LOG=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.=
 pkg-config.log
 PKG_CONFIG_PATH=3D WRAPPER_DEBUG=3Dno WRAPPER_UPDATE_CACHE=3Dyes
 VIEWBASE=3D/usr/pkgsrc/bootstrap/pkg
 /usr/pkgsrc/bootstrap/work/bin/bmake
          -f Makefile
 cat ./libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h
 cat ./tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h
 cat ./cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h
 /usr/pkgsrc/bootstrap/work/bin/bmake  all-am
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_check_magic.lo
 libarchive/archive_check_magic.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_check_magic.c -o
 libarchive/archive_check_magic.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry.lo libarchive/archive_entry.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry.c -o libarchive/archive_entry.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry_copy_stat.lo
 libarchive/archive_entry_copy_stat.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry_copy_stat.c -o
 libarchive/archive_entry_copy_stat.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry_link_resolver.lo
 libarchive/archive_entry_link_resolver.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry_link_resolver.c -o
 libarchive/archive_entry_link_resolver.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry_stat.lo
 libarchive/archive_entry_stat.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry_stat.c -o
 libarchive/archive_entry_stat.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry_strmode.lo
 libarchive/archive_entry_strmode.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry_strmode.c -o
 libarchive/archive_entry_strmode.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_entry_xattr.lo
 libarchive/archive_entry_xattr.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_entry_xattr.c -o
 libarchive/archive_entry_xattr.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read.lo libarchive/archive_read.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read.c -o libarchive/archive_read.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_data_into_fd.lo
 libarchive/archive_read_data_into_fd.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_data_into_fd.c -o
 libarchive/archive_read_data_into_fd.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_disk.lo
 libarchive/archive_read_disk.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_disk.c -o
 libarchive/archive_read_disk.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_disk_entry_from_file.lo
 libarchive/archive_read_disk_entry_from_file.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_disk_entry_from_file.c -o
 libarchive/archive_read_disk_entry_from_file.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_disk_set_standard_lookup.lo
 libarchive/archive_read_disk_set_standard_lookup.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_disk_set_standard_lookup.c -o
 libarchive/archive_read_disk_set_standard_lookup.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_extract.lo
 libarchive/archive_read_extract.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_extract.c -o
 libarchive/archive_read_extract.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_open_fd.lo
 libarchive/archive_read_open_fd.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_open_fd.c -o
 libarchive/archive_read_open_fd.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_open_file.lo
 libarchive/archive_read_open_file.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_open_file.c -o
 libarchive/archive_read_open_file.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_open_filename.lo
 libarchive/archive_read_open_filename.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_open_filename.c -o
 libarchive/archive_read_open_filename.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_open_memory.lo
 libarchive/archive_read_open_memory.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_open_memory.c -o
 libarchive/archive_read_open_memory.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_all.lo
 libarchive/archive_read_support_compression_all.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_all.c -o
 libarchive/archive_read_support_compression_all.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_bzip2.lo
 libarchive/archive_read_support_compression_bzip2.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_bzip2.c -o
 libarchive/archive_read_support_compression_bzip2.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_compress.lo
 libarchive/archive_read_support_compression_compress.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_compress.c -o
 libarchive/archive_read_support_compression_compress.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_gzip.lo
 libarchive/archive_read_support_compression_gzip.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_gzip.c -o
 libarchive/archive_read_support_compression_gzip.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_none.lo
 libarchive/archive_read_support_compression_none.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_none.c -o
 libarchive/archive_read_support_compression_none.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_program.lo
 libarchive/archive_read_support_compression_program.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_program.c -o
 libarchive/archive_read_support_compression_program.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_rpm.lo
 libarchive/archive_read_support_compression_rpm.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_rpm.c -o
 libarchive/archive_read_support_compression_rpm.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_uu.lo
 libarchive/archive_read_support_compression_uu.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_uu.c -o
 libarchive/archive_read_support_compression_uu.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_compression_xz.lo
 libarchive/archive_read_support_compression_xz.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_compression_xz.c -o
 libarchive/archive_read_support_compression_xz.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_all.lo
 libarchive/archive_read_support_format_all.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_all.c -o
 libarchive/archive_read_support_format_all.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_ar.lo
 libarchive/archive_read_support_format_ar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_ar.c -o
 libarchive/archive_read_support_format_ar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_cpio.lo
 libarchive/archive_read_support_format_cpio.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_cpio.c -o
 libarchive/archive_read_support_format_cpio.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_empty.lo
 libarchive/archive_read_support_format_empty.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_empty.c -o
 libarchive/archive_read_support_format_empty.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_iso9660.lo
 libarchive/archive_read_support_format_iso9660.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_iso9660.c -o
 libarchive/archive_read_support_format_iso9660.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_mtree.lo
 libarchive/archive_read_support_format_mtree.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_mtree.c -o
 libarchive/archive_read_support_format_mtree.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_raw.lo
 libarchive/archive_read_support_format_raw.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_raw.c -o
 libarchive/archive_read_support_format_raw.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_tar.lo
 libarchive/archive_read_support_format_tar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_tar.c -o
 libarchive/archive_read_support_format_tar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_xar.lo
 libarchive/archive_read_support_format_xar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_xar.c -o
 libarchive/archive_read_support_format_xar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_read_support_format_zip.lo
 libarchive/archive_read_support_format_zip.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_read_support_format_zip.c -o
 libarchive/archive_read_support_format_zip.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_string.lo libarchive/archive_string.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_string.c -o libarchive/archive_string.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_string_sprintf.lo
 libarchive/archive_string_sprintf.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_string_sprintf.c -o
 libarchive/archive_string_sprintf.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_util.lo libarchive/archive_util.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_util.c -o libarchive/archive_util.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_virtual.lo libarchive/archive_virtual.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_virtual.c -o libarchive/archive_virtual.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write.lo libarchive/archive_write.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write.c -o libarchive/archive_write.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_disk.lo
 libarchive/archive_write_disk.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_disk.c -o
 libarchive/archive_write_disk.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_disk_set_standard_lookup.lo
 libarchive/archive_write_disk_set_standard_lookup.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_disk_set_standard_lookup.c -o
 libarchive/archive_write_disk_set_standard_lookup.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_open_fd.lo
 libarchive/archive_write_open_fd.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_open_fd.c -o
 libarchive/archive_write_open_fd.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_open_file.lo
 libarchive/archive_write_open_file.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_open_file.c -o
 libarchive/archive_write_open_file.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_open_filename.lo
 libarchive/archive_write_open_filename.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_open_filename.c -o
 libarchive/archive_write_open_filename.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_open_memory.lo
 libarchive/archive_write_open_memory.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_open_memory.c -o
 libarchive/archive_write_open_memory.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_bzip2.lo
 libarchive/archive_write_set_compression_bzip2.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_bzip2.c -o
 libarchive/archive_write_set_compression_bzip2.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_compress.lo
 libarchive/archive_write_set_compression_compress.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_compress.c -o
 libarchive/archive_write_set_compression_compress.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_gzip.lo
 libarchive/archive_write_set_compression_gzip.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_gzip.c -o
 libarchive/archive_write_set_compression_gzip.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_none.lo
 libarchive/archive_write_set_compression_none.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_none.c -o
 libarchive/archive_write_set_compression_none.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_program.lo
 libarchive/archive_write_set_compression_program.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_program.c -o
 libarchive/archive_write_set_compression_program.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_compression_xz.lo
 libarchive/archive_write_set_compression_xz.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_compression_xz.c -o
 libarchive/archive_write_set_compression_xz.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format.lo
 libarchive/archive_write_set_format.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format.c -o
 libarchive/archive_write_set_format.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_ar.lo
 libarchive/archive_write_set_format_ar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_ar.c -o
 libarchive/archive_write_set_format_ar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_by_name.lo
 libarchive/archive_write_set_format_by_name.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_by_name.c -o
 libarchive/archive_write_set_format_by_name.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_cpio.lo
 libarchive/archive_write_set_format_cpio.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_cpio.c -o
 libarchive/archive_write_set_format_cpio.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_cpio_newc.lo
 libarchive/archive_write_set_format_cpio_newc.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_cpio_newc.c -o
 libarchive/archive_write_set_format_cpio_newc.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_mtree.lo
 libarchive/archive_write_set_format_mtree.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_mtree.c -o
 libarchive/archive_write_set_format_mtree.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_pax.lo
 libarchive/archive_write_set_format_pax.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_pax.c -o
 libarchive/archive_write_set_format_pax.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_shar.lo
 libarchive/archive_write_set_format_shar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_shar.c -o
 libarchive/archive_write_set_format_shar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_ustar.lo
 libarchive/archive_write_set_format_ustar.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_ustar.c -o
 libarchive/archive_write_set_format_ustar.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/archive_write_set_format_zip.lo
 libarchive/archive_write_set_format_zip.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/archive_write_set_format_zip.c -o
 libarchive/archive_write_set_format_zip.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive/filter_fork.lo libarchive/filter_fork.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive/filter_fork.c -o libarchive/filter_fork.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dlink cc  -O2  -no-undefined
 -version-info 10:4:8
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -o libarchive.la -rpath
 /usr/local/lib libarchive/archive_check_magic.lo
 libarchive/archive_entry.lo  libarchive/archive_entry_copy_stat.lo
 libarchive/archive_entry_link_resolver.lo
 libarchive/archive_entry_stat.lo  libarchive/archive_entry_strmode.lo
 libarchive/archive_entry_xattr.lo libarchive/archive_read.lo
 libarchive/archive_read_data_into_fd.lo
 libarchive/archive_read_disk.lo
 libarchive/archive_read_disk_entry_from_file.lo
 libarchive/archive_read_disk_set_standard_lookup.lo
 libarchive/archive_read_extract.lo  libarchive/archive_read_open_fd.lo
  libarchive/archive_read_open_file.lo
 libarchive/archive_read_open_filename.lo
 libarchive/archive_read_open_memory.lo
 libarchive/archive_read_support_compression_all.lo
 libarchive/archive_read_support_compression_bzip2.lo
 libarchive/archive_read_support_compression_compress.lo
 libarchive/archive_read_support_compression_gzip.lo
 libarchive/archive_read_support_compression_none.lo
 libarchive/archive_read_support_compression_program.lo
 libarchive/archive_read_support_compression_rpm.lo
 libarchive/archive_read_support_compression_uu.lo
 libarchive/archive_read_support_compression_xz.lo
 libarchive/archive_read_support_format_all.lo
 libarchive/archive_read_support_format_ar.lo
 libarchive/archive_read_support_format_cpio.lo
 libarchive/archive_read_support_format_empty.lo
 libarchive/archive_read_support_format_iso9660.lo
 libarchive/archive_read_support_format_mtree.lo
 libarchive/archive_read_support_format_raw.lo
 libarchive/archive_read_support_format_tar.lo
 libarchive/archive_read_support_format_xar.lo
 libarchive/archive_read_support_format_zip.lo
 libarchive/archive_string.lo  libarchive/archive_string_sprintf.lo
 libarchive/archive_util.lo libarchive/archive_virtual.lo
 libarchive/archive_write.lo libarchive/archive_write_disk.lo
 libarchive/archive_write_disk_set_standard_lookup.lo
 libarchive/archive_write_open_fd.lo
 libarchive/archive_write_open_file.lo
 libarchive/archive_write_open_filename.lo
 libarchive/archive_write_open_memory.lo
 libarchive/archive_write_set_compression_bzip2.lo
 libarchive/archive_write_set_compression_compress.lo
 libarchive/archive_write_set_compression_gzip.lo
 libarchive/archive_write_set_compression_none.lo
 libarchive/archive_write_set_compression_program.lo
 libarchive/archive_write_set_compression_xz.lo
 libarchive/archive_write_set_format.lo
 libarchive/archive_write_set_format_ar.lo
 libarchive/archive_write_set_format_by_name.lo
 libarchive/archive_write_set_format_cpio.lo
 libarchive/archive_write_set_format_cpio_newc.lo
 libarchive/archive_write_set_format_mtree.lo
 libarchive/archive_write_set_format_pax.lo
 libarchive/archive_write_set_format_shar.lo
 libarchive/archive_write_set_format_ustar.lo
 libarchive/archive_write_set_format_zip.lo  libarchive/filter_fork.lo
  -lbz2 -lz -lnbcompat
 libtool: link: ar cru .libs/libarchive.a
 libarchive/archive_check_magic.o libarchive/archive_entry.o
 libarchive/archive_entry_copy_stat.o
 libarchive/archive_entry_link_resolver.o
 libarchive/archive_entry_stat.o libarchive/archive_entry_strmode.o
 libarchive/archive_entry_xattr.o libarchive/archive_read.o
 libarchive/archive_read_data_into_fd.o libarchive/archive_read_disk.o
 libarchive/archive_read_disk_entry_from_file.o
 libarchive/archive_read_disk_set_standard_lookup.o
 libarchive/archive_read_extract.o libarchive/archive_read_open_fd.o
 libarchive/archive_read_open_file.o
 libarchive/archive_read_open_filename.o
 libarchive/archive_read_open_memory.o
 libarchive/archive_read_support_compression_all.o
 libarchive/archive_read_support_compression_bzip2.o
 libarchive/archive_read_support_compression_compress.o
 libarchive/archive_read_support_compression_gzip.o
 libarchive/archive_read_support_compression_none.o
 libarchive/archive_read_support_compression_program.o
 libarchive/archive_read_support_compression_rpm.o
 libarchive/archive_read_support_compression_uu.o
 libarchive/archive_read_support_compression_xz.o
 libarchive/archive_read_support_format_all.o
 libarchive/archive_read_support_format_ar.o
 libarchive/archive_read_support_format_cpio.o
 libarchive/archive_read_support_format_empty.o
 libarchive/archive_read_support_format_iso9660.o
 libarchive/archive_read_support_format_mtree.o
 libarchive/archive_read_support_format_raw.o
 libarchive/archive_read_support_format_tar.o
 libarchive/archive_read_support_format_xar.o
 libarchive/archive_read_support_format_zip.o
 libarchive/archive_string.o libarchive/archive_string_sprintf.o
 libarchive/archive_util.o libarchive/archive_virtual.o
 libarchive/archive_write.o libarchive/archive_write_disk.o
 libarchive/archive_write_disk_set_standard_lookup.o
 libarchive/archive_write_open_fd.o
 libarchive/archive_write_open_file.o
 libarchive/archive_write_open_filename.o
 libarchive/archive_write_open_memory.o
 libarchive/archive_write_set_compression_bzip2.o
 libarchive/archive_write_set_compression_compress.o
 libarchive/archive_write_set_compression_gzip.o
 libarchive/archive_write_set_compression_none.o
 libarchive/archive_write_set_compression_program.o
 libarchive/archive_write_set_compression_xz.o
 libarchive/archive_write_set_format.o
 libarchive/archive_write_set_format_ar.o
 libarchive/archive_write_set_format_by_name.o
 libarchive/archive_write_set_format_cpio.o
 libarchive/archive_write_set_format_cpio_newc.o
 libarchive/archive_write_set_format_mtree.o
 libarchive/archive_write_set_format_pax.o
 libarchive/archive_write_set_format_shar.o
 libarchive/archive_write_set_format_ustar.o
 libarchive/archive_write_set_format_zip.o libarchive/filter_fork.o
 libtool: link: ranlib .libs/libarchive.a
 libtool: link: ( cd ".libs" && rm -f "libarchive.la" && ln -s
 "../libarchive.la" "libarchive.la" )
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive_fe/err.lo libarchive_fe/err.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive_fe/err.c -o libarchive_fe/err.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive_fe/line_reader.lo libarchive_fe/line_reader.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive_fe/line_reader.c -o libarchive_fe/line_reader.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive_fe/matching.lo libarchive_fe/matching.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive_fe/matching.c -o libarchive_fe/matching.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
   -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
  -O2 -c -o libarchive_fe/pathmatch.lo libarchive_fe/pathmatch.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -O2 -c libarchive_fe/pathmatch.c -o libarchive_fe/pathmatch.o
 /bin/bash ./libtool --tag=3DCC    --mode=3Dlink cc  -O2
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -o libarchive_fe.la
 libarchive_fe/err.lo  libarchive_fe/line_reader.lo
 libarchive_fe/matching.lo  libarchive_fe/pathmatch.lo  -lbz2 -lz
 -lnbcompat
 libtool: link: ar cru .libs/libarchive_fe.a  libarchive_fe/err.o
 libarchive_fe/line_reader.o libarchive_fe/matching.o
 libarchive_fe/pathmatch.o
 libtool: link: ranlib .libs/libarchive_fe.a
 libtool: link: ( cd ".libs" && rm -f "libarchive_fe.la" && ln -s
 "../libarchive_fe.la" "libarchive_fe.la" )
 cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 && /usr/bin/env USETOOLS=3Dno MACHINE_ARCH=3Di386 OPSYS=3DBSDOS
 CATMAN_SECTION_SUFFIX=3Dno MANINSTALL=3Dmaninstall FETCH_WITH_INET6=3Dyes
 FETCH_WITH_OPENSSL=3Dno CXXCPP=3Dcpp CC=3Dcc CFLAGS=3D-O2
 CPPFLAGS=3D-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=3D64\
 -DDEF_UMASK=3D0022\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -DHAVE_NBCOMPAT_H=3D1\
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 CXX=3Dg++ CXXFLAGS=3D-O2 COMPILER_RPATH_FLAG=3D-Wl,-R F77=3Df77 FC=3Df77
 FFLAGS=3D-O LANG=3DC LC_ALL=3DC LC_COLLATE=3DC LC_CTYPE=3DC LC_MESSAGES=3DC
 LC_MONETARY=3DC LC_NUMERIC=3DC LC_TIME=3DC
 LDFLAGS=3D-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarc=
 hive/.libs\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib LINKER_RPATH_FLAG=3D-R
 PATH=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.wrapper/bi=
 n:/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/=
 usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/usr/pkg=
 src/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkgsrc/boots=
 trap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/bin:/usr/pkgsrc/bootstrap/pkg/sbin::=
 /sbin:/usr/sbin:/bin:/usr/bin:/usr/contrib/bin:/usr/X11/bin:/sbin:/usr/sbin=
 :/usr/pkgsrc/bootstrap/pkg/bin:/usr/X11R6/bin
 PREFIX=3D/usr/pkgsrc/bootstrap/pkg MAKELEVEL=3D0
 PKG_SYSCONFDIR=3D/usr/pkgsrc/bootstrap/pkg/etc
 HOME=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home
 CPP=3Dcpp LINK_ALL_LIBGCC_HACK=3D LOCALBASE=3D/usr/pkgsrc/bootstrap/pkg
 NO_WHOLE_ARCHIVE_FLAG=3D-Wl,--no-whole-archive
 WHOLE_ARCHIVE_FLAG=3D-Wl,--whole-archive X11BASE=3D/usr/X11R6
 X11PREFIX=3D/usr/pkgsrc/bootstrap/pkg PKGMANDIR=3Dman PKGINFODIR=3Dinfo
 PKGGNUDIR=3Dgnu/ MAKECONF=3D/dev/null OBJECT_FMT=3DELF USETOOLS=3Dno
 BSD_INSTALL_PROGRAM=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_SCRIPT=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_DATA=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL_MAN=3D/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644
 BSD_INSTALL=3D/usr/bin/install BSD_INSTALL_PROGRAM_DIR=3D/usr/bin/install\
 -d\ -o\ root\ -g\ wheel\ -m\ 755
 BSD_INSTALL_SCRIPT_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_LIB_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\
 755 BSD_INSTALL_DATA_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_MAN_DIR=3D/usr/bin/install\ -d\ -o\ root\ -g\ wheel\
 -m\ 755 BSD_INSTALL_GAME=3D/usr/bin/install\ -c\ -s\ -o\ root\ -g\
 wheel\ -m\ 0755 BSD_INSTALL_GAME_DATA=3D/usr/bin/install\ -c\ -o\ root\
 -g\ wheel\ -m\ 0644 BSD_INSTALL_GAME_DIR=3D/usr/bin/install\ -d\ -o\
 root\ -g\ wheel\ -m\ 0755 INSTALL_INFO=3D
 MAKEINFO=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/=
 bin/makeinfo
 FLEX=3D BISON=3D PKG_CONFIG=3D
 PKG_CONFIG_LIBDIR=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/wor=
 k/.buildlink/lib/pkgconfig:/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_inst=
 all/work/.buildlink/share/pkgconfig
 PKG_CONFIG_LOG=3D/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.=
 pkg-config.log
 PKG_CONFIG_PATH=3D WRAPPER_DEBUG=3Dno WRAPPER_UPDATE_CACHE=3Dyes
 VIEWBASE=3D/usr/pkgsrc/bootstrap/pkg BINOWN=3Droot BINGRP=3Dwheel
 GAMEOWN=3Droot GAMEGRP=3Dwheel MANOWN=3Droot MANGRP=3Dwheel SHAREOWN=3Droot
 SHAREGRP=3Dwheel DOCOWN=3Droot DOCGRP=3Dwheel BINMODE=3D755 NONBINMODE=3D64=
 4
 BINDIR=3D/usr/pkgsrc/bootstrap/pkg/bin
 INCSDIR=3D/usr/pkgsrc/bootstrap/pkg/include
 LIBDIR=3D/usr/pkgsrc/bootstrap/pkg/lib
 MANDIR=3D/usr/pkgsrc/bootstrap/pkg/man STRIPFLAG=3D-s
 MANINSTALL=3Dmaninstall MKCATPAGES=3Dno MKHTML=3Dno
 /usr/pkgsrc/bootstrap/work/bin/bmake    -f Makefile depend all
 sh /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/errlis=
 t.sh
 ftp_errlist FTP
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/ftp.error=
 s
 > ftperr.h
 sh /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/errlis=
 t.sh
 http_errlist HTTP
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/http.erro=
 rs
 > httperr.h
 cc -Wswitch -Wshadow -Werror  -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DINET6
 -DFTP_COMBINE_CWDS -c common.c
 cc -Wswitch -Wshadow -Werror  -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DINET6
 -DFTP_COMBINE_CWDS -c fetch.c
 cc -Wswitch -Wshadow -Werror  -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DINET6
 -DFTP_COMBINE_CWDS -c file.c
 cc -Wswitch -Wshadow -Werror  -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DINET6
 -DFTP_COMBINE_CWDS -c ftp.c
 cc -Wswitch -Wshadow -Werror  -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DINET6
 -DFTP_COMBINE_CWDS -c http.c
 building standard fetch library
 ar cq libfetch.a `NM=3Dnm lorder fetch.o common.o ftp.o http.o file.o | tso=
 rt -l`
 tsort: cycle in data
 tsort: common.o
 tsort: fetch.o
 tsort: file.o
 tsort: cycle in data
 tsort: common.o
 tsort: fetch.o
 tsort: ftp.o
 tsort: http.o
 tsort: cycle in data
 tsort: common.o
 tsort: fetch.o
 tsort: ftp.o
 tsort: cycle in data
 tsort: fetch.o
 tsort: common.o
 ranlib libfetch.a
 =3D> Modifying GNU configure scripts to avoid --recheck
 =3D> Replacing install-sh with pkgsrc version
 checking build system type... i386--bsdi
 checking host system type... i386--bsdi
 checking whether make sets $(MAKE)... yes
 checking for i386--bsdi-gcc... cc
 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 accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
 el
 checking whether ln -s works... yes
 checking for i386--bsdi-ranlib... no
 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... (cached) /usr/bin/env
 checking for find... /usr/bin/find
 checking for grep... (cached) /bin/grep
 checking for ln... /bin/ln
 checking for mkdir... /bin/mkdir -p
 checking for rmdir... /bin/rmdir
 checking for rm... /bin/rm
 checking for sed... /usr/pkgsrc/bootstrap/work/bin/sed
 checking for sort... /usr/bin/sort
 checking for touch... /usr/bin/touch
 checking for __db185_open in -ldb... ./configure: ac_fn_c_try_link:
 command not found
 no
 checking for library containing dbopen... none required
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... (cached) /bin/grep
 checking for egrep... (cached) /bin/egrep
 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... no
 checking for stdint.h... no
 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 fnctl.h usability... no
 checking fnctl.h presence... no
 checking for fnctl.h... no
 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) no
 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/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.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... unsigned char
 checking for uint16_t... unsigned short int
 checking for uint32_t... unsigned int
 checking for uint64_t... unsigned long long int
 checking for a working PRIu64... no
 checking size of int... 4
 checking size of long... 4
 checking size of long long... 8
 checking size of size_t... 4
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating add/Makefile
 config.status: creating admin/Makefile
 config.status: creating bpm/bpm.sh
 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
 =3D=3D=3D> Building for pkg_install-20130902
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 automatic.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 conflicts.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c dewey.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c fexec.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c file.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c gpgsig.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c global.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 iterate.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 license.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c lpkg.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 opattern.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 parse-config.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c pkgdb.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c plist.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c remove.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c str.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c var.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 version.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 vulnerabilities-file.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 xwrapper.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c pkg_io.c
 cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=3D\"/usr/pkgsrc/bootstrap/.db\"
 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64
 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -DSYSCONFDIR=3D\"/usr/pkgsrc/bootstrap/pkg/etc\" -O2 -c
 pkg_signature.c
 ar crv libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o
 gpgsig.o global.o iterate.o license.o lpkg.o opattern.o
 parse-config.o pkgdb.o plist.o remove.o  str.o var.o version.o
 vulnerabilities-file.o xwrapper.o pkg_io.o pkg_signature.o
 a - automatic.o
 a - conflicts.o
 a - dewey.o
 a - fexec.o
 a - file.o
 a - gpgsig.o
 a - global.o
 a - iterate.o
 a - license.o
 a - lpkg.o
 a - opattern.o
 a - parse-config.o
 a - pkgdb.o
 a - plist.o
 a - remove.o
 a - str.o
 a - var.o
 a - version.o
 a - vulnerabilities-file.o
 a - xwrapper.o
 a - pkg_io.o
 a - pkg_signature.o
 ranlib libinstall.a
 cc -DHAVE_CONFIG_H -DOPSYS_NAME=3D\"BSDOS\" -DMACHINE_ARCH=3D\"i386\"
 -DBINDIR=3D\"/usr/pkgsrc/bootstrap/pkg/sbin\" -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c main.c
 cc -DHAVE_CONFIG_H -DOPSYS_NAME=3D\"BSDOS\" -DMACHINE_ARCH=3D\"i386\"
 -DBINDIR=3D\"/usr/pkgsrc/bootstrap/pkg/sbin\" -D_LARGEFILE_SOURCE
 -D_LARGE_FILES -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c perform.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.l=
 ibs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -L../lib -o pkg_add main.o
 perform.o -linstall -lfetch -larchive -lbz2 -lz -lnbcompat -lnbcompat
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c audit.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c check.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c main.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.l=
 ibs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -L../lib -o pkg_admin audit.o
 check.o main.o -linstall -lfetch -larchive -lbz2 -lz -lnbcompat
 -lnbcompat
 sed -e 's|@PKG_ADMIN@|/usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin|'
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-201309=
 02/admin/audit-packages.sh.in
 > audit-packages
 sed -e 's|@PKG_ADMIN@|/usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin|'
 /usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-201309=
 02/admin/download-vulnerability-list.sh.in
 > download-vulnerability-list
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c main.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c perform.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c pl.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c util.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c build.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.l=
 ibs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -L../lib -o pkg_create main.o
 perform.o pl.o util.o build.o -linstall -lfetch -larchive -lbz2 -lz
 -lnbcompat -lnbcompat
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -DBINDIR=3D\"/usr/pkgsrc/bootstrap/pkg/sbin\" -O2 -c
 pkg_delete.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.l=
 ibs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -L../lib -o pkg_delete
 pkg_delete.o -linstall -lfetch -larchive -lbz2 -lz -lnbcompat
 -lnbcompat
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c main.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c perform.c
 cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES
 -D_FILE_OFFSET_BITS=3D64 -DDEF_UMASK=3D0022
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libar=
 chive
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -DHAVE_NBCOMPAT_H=3D1
 -I/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -I. -I. -I../lib -O2 -c show.c
 cc -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.l=
 ibs
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
 -L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
 -Wl,-R/usr/pkgsrc/bootstrap/pkg/lib -L../lib -o pkg_info main.o
 perform.o show.o -linstall -lfetch -larchive -lbz2 -lz -lnbcompat
 -lnbcompat
 =3D> Unwrapping files-to-be-installed.
 =3D=3D=3D> Installing for pkg_install-20130902
 =3D> Running PRE-INSTALL script actions
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man5
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man7
 /usr/bin/install -c -o root -g wheel -m 444 pkg_summary.5
 /usr/pkgsrc/bootstrap/pkg/man/man5/pkg_summary.5
 /usr/bin/install -c -o root -g wheel -m 444 pkg_install.conf.5
 /usr/pkgsrc/bootstrap/pkg/man/man5/pkg_install.conf.5
 /usr/bin/install -c -o root -g wheel -m 444 pkgsrc.7
 /usr/pkgsrc/bootstrap/pkg/man/man7/pkgsrc.7
 /usr/bin/install -c -o root -g wheel -m 755 -d /usr/pkgsrc/bootstrap/pkg/sb=
 in
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel pkg_add
 /usr/pkgsrc/bootstrap/pkg/sbin/pkg_add
 /usr/bin/install -c -o root -g wheel -m 444 pkg_add.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/pkg_add.1
 /usr/bin/install -c -o root -g wheel -m 755 -d /usr/pkgsrc/bootstrap/pkg/sb=
 in
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man8
 /usr/bin/install -c -o root -g wheel pkg_admin
 /usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin
 /usr/bin/install -c -o root -g wheel -m 555 audit-packages
 download-vulnerability-list /usr/pkgsrc/bootstrap/pkg/sbin
 /usr/bin/install -c -o root -g wheel -m 444 pkg_admin.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/pkg_admin.1
 /usr/bin/install -c -o root -g wheel -m 444 audit-packages.8
 /usr/pkgsrc/bootstrap/pkg/man/man8/
 /usr/bin/install -c -o root -g wheel -m 444
 download-vulnerability-list.8 /usr/pkgsrc/bootstrap/pkg/man/man8/
 /usr/bin/install -c -o root -g wheel -m 755 -d /usr/pkgsrc/bootstrap/pkg/sb=
 in
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel pkg_create
 /usr/pkgsrc/bootstrap/pkg/sbin/pkg_create
 /usr/bin/install -c -o root -g wheel -m 444 pkg_create.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/pkg_create.1
 /usr/bin/install -c -o root -g wheel -m 755 -d /usr/pkgsrc/bootstrap/pkg/sb=
 in
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel pkg_delete
 /usr/pkgsrc/bootstrap/pkg/sbin/pkg_delete
 /usr/bin/install -c -o root -g wheel -m 444 pkg_delete.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/pkg_delete.1
 /usr/bin/install -c -o root -g wheel -m 755 -d /usr/pkgsrc/bootstrap/pkg/sb=
 in
 /usr/bin/install -c -o root -g wheel -m 755 -d
 /usr/pkgsrc/bootstrap/pkg/man/man1
 /usr/bin/install -c -o root -g wheel pkg_info
 /usr/pkgsrc/bootstrap/pkg/sbin/pkg_info
 /usr/bin/install -c -o root -g wheel -m 444 pkg_info.1
 /usr/pkgsrc/bootstrap/pkg/man/man1/pkg_info.1
 =3D> Automatic manual page handling
 =3D> Running POST-INSTALL script actions
 =3D> Please note the following:
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 $NetBSD: MESSAGE,v 1.5 2009/02/02 12:34:59 joerg Exp $
 
 You may wish to have the vulnerabilities file downloaded daily so that
 it remains current.  This may be done by adding an appropriate entry
 to a user's crontab(5) entry.  For example the entry
 
 # download vulnerabilities file
 0 3 * * * /usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin
 fetch-pkg-vulnerabilities >/dev/null 2>&1
 
 will update the vulnerability list every day at 3AM. You may wish to do
 this more often than once a day.
 
 In addition, you may wish to run the package audit from the daily
 security script.  This may be accomplished by adding the following
 lines to /etc/security.local
 
 if [ -x /usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin ]; then
         /usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin audit
 fi
 
 Alternatively this can also be acomplished by adding an entry to a user's
 crontab(5) file. e.g.:
 
 # run audit-packages
 0 3 * * * /usr/pkgsrc/bootstrap/pkg/sbin/pkg_admin audit
 
 Both pkg_admin subcommands can be run as as an unprivileged user,
 as long as the user chosen has permission to read the pkgdb and to write
 the pkg-vulnerabilites to /usr/pkgsrc/bootstrap/.db.
 
 The behavior of pkg_admin and pkg_add can be customised with
 pkg_install.conf.  Please see pkg_install.conf(5) for details.
 
 If you want to use GPG signature verification you will need to install
 GnuPG and set the path for GPG appropriately in your pkg_install.conf.
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 
 =3D> Registering installation for pkg_install-20130902
 =3D=3D=3D> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -d -o
 root -g wheel /usr/pkgsrc/bootstrap/pkg/etc
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 
 Please remember to add /usr/pkgsrc/bootstrap/pkg/bin to your PATH
 environment variable
 and /usr/pkgsrc/bootstrap/pkg/man to your MANPATH environment
 variable, if necessary.
 
 An example mk.conf file with the settings you provided to "bootstrap"
 has been created for you. It can be found in:
 
       /usr/pkgsrc/bootstrap/pkg/etc/mk.conf
 
 You can find extensive documentation of the NetBSD Packages Collection
 in /usr/pkgsrc/doc/pkgsrc.txt.
 
 Hopefully everything is now complete.
 Thank you for using pkgsrc!
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 
 =3D=3D=3D> bootstrap started: Thu Nov 21 00:43:30 JST 2013
 =3D=3D=3D> bootstrap ended:   Thu Nov 21 01:07:15 JST 2013
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D
 
 That's very nice of you!
  --
  Naruaki Etomi / nullnilaki%gmail.com@localhost
 
 
 
 2013/11/3  <dholland%netbsd.org@localhost>:
 > Synopsis: Some platform do not support type command.
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: dholland%NetBSD.org@localhost
 > State-Changed-When: Sat, 02 Nov 2013 18:30:53 +0000
 > State-Changed-Why:
 > committed -- does it work properly as committed?
 >
 >
 >
 


Home | Main Index | Thread Index | Old Index