Last active
August 5, 2018 08:01
-
-
Save schmonz/932381eb81a909021eb173f5ea9aef69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg_comp: I: Creating sandbox | |
pkg_comp: I: Bootstrapping pkg tools | |
pkg_comp: I: Setting up bootstrap in /opt/.pkg-20180804 from scratch | |
===> bootstrap command: ./bootstrap --gzip-binary-kit=/pkg_comp/packages/pkg/bootstrap.tgz --make-jobs=1 --mk-fragment=/pkg_comp/work/mk.conf.fragment --pkgdbdir=/opt/.pkg-20180804/libdata/pkgdb --prefix=/opt/.pkg-20180804 --sysconfdir=/etc --varbase=/var --workdir=/pkg_comp/work/pkg/bootstrap | |
===> bootstrap started: Sat Aug 4 17:00:17 UTC 2018 | |
Working directory is: /pkg_comp/work/pkg/bootstrap | |
===> running: /usr/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /pkg_comp/pkgsrc/sysutils/install-sh/files/install-sh.in > /pkg_comp/work/pkg/bootstrap/bin/install-sh | |
===> running: /bin/chmod +x /pkg_comp/work/pkg/bootstrap/bin/install-sh | |
===> Creating default mk.conf in /pkg_comp/work/pkg/bootstrap | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/sbin | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/share/mk | |
===> Bootstrapping mk-files | |
===> running: (cd /pkg_comp/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp OPSYS=NetBSD MK_DST=/pkg_comp/work/pkg/bootstrap/share/mk ROOT_GROUP=wheel ROOT_USER=root SED=/usr/bin/sed SYSCONFDIR=/etc /bin/sh ./bootstrap.sh) | |
===> Bootstrapping bmake | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/bmake | |
===> running: (cd /pkg_comp/work/pkg/bootstrap/bmake && /bin/sh configure --prefix=/pkg_comp/work/pkg/bootstrap --with-default-sys-path=/pkg_comp/work/pkg/bootstrap/share/mk --with-machine-arch=x86_64 ) | |
Using: filemon=/usr/include/dev/filemon/filemon.h | |
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 ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) 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 | |
Using: BMAKE_PATH_MAX=1024 | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking 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... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking ranlib.h usability... yes | |
checking ranlib.h presence... yes | |
checking for ranlib.h... yes | |
checking for string.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking whether sys/cdefs.h is compatible... yes | |
checking for __attribute__... no | |
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 setsid... yes | |
checking for sigaction... yes | |
checking for sigvec... yes | |
checking for snprintf... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for strsep... yes | |
checking for strtod... yes | |
checking for strtol... yes | |
checking for sysctl... yes | |
checking for unsetenv... yes | |
checking for vsnprintf... yes | |
checking for wait3... yes | |
checking for wait4... yes | |
checking for waitpid... yes | |
checking for warn... yes | |
checking for warnx... yes | |
checking for realpath... yes | |
checking for dirname... yes | |
checking for stresep... yes | |
checking for strlcpy... yes | |
checking for emalloc in -lutil... yes | |
checking for erealloc in -lutil... yes | |
checking for estrdup in -lutil... yes | |
checking for estrndup in -lutil... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct stat.st_rdev... yes | |
checking if compiler supports __func__ | |
checking if diff -u works... yes | |
checking for MACHINE & MACHINE_ARCH... | |
defaults: MACHINE=amd64, MACHINE_ARCH=x86_64 | |
Using: MACHINE=amd64, MACHINE_ARCH=x86_64 | |
Using: MKSRC=mk | |
configure: creating ./config.status | |
config.status: creating makefile | |
config.status: creating Makefile.config | |
config.status: creating make-bootstrap.sh | |
config.status: creating unit-tests/Makefile | |
config.status: creating config.h | |
You can now run | |
sh ./make-bootstrap.sh | |
to produce a fully functional bmake. | |
===> running: (cd /pkg_comp/work/pkg/bootstrap/bmake && /bin/sh make-bootstrap.sh) | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20150505" -DMACHINE="amd64" -DPKGSRC_MACHINE_ARCH="x86_64" -D_PATH_DEFSYSPATH="/pkg_comp/work/pkg/bootstrap/share/mk" -o main.o /pkg_comp/work/pkg/bootstrap/bmake/main.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /pkg_comp/work/pkg/bootstrap/bmake/arch.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /pkg_comp/work/pkg/bootstrap/bmake/buf.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /pkg_comp/work/pkg/bootstrap/bmake/compat.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /pkg_comp/work/pkg/bootstrap/bmake/cond.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /pkg_comp/work/pkg/bootstrap/bmake/dir.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /pkg_comp/work/pkg/bootstrap/bmake/for.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /pkg_comp/work/pkg/bootstrap/bmake/getopt.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /pkg_comp/work/pkg/bootstrap/bmake/hash.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /pkg_comp/work/pkg/bootstrap/bmake/job.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /pkg_comp/work/pkg/bootstrap/bmake/make.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /pkg_comp/work/pkg/bootstrap/bmake/make_malloc.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /pkg_comp/work/pkg/bootstrap/bmake/parse.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o sigcompat.o /pkg_comp/work/pkg/bootstrap/bmake/sigcompat.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o str.o /pkg_comp/work/pkg/bootstrap/bmake/str.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o strlist.o /pkg_comp/work/pkg/bootstrap/bmake/strlist.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o suff.o /pkg_comp/work/pkg/bootstrap/bmake/suff.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o targ.o /pkg_comp/work/pkg/bootstrap/bmake/targ.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o trace.o /pkg_comp/work/pkg/bootstrap/bmake/trace.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o var.o /pkg_comp/work/pkg/bootstrap/bmake/var.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o util.o /pkg_comp/work/pkg/bootstrap/bmake/util.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAppend.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstAppend.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDupl.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstDupl.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInit.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstInit.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstOpen.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstOpen.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtEnd.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstAtEnd.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstEnQueue.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstEnQueue.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInsert.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstInsert.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtFront.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstAtFront.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsAtEnd.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstIsAtEnd.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstClose.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstClose.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFind.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstFind.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsEmpty.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstIsEmpty.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstRemove.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstRemove.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstConcat.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstConcat.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFindFrom.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstFindFrom.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstLast.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstLast.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstReplace.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstReplace.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFirst.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstFirst.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDatum.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstDatum.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEach.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstForEach.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstMember.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstMember.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstSucc.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstSucc.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDeQueue.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstDeQueue.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEachFrom.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstForEachFrom.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDestroy.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstDestroy.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstNext.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstNext.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstPrev.o /pkg_comp/work/pkg/bootstrap/bmake/lst.lib/lstPrev.c | |
gcc -c -g -O2 -I. -I/pkg_comp/work/pkg/bootstrap/bmake -DHAVE_CONFIG_H -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DHAVE_FILEMON_H -I/usr/include/dev/filemon -o meta.o /pkg_comp/work/pkg/bootstrap/bmake/meta.c | |
gcc -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt 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 -lutil | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -c -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/bmake/bmake /pkg_comp/work/pkg/bootstrap/bin/bmake | |
===> Building libnbcompat | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/libnbcompat | |
===> running: (cd /pkg_comp/work/pkg/bootstrap/libnbcompat; /bin/sh ./configure -C --prefix=/opt/.pkg-20180804 --infodir=/opt/.pkg-20180804/info --mandir=/opt/.pkg-20180804/man --sysconfdir=/etc --enable-bsd-getopt --enable-db && /pkg_comp/work/pkg/bootstrap/bin/bmake -j1) | |
configure: creating cache config.cache | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64-unknown-netbsd7.1 | |
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... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make sets $(MAKE)... yes | |
checking for 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 for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for ar... ar | |
checking for fparseln in -lutil... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking alloca.h usability... 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 bsd/libutil.h usability... no | |
checking bsd/libutil.h presence... no | |
checking for bsd/libutil.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking fts.h usability... yes | |
checking fts.h presence... yes | |
checking for fts.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking machine/endian.h usability... yes | |
checking machine/endian.h presence... yes | |
checking for machine/endian.h... yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking sys/endian.h usability... yes | |
checking sys/endian.h presence... yes | |
checking for sys/endian.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/ndir.h usability... no | |
checking sys/ndir.h presence... no | |
checking for sys/ndir.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/ttycom.h usability... yes | |
checking sys/ttycom.h presence... yes | |
checking for sys/ttycom.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking tzfile.h usability... yes | |
checking tzfile.h presence... yes | |
checking for tzfile.h... yes | |
checking for unistd.h... (cached) yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/mount.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking for regexec... yes | |
checking for va_copy... yes | |
checking for __builtin_va_copy... yes | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking for MD5Init in md5.h... yes | |
checking for md5.h... (cached) yes | |
checking rmd160.h usability... yes | |
checking rmd160.h presence... yes | |
checking for rmd160.h... yes | |
checking sha1.h usability... yes | |
checking sha1.h presence... yes | |
checking for sha1.h... yes | |
checking sha2.h usability... yes | |
checking sha2.h presence... yes | |
checking for sha2.h... yes | |
checking for MD5File... yes | |
checking for RMD160File... yes | |
checking for SHA1File... yes | |
checking for SHA512_File... yes | |
checking for issetugid... yes | |
checking whether optarg is declared... yes | |
checking whether optind is declared... yes | |
checking whether optreset is declared... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for struct option... yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking for VIS_WHITE in vis.h... yes | |
checking for strunvis... yes | |
checking for strvis... yes | |
checking for strsvis... yes | |
checking for svis... yes | |
checking for unvis... yes | |
checking for vis... yes | |
checking for strunvis... (cached) yes | |
checking for strvis... (cached) yes | |
checking for strsvis... (cached) yes | |
checking for svis... (cached) yes | |
checking for unvis... (cached) yes | |
checking for vis... (cached) yes | |
checking for __attribute__... yes | |
checking for size_t... yes | |
checking for uintptr_t... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for fsid_t... yes | |
checking whether byte ordering is bigendian... no | |
checking size of off_t... 8 | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether snprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether strdup is declared... yes | |
checking whether isblank is declared... yes | |
checking for err... yes | |
checking for fgetln... yes | |
checking for fnmatch... yes | |
checking for fparseln... yes | |
checking for getdelim... yes | |
checking for getenv... yes | |
checking for getline... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for lutimes... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for setenv... yes | |
checking for setgroupent... yes | |
checking for setpassent... yes | |
checking for setprogname... yes | |
checking for shquote... yes | |
checking for statvfs... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for strmode... yes | |
checking for strsep... yes | |
checking for strtoll... yes | |
checking for unsetenv... yes | |
checking for usleep... yes | |
checking for utimes... yes | |
checking for warn... 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) yes | |
checking for mkstemp... (cached) 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... yes | |
checking for group_from_gid... yes | |
checking for pwcache_groupdb... yes | |
checking for pwcache_userdb... yes | |
checking for uid_from_user... yes | |
checking for user_from_uid... yes | |
checking for fts_open... yes | |
checking for timegm... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking for poll.h... (cached) yes | |
checking for sys/poll.h... (cached) yes | |
checking for poll... yes | |
checking if poll() is implemented natively... yes | |
checking for getpassphrase... no | |
checking for getpgrp... yes | |
checking for select... yes | |
checking for getpgrp... (cached) yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for struct statfs.f_flags... no | |
checking for struct statfs.f_fsize... no | |
checking for struct statfs.f_iosize... no | |
checking for struct dirent.d_namlen... yes | |
checking for DIR.dd_fd... 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 | |
awk -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 /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_close.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_conv.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_debug.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_delete.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_get.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_open.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_overflow.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_page.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_put.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_search.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_seq.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_split.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/btree/bt_utils.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/db/db.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash_bigkey.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash_buf.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash_func.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash_log2.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/hash_page.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/ndbm.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/hash/ndbmdatum.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/mpool/mpool.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_close.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_delete.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_get.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_open.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_put.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_search.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_seq.c | |
gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/libnbcompat/db/recno/rec_utils.c | |
ar cr libnbcompat.a glob.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbm.o ndbmdatum.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o | |
ranlib libnbcompat.a | |
===> Bootstrapping pkgtools | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/libarchive | |
===> running: (cd /pkg_comp/work/pkg/bootstrap/libarchive; env /bin/sh ./configure --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr --disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib --without-lzmadec --without-iconv --without-lzma --without-lzo2 --without-lz4 --without-nettle --without-openssl --without-xml2 --without-expat MAKE=/pkg_comp/work/pkg/bootstrap/bin/bmake && /pkg_comp/work/pkg/bootstrap/bin/bmake -j1) | |
configure: WARNING: unrecognized options: --without-lzmadec | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build/autoconf/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether /pkg_comp/work/pkg/bootstrap/bin/bmake sets $(MAKE)... yes | |
checking whether /pkg_comp/work/pkg/bootstrap/bin/bmake supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether /pkg_comp/work/pkg/bootstrap/bin/bmake supports nested variables... (cached) yes | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64-unknown-netbsd7.1 | |
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 whether gcc understands -c and -o together... yes | |
checking for style of include used by /pkg_comp/work/pkg/bootstrap/bin/bmake... GNU | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-unknown-netbsd7.1 file names to x86_64-unknown-netbsd7.1 format... func_convert_file_noop | |
checking how to convert x86_64-unknown-netbsd7.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... NetBSD ld.elf_so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for strip... (cached) strip | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking acl/libacl.h usability... no | |
checking acl/libacl.h presence... no | |
checking for acl/libacl.h... no | |
checking attr/xattr.h usability... no | |
checking attr/xattr.h presence... no | |
checking for attr/xattr.h... no | |
checking copyfile.h usability... no | |
checking copyfile.h presence... no | |
checking for copyfile.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking ext2fs/ext2_fs.h usability... no | |
checking ext2fs/ext2_fs.h presence... no | |
checking for ext2fs/ext2_fs.h... no | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking whether EXT2_IOC_GETFLAGS is usable... no | |
checking for inttypes.h... (cached) yes | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking linux/fiemap.h usability... no | |
checking linux/fiemap.h presence... no | |
checking for linux/fiemap.h... no | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking linux/magic.h usability... no | |
checking linux/magic.h presence... no | |
checking for linux/magic.h... no | |
checking linux/types.h usability... no | |
checking linux/types.h presence... no | |
checking for linux/types.h... no | |
checking whether FS_IOC_GETFLAGS is usable... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking membership.h usability... no | |
checking membership.h presence... no | |
checking for membership.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking readpassphrase.h usability... no | |
checking readpassphrase.h presence... no | |
checking for readpassphrase.h... no | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking spawn.h usability... yes | |
checking spawn.h presence... yes | |
checking for spawn.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/acl.h usability... no | |
checking sys/acl.h presence... no | |
checking for sys/acl.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/ea.h usability... no | |
checking sys/ea.h presence... no | |
checking for sys/ea.h... no | |
checking sys/extattr.h usability... yes | |
checking sys/extattr.h presence... yes | |
checking for sys/extattr.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/richacl.h usability... no | |
checking sys/richacl.h presence... no | |
checking for sys/richacl.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for wincrypt.h... no | |
checking for winioctl.h... no | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wformat... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking for an ANSI C-conforming const... yes | |
checking for uid_t in sys/types.h... yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for id_t... yes | |
checking for uintptr_t... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for struct statfs.f_namemax... no | |
checking for struct statvfs.f_iosize... yes | |
checking for struct stat.st_birthtime... yes | |
checking for struct stat.st_birthtimespec.tv_nsec... yes | |
checking for struct stat.st_mtimespec.tv_nsec... yes | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking for struct stat.st_mtime_n... no | |
checking for struct stat.st_umtime... no | |
checking for struct stat.st_mtime_usec... no | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_flags... yes | |
checking for uintmax_t... yes | |
checking for unsigned long long... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for intmax_t... yes | |
checking for uintmax_t... (cached) yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for uint8_t... yes | |
checking whether SIZE_MAX is declared... yes | |
checking whether INT32_MAX is declared... yes | |
checking whether INT32_MIN is declared... yes | |
checking whether INT64_MAX is declared... yes | |
checking whether INT64_MIN is declared... yes | |
checking whether UINT64_MAX is declared... yes | |
checking whether UINT32_MAX is declared... yes | |
checking whether INTMAX_MAX is declared... yes | |
checking whether INTMAX_MIN is declared... yes | |
checking whether UINTMAX_MAX is declared... yes | |
checking whether SSIZE_MAX is declared... yes | |
checking whether EFTYPE is declared... yes | |
checking whether EILSEQ is declared... yes | |
checking for wchar_t... yes | |
checking size of wchar_t... 4 | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether gcc needs -traditional... no | |
checking whether sys/types.h defines makedev... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for working memcmp... yes | |
checking whether lstat correctly handles trailing slash... yes | |
checking whether lstat accepts an empty string... no | |
checking whether stat accepts an empty string... no | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strftime... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for CreateHardLinkA... no | |
checking for arc4random_buf... yes | |
checking for chflags... yes | |
checking for chown... yes | |
checking for chroot... yes | |
checking for ctime_r... yes | |
checking for fchdir... yes | |
checking for fchflags... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for fcntl... yes | |
checking for fdopendir... yes | |
checking for fork... yes | |
checking for fstat... yes | |
checking for fstatat... yes | |
checking for fstatfs... yes | |
checking for fstatvfs... yes | |
checking for ftruncate... yes | |
checking for futimens... yes | |
checking for futimes... yes | |
checking for futimesat... no | |
checking for geteuid... yes | |
checking for getpid... yes | |
checking for getgrgid_r... yes | |
checking for getgrnam_r... yes | |
checking for getpwnam_r... yes | |
checking for getpwuid_r... yes | |
checking for getvfsbyname... no | |
checking for gmtime_r... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for link... yes | |
checking for localtime_r... yes | |
checking for lstat... yes | |
checking for lutimes... yes | |
checking for mbrtowc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for mkfifo... yes | |
checking for mknod... yes | |
checking for mkstemp... yes | |
checking for nl_langinfo... yes | |
checking for openat... yes | |
checking for pipe... yes | |
checking for poll... yes | |
checking for posix_spawnp... yes | |
checking for readlink... yes | |
checking for readlinkat... yes | |
checking for readpassphrase... no | |
checking for select... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for sigaction... yes | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncpy_s... no | |
checking for strrchr... yes | |
checking for symlink... yes | |
checking for timegm... yes | |
checking for tzset... yes | |
checking for unsetenv... yes | |
checking for utime... yes | |
checking for utimensat... yes | |
checking for utimes... yes | |
checking for vfork... yes | |
checking for wcrtomb... yes | |
checking for wcscmp... yes | |
checking for wcscpy... yes | |
checking for wcslen... yes | |
checking for wctomb... yes | |
checking for wmemcmp... yes | |
checking for wmemcpy... yes | |
checking for wmemmove... yes | |
checking for _ctime64_s... no | |
checking for _fseeki64... no | |
checking for _get_timezone... no | |
checking for _localtime64_s... no | |
checking for _mkgmtime64... no | |
checking for cygwin_conv_path... no | |
checking for struct vfsconf... no | |
checking for struct xvfsconf... no | |
checking whether D_MD_ORDER is declared... no | |
checking for struct dirent.d_namlen... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking support for ARCHIVE_CRYPTO_MD5_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBC... yes | |
checking for bcrypt.h... no | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking ripemd.h usability... no | |
checking ripemd.h presence... no | |
checking for ripemd.h... no | |
checking sha.h usability... no | |
checking sha.h presence... no | |
checking for sha.h... no | |
checking sha256.h usability... no | |
checking sha256.h presence... no | |
checking for sha256.h... no | |
checking sha512.h usability... no | |
checking sha512.h presence... no | |
checking for sha512.h... no | |
checking for MD5Init in -lmd... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating build/pkgconfig/libarchive.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing mkdirs commands | |
configure: WARNING: unrecognized options: --without-lzmadec | |
build/autoconf/install-sh -c -d libarchive/test | |
cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h | |
build/autoconf/install-sh -c -d tar/test | |
cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h | |
build/autoconf/install-sh -c -d cpio/test | |
cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h | |
cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h | |
/pkg_comp/work/pkg/bootstrap/bin/bmake all-am | |
CC libarchive/archive_acl.lo | |
CC libarchive/archive_check_magic.lo | |
CC libarchive/archive_cmdline.lo | |
CC libarchive/archive_cryptor.lo | |
CC libarchive/archive_digest.lo | |
CC libarchive/archive_entry.lo | |
CC libarchive/archive_entry_copy_stat.lo | |
CC libarchive/archive_entry_link_resolver.lo | |
CC libarchive/archive_entry_sparse.lo | |
CC libarchive/archive_entry_stat.lo | |
CC libarchive/archive_entry_strmode.lo | |
CC libarchive/archive_entry_xattr.lo | |
CC libarchive/archive_getdate.lo | |
CC libarchive/archive_hmac.lo | |
CC libarchive/archive_match.lo | |
CC libarchive/archive_options.lo | |
CC libarchive/archive_pack_dev.lo | |
CC libarchive/archive_pathmatch.lo | |
CC libarchive/archive_ppmd7.lo | |
CC libarchive/archive_random.lo | |
CC libarchive/archive_rb.lo | |
CC libarchive/archive_read.lo | |
CC libarchive/archive_read_add_passphrase.lo | |
CC libarchive/archive_read_append_filter.lo | |
CC libarchive/archive_read_data_into_fd.lo | |
CC libarchive/archive_read_disk_entry_from_file.lo | |
CC libarchive/archive_read_disk_posix.lo | |
CC libarchive/archive_read_disk_set_standard_lookup.lo | |
CC libarchive/archive_read_extract.lo | |
CC libarchive/archive_read_extract2.lo | |
CC libarchive/archive_read_open_fd.lo | |
CC libarchive/archive_read_open_file.lo | |
CC libarchive/archive_read_open_filename.lo | |
CC libarchive/archive_read_open_memory.lo | |
CC libarchive/archive_read_set_format.lo | |
CC libarchive/archive_read_set_options.lo | |
CC libarchive/archive_read_support_filter_all.lo | |
CC libarchive/archive_read_support_filter_bzip2.lo | |
CC libarchive/archive_read_support_filter_compress.lo | |
CC libarchive/archive_read_support_filter_grzip.lo | |
CC libarchive/archive_read_support_filter_gzip.lo | |
CC libarchive/archive_read_support_filter_lrzip.lo | |
CC libarchive/archive_read_support_filter_lz4.lo | |
CC libarchive/archive_read_support_filter_lzop.lo | |
CC libarchive/archive_read_support_filter_none.lo | |
CC libarchive/archive_read_support_filter_program.lo | |
CC libarchive/archive_read_support_filter_rpm.lo | |
CC libarchive/archive_read_support_filter_uu.lo | |
CC libarchive/archive_read_support_filter_xz.lo | |
CC libarchive/archive_read_support_format_7zip.lo | |
CC libarchive/archive_read_support_format_all.lo | |
CC libarchive/archive_read_support_format_ar.lo | |
CC libarchive/archive_read_support_format_by_code.lo | |
CC libarchive/archive_read_support_format_cab.lo | |
CC libarchive/archive_read_support_format_cpio.lo | |
CC libarchive/archive_read_support_format_empty.lo | |
CC libarchive/archive_read_support_format_iso9660.lo | |
CC libarchive/archive_read_support_format_lha.lo | |
CC libarchive/archive_read_support_format_mtree.lo | |
CC libarchive/archive_read_support_format_rar.lo | |
CC libarchive/archive_read_support_format_raw.lo | |
CC libarchive/archive_read_support_format_tar.lo | |
CC libarchive/archive_read_support_format_warc.lo | |
CC libarchive/archive_read_support_format_xar.lo | |
CC libarchive/archive_read_support_format_zip.lo | |
CC libarchive/archive_string.lo | |
CC libarchive/archive_string_sprintf.lo | |
CC libarchive/archive_util.lo | |
CC libarchive/archive_version_details.lo | |
CC libarchive/archive_virtual.lo | |
CC libarchive/archive_write.lo | |
CC libarchive/archive_write_disk_posix.lo | |
CC libarchive/archive_write_disk_set_standard_lookup.lo | |
CC libarchive/archive_write_open_fd.lo | |
CC libarchive/archive_write_open_file.lo | |
CC libarchive/archive_write_open_filename.lo | |
CC libarchive/archive_write_open_memory.lo | |
CC libarchive/archive_write_add_filter.lo | |
CC libarchive/archive_write_add_filter_b64encode.lo | |
CC libarchive/archive_write_add_filter_by_name.lo | |
CC libarchive/archive_write_add_filter_bzip2.lo | |
CC libarchive/archive_write_add_filter_compress.lo | |
CC libarchive/archive_write_add_filter_grzip.lo | |
CC libarchive/archive_write_add_filter_gzip.lo | |
CC libarchive/archive_write_add_filter_lrzip.lo | |
CC libarchive/archive_write_add_filter_lz4.lo | |
CC libarchive/archive_write_add_filter_lzop.lo | |
CC libarchive/archive_write_add_filter_none.lo | |
CC libarchive/archive_write_add_filter_program.lo | |
CC libarchive/archive_write_add_filter_uuencode.lo | |
CC libarchive/archive_write_add_filter_xz.lo | |
CC libarchive/archive_write_set_format.lo | |
CC libarchive/archive_write_set_format_7zip.lo | |
CC libarchive/archive_write_set_format_ar.lo | |
CC libarchive/archive_write_set_format_by_name.lo | |
CC libarchive/archive_write_set_format_cpio.lo | |
CC libarchive/archive_write_set_format_cpio_newc.lo | |
CC libarchive/archive_write_set_format_filter_by_ext.lo | |
CC libarchive/archive_write_set_format_iso9660.lo | |
CC libarchive/archive_write_set_format_mtree.lo | |
CC libarchive/archive_write_set_format_pax.lo | |
CC libarchive/archive_write_set_format_raw.lo | |
CC libarchive/archive_write_set_format_shar.lo | |
CC libarchive/archive_write_set_format_ustar.lo | |
CC libarchive/archive_write_set_format_v7tar.lo | |
CC libarchive/archive_write_set_format_gnutar.lo | |
CC libarchive/archive_write_set_format_warc.lo | |
CC libarchive/archive_write_set_format_xar.lo | |
CC libarchive/archive_write_set_format_zip.lo | |
CC libarchive/archive_write_set_options.lo | |
CC libarchive/archive_write_set_passphrase.lo | |
CC libarchive/filter_fork_posix.lo | |
CC libarchive/xxhash.lo | |
CC libarchive_fe/libarchive_fe_la-err.lo | |
CC libarchive_fe/libarchive_fe_la-line_reader.lo | |
CC libarchive_fe/libarchive_fe_la-passphrase.lo | |
CC cat/bsdcat-bsdcat.o | |
CC cat/bsdcat-cmdline.o | |
CCLD libarchive.la | |
CCLD libarchive_fe.la | |
CCLD bsdcat | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /pkg_comp/work/pkg/bootstrap/pkg_install | |
===> running: (cd /pkg_comp/work/pkg/bootstrap/pkg_install; env CPPFLAGS=' -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive' LDFLAGS=' -L/pkg_comp/work/pkg/bootstrap/libnbcompat' LIBS=' -lnbcompat' /bin/sh ./configure -C --enable-bootstrap --prefix=/opt/.pkg-20180804 --sysconfdir=/etc --with-pkgdbdir=/opt/.pkg-20180804/libdata/pkgdb --infodir=/opt/.pkg-20180804/info --mandir=/opt/.pkg-20180804/man && STATIC_LIBARCHIVE=/pkg_comp/work/pkg/bootstrap/libarchive/.libs/libarchive.a PKGSRC_MACHINE_ARCH=x86_64 /pkg_comp/work/pkg/bootstrap/bin/bmake -j1) | |
configure: creating cache config.cache | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64-unknown-netbsd7.1 | |
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... /usr/bin/grep | |
checking for ln... /bin/ln | |
checking for mkdir... /bin/mkdir | |
checking for rmdir... /bin/rmdir | |
checking for rm... /bin/rm | |
checking for sed... /usr/bin/sed | |
checking for sort... /usr/bin/sort | |
checking for touch... /usr/bin/touch | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for __db185_open in -ldb... ac_fn_c_try_link: 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) /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking for vfork... yes | |
checking for library containing gethostbyname... none required | |
checking for library containing socket... none required | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for a working PRIu64... yes | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of size_t... 8 | |
configure: updating cache config.cache | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating add/Makefile | |
config.status: creating admin/Makefile | |
config.status: creating create/Makefile | |
config.status: creating delete/Makefile | |
config.status: creating info/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/pkg_install.conf.5 | |
config.status: creating lib/pkg_install.conf.cat | |
config.status: creating lib/config.h | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c automatic.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c conflicts.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c dewey.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c fexec.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c file.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c global.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c iterate.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c license.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c lpkg.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c opattern.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c parse-config.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c pkgdb.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c pkg_io.c | |
In file included from pkg_io.c:58:0: | |
lib.h:243:0: warning: "IS_URL" redefined [enabled by default] | |
#define IS_URL(str) (URLlength(str) > 0) | |
^ | |
pkg_io.c:53:0: note: this is the location of the previous definition | |
#define IS_URL(x) 0 | |
^ | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c plist.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c remove.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c str.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c var.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c version.c | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c vulnerabilities-file.c | |
vulnerabilities-file.c: In function 'prepare_raw_file': | |
vulnerabilities-file.c:83:22: warning: initialization makes pointer from integer without a cast [enabled by default] | |
struct archive *a = archive_read_new(); | |
^ | |
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/etc\" -DBOOTSTRAP -g -O2 -c xwrapper.c | |
ar crv libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o global.o iterate.o license.o lpkg.o opattern.o parse-config.o pkgdb.o pkg_io.o plist.o remove.o str.o var.o version.o vulnerabilities-file.o xwrapper.o | |
a - automatic.o | |
a - conflicts.o | |
a - dewey.o | |
a - fexec.o | |
a - file.o | |
a - global.o | |
a - iterate.o | |
a - license.o | |
a - lpkg.o | |
a - opattern.o | |
a - parse-config.o | |
a - pkgdb.o | |
a - pkg_io.o | |
a - plist.o | |
a - remove.o | |
a - str.o | |
a - var.o | |
a - version.o | |
a - vulnerabilities-file.o | |
a - xwrapper.o | |
ranlib libinstall.a | |
gcc -DHAVE_CONFIG_H -DOPSYS_NAME=\"NetBSD\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/opt/.pkg-20180804/sbin\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c | |
gcc -DHAVE_CONFIG_H -DOPSYS_NAME=\"NetBSD\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/opt/.pkg-20180804/sbin\" -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c | |
gcc -L/pkg_comp/work/pkg/bootstrap/libnbcompat -L../lib -o pkg_add main.o perform.o -linstall /pkg_comp/work/pkg/bootstrap/libarchive/.libs/libarchive.a -lnbcompat | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c check.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c | |
sed -e 's|@PKG_ADMIN@|/opt/.pkg-20180804/sbin/pkg_admin|' /pkg_comp/work/pkg/bootstrap/pkg_install/admin/audit-packages.sh.in > audit-packages | |
sed -e 's|@PKG_ADMIN@|/opt/.pkg-20180804/sbin/pkg_admin|' /pkg_comp/work/pkg/bootstrap/pkg_install/admin/download-vulnerability-list.sh.in > download-vulnerability-list | |
gcc -L/pkg_comp/work/pkg/bootstrap/libnbcompat -L../lib -o pkg_admin check.o main.o -linstall -lnbcompat | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c pl.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c util.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c build.c | |
gcc -L/pkg_comp/work/pkg/bootstrap/libnbcompat -L../lib -o pkg_create main.o perform.o pl.o util.o build.o -linstall /pkg_comp/work/pkg/bootstrap/libarchive/.libs/libarchive.a -lnbcompat | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c | |
gcc -DHAVE_CONFIG_H -I/pkg_comp/work/pkg/bootstrap/libnbcompat -I/pkg_comp/work/pkg/bootstrap/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c show.c | |
gcc -L/pkg_comp/work/pkg/bootstrap/libnbcompat -L../lib -o pkg_info main.o perform.o show.o -linstall -lnbcompat | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -c -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/pkg_install/add/pkg_add /pkg_comp/work/pkg/bootstrap/sbin/pkg_add | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -c -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/pkg_install/admin/pkg_admin /pkg_comp/work/pkg/bootstrap/sbin/pkg_admin | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -c -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/pkg_install/create/pkg_create /pkg_comp/work/pkg/bootstrap/sbin/pkg_create | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -c -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/pkg_install/info/pkg_info /pkg_comp/work/pkg/bootstrap/sbin/pkg_info | |
===> running: (cd /pkg_comp/pkgsrc/pkgtools/cwrappers && /pkg_comp/work/pkg/bootstrap/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none MAKECONF=/pkg_comp/work/pkg/bootstrap/mk.conf install) | |
===> Installing dependencies for cwrappers-20180325 | |
===> Overriding tools for cwrappers-20180325 | |
===> Extracting for cwrappers-20180325 | |
/bin/cp -R /pkg_comp/pkgsrc/pkgtools/cwrappers/files/bin /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/cwrappers-20180325 | |
/usr/bin/touch /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/cwrappers-20180325/transform-gcc.c | |
/bin/rm -f /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat/config.guess /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat/config.sub | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.guess /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat/config.guess | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.sub /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat/config.sub | |
===> Patching for cwrappers-20180325 | |
===> Creating toolchain wrappers for cwrappers-20180325 | |
===> Configuring for cwrappers-20180325 | |
=> Configuring and building libnbcompat | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64--netbsd | |
checking for x86_64--netbsd-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) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64--netbsd-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 for a BSD-compatible install... /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.tools/bin/install -c | |
checking whether ln -s works... yes | |
checking for x86_64--netbsd-ranlib... no | |
checking for ranlib... ranlib | |
checking for gawk... /usr/bin/awk | |
checking for ar... ar | |
checking for fparseln in -lutil... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking alloca.h usability... 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 bsd/libutil.h usability... no | |
checking bsd/libutil.h presence... no | |
checking for bsd/libutil.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking fts.h usability... yes | |
checking fts.h presence... yes | |
checking for fts.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking machine/endian.h usability... yes | |
checking machine/endian.h presence... yes | |
checking for machine/endian.h... yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking sys/endian.h usability... yes | |
checking sys/endian.h presence... yes | |
checking for sys/endian.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/ndir.h usability... no | |
checking sys/ndir.h presence... no | |
checking for sys/ndir.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/ttycom.h usability... yes | |
checking sys/ttycom.h presence... yes | |
checking for sys/ttycom.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking tzfile.h usability... yes | |
checking tzfile.h presence... yes | |
checking for tzfile.h... yes | |
checking for unistd.h... (cached) yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/mount.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking for regexec... yes | |
checking for va_copy... yes | |
checking for __builtin_va_copy... yes | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking for MD5Init in md5.h... yes | |
checking for md5.h... (cached) yes | |
checking rmd160.h usability... yes | |
checking rmd160.h presence... yes | |
checking for rmd160.h... yes | |
checking sha1.h usability... yes | |
checking sha1.h presence... yes | |
checking for sha1.h... yes | |
checking sha2.h usability... yes | |
checking sha2.h presence... yes | |
checking for sha2.h... yes | |
checking for MD5File... yes | |
checking for RMD160File... yes | |
checking for SHA1File... yes | |
checking for SHA512_File... yes | |
checking for issetugid... yes | |
checking whether optarg is declared... yes | |
checking whether optind is declared... yes | |
checking whether optreset is declared... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for struct option... yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking for VIS_WHITE in vis.h... yes | |
checking for strunvis... yes | |
checking for strvis... yes | |
checking for strsvis... yes | |
checking for svis... yes | |
checking for unvis... yes | |
checking for vis... yes | |
checking for strunvis... (cached) yes | |
checking for strvis... (cached) yes | |
checking for strsvis... (cached) yes | |
checking for svis... (cached) yes | |
checking for unvis... (cached) yes | |
checking for vis... (cached) yes | |
checking for __attribute__... yes | |
checking for size_t... yes | |
checking for uintptr_t... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for fsid_t... yes | |
checking whether byte ordering is bigendian... no | |
checking size of off_t... 8 | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether snprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether strdup is declared... yes | |
checking whether isblank is declared... yes | |
checking for err... yes | |
checking for fgetln... yes | |
checking for fnmatch... yes | |
checking for fparseln... yes | |
checking for getdelim... yes | |
checking for getenv... yes | |
checking for getline... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for lutimes... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for setenv... yes | |
checking for setgroupent... yes | |
checking for setpassent... yes | |
checking for setprogname... yes | |
checking for shquote... yes | |
checking for statvfs... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for strmode... yes | |
checking for strsep... yes | |
checking for strtoll... yes | |
checking for unsetenv... yes | |
checking for usleep... yes | |
checking for utimes... yes | |
checking for warn... 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) yes | |
checking for mkstemp... (cached) 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... yes | |
checking for group_from_gid... yes | |
checking for pwcache_groupdb... yes | |
checking for pwcache_userdb... yes | |
checking for uid_from_user... yes | |
checking for user_from_uid... yes | |
checking for fts_open... yes | |
checking for timegm... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking for poll.h... (cached) yes | |
checking for sys/poll.h... (cached) yes | |
checking for poll... yes | |
checking if poll() is implemented natively... yes | |
checking for getpassphrase... no | |
checking for getpgrp... yes | |
checking for select... yes | |
checking for getpgrp... (cached) yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for struct statfs.f_flags... no | |
checking for struct statfs.f_fsize... no | |
checking for struct statfs.f_iosize... no | |
checking for struct dirent.d_namlen... yes | |
checking for DIR.dd_fd... 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=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c | |
ar cr libnbcompat.a glob.o | |
ranlib libnbcompat.a | |
=> Modifying GNU configure scripts to avoid --recheck | |
=> Replacing config-guess with pkgsrc versions | |
=> Replacing config-sub with pkgsrc versions | |
=> Replacing install-sh with pkgsrc version | |
checking for x86_64--netbsd-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) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking spawn.h usability... yes | |
checking spawn.h presence... yes | |
checking for spawn.h... yes | |
checking for posix_spawnp... yes | |
configure: creating ./config.status | |
config.status: creating config.h | |
===> Building for cwrappers-20180325 | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c alloc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c cleanup-cc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c common.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c reorder-cc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c generic-transform-cc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c normalise-cc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c as-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c normalise-as.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c cc-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c c++-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c cpp-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c f77-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c imake-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c generic-transform-ld.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c normalise-ld.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c ld-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c generic-transform-libtool.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c libtool-wrapper.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c fixup-libtool.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c shlibtool-wrapper.c | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o as-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o as-wrapper.o normalise-as.o -lnbcompat | |
cc -O2 -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -c transform-cc.c | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o cpp-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o cpp-wrapper.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o f77-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o f77-wrapper.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o imake-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o imake-wrapper.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o ld-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-ld.o normalise-ld.o ld-wrapper.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o libtool-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-libtool.o normalise-cc.o libtool-wrapper.o fixup-libtool.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o shlibtool-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-libtool.o normalise-cc.o shlibtool-wrapper.o fixup-libtool.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o cc-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o cc-wrapper.o transform-cc.o -lnbcompat | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o c++-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o c++-wrapper.o transform-cc.o -lnbcompat | |
=> Unwrapping files-to-be-installed. | |
===> Installing for cwrappers-20180325 | |
=> Generating pre-install file lists | |
=> Creating installation directories | |
/usr/bin/install -c -s -o root -g wheel -m 755 as-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/as-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 cc-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/cc-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 c++-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/c++-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 cpp-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/cpp-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 f77-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/f77-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 imake-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/imake-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 ld-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/ld-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 libtool-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/libtool-wrapper | |
/usr/bin/install -c -s -o root -g wheel -m 755 shlibtool-wrapper /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.destdir/opt/.pkg-20180804/libexec/cwrappers/shlibtool-wrapper | |
=> Automatic manual page handling | |
=> Generating post-install file lists | |
=> Checking file-check results for cwrappers-20180325 | |
=> Creating binary package /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/cwrappers/work/.packages/cwrappers-20180325.tgz | |
===> Building binary package for cwrappers-20180325 | |
=> Creating binary package /pkg_comp/packages/pkg/All/cwrappers-20180325.tgz | |
===> Installing binary package of cwrappers-20180325 | |
===> Installing packages | |
===> running: (cd /pkg_comp/pkgsrc/pkgtools/bootstrap-mk-files && /pkg_comp/work/pkg/bootstrap/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/pkg_comp/work/pkg/bootstrap/mk.conf install) | |
===> Installing dependencies for bootstrap-mk-files-20170802 | |
=> Build dependency cwrappers>=20150314: found cwrappers-20180325 | |
===> Overriding tools for bootstrap-mk-files-20170802 | |
===> Extracting for bootstrap-mk-files-20170802 | |
===> Patching for bootstrap-mk-files-20170802 | |
===> Creating toolchain wrappers for bootstrap-mk-files-20170802 | |
===> Configuring for bootstrap-mk-files-20170802 | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20170802; for file in bsd.* sys.mk; do test ! -f mods/NetBSD.$file || /bin/cp -f mods/NetBSD.$file /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20170802/$file; done | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20170802; if test -f mods/NetBSD.bsd.own.mk.in; then own_mk=mods/NetBSD.bsd.own.mk.in; else own_mk=mods/bsd.own.mk.in; fi; /usr/bin/sed -e 's|@ROOT_GROUP@|'wheel'|g' -e 's|@ROOT_USER@|'root'|g' -e 's|@SYSCONFDIR@|'/etc'|g' $own_mk > bsd.own.mk | |
===> Installing for bootstrap-mk-files-20170802 | |
=> Generating pre-install file lists | |
=> Creating installation directories | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20170802 && for file in bsd.* sys.mk; do /usr/bin/install -c -o root -g wheel -m 644 $file /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/.destdir/opt/.pkg-20180804/share/mk/$file; done | |
=> Automatic manual page handling | |
=> Generating post-install file lists | |
=> Checking file-check results for bootstrap-mk-files-20170802 | |
=> Creating binary package /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/bootstrap-mk-files/work/.packages/bootstrap-mk-files-20170802.tgz | |
===> Building binary package for bootstrap-mk-files-20170802 | |
=> Creating binary package /pkg_comp/packages/pkg/All/bootstrap-mk-files-20170802.tgz | |
===> Installing binary package of bootstrap-mk-files-20170802 | |
===> running: (cd /pkg_comp/pkgsrc/devel/bmake && /pkg_comp/work/pkg/bootstrap/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/pkg_comp/work/pkg/bootstrap/mk.conf install) | |
===> Installing dependencies for bmake-20150505 | |
=> Build dependency cwrappers>=20150314: found cwrappers-20180325 | |
=> Full dependency bootstrap-mk-files-[0-9]*: found bootstrap-mk-files-20170802 | |
===> Overriding tools for bmake-20150505 | |
===> Extracting for bmake-20150505 | |
/bin/cp -R /pkg_comp/pkgsrc/devel/bmake/files /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake | |
/bin/rm -f /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat/config.guess /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat/config.sub | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.guess /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat/config.guess | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.sub /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat/config.sub | |
===> Patching for bmake-20150505 | |
===> Creating toolchain wrappers for bmake-20150505 | |
===> Configuring for bmake-20150505 | |
=> Configuring and building libnbcompat | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64--netbsd | |
checking for x86_64--netbsd-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) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64--netbsd-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 for a BSD-compatible install... /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.tools/bin/install -c | |
checking whether ln -s works... yes | |
checking for x86_64--netbsd-ranlib... no | |
checking for ranlib... ranlib | |
checking for gawk... /usr/bin/awk | |
checking for ar... ar | |
checking for fparseln in -lutil... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking alloca.h usability... 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 bsd/libutil.h usability... no | |
checking bsd/libutil.h presence... no | |
checking for bsd/libutil.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking fts.h usability... yes | |
checking fts.h presence... yes | |
checking for fts.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking machine/endian.h usability... yes | |
checking machine/endian.h presence... yes | |
checking for machine/endian.h... yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking sys/endian.h usability... yes | |
checking sys/endian.h presence... yes | |
checking for sys/endian.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/ndir.h usability... no | |
checking sys/ndir.h presence... no | |
checking for sys/ndir.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/ttycom.h usability... yes | |
checking sys/ttycom.h presence... yes | |
checking for sys/ttycom.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking tzfile.h usability... yes | |
checking tzfile.h presence... yes | |
checking for tzfile.h... yes | |
checking for unistd.h... (cached) yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/mount.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking for regexec... yes | |
checking for va_copy... yes | |
checking for __builtin_va_copy... yes | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking for MD5Init in md5.h... yes | |
checking for md5.h... (cached) yes | |
checking rmd160.h usability... yes | |
checking rmd160.h presence... yes | |
checking for rmd160.h... yes | |
checking sha1.h usability... yes | |
checking sha1.h presence... yes | |
checking for sha1.h... yes | |
checking sha2.h usability... yes | |
checking sha2.h presence... yes | |
checking for sha2.h... yes | |
checking for MD5File... yes | |
checking for RMD160File... yes | |
checking for SHA1File... yes | |
checking for SHA512_File... yes | |
checking for issetugid... yes | |
checking whether optarg is declared... yes | |
checking whether optind is declared... yes | |
checking whether optreset is declared... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for struct option... yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking for VIS_WHITE in vis.h... yes | |
checking for strunvis... yes | |
checking for strvis... yes | |
checking for strsvis... yes | |
checking for svis... yes | |
checking for unvis... yes | |
checking for vis... yes | |
checking for strunvis... (cached) yes | |
checking for strvis... (cached) yes | |
checking for strsvis... (cached) yes | |
checking for svis... (cached) yes | |
checking for unvis... (cached) yes | |
checking for vis... (cached) yes | |
checking for __attribute__... yes | |
checking for size_t... yes | |
checking for uintptr_t... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for fsid_t... yes | |
checking whether byte ordering is bigendian... no | |
checking size of off_t... 8 | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether snprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether strdup is declared... yes | |
checking whether isblank is declared... yes | |
checking for err... yes | |
checking for fgetln... yes | |
checking for fnmatch... yes | |
checking for fparseln... yes | |
checking for getdelim... yes | |
checking for getenv... yes | |
checking for getline... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for lutimes... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for setenv... yes | |
checking for setgroupent... yes | |
checking for setpassent... yes | |
checking for setprogname... yes | |
checking for shquote... yes | |
checking for statvfs... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for strmode... yes | |
checking for strsep... yes | |
checking for strtoll... yes | |
checking for unsetenv... yes | |
checking for usleep... yes | |
checking for utimes... yes | |
checking for warn... 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) yes | |
checking for mkstemp... (cached) 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... yes | |
checking for group_from_gid... yes | |
checking for pwcache_groupdb... yes | |
checking for pwcache_userdb... yes | |
checking for uid_from_user... yes | |
checking for user_from_uid... yes | |
checking for fts_open... yes | |
checking for timegm... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking for poll.h... (cached) yes | |
checking for sys/poll.h... (cached) yes | |
checking for poll... yes | |
checking if poll() is implemented natively... yes | |
checking for getpassphrase... no | |
checking for getpgrp... yes | |
checking for select... yes | |
checking for getpgrp... (cached) yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for struct statfs.f_flags... no | |
checking for struct statfs.f_fsize... no | |
checking for struct statfs.f_iosize... no | |
checking for struct dirent.d_namlen... yes | |
checking for DIR.dd_fd... 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=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c | |
ar cr libnbcompat.a glob.o | |
ranlib libnbcompat.a | |
=> Modifying GNU configure scripts to avoid --recheck | |
=> Replacing config-guess with pkgsrc versions | |
=> Replacing config-sub with pkgsrc versions | |
=> Replacing install-sh with pkgsrc version | |
Using: filemon=/usr/include/dev/filemon/filemon.h | |
checking for x86_64--netbsd-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 ISO C89... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for x86_64--netbsd-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 wheel | |
Using: BMAKE_PATH_MAX=1024 | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking 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... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking ranlib.h usability... yes | |
checking ranlib.h presence... yes | |
checking for ranlib.h... yes | |
checking for string.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking whether sys/cdefs.h is compatible... yes | |
checking for __attribute__... no | |
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 setsid... yes | |
checking for sigaction... yes | |
checking for sigvec... yes | |
checking for snprintf... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for strsep... yes | |
checking for strtod... yes | |
checking for strtol... yes | |
checking for sysctl... yes | |
checking for unsetenv... yes | |
checking for vsnprintf... yes | |
checking for wait3... yes | |
checking for wait4... yes | |
checking for waitpid... yes | |
checking for warn... yes | |
checking for warnx... yes | |
checking for realpath... yes | |
checking for dirname... yes | |
checking for stresep... yes | |
checking for strlcpy... yes | |
checking for emalloc in -lutil... yes | |
checking for erealloc in -lutil... yes | |
checking for estrdup in -lutil... yes | |
checking for estrndup in -lutil... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct stat.st_rdev... yes | |
checking if compiler supports __func__ | |
checking if diff -u works... yes | |
checking for MACHINE & MACHINE_ARCH... | |
defaults: MACHINE=amd64, MACHINE_ARCH=x86_64 | |
Using: MACHINE=amd64, MACHINE_ARCH=x86_64 | |
Using: MKSRC=mk | |
configure: creating ./config.status | |
config.status: creating makefile | |
config.status: creating Makefile.config | |
config.status: creating make-bootstrap.sh | |
config.status: creating unit-tests/Makefile | |
config.status: creating config.h | |
You can now run | |
sh ./make-bootstrap.sh | |
to produce a fully functional bmake. | |
===> Building for bmake-20150505 | |
cd /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake && /usr/bin/env USETOOLS=no CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2 CPPFLAGS=-DHAVE_NBCOMPAT_H=1\ -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2 COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat\ -Wl,-R/opt/.pkg-20180804/lib LINKER_RPATH_FLAG=-R PATH=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.cwrapper/bin:/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.buildlink/bin:/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.gcc/bin:/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.tools/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/sbin::/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/bin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/games:/usr/bin:/usr/sbin:/bin:/sbin:/sbin:/usr/sbin:/opt/.pkg-20180804/bin:/usr/X11R6/bin PREFIX=/opt/.pkg-20180804 MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc CXXCPP=cpp HOME=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.home CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/.pkg-20180804 X11BASE=/usr/X11R6 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.buildlink/lib/pkgconfig:/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.cwrapper/config /bin/sh make-bootstrap.sh | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20150505" -DMACHINE="amd64" -DPKGSRC_MACHINE_ARCH="x86_64" -D_PATH_DEFSYSPATH="/opt/.pkg-20180804/share/mk" -o main.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/main.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/arch.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/buf.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/compat.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/cond.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/dir.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/for.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/getopt.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/hash.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/job.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/make.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/make_malloc.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/parse.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o sigcompat.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/sigcompat.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o str.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/str.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o strlist.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/strlist.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o suff.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/suff.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o targ.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/targ.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o trace.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/trace.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o var.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/var.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o util.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/util.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAppend.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstAppend.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDupl.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstDupl.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInit.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstInit.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstOpen.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstOpen.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtEnd.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstAtEnd.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstEnQueue.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstEnQueue.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInsert.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstInsert.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtFront.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstAtFront.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsAtEnd.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstIsAtEnd.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstClose.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstClose.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFind.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstFind.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsEmpty.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstIsEmpty.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstRemove.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstRemove.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstConcat.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstConcat.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFindFrom.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstFindFrom.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstLast.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstLast.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstReplace.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstReplace.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFirst.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstFirst.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDatum.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstDatum.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEach.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstForEach.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstMember.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstMember.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstSucc.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstSucc.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDeQueue.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstDeQueue.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEachFrom.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstForEachFrom.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDestroy.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstDestroy.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstNext.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstNext.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstPrev.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/lst.lib/lstPrev.c | |
cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -DUSE_EMALLOC -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DHAVE_FILEMON_H -I/usr/include/dev/filemon -o meta.o /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/meta.c | |
cc -L/pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/libnbcompat -Wl,-R/opt/.pkg-20180804/lib -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt 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 -lnbcompat -lutil | |
===> Installing for bmake-20150505 | |
=> Generating pre-install file lists | |
=> Creating installation directories | |
/usr/bin/install -c -s -o root -g wheel -m 755 /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/bmake /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.destdir/opt/.pkg-20180804/bin | |
/usr/bin/install -c -o root -g wheel -m 644 /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/bmake/bmake.1 /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.destdir/opt/.pkg-20180804/man/man1 | |
=> Automatic manual page handling | |
=> Generating post-install file lists | |
=> Checking file-check results for bmake-20150505 | |
=> Creating binary package /pkg_comp/work/pkg/bootstrap/wrk/devel/bmake/work/.packages/bmake-20150505.tgz | |
===> Building binary package for bmake-20150505 | |
=> Creating binary package /pkg_comp/packages/pkg/All/bmake-20150505.tgz | |
===> Installing binary package of bmake-20150505 | |
===> running: (cd /pkg_comp/pkgsrc/pkgtools/pkg_install && /pkg_comp/work/pkg/bootstrap/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/pkg_comp/work/pkg/bootstrap/mk.conf install) | |
===> Installing dependencies for pkg_install-20180425 | |
========================================================================== | |
The supported build options for pkg_install are: | |
inet6 openssl | |
The currently selected options are: | |
inet6 openssl | |
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) | |
========================================================================== | |
========================================================================== | |
The following variables will affect the build process of this package, | |
pkg_install-20180425. Their current value is shown below: | |
* SSLBASE = /usr | |
* SSLCERTS = /etc/openssl/certs | |
* SSLDIR = /etc/openssl | |
* SSLKEYS = /etc/openssl/private | |
You may want to abort the process now with CTRL-C and change their value | |
before continuing. Be sure to run `/pkg_comp/work/pkg/bootstrap/bin/bmake clean' after | |
the changes. | |
========================================================================== | |
=> Build dependency cwrappers>=20150314: found cwrappers-20180325 | |
===> Overriding tools for pkg_install-20180425 | |
===> Extracting for pkg_install-20180425 | |
/bin/rm -f /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/config.guess /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/config.sub | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.guess /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/config.guess | |
/bin/ln -fs /pkg_comp/pkgsrc/mk/gnu-config/config.sub /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/config.sub | |
===> Patching for pkg_install-20180425 | |
===> Creating toolchain wrappers for pkg_install-20180425 | |
===> Configuring for pkg_install-20180425 | |
=> Replacing config-guess with pkgsrc versions | |
=> Replacing config-sub with pkgsrc versions | |
=> Configuring and building libnbcompat | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64--netbsd | |
checking for x86_64--netbsd-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) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64--netbsd-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 for a BSD-compatible install... /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin/install -c | |
checking whether ln -s works... yes | |
checking for x86_64--netbsd-ranlib... no | |
checking for ranlib... ranlib | |
checking for gawk... /usr/bin/awk | |
checking for ar... ar | |
checking for fparseln in -lutil... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking alloca.h usability... 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 bsd/libutil.h usability... no | |
checking bsd/libutil.h presence... no | |
checking for bsd/libutil.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking fts.h usability... yes | |
checking fts.h presence... yes | |
checking for fts.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking machine/endian.h usability... yes | |
checking machine/endian.h presence... yes | |
checking for machine/endian.h... yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking sys/endian.h usability... yes | |
checking sys/endian.h presence... yes | |
checking for sys/endian.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/ndir.h usability... no | |
checking sys/ndir.h presence... no | |
checking for sys/ndir.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/ttycom.h usability... yes | |
checking sys/ttycom.h presence... yes | |
checking for sys/ttycom.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking tzfile.h usability... yes | |
checking tzfile.h presence... yes | |
checking for tzfile.h... yes | |
checking for unistd.h... (cached) yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/mount.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking for regexec... yes | |
checking for va_copy... yes | |
checking for __builtin_va_copy... yes | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking for MD5Init in md5.h... yes | |
checking for md5.h... (cached) yes | |
checking rmd160.h usability... yes | |
checking rmd160.h presence... yes | |
checking for rmd160.h... yes | |
checking sha1.h usability... yes | |
checking sha1.h presence... yes | |
checking for sha1.h... yes | |
checking sha2.h usability... yes | |
checking sha2.h presence... yes | |
checking for sha2.h... yes | |
checking for MD5File... yes | |
checking for RMD160File... yes | |
checking for SHA1File... yes | |
checking for SHA512_File... yes | |
checking for issetugid... yes | |
checking whether optarg is declared... yes | |
checking whether optind is declared... yes | |
checking whether optreset is declared... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for struct option... yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking for VIS_WHITE in vis.h... yes | |
checking for strunvis... yes | |
checking for strvis... yes | |
checking for strsvis... yes | |
checking for svis... yes | |
checking for unvis... yes | |
checking for vis... yes | |
checking for strunvis... (cached) yes | |
checking for strvis... (cached) yes | |
checking for strsvis... (cached) yes | |
checking for svis... (cached) yes | |
checking for unvis... (cached) yes | |
checking for vis... (cached) yes | |
checking for __attribute__... yes | |
checking for size_t... yes | |
checking for uintptr_t... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for fsid_t... yes | |
checking whether byte ordering is bigendian... no | |
checking size of off_t... 8 | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether snprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether strdup is declared... yes | |
checking whether isblank is declared... yes | |
checking for err... yes | |
checking for fgetln... yes | |
checking for fnmatch... yes | |
checking for fparseln... yes | |
checking for getdelim... yes | |
checking for getenv... yes | |
checking for getline... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for lutimes... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for setenv... yes | |
checking for setgroupent... yes | |
checking for setpassent... yes | |
checking for setprogname... yes | |
checking for shquote... yes | |
checking for statvfs... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for strmode... yes | |
checking for strsep... yes | |
checking for strtoll... yes | |
checking for unsetenv... yes | |
checking for usleep... yes | |
checking for utimes... yes | |
checking for warn... 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) yes | |
checking for mkstemp... (cached) 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... yes | |
checking for group_from_gid... yes | |
checking for pwcache_groupdb... yes | |
checking for pwcache_userdb... yes | |
checking for uid_from_user... yes | |
checking for user_from_uid... yes | |
checking for fts_open... yes | |
checking for timegm... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking for poll.h... (cached) yes | |
checking for sys/poll.h... (cached) yes | |
checking for poll... yes | |
checking if poll() is implemented natively... yes | |
checking for getpassphrase... no | |
checking for getpgrp... yes | |
checking for select... yes | |
checking for getpgrp... (cached) yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for struct statfs.f_flags... no | |
checking for struct statfs.f_fsize... no | |
checking for struct statfs.f_iosize... no | |
checking for struct dirent.d_namlen... yes | |
checking for DIR.dd_fd... 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=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c glob.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_close.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_conv.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_debug.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_delete.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_get.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_open.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_overflow.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_page.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_put.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_search.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_seq.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_split.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/btree/bt_utils.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/db/db.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash_bigkey.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash_buf.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash_func.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash_log2.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash_page.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/ndbm.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/ndbmdatum.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/mpool/mpool.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_close.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_delete.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_get.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_open.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_put.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_search.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_seq.c | |
cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -D__DBINTERFACE_PRIVATE -I. -I. -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_CONFIG_H -c /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_utils.c | |
ar cr libnbcompat.a glob.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 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive && /usr/bin/env INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ wheel INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755 INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 2555 INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 664 LIBS=\ \ -lnbcompat INSTALL_INFO= MAKEINFO=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= AWK=/usr/bin/awk CAT=/bin/cat ac_cv_path_CAT=/bin/cat CHMOD=/bin/chmod CMP=/usr/bin/cmp CP=/bin/cp DIFF=/usr/bin/diff ECHO=echo ac_cv_path_ECHO=echo EGREP=/usr/bin/egrep ac_cv_path_EGREP=/usr/bin/egrep SETENV=/usr/bin/env ENV_PROG=/usr/bin/env ac_cv_path_ENV=/usr/bin/env FALSE=false ac_cv_path_FALSE=false FIND=/usr/bin/find GREP=/usr/bin/grep ac_cv_path_GREP=/usr/bin/grep HOSTNAME=/bin/hostname LN=/bin/ln LS=/bin/ls MKDIR=/bin/mkdir\ -p MV=/bin/mv RM=/bin/rm RMDIR=/bin/rmdir SED=/usr/bin/sed SORT=/usr/bin/sort TEST=test ac_cv_path_TEST=test TOUCH=/usr/bin/touch TR=/usr/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG= PKG_CONFIG_LIBDIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= MAKE=make CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config CXXCPP=cpp CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include CPPFLAGS=-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=64\ -DDEF_UMASK=0022\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-lssl\ -lcrypto\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/opt/.pkg-20180804/lib LINKER_RPATH_FLAG=-R PATH=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.gcc/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/sbin::/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/bin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/games:/usr/bin:/usr/sbin:/bin:/sbin:/sbin:/usr/sbin:/opt/.pkg-20180804/bin:/usr/X11R6/bin PREFIX=/opt/.pkg-20180804 MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc HOME=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config CONFIG_SHELL=/bin/sh LIBS=-lnbcompat ac_given_INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ wheel /bin/sh ./configure --disable-bsdcpio --disable-bsdtar --disable-shared --disable-dependency-tracking --without-expat --disable-maintainer-mode --without-iconv --without-lzo2 --without-nettle --without-xml2 --without-lz4 | |
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel | |
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 whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-unknown-netbsd7.1 | |
checking host system type... x86_64-unknown-netbsd7.1 | |
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 whether cc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin/ld | |
checking if the linker (/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-unknown-netbsd7.1 file names to x86_64-unknown-netbsd7.1 format... func_convert_file_noop | |
checking how to convert x86_64-unknown-netbsd7.1 file names to toolchain format... func_convert_file_noop | |
checking for /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from cc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... no | |
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 directory | |
yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... NetBSD ld.elf_so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for strip... (cached) strip | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking acl/libacl.h usability... no | |
checking acl/libacl.h presence... no | |
checking for acl/libacl.h... no | |
checking attr/xattr.h usability... no | |
checking attr/xattr.h presence... no | |
checking for attr/xattr.h... no | |
checking copyfile.h usability... no | |
checking copyfile.h presence... no | |
checking for copyfile.h... no | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking ext2fs/ext2_fs.h usability... no | |
checking ext2fs/ext2_fs.h presence... no | |
checking for ext2fs/ext2_fs.h... no | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking whether EXT2_IOC_GETFLAGS is usable... no | |
checking for inttypes.h... (cached) yes | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking linux/fiemap.h usability... no | |
checking linux/fiemap.h presence... no | |
checking for linux/fiemap.h... no | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking linux/magic.h usability... no | |
checking linux/magic.h presence... no | |
checking for linux/magic.h... no | |
checking linux/types.h usability... no | |
checking linux/types.h presence... no | |
checking for linux/types.h... no | |
checking whether FS_IOC_GETFLAGS is usable... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking membership.h usability... no | |
checking membership.h presence... no | |
checking for membership.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking readpassphrase.h usability... no | |
checking readpassphrase.h presence... no | |
checking for readpassphrase.h... no | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking spawn.h usability... yes | |
checking spawn.h presence... yes | |
checking for spawn.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/acl.h usability... no | |
checking sys/acl.h presence... no | |
checking for sys/acl.h... no | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/ea.h usability... no | |
checking sys/ea.h presence... no | |
checking for sys/ea.h... no | |
checking sys/extattr.h usability... yes | |
checking sys/extattr.h presence... yes | |
checking for sys/extattr.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/richacl.h usability... no | |
checking sys/richacl.h presence... no | |
checking for sys/richacl.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for wincrypt.h... no | |
checking for winioctl.h... no | |
checking 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 lzma.h usability... yes | |
checking lzma.h presence... yes | |
checking for lzma.h... yes | |
checking for lzma_stream_decoder in -llzma... yes | |
checking whether we have multithread support in lzma... no | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking for regcomp... yes | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wformat... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking for an ANSI C-conforming const... yes | |
checking for uid_t in sys/types.h... yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for id_t... yes | |
checking for uintptr_t... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for struct statfs.f_namemax... no | |
checking for struct statvfs.f_iosize... yes | |
checking for struct stat.st_birthtime... yes | |
checking for struct stat.st_birthtimespec.tv_nsec... yes | |
checking for struct stat.st_mtimespec.tv_nsec... yes | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking for struct stat.st_mtime_n... no | |
checking for struct stat.st_umtime... no | |
checking for struct stat.st_mtime_usec... no | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_flags... yes | |
checking for uintmax_t... yes | |
checking for unsigned long long... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for intmax_t... yes | |
checking for uintmax_t... (cached) yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for uint8_t... yes | |
checking whether SIZE_MAX is declared... yes | |
checking whether INT32_MAX is declared... yes | |
checking whether INT32_MIN is declared... yes | |
checking whether INT64_MAX is declared... yes | |
checking whether INT64_MIN is declared... yes | |
checking whether UINT64_MAX is declared... yes | |
checking whether UINT32_MAX is declared... yes | |
checking whether INTMAX_MAX is declared... yes | |
checking whether INTMAX_MIN is declared... yes | |
checking whether UINTMAX_MAX is declared... yes | |
checking whether SSIZE_MAX is declared... yes | |
checking whether EFTYPE is declared... yes | |
checking whether EILSEQ is declared... yes | |
checking for wchar_t... yes | |
checking size of wchar_t... 4 | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether cc needs -traditional... no | |
checking whether sys/types.h defines makedev... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for working memcmp... yes | |
checking whether lstat correctly handles trailing slash... yes | |
checking whether lstat accepts an empty string... no | |
checking whether stat accepts an empty string... no | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strftime... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for CreateHardLinkA... no | |
checking for arc4random_buf... yes | |
checking for chflags... yes | |
checking for chown... yes | |
checking for chroot... yes | |
checking for ctime_r... yes | |
checking for fchdir... yes | |
checking for fchflags... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for fcntl... yes | |
checking for fdopendir... yes | |
checking for fork... yes | |
checking for fstat... yes | |
checking for fstatat... yes | |
checking for fstatfs... yes | |
checking for fstatvfs... yes | |
checking for ftruncate... yes | |
checking for futimens... yes | |
checking for futimes... yes | |
checking for futimesat... no | |
checking for geteuid... yes | |
checking for getpid... yes | |
checking for getgrgid_r... yes | |
checking for getgrnam_r... yes | |
checking for getpwnam_r... yes | |
checking for getpwuid_r... yes | |
checking for getvfsbyname... no | |
checking for gmtime_r... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for link... yes | |
checking for localtime_r... yes | |
checking for lstat... yes | |
checking for lutimes... yes | |
checking for mbrtowc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for mkfifo... yes | |
checking for mknod... yes | |
checking for mkstemp... yes | |
checking for nl_langinfo... yes | |
checking for openat... yes | |
checking for pipe... yes | |
checking for poll... yes | |
checking for posix_spawnp... yes | |
checking for readlink... yes | |
checking for readlinkat... yes | |
checking for readpassphrase... no | |
checking for select... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for sigaction... yes | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncpy_s... no | |
checking for strrchr... yes | |
checking for symlink... yes | |
checking for timegm... yes | |
checking for tzset... yes | |
checking for unsetenv... yes | |
checking for utime... yes | |
checking for utimensat... yes | |
checking for utimes... yes | |
checking for vfork... yes | |
checking for wcrtomb... yes | |
checking for wcscmp... yes | |
checking for wcscpy... yes | |
checking for wcslen... yes | |
checking for wctomb... yes | |
checking for wmemcmp... yes | |
checking for wmemcpy... yes | |
checking for wmemmove... yes | |
checking for _ctime64_s... no | |
checking for _fseeki64... no | |
checking for _get_timezone... no | |
checking for _localtime64_s... no | |
checking for _mkgmtime64... no | |
checking for cygwin_conv_path... no | |
checking for struct vfsconf... no | |
checking for struct xvfsconf... no | |
checking whether D_MD_ORDER is declared... no | |
checking for struct dirent.d_namlen... yes | |
checking for library containing setxattr... none required | |
checking whether EXTATTR_NAMESPACE_USER is declared... yes | |
checking whether XATTR_NOFOLLOW is declared... no | |
checking for extattr_get_fd... yes | |
checking for extattr_get_file... yes | |
checking for extattr_get_link... yes | |
checking for extattr_list_fd... yes | |
checking for extattr_list_file... yes | |
checking for extattr_list_link... yes | |
checking for extattr_set_fd... yes | |
checking for extattr_set_link... yes | |
checking for extended attributes support... FreeBSD | |
checking for acl_get_file in -lacl... no | |
checking for acl_t... no | |
checking for acl_entry_t... no | |
checking for acl_permset_t... no | |
checking for acl_tag_t... no | |
checking for richacl_get_file in -lrichacl... no | |
checking for struct richace... no | |
checking for struct richacl... no | |
checking for acl... no | |
checking for facl... no | |
checking for ACL support... none | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking support for ARCHIVE_CRYPTO_MD5_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBC... yes | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBC... yes | |
checking for bcrypt.h... no | |
checking openssl/evp.h usability... yes | |
checking openssl/evp.h presence... yes | |
checking for openssl/evp.h... yes | |
checking for OPENSSL_config in -lcrypto... yes | |
checking for EVP_CIPHER_CTX_init in -lcrypto... yes | |
checking md5.h usability... yes | |
checking md5.h presence... yes | |
checking for md5.h... yes | |
checking ripemd.h usability... no | |
checking ripemd.h presence... no | |
checking for ripemd.h... no | |
checking sha.h usability... no | |
checking sha.h presence... no | |
checking for sha.h... no | |
checking sha256.h usability... no | |
checking sha256.h presence... no | |
checking for sha256.h... no | |
checking sha512.h usability... no | |
checking sha512.h presence... no | |
checking for sha512.h... no | |
checking for MD5Init in -lmd... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating build/pkgconfig/libarchive.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
rm: libtoolT: No such file or directory | |
config.status: executing mkdirs commands | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=NetBSD CATMAN_SECTION_SUFFIX=no MANINSTALL=maninstall FETCH_WITH_INET6=yes FETCH_WITH_OPENSSL=yes CXXCPP=cpp CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include CPPFLAGS=-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=64\ -DDEF_UMASK=0022\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-lssl\ -lcrypto\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/opt/.pkg-20180804/lib LINKER_RPATH_FLAG=-R PATH=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.gcc/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/sbin::/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/bin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/games:/usr/bin:/usr/sbin:/bin:/sbin:/sbin:/usr/sbin:/opt/.pkg-20180804/bin:/usr/X11R6/bin PREFIX=/opt/.pkg-20180804 MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc HOME=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/.pkg-20180804 X11BASE=/usr/X11R6 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config /pkg_comp/work/pkg/bootstrap/bin/bmake -j1 -f Makefile | |
build/autoconf/install-sh -c -d libarchive/test | |
cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h | |
build/autoconf/install-sh -c -d tar/test | |
cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h | |
build/autoconf/install-sh -c -d cpio/test | |
cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h | |
cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h | |
/pkg_comp/work/pkg/bootstrap/bin/bmake all-am | |
CC libarchive/archive_acl.lo | |
CC libarchive/archive_check_magic.lo | |
CC libarchive/archive_cmdline.lo | |
CC libarchive/archive_cryptor.lo | |
CC libarchive/archive_digest.lo | |
CC libarchive/archive_entry.lo | |
CC libarchive/archive_entry_copy_stat.lo | |
CC libarchive/archive_entry_link_resolver.lo | |
CC libarchive/archive_entry_sparse.lo | |
CC libarchive/archive_entry_stat.lo | |
CC libarchive/archive_entry_strmode.lo | |
CC libarchive/archive_entry_xattr.lo | |
CC libarchive/archive_getdate.lo | |
CC libarchive/archive_hmac.lo | |
CC libarchive/archive_match.lo | |
CC libarchive/archive_options.lo | |
CC libarchive/archive_pack_dev.lo | |
CC libarchive/archive_pathmatch.lo | |
CC libarchive/archive_ppmd7.lo | |
CC libarchive/archive_random.lo | |
CC libarchive/archive_rb.lo | |
CC libarchive/archive_read.lo | |
CC libarchive/archive_read_add_passphrase.lo | |
CC libarchive/archive_read_append_filter.lo | |
CC libarchive/archive_read_data_into_fd.lo | |
CC libarchive/archive_read_disk_entry_from_file.lo | |
CC libarchive/archive_read_disk_posix.lo | |
CC libarchive/archive_read_disk_set_standard_lookup.lo | |
CC libarchive/archive_read_extract.lo | |
CC libarchive/archive_read_extract2.lo | |
CC libarchive/archive_read_open_fd.lo | |
CC libarchive/archive_read_open_file.lo | |
CC libarchive/archive_read_open_filename.lo | |
CC libarchive/archive_read_open_memory.lo | |
CC libarchive/archive_read_set_format.lo | |
CC libarchive/archive_read_set_options.lo | |
CC libarchive/archive_read_support_filter_all.lo | |
CC libarchive/archive_read_support_filter_bzip2.lo | |
CC libarchive/archive_read_support_filter_compress.lo | |
CC libarchive/archive_read_support_filter_grzip.lo | |
CC libarchive/archive_read_support_filter_gzip.lo | |
CC libarchive/archive_read_support_filter_lrzip.lo | |
CC libarchive/archive_read_support_filter_lz4.lo | |
CC libarchive/archive_read_support_filter_lzop.lo | |
CC libarchive/archive_read_support_filter_none.lo | |
CC libarchive/archive_read_support_filter_program.lo | |
CC libarchive/archive_read_support_filter_rpm.lo | |
CC libarchive/archive_read_support_filter_uu.lo | |
CC libarchive/archive_read_support_filter_xz.lo | |
CC libarchive/archive_read_support_format_7zip.lo | |
CC libarchive/archive_read_support_format_all.lo | |
CC libarchive/archive_read_support_format_ar.lo | |
CC libarchive/archive_read_support_format_by_code.lo | |
CC libarchive/archive_read_support_format_cab.lo | |
CC libarchive/archive_read_support_format_cpio.lo | |
CC libarchive/archive_read_support_format_empty.lo | |
CC libarchive/archive_read_support_format_iso9660.lo | |
CC libarchive/archive_read_support_format_lha.lo | |
CC libarchive/archive_read_support_format_mtree.lo | |
CC libarchive/archive_read_support_format_rar.lo | |
CC libarchive/archive_read_support_format_raw.lo | |
CC libarchive/archive_read_support_format_tar.lo | |
CC libarchive/archive_read_support_format_warc.lo | |
CC libarchive/archive_read_support_format_xar.lo | |
CC libarchive/archive_read_support_format_zip.lo | |
CC libarchive/archive_string.lo | |
CC libarchive/archive_string_sprintf.lo | |
CC libarchive/archive_util.lo | |
CC libarchive/archive_version_details.lo | |
CC libarchive/archive_virtual.lo | |
CC libarchive/archive_write.lo | |
CC libarchive/archive_write_disk_posix.lo | |
CC libarchive/archive_write_disk_set_standard_lookup.lo | |
CC libarchive/archive_write_open_fd.lo | |
CC libarchive/archive_write_open_file.lo | |
CC libarchive/archive_write_open_filename.lo | |
CC libarchive/archive_write_open_memory.lo | |
CC libarchive/archive_write_add_filter.lo | |
CC libarchive/archive_write_add_filter_b64encode.lo | |
CC libarchive/archive_write_add_filter_by_name.lo | |
CC libarchive/archive_write_add_filter_bzip2.lo | |
CC libarchive/archive_write_add_filter_compress.lo | |
CC libarchive/archive_write_add_filter_grzip.lo | |
CC libarchive/archive_write_add_filter_gzip.lo | |
CC libarchive/archive_write_add_filter_lrzip.lo | |
CC libarchive/archive_write_add_filter_lz4.lo | |
CC libarchive/archive_write_add_filter_lzop.lo | |
CC libarchive/archive_write_add_filter_none.lo | |
CC libarchive/archive_write_add_filter_program.lo | |
CC libarchive/archive_write_add_filter_uuencode.lo | |
CC libarchive/archive_write_add_filter_xz.lo | |
CC libarchive/archive_write_set_format.lo | |
CC libarchive/archive_write_set_format_7zip.lo | |
CC libarchive/archive_write_set_format_ar.lo | |
CC libarchive/archive_write_set_format_by_name.lo | |
CC libarchive/archive_write_set_format_cpio.lo | |
CC libarchive/archive_write_set_format_cpio_newc.lo | |
CC libarchive/archive_write_set_format_filter_by_ext.lo | |
CC libarchive/archive_write_set_format_iso9660.lo | |
CC libarchive/archive_write_set_format_mtree.lo | |
CC libarchive/archive_write_set_format_pax.lo | |
CC libarchive/archive_write_set_format_raw.lo | |
CC libarchive/archive_write_set_format_shar.lo | |
CC libarchive/archive_write_set_format_ustar.lo | |
CC libarchive/archive_write_set_format_v7tar.lo | |
CC libarchive/archive_write_set_format_gnutar.lo | |
CC libarchive/archive_write_set_format_warc.lo | |
CC libarchive/archive_write_set_format_xar.lo | |
CC libarchive/archive_write_set_format_zip.lo | |
CC libarchive/archive_write_set_options.lo | |
CC libarchive/archive_write_set_passphrase.lo | |
CC libarchive/filter_fork_posix.lo | |
CC libarchive/xxhash.lo | |
CC libarchive_fe/libarchive_fe_la-err.lo | |
CC libarchive_fe/libarchive_fe_la-line_reader.lo | |
CC libarchive_fe/libarchive_fe_la-passphrase.lo | |
CC cat/bsdcat-bsdcat.o | |
CC cat/bsdcat-cmdline.o | |
CCLD libarchive.la | |
CCLD libarchive_fe.la | |
CCLD bsdcat | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch && /usr/bin/touch fetch.cat3 && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=NetBSD CATMAN_SECTION_SUFFIX=no MANINSTALL=maninstall FETCH_WITH_INET6=yes FETCH_WITH_OPENSSL=yes CXXCPP=cpp CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include CPPFLAGS=-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=64\ -DDEF_UMASK=0022\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-lssl\ -lcrypto\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/opt/.pkg-20180804/lib LINKER_RPATH_FLAG=-R PATH=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.gcc/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/sbin::/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/bin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/games:/usr/bin:/usr/sbin:/bin:/sbin:/sbin:/usr/sbin:/opt/.pkg-20180804/bin:/usr/X11R6/bin PREFIX=/opt/.pkg-20180804 MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc HOME=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/.pkg-20180804 X11BASE=/usr/X11R6 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config BINOWN=root BINGRP=wheel GAMEOWN=root GAMEGRP=wheel MANOWN=root MANGRP=wheel SHAREOWN=root SHAREGRP=wheel DOCOWN=root DOCGRP=wheel BINMODE=755 NONBINMODE=644 BINDIR=/opt/.pkg-20180804/bin INCSDIR=/opt/.pkg-20180804/include LIBDIR=/opt/.pkg-20180804/lib MANDIR=/opt/.pkg-20180804/man STRIPFLAG=-s MANINSTALL=maninstall MKCATPAGES=no MKHTML=no /pkg_comp/work/pkg/bootstrap/bin/bmake -f Makefile depend all | |
sh /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch/errlist.sh ftp_errlist FTP /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch/ftp.errors > ftperr.h | |
sh /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch/errlist.sh http_errlist HTTP /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch/http.errors > httperr.h | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -c common.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -c fetch.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -c file.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -c ftp.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -c http.c | |
building standard fetch library | |
ar cq libfetch.a `NM=nm lorder fetch.o common.o ftp.o http.o file.o | tsort -q` | |
ranlib libfetch.a | |
cd /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp && /usr/bin/sed -e '/zlib/d' Makefile.lib.in >Makefile.in && /bin/rm -f bzlib.h zlib.h && /bin/sh ./configure && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=NetBSD CATMAN_SECTION_SUFFIX=no MANINSTALL=maninstall FETCH_WITH_INET6=yes FETCH_WITH_OPENSSL=yes CXXCPP=cpp CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include CPPFLAGS=-D_LARGEFILE_SOURCE\ -D_LARGE_FILES\ -D_FILE_OFFSET_BITS=64\ -DDEF_UMASK=0022\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-lssl\ -lcrypto\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp\ -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/opt/.pkg-20180804/lib LINKER_RPATH_FLAG=-R PATH=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.gcc/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/bin:/opt/.pkg-20180804/sbin::/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/trees/package-rebuild/bin:/home/schmonz/pkg/sbin:/home/schmonz/pkg/bin:/home/schmonz/bin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/games:/usr/bin:/usr/sbin:/bin:/sbin:/sbin:/usr/sbin:/opt/.pkg-20180804/bin:/usr/X11R6/bin PREFIX=/opt/.pkg-20180804 MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc HOME=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/.pkg-20180804 X11BASE=/usr/X11R6 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.cwrapper/config BINOWN=root BINGRP=wheel GAMEOWN=root GAMEGRP=wheel MANOWN=root MANGRP=wheel SHAREOWN=root SHAREGRP=wheel DOCOWN=root DOCGRP=wheel BINMODE=755 NONBINMODE=644 BINDIR=/opt/.pkg-20180804/bin INCSDIR=/opt/.pkg-20180804/include LIBDIR=/opt/.pkg-20180804/lib MANDIR=/opt/.pkg-20180804/man STRIPFLAG=-s MANINSTALL=maninstall MKCATPAGES=no MKHTML=no /pkg_comp/work/pkg/bootstrap/bin/bmake -f Makefile all | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c b64.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c bignum.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c bufgap.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c digest.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c libverify.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c misc.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c pgpsum.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c rsa.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c sha1.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c sha2.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c md5c.c | |
cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -c rmd160.c | |
ar crv libnetpgpverify.a b64.o bignum.o bufgap.o digest.o libverify.o misc.o pgpsum.o rsa.o sha1.o sha2.o md5c.o rmd160.o | |
a - b64.o | |
a - bignum.o | |
a - bufgap.o | |
a - digest.o | |
a - libverify.o | |
a - misc.o | |
a - pgpsum.o | |
a - rsa.o | |
a - sha1.o | |
a - sha2.o | |
a - md5c.o | |
a - rmd160.o | |
=> Modifying GNU configure scripts to avoid --recheck | |
=> Replacing install-sh with pkgsrc version | |
checking build system type... x86_64--netbsd | |
checking host system type... x86_64--netbsd | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64--netbsd-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 wheel | |
checking whether ln -s works... yes | |
checking for x86_64--netbsd-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) /usr/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/bin/sed | |
checking for sort... /usr/bin/sort | |
checking for touch... /usr/bin/touch | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for __db185_open in -ldb... ac_fn_c_try_link: 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) /usr/bin/grep | |
checking for egrep... (cached) /usr/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... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking vis.h usability... yes | |
checking vis.h presence... yes | |
checking for vis.h... yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking for vfork... yes | |
checking for library containing gethostbyname... none required | |
checking for library containing socket... none required | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for a working PRIu64... yes | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of size_t... 8 | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating add/Makefile | |
config.status: creating admin/Makefile | |
config.status: creating create/Makefile | |
config.status: creating delete/Makefile | |
config.status: creating info/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/pkg_install.conf.5 | |
config.status: creating lib/pkg_install.conf.cat | |
config.status: creating lib/config.h | |
===> Building for pkg_install-20180425 | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c automatic.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c conflicts.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c dewey.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c fexec.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c file.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c global.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c iterate.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c license.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c lpkg.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c opattern.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c parse-config.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkgdb.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_io.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c plist.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c remove.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c str.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c var.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c version.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c vulnerabilities-file.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c xwrapper.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c gpgsig.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_signature.c | |
cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/opt/.pkg-20180804/libdata/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkcs7.c | |
ar crv libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o global.o iterate.o license.o lpkg.o opattern.o parse-config.o pkgdb.o pkg_io.o plist.o remove.o str.o var.o version.o vulnerabilities-file.o xwrapper.o gpgsig.o pkg_signature.o pkcs7.o | |
a - automatic.o | |
a - conflicts.o | |
a - dewey.o | |
a - fexec.o | |
a - file.o | |
a - global.o | |
a - iterate.o | |
a - license.o | |
a - lpkg.o | |
a - opattern.o | |
a - parse-config.o | |
a - pkgdb.o | |
a - pkg_io.o | |
a - plist.o | |
a - remove.o | |
a - str.o | |
a - var.o | |
a - version.o | |
a - vulnerabilities-file.o | |
a - xwrapper.o | |
a - gpgsig.o | |
a - pkg_signature.o | |
a - pkcs7.o | |
ranlib libinstall.a | |
cc -DHAVE_CONFIG_H -DOPSYS_NAME=\"NetBSD\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/opt/.pkg-20180804/sbin\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c main.c | |
cc -DHAVE_CONFIG_H -DOPSYS_NAME=\"NetBSD\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/opt/.pkg-20180804/sbin\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c perform.c | |
cc -lssl -lcrypto -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/opt/.pkg-20180804/lib -L../lib -o pkg_add main.o perform.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lssl -lcrypto -lcrypto -llzma -lbz2 -lz -lnbcompat -lnbcompat | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c audit.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c check.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c main.c | |
sed -e 's|@PKG_ADMIN@|/opt/.pkg-20180804/sbin/pkg_admin|' /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/pkg_install-20180425/admin/audit-packages.sh.in > audit-packages | |
sed -e 's|@PKG_ADMIN@|/opt/.pkg-20180804/sbin/pkg_admin|' /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/pkg_install-20180425/admin/download-vulnerability-list.sh.in > download-vulnerability-list | |
cc -lssl -lcrypto -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/opt/.pkg-20180804/lib -L../lib -o pkg_admin audit.o check.o main.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lssl -lcrypto -lcrypto -llzma -lbz2 -lz -lnbcompat -lnbcompat | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c main.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c perform.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pl.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c util.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c build.c | |
cc -lssl -lcrypto -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/opt/.pkg-20180804/lib -L../lib -o pkg_create main.o perform.o pl.o util.o build.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -llzma -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DBINDIR=\"/opt/.pkg-20180804/sbin\" -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_delete.c | |
cc -lssl -lcrypto -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/opt/.pkg-20180804/lib -L../lib -o pkg_delete pkg_delete.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -llzma -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c main.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c perform.c | |
cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=0022 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c show.c | |
cc -lssl -lcrypto -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libfetch -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/netpgp -L/pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/opt/.pkg-20180804/lib -L../lib -o pkg_info main.o perform.o show.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -llzma -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto | |
===> Installing for pkg_install-20180425 | |
=> Generating pre-install file lists | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man5 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man7 | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_summary.5 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man5/pkg_summary.5 | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_install.conf.5 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man5/pkg_install.conf.5 | |
/usr/bin/install -c -o root -g wheel -m 444 pkgsrc.7 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man7/pkgsrc.7 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1 | |
/usr/bin/install -c -o root -g wheel pkg_add /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin/pkg_add | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_add.1 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1/pkg_add.1 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man8 | |
/usr/bin/install -c -o root -g wheel pkg_admin /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin/pkg_admin | |
/usr/bin/install -c -o root -g wheel -m 555 audit-packages download-vulnerability-list /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_admin.1 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1/pkg_admin.1 | |
/usr/bin/install -c -o root -g wheel -m 444 audit-packages.8 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man8/ | |
/usr/bin/install -c -o root -g wheel -m 444 download-vulnerability-list.8 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man8/ | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1 | |
/usr/bin/install -c -o root -g wheel pkg_create /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin/pkg_create | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_create.1 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1/pkg_create.1 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1 | |
/usr/bin/install -c -o root -g wheel pkg_delete /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin/pkg_delete | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_delete.1 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1/pkg_delete.1 | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin | |
/usr/bin/install -c -o root -g wheel -m 755 -d /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1 | |
/usr/bin/install -c -o root -g wheel pkg_info /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/sbin/pkg_info | |
/usr/bin/install -c -o root -g wheel -m 444 pkg_info.1 /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.destdir/opt/.pkg-20180804/man/man1/pkg_info.1 | |
=> Automatic manual page handling | |
=> Generating post-install file lists | |
=> Checking file-check results for pkg_install-20180425 | |
=> Creating binary package /pkg_comp/work/pkg/bootstrap/wrk/pkgtools/pkg_install/work/.packages/pkg_install-20180425.tgz | |
===> Building binary package for pkg_install-20180425 | |
=> Creating binary package /pkg_comp/packages/pkg/All/pkg_install-20180425.tgz | |
===> Installing binary package of pkg_install-20180425 | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.7 2017/01/09 07:01:33 sevan 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 the root | |
users crontab(5) entry. For example the entry | |
# Download vulnerabilities file | |
0 3 * * * /opt/.pkg-20180804/sbin/pkg_admin fetch-pkg-vulnerabilities >/dev/null 2>&1 | |
# Audit the installed packages and email results to root | |
9 3 * * * /opt/.pkg-20180804/sbin/pkg_admin audit |mail -s "Installed package audit result" \ | |
root >/dev/null 2>&1 | |
will update the vulnerability list every day at 3AM, followed by an audit at | |
3:09AM. The result of the audit are then emailed to root. On NetBSD this may be | |
accomplished instead by adding the following line to /etc/daily.conf: | |
fetch_pkg_vulnerabilities=YES | |
to fetch the vulnerability list from the daily security script. The system is | |
set to audit the packages by default but can be set explicitly, if desired (not | |
required), by adding the follwing line to /etc/security.conf: | |
check_pkg_vulnerabilities=YES | |
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-vulnerabilities to /opt/.pkg-20180804/libdata/pkgdb. | |
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. | |
=========================================================================== | |
===> running: /bin/sh /pkg_comp/work/pkg/bootstrap/bin/install-sh -d -o root -g wheel /etc | |
=========================================================================== | |
Please remember to add /opt/.pkg-20180804/bin to your PATH environment variable | |
and /opt/.pkg-20180804/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: | |
/etc/mk.conf | |
You can find extensive documentation of the NetBSD Packages Collection | |
in /pkg_comp/pkgsrc/doc/pkgsrc.txt. | |
Thank you for using pkgsrc! | |
=========================================================================== | |
===> bootstrap started: Sat Aug 4 17:00:17 UTC 2018 | |
===> bootstrap ended: Sat Aug 4 17:02:53 UTC 2018 | |
pkg_comp: I: Setting up /pkg_comp/pkg.mk.conf | |
pkg_comp: I: Setting up /etc/pkg_install.conf | |
pkg_comp: I: Bootstrapping pbulk tools | |
pkg_comp: I: Setting up bootstrap in /pkg_comp/pbulk using binary kit | |
pkg_comp: I: Setting up /pkg_comp/pbulk.mk.conf | |
pkg_comp: I: Setting up /pkg_comp/pbulk/etc/pkg_install.conf | |
===> Binary install for pbulk-0.65 | |
=> Installing pbulk-0.65 from /pkg_comp/packages/pbulk/All | |
=========================================================================== | |
The following files should be created for rsync-3.1.2: | |
/etc/rc.d/rsyncd (m=0755) | |
[/pkg_comp/pbulk/share/examples/rc.d/rsyncd] | |
=========================================================================== | |
pbulk-0.65: copying /pkg_comp/pbulk/share/examples/pbulk/pbulk.conf to /pkg_comp/pbulk/etc/pbulk.conf | |
pbulk-0.65 successfully installed. | |
pkg_comp: I: Adding packages to be built to (existent) pbulk.list | |
pkg_comp: I: Starting pbulk build in the sandbox | |
Scanning... | |
.................................................. 50/71 | |
..................... 71/71 | |
Resolving... | |
Scanning... | |
.................................................. 50/127 | |
.................................................. 100/127 | |
........................... 127/127 | |
Resolving... | |
Scanning... | |
.................................................. 50/126 | |
.................................................. 100/126 | |
.......................... 126/126 | |
Resolving... | |
Scanning... | |
.................................................. 50/58 | |
........ 58/58 | |
Resolving... | |
Scanning... | |
........................................ 40/40 | |
Resolving... | |
Scanning... | |
.......................................... 42/42 | |
Resolving... | |
Scanning... | |
.................... 20/20 | |
Resolving... | |
Scanning... | |
.... 4/4 | |
Resolving... | |
Scanning... | |
. 1/1 | |
Resolving... | |
Building... | |
Initialisation complete. | |
[1/489] Starting build of cwrappers-20180325 | |
[1/489] Successfully built cwrappers-20180325 | |
[2/489] Starting build of digest-20160304 | |
[2/489] Successfully built digest-20160304 | |
[3/489] Starting build of checkperms-1.12 | |
[3/489] Successfully built checkperms-1.12 | |
[4/489] Starting build of perl-5.26.2 | |
[4/489] Successfully built perl-5.26.2 | |
[5/489] Starting build of m4-1.4.18 | |
[5/489] Successfully built m4-1.4.18 | |
[6/489] Starting build of libtool-base-2.4.6nb1 | |
[6/489] Successfully built libtool-base-2.4.6nb1 | |
[7/489] Starting build of gmake-4.2.1nb1 | |
[7/489] Successfully built gmake-4.2.1nb1 | |
[8/489] Starting build of p5-Scalar-List-Utils-1.50 | |
[8/489] Successfully built p5-Scalar-List-Utils-1.50 | |
[9/489] Starting build of p5-inc-latest-0.500nb2 | |
[9/489] Successfully built p5-inc-latest-0.500nb2 | |
[10/489] Starting build of p5-CPAN-Meta-2.150010nb1 | |
[10/489] Successfully built p5-CPAN-Meta-2.150010nb1 | |
[11/489] Starting build of p5-Module-Build-0.42240 | |
[11/489] Successfully built p5-Module-Build-0.42240 | |
[12/489] Starting build of pkgconf-1.4.1nb1 | |
[12/489] Successfully built pkgconf-1.4.1nb1 | |
[13/489] Starting build of p5-Perl4-CoreLibs-0.004 | |
[13/489] Successfully built p5-Perl4-CoreLibs-0.004 | |
[14/489] Starting build of openssl-1.0.2o | |
[14/489] Successfully built openssl-1.0.2o | |
[15/489] Starting build of p5-Capture-Tiny-0.48 | |
[15/489] Successfully built p5-Capture-Tiny-0.48 | |
[16/489] Starting build of bsdtar-3.3.2 | |
[16/489] Successfully built bsdtar-3.3.2 | |
[17/489] Starting build of p5-Test-Simple-1.302138 | |
[17/489] Successfully built p5-Test-Simple-1.302138 | |
[18/489] Starting build of p5-Try-Tiny-0.30 | |
[18/489] Successfully built p5-Try-Tiny-0.30 | |
[19/489] Starting build of p5-Sub-Uplevel-0.2800nb1 | |
[19/489] Successfully built p5-Sub-Uplevel-0.2800nb1 | |
[20/489] Starting build of p5-Test-Fatal-0.014nb3 | |
[20/489] Successfully built p5-Test-Fatal-0.014nb3 | |
[21/489] Starting build of p5-Test-Exception-0.43nb2 | |
[21/489] Successfully built p5-Test-Exception-0.43nb2 | |
[22/489] Starting build of p5-Params-Util-1.07nb6 | |
[22/489] Successfully built p5-Params-Util-1.07nb6 | |
[23/489] Starting build of p5-Test-Requires-0.10nb2 | |
[23/489] Successfully built p5-Test-Requires-0.10nb2 | |
[24/489] Starting build of p5-Test-Needs-0.002005nb1 | |
[24/489] Successfully built p5-Test-Needs-0.002005nb1 | |
[25/489] Starting build of p5-gettext-1.07nb2 | |
[25/489] Successfully built p5-gettext-1.07nb2 | |
[26/489] Starting build of p5-Sub-Install-0.928nb3 | |
[26/489] Successfully built p5-Sub-Install-0.928nb3 | |
[27/489] Starting build of p5-Test-Deep-1.128 | |
[27/489] Successfully built p5-Test-Deep-1.128 | |
[28/489] Starting build of p5-Test-Warn-0.36 | |
[28/489] Successfully built p5-Test-Warn-0.36 | |
[29/489] Starting build of help2man-1.47.6 | |
[29/489] Successfully built help2man-1.47.6 | |
[30/489] Starting build of p5-Data-OptList-0.110nb2 | |
[30/489] Successfully built p5-Data-OptList-0.110nb2 | |
[31/489] Starting build of autoconf-2.69nb7 | |
[31/489] Successfully built autoconf-2.69nb7 | |
[32/489] Starting build of p5-Sub-Exporter-0.987nb4 | |
[32/489] Successfully built p5-Sub-Exporter-0.987nb4 | |
[33/489] Starting build of p5-Module-Runtime-0.016 | |
[33/489] Successfully built p5-Module-Runtime-0.016 | |
[34/489] Starting build of readline-7.0 | |
[34/489] Successfully built readline-7.0 | |
[35/489] Starting build of libuuid-2.31 | |
[35/489] Successfully built libuuid-2.31 | |
[36/489] Starting build of p5-URI-1.74 | |
[36/489] Successfully built p5-URI-1.74 | |
[37/489] Starting build of p5-Module-Implementation-0.09nb3 | |
[37/489] Successfully built p5-Module-Implementation-0.09nb3 | |
[38/489] Starting build of p5-Module-Metadata-1.000033nb1 | |
[38/489] Successfully built p5-Module-Metadata-1.000033nb1 | |
[39/489] Starting build of p5-PadWalker-2.3 | |
[39/489] Successfully built p5-PadWalker-2.3 | |
[40/489] Starting build of pcre-8.42 | |
[40/489] Successfully built pcre-8.42 | |
[41/489] Starting build of p5-Sub-Exporter-Progressive-0.001013nb1 | |
[41/489] Successfully built p5-Sub-Exporter-Progressive-0.001013nb1 | |
[42/489] Starting build of p5-Dist-CheckConflicts-0.11nb3 | |
[42/489] Successfully built p5-Dist-CheckConflicts-0.11nb3 | |
[43/489] Starting build of p5-CPAN-Meta-Check-0.014nb1 | |
[43/489] Successfully built p5-CPAN-Meta-Check-0.014nb1 | |
[44/489] Starting build of p5-HTML-Tagset-3.20nb9 | |
[44/489] Successfully built p5-HTML-Tagset-3.20nb9 | |
[45/489] Starting build of libunistring-0.9.10 | |
[45/489] Successfully built libunistring-0.9.10 | |
[46/489] Starting build of libffi-3.2.1nb4 | |
[46/489] Successfully built libffi-3.2.1nb4 | |
[47/489] Starting build of p5-Package-Stash-XS-0.28nb4 | |
[47/489] Successfully built p5-Package-Stash-XS-0.28nb4 | |
[48/489] Starting build of xmlcatmgr-2.2nb1 | |
[48/489] Successfully built xmlcatmgr-2.2nb1 | |
[49/489] Starting build of p5-Importer-0.025 | |
[49/489] Successfully built p5-Importer-0.025 | |
[50/489] Starting build of p5-Path-Tiny-0.104nb1 | |
[50/489] Successfully built p5-Path-Tiny-0.104nb1 | |
[51/489] Starting build of p5-Role-Tiny-2.000006 | |
[51/489] Successfully built p5-Role-Tiny-2.000006 | |
[52/489] Starting build of p5-Test-Warnings-0.026nb2 | |
[52/489] Successfully built p5-Test-Warnings-0.026nb2 | |
[53/489] Starting build of p5-HTML-Parser-3.72nb2 | |
[53/489] Successfully built p5-HTML-Parser-3.72nb2 | |
[54/489] Starting build of libidn2-2.0.4 | |
[54/489] Successfully built libidn2-2.0.4 | |
[55/489] Starting build of p5-Package-Stash-0.37nb4 | |
[55/489] Successfully built p5-Package-Stash-0.37nb4 | |
[56/489] Starting build of p5-Scope-Guard-0.21nb2 | |
[56/489] Successfully built p5-Scope-Guard-0.21nb2 | |
[57/489] Starting build of p5-Class-Inspector-1.32 | |
[57/489] Successfully built p5-Class-Inspector-1.32 | |
[58/489] Starting build of p5-Devel-StackTrace-2.03 | |
[58/489] Successfully built p5-Devel-StackTrace-2.03 | |
[59/489] Starting build of p5-Test-NoWarnings-1.04nb7 | |
[59/489] Successfully built p5-Test-NoWarnings-1.04nb7 | |
[60/489] Starting build of p5-Variable-Magic-0.62 | |
[60/489] Successfully built p5-Variable-Magic-0.62 | |
[61/489] Starting build of p5-Module-Pluggable-5.2nb2 | |
[61/489] Successfully built p5-Module-Pluggable-5.2nb2 | |
[62/489] Starting build of p5-Class-Data-Inheritable-0.08nb9 | |
[62/489] Successfully built p5-Class-Data-Inheritable-0.08nb9 | |
[63/489] Starting build of p5-Sub-Identify-0.14nb1 | |
[63/489] Successfully built p5-Sub-Identify-0.14nb1 | |
[64/489] Starting build of p5-Sub-Quote-2.005001 | |
[64/489] Successfully built p5-Sub-Quote-2.005001 | |
[65/489] Starting build of python37-3.7.0 | |
[65/489] Successfully built python37-3.7.0 | |
[66/489] Starting build of p5-Term-Table-0.012 | |
[66/489] Successfully built p5-Term-Table-0.012 | |
[67/489] Starting build of p5-Sub-Info-0.002nb1 | |
[67/489] Successfully built p5-Sub-Info-0.002nb1 | |
[68/489] Starting build of p5-Test-utf8-1.01nb3 | |
[68/489] Successfully built p5-Test-utf8-1.01nb3 | |
[69/489] Starting build of p5-Devel-CheckBin-0.04nb2 | |
[69/489] Successfully built p5-Devel-CheckBin-0.04nb2 | |
[70/489] Starting build of p5-Test-LeakTrace-0.16 | |
[70/489] Successfully built p5-Test-LeakTrace-0.16 | |
[71/489] Starting build of automake-1.15.1 | |
[71/489] Successfully built automake-1.15.1 | |
[72/489] Starting build of p5-Devel-Caller-2.06nb3 | |
[72/489] Successfully built p5-Devel-Caller-2.06nb3 | |
[73/489] Starting build of libxml2-2.9.8nb1 | |
[73/489] Successfully built libxml2-2.9.8nb1 | |
[74/489] Starting build of p5-B-Hooks-EndOfScope-0.24 | |
[74/489] Successfully built p5-B-Hooks-EndOfScope-0.24 | |
[75/489] Starting build of p5-Exception-Class-1.44 | |
[75/489] Successfully built p5-Exception-Class-1.44 | |
[76/489] Starting build of p5-Test2-Suite-0.000115 | |
[76/489] Successfully built p5-Test2-Suite-0.000115 | |
[77/489] Starting build of p5-Path-Iter-0.2 | |
[77/489] Successfully built p5-Path-Iter-0.2 | |
[78/489] Starting build of p5-Ref-Util-XS-0.117 | |
[78/489] Successfully built p5-Ref-Util-XS-0.117 | |
[79/489] Starting build of p5-MRO-Compat-0.13nb1 | |
[79/489] Successfully built p5-MRO-Compat-0.13nb1 | |
[80/489] Starting build of p5-File-Slurp-9999.19nb6 | |
[80/489] Successfully built p5-File-Slurp-9999.19nb6 | |
[81/489] Starting build of p5-Test-File-1.44.3nb1 | |
[81/489] Successfully built p5-Test-File-1.44.3nb1 | |
[82/489] Starting build of p5-Sub-Name-0.21nb1 | |
[82/489] Successfully built p5-Sub-Name-0.21nb1 | |
[83/489] Starting build of p5-Devel-LexAlias-0.05nb4 | |
[83/489] Successfully built p5-Devel-LexAlias-0.05nb4 | |
[84/489] Starting build of p5-namespace-clean-0.27nb1 | |
[84/489] Successfully built p5-namespace-clean-0.27nb1 | |
[85/489] Starting build of p5-Test-Output-1.03.1nb1 | |
[85/489] Successfully built p5-Test-Output-1.03.1nb1 | |
[86/489] Starting build of p5-Ref-Util-0.204 | |
[86/489] Successfully built p5-Ref-Util-0.204 | |
[87/489] Starting build of p5-File-Copy-Recursive-0.44 | |
[87/489] Successfully built p5-File-Copy-Recursive-0.44 | |
[88/489] Starting build of p5-Eval-Closure-0.14nb2 | |
[88/489] Successfully built p5-Eval-Closure-0.14nb2 | |
[89/489] Starting build of p5-Test-Without-Module-0.20nb1 | |
[89/489] Successfully built p5-Test-Without-Module-0.20nb1 | |
[90/489] Starting build of p5-HTTP-Date-6.02nb6 | |
[90/489] Successfully built p5-HTTP-Date-6.02nb6 | |
[91/489] Starting build of p5-List-SomeUtils-XS-0.58 | |
[91/489] Successfully built p5-List-SomeUtils-XS-0.58 | |
[92/489] Starting build of p5-Test2-Plugin-NoWarnings-0.06 | |
[92/489] Successfully built p5-Test2-Plugin-NoWarnings-0.06 | |
[93/489] Starting build of p5-namespace-autoclean-0.28nb3 | |
[93/489] Successfully built p5-namespace-autoclean-0.28nb3 | |
[94/489] Starting build of p5-Specio-0.42 | |
[94/489] Successfully built p5-Specio-0.42 | |
[95/489] Starting build of p5-Class-Tiny-1.006nb1 | |
[95/489] Successfully built p5-Class-Tiny-1.006nb1 | |
[96/489] Starting build of p5-LWP-MediaTypes-6.02nb6 | |
[96/489] Successfully built p5-LWP-MediaTypes-6.02nb6 | |
[97/489] Starting build of p5-Encode-Locale-1.05nb3 | |
[97/489] Successfully built p5-Encode-Locale-1.05nb3 | |
[98/489] Starting build of p5-IO-HTML-1.001nb3 | |
[98/489] Successfully built p5-IO-HTML-1.001nb3 | |
[99/489] Starting build of p5-List-UtilsBy-0.11 | |
[99/489] Successfully built p5-List-UtilsBy-0.11 | |
[100/489] Starting build of p5-File-ShareDir-1.116 | |
[100/489] Successfully built p5-File-ShareDir-1.116 | |
[101/489] Starting build of p5-List-SomeUtils-0.56 | |
[101/489] Successfully built p5-List-SomeUtils-0.56 | |
[102/489] Starting build of p5-Params-ValidationCompiler-0.27 | |
[102/489] Successfully built p5-Params-ValidationCompiler-0.27 | |
[103/489] Starting build of p5-Test-Taint-1.06nb4 | |
[103/489] Successfully built p5-Test-Taint-1.06nb4 | |
[104/489] Starting build of p5-File-ShareDir-Install-0.13 | |
[104/489] Successfully built p5-File-ShareDir-Install-0.13 | |
[105/489] Starting build of p5-Class-Singleton-1.5nb3 | |
[105/489] Successfully built p5-Class-Singleton-1.5nb3 | |
[106/489] Starting build of py37-expat-3.7.0 | |
[106/489] Successfully built py37-expat-3.7.0 | |
[107/489] Starting build of p5-Params-Validate-1.29 | |
[107/489] Successfully built p5-Params-Validate-1.29 | |
[108/489] Starting build of p5-HTTP-Message-6.18 | |
[108/489] Successfully built p5-HTTP-Message-6.18 | |
[109/489] Starting build of p5-Test-File-ShareDir-1.001002nb1 | |
[109/489] Successfully built p5-Test-File-ShareDir-1.001002nb1 | |
[110/489] Starting build of p5-List-AllUtils-0.14nb1 | |
[110/489] Successfully built p5-List-AllUtils-0.14nb1 | |
[111/489] Starting build of gsed-4.5 | |
[111/489] Successfully built gsed-4.5 | |
[112/489] Starting build of p5-Math-Round-0.07nb3 | |
[112/489] Successfully built p5-Math-Round-0.07nb3 | |
[113/489] Starting build of p5-DateTime-Locale-1.22 | |
[113/489] Successfully built p5-DateTime-Locale-1.22 | |
[114/489] Starting build of p5-DateTime-TimeZone-2.19 | |
[114/489] Successfully built p5-DateTime-TimeZone-2.19 | |
[115/489] Starting build of p5-Devel-Symdump-2.1800nb1 | |
[115/489] Successfully built p5-Devel-Symdump-2.1800nb1 | |
[116/489] Starting build of jpeg-9c | |
[116/489] Successfully built jpeg-9c | |
[117/489] Starting build of p5-Path-Class-0.37nb1 | |
[117/489] Successfully built p5-Path-Class-0.37nb1 | |
[118/489] Starting build of p5-DateTime-1.4900 | |
[118/489] Successfully built p5-DateTime-1.4900 | |
[119/489] Starting build of png-1.6.35 | |
[119/489] Successfully built png-1.6.35 | |
[120/489] Starting build of freetype2-2.9.1nb1 | |
[120/489] Successfully built freetype2-2.9.1nb1 | |
[121/489] Starting build of curl-7.61.0nb1 | |
[121/489] Successfully built curl-7.61.0nb1 | |
[122/489] Starting build of p5-Pod-Coverage-0.23nb4 | |
[122/489] Successfully built p5-Pod-Coverage-0.23nb4 | |
[123/489] Starting build of jbigkit-2.1 | |
[123/489] Successfully built jbigkit-2.1 | |
[124/489] Starting build of libelf-0.8.13nb1 | |
[124/489] Successfully built libelf-0.8.13nb1 | |
[125/489] Starting build of libidn-1.33 | |
[125/489] Successfully built libidn-1.33 | |
[126/489] Starting build of p5-Socket6-0.28nb1 | |
[126/489] Successfully built p5-Socket6-0.28nb1 | |
[127/489] Starting build of p5-Test-Pod-1.52 | |
[127/489] Successfully built p5-Test-Pod-1.52 | |
[128/489] Starting build of libgpg-error-1.32 | |
[128/489] Successfully built libgpg-error-1.32 | |
[129/489] Starting build of rhash-1.3.6nb1 | |
[129/489] Successfully built rhash-1.3.6nb1 | |
[130/489] Starting build of libarchive-3.3.2 | |
[130/489] Successfully built libarchive-3.3.2 | |
[131/489] Starting build of glib2-tools-2.56.1 | |
[131/489] Successfully built glib2-tools-2.56.1 | |
[132/489] Starting build of libuv-1.22.0 | |
[132/489] Successfully built libuv-1.22.0 | |
[133/489] Starting build of tiff-4.0.9nb3 | |
[133/489] Successfully built tiff-4.0.9nb3 | |
[134/489] Starting build of glib2-2.56.1nb1 | |
[134/489] Successfully built glib2-2.56.1nb1 | |
[135/489] Starting build of p5-Mozilla-CA-20180117 | |
[135/489] Successfully built p5-Mozilla-CA-20180117 | |
[136/489] Starting build of p5-Net-SSLeay-1.85 | |
[136/489] Successfully built p5-Net-SSLeay-1.85 | |
[137/489] Starting build of p5-Net-LibIDN-0.12nb9 | |
[137/489] Successfully built p5-Net-LibIDN-0.12nb9 | |
[138/489] Starting build of p5-IO-Socket-INET6-2.72nb3 | |
[138/489] Successfully built p5-IO-Socket-INET6-2.72nb3 | |
[139/489] Starting build of cmake-3.12.0 | |
[139/489] Successfully built cmake-3.12.0 | |
[140/489] Starting build of p5-ExtUtils-Config-0.008nb3 | |
[140/489] Successfully built p5-ExtUtils-Config-0.008nb3 | |
[141/489] Starting build of libgcrypt-1.8.3 | |
[141/489] Successfully built libgcrypt-1.8.3 | |
[142/489] Starting build of p5-IO-Socket-SSL-2.056 | |
[142/489] Successfully built p5-IO-Socket-SSL-2.056 | |
[143/489] Starting build of gperf-3.1 | |
[143/489] Successfully built gperf-3.1 | |
[144/489] Starting build of p5-Number-Compare-0.03nb6 | |
[144/489] Successfully built p5-Number-Compare-0.03nb6 | |
[145/489] Starting build of p5-Test-Harness-3.42 | |
[145/489] Successfully built p5-Test-Harness-3.42 | |
[146/489] Starting build of p5-ExtUtils-Helpers-0.026nb1 | |
[146/489] Successfully built p5-ExtUtils-Helpers-0.026nb1 | |
[147/489] Starting build of p5-XML-Parser-2.44nb3 | |
[147/489] Successfully built p5-XML-Parser-2.44nb3 | |
[148/489] Starting build of p5-Text-Glob-0.11nb1 | |
[148/489] Successfully built p5-Text-Glob-0.11nb1 | |
[149/489] Starting build of p5-Package-DeprecationManager-0.17nb1 | |
[149/489] Successfully built p5-Package-DeprecationManager-0.17nb1 | |
[150/489] Starting build of p5-Test-Pod-Coverage-1.10nb3 | |
[150/489] Successfully built p5-Test-Pod-Coverage-1.10nb3 | |
[151/489] Starting build of p5-ExtUtils-InstallPaths-0.012 | |
[151/489] Successfully built p5-ExtUtils-InstallPaths-0.012 | |
[152/489] Starting build of ucspi-tcp-0.88nb5 | |
[152/489] Successfully built ucspi-tcp-0.88nb5 | |
[153/489] Starting build of p5-Task-Weaken-1.06 | |
[153/489] Successfully built p5-Task-Weaken-1.06 | |
[154/489] Starting build of p5-Test-RequiresInternet-0.05nb2 | |
[154/489] Successfully built p5-Test-RequiresInternet-0.05nb2 | |
[155/489] Starting build of p5-Class-Factory-Util-1.7nb9 | |
[155/489] Successfully built p5-Class-Factory-Util-1.7nb9 | |
[156/489] Starting build of p5-CGI-4.38 | |
[156/489] Successfully built p5-CGI-4.38 | |
[157/489] Starting build of fontconfig-2.13.0nb1 | |
[157/489] Successfully built fontconfig-2.13.0nb1 | |
[158/489] Starting build of p5-File-Find-Rule-0.34nb2 | |
[158/489] Successfully built p5-File-Find-Rule-0.34nb2 | |
[159/489] Starting build of p5-DateTime-Format-Strptime-1.7500 | |
[159/489] Successfully built p5-DateTime-Format-Strptime-1.7500 | |
[160/489] Starting build of p5-Module-Build-Tiny-0.039nb3 | |
[160/489] Successfully built p5-Module-Build-Tiny-0.039nb3 | |
[161/489] Starting build of daemontools-0.76nb2 | |
[161/489] Successfully built daemontools-0.76nb2 | |
[162/489] Starting build of p5-Config-Tiny-2.23nb2 | |
[162/489] Successfully built p5-Config-Tiny-2.23nb2 | |
[163/489] Starting build of p5-Digest-HMAC-1.03nb7 | |
[163/489] Successfully built p5-Digest-HMAC-1.03nb7 | |
[164/489] Starting build of bison-3.0.4nb3 | |
[164/489] Successfully built bison-3.0.4nb3 | |
[165/489] Starting build of p5-WWW-RobotRules-6.02nb6 | |
[165/489] Successfully built p5-WWW-RobotRules-6.02nb6 | |
[166/489] Starting build of p5-Net-HTTP-6.18 | |
[166/489] Successfully built p5-Net-HTTP-6.18 | |
[167/489] Starting build of p5-File-Listing-6.04nb6 | |
[167/489] Successfully built p5-File-Listing-6.04nb6 | |
[168/489] Starting build of p5-HTTP-Negotiate-6.01nb6 | |
[168/489] Successfully built p5-HTTP-Negotiate-6.01nb6 | |
[169/489] Starting build of p5-HTTP-Daemon-6.01nb6 | |
[169/489] Successfully built p5-HTTP-Daemon-6.01nb6 | |
[170/489] Starting build of p5-HTTP-Cookies-6.04 | |
[170/489] Successfully built p5-HTTP-Cookies-6.04 | |
[171/489] Starting build of p5-Crypt-SSLeay-0.72nb4 | |
[171/489] Successfully built p5-Crypt-SSLeay-0.72nb4 | |
[172/489] Starting build of p5-LWP-Protocol-https-6.07nb1 | |
[172/489] Successfully built p5-LWP-Protocol-https-6.07nb1 | |
[173/489] Starting build of p5-DateTime-Format-Builder-0.8100nb5 | |
[173/489] Successfully built p5-DateTime-Format-Builder-0.8100nb5 | |
[174/489] Starting build of p5-Sort-Versions-1.62nb2 | |
[174/489] Successfully built p5-Sort-Versions-1.62nb2 | |
[175/489] Starting build of p5-Algorithm-Diff-1.1903nb3 | |
[175/489] Successfully built p5-Algorithm-Diff-1.1903nb3 | |
[176/489] Starting build of p5-XML-SAX-Base-1.09nb1 | |
[176/489] Successfully built p5-XML-SAX-Base-1.09nb1 | |
[177/489] Starting build of p5-Devel-Cycle-1.12nb3 | |
[177/489] Successfully built p5-Devel-Cycle-1.12nb3 | |
[178/489] Starting build of p5-XML-NamespaceSupport-1.12nb1 | |
[178/489] Successfully built p5-XML-NamespaceSupport-1.12nb1 | |
[179/489] Starting build of p5-Net-IP-1.26nb5 | |
[179/489] Successfully built p5-Net-IP-1.26nb5 | |
[180/489] Starting build of p5-Devel-GlobalDestruction-0.14nb1 | |
[180/489] Successfully built p5-Devel-GlobalDestruction-0.14nb1 | |
[181/489] Starting build of docbook-xml-4.5 | |
[181/489] Successfully built docbook-xml-4.5 | |
[182/489] Starting build of p5-Test-ClassAPI-1.07 | |
[182/489] Successfully built p5-Test-ClassAPI-1.07 | |
[183/489] Starting build of p5-libwww-6.35 | |
[183/489] Successfully built p5-libwww-6.35 | |
[184/489] Starting build of checkpassword-0.90nb1 | |
[184/489] Successfully built checkpassword-0.90nb1 | |
[185/489] Starting build of boost-jam-1.67.0 | |
[185/489] Successfully built boost-jam-1.67.0 | |
[186/489] Starting build of p5-prefork-1.04nb8 | |
[186/489] Successfully built p5-prefork-1.04nb8 | |
[187/489] Starting build of p5-Probe-Perl-0.03nb3 | |
[187/489] Successfully built p5-Probe-Perl-0.03nb3 | |
[188/489] Starting build of p5-File-Remove-1.57nb1 | |
[188/489] Successfully built p5-File-Remove-1.57nb1 | |
[189/489] Starting build of p5-strictures-2.000005 | |
[189/489] Successfully built p5-strictures-2.000005 | |
[190/489] Starting build of p5-Net-3.11 | |
[190/489] Successfully built p5-Net-3.11 | |
[191/489] Starting build of p5-IO-stringy-2.111nb3 | |
[191/489] Successfully built p5-IO-stringy-2.111nb3 | |
[192/489] Starting build of p5-IO-CaptureOutput-1.11.04nb3 | |
[192/489] Successfully built p5-IO-CaptureOutput-1.11.04nb3 | |
[193/489] Starting build of p5-TimeDate-2.30nb4 | |
[193/489] Successfully built p5-TimeDate-2.30nb4 | |
[194/489] Starting build of libsrs2-1.0.18 | |
[194/489] Successfully built libsrs2-1.0.18 | |
[195/489] Starting build of giflib-5.1.4 | |
[195/489] Successfully built giflib-5.1.4 | |
[196/489] Starting build of syncdir-1.0nb1 | |
[196/489] Successfully built syncdir-1.0nb1 | |
[197/489] Starting build of ucspi-ssl-0.99enb2 | |
[197/489] Successfully built ucspi-ssl-0.99enb2 | |
[198/489] Starting build of p5-ExtUtils-AutoInstall-0.64nb1 | |
[198/489] Successfully built p5-ExtUtils-AutoInstall-0.64nb1 | |
[199/489] Starting build of p5-Text-Diff-1.45 | |
[199/489] Successfully built p5-Text-Diff-1.45 | |
[200/489] Starting build of p5-Test-Memory-Cycle-1.06nb2 | |
[200/489] Successfully built p5-Test-Memory-Cycle-1.06nb2 | |
[201/489] Starting build of p5-XML-SAX-1.00 | |
[201/489] Successfully built p5-XML-SAX-1.00 | |
[202/489] Starting build of p5-Net-DNS-1.15 | |
[202/489] Successfully built p5-Net-DNS-1.15 | |
[203/489] Starting build of docbook-xsl-1.79.1nb2 | |
[203/489] Successfully built docbook-xsl-1.79.1nb2 | |
[204/489] Starting build of p5-Pod-Tests-1.19nb9 | |
[204/489] Successfully built p5-Pod-Tests-1.19nb9 | |
[205/489] Starting build of p5-File-chmod-0.42nb2 | |
[205/489] Successfully built p5-File-chmod-0.42nb2 | |
[206/489] Starting build of p5-FileHandle-Fmode-0.14nb3 | |
[206/489] Successfully built p5-FileHandle-Fmode-0.14nb3 | |
[207/489] Starting build of p5-File-pushd-1.016 | |
[207/489] Successfully built p5-File-pushd-1.016 | |
[208/489] Starting build of p5-IO-String-1.08nb9 | |
[208/489] Successfully built p5-IO-String-1.08nb9 | |
[209/489] Starting build of p5-Carp-Clan-6.06nb2 | |
[209/489] Successfully built p5-Carp-Clan-6.06nb2 | |
[210/489] Starting build of p5-Exporter-Tiny-1.002001 | |
[210/489] Successfully built p5-Exporter-Tiny-1.002001 | |
[211/489] Starting build of icu-62.1 | |
[211/489] Successfully built icu-62.1 | |
[212/489] Starting build of p5-aliased-0.34nb3 | |
[212/489] Successfully built p5-aliased-0.34nb3 | |
[213/489] Starting build of p5-Data-Section-Simple-0.07nb4 | |
[213/489] Successfully built p5-Data-Section-Simple-0.07nb4 | |
[214/489] Starting build of p5-Class-Method-Modifiers-2.12nb2 | |
[214/489] Successfully built p5-Class-Method-Modifiers-2.12nb2 | |
[215/489] Starting build of p5-Import-Into-1.002005nb2 | |
[215/489] Successfully built p5-Import-Into-1.002005nb2 | |
[216/489] Starting build of p5-Class-Load-0.25 | |
[216/489] Successfully built p5-Class-Load-0.25 | |
[217/489] Starting build of p5-Algorithm-Dependency-1.110nb8 | |
[217/489] Successfully built p5-Algorithm-Dependency-1.110nb8 | |
[218/489] Starting build of boost-headers-1.67.0nb4 | |
[218/489] Successfully built boost-headers-1.67.0nb4 | |
[219/489] Starting build of p5-Test-Script-1.23 | |
[219/489] Successfully built p5-Test-Script-1.23 | |
[220/489] Starting build of p5-File-Flat-1.04nb10 | |
[220/489] Successfully built p5-File-Flat-1.04nb10 | |
[221/489] Starting build of p5-MailTools-2.20 | |
[221/489] Successfully built p5-MailTools-2.20 | |
[222/489] Starting build of qmail-1.03nb36 | |
[222/489] Successfully built qmail-1.03nb36 | |
[223/489] Starting build of p5-Class-Autouse-2.01nb6 | |
[223/489] Successfully built p5-Class-Autouse-2.01nb6 | |
[224/489] Starting build of p5-Test-Differences-0.6400nb3 | |
[224/489] Successfully built p5-Test-Differences-0.6400nb3 | |
[225/489] Starting build of libxslt-1.1.32 | |
[225/489] Successfully built libxslt-1.1.32 | |
[226/489] Starting build of p5-Regexp-Common-2017060201 | |
[226/489] Successfully built p5-Regexp-Common-2017060201 | |
[227/489] Starting build of p5-Algorithm-C3-0.10nb3 | |
[227/489] Successfully built p5-Algorithm-C3-0.10nb3 | |
[228/489] Starting build of p5-Digest-SHA1-2.13nb9 | |
[228/489] Successfully built p5-Digest-SHA1-2.13nb9 | |
[229/489] Starting build of p5-Params-Coerce-0.14nb9 | |
[229/489] Successfully built p5-Params-Coerce-0.14nb9 | |
[230/489] Starting build of p5-Cwd-Guard-0.05 | |
[230/489] Successfully built p5-Cwd-Guard-0.05 | |
[231/489] Starting build of p5-Module-Runtime-Conflicts-0.003nb1 | |
[231/489] Successfully built p5-Module-Runtime-Conflicts-0.003nb1 | |
[232/489] Starting build of p5-Test-CheckDeps-0.010nb3 | |
[232/489] Successfully built p5-Test-CheckDeps-0.010nb3 | |
[233/489] Starting build of p5-File-Copy-Recursive-Reduced-0.006 | |
[233/489] Successfully built p5-File-Copy-Recursive-Reduced-0.006 | |
[234/489] Starting build of p5-SUPER-1.20141117nb2 | |
[234/489] Successfully built p5-SUPER-1.20141117nb2 | |
[235/489] Starting build of php-7.2.8 | |
[235/489] Successfully built php-7.2.8 | |
[236/489] Starting build of p5-Devel-OverloadInfo-0.005 | |
[236/489] Successfully built p5-Devel-OverloadInfo-0.005 | |
[237/489] Starting build of p5-Module-Refresh-0.17nb6 | |
[237/489] Successfully built p5-Module-Refresh-0.17nb6 | |
[238/489] Starting build of p5-DateTime-Calendar-Mayan-0.06.01nb8 | |
[238/489] Successfully built p5-DateTime-Calendar-Mayan-0.06.01nb8 | |
[239/489] Starting build of p5-Devel-CheckCompiler-0.07nb1 | |
[239/489] Successfully built p5-Devel-CheckCompiler-0.07nb1 | |
[240/489] Starting build of bash-4.4.019 | |
[240/489] Successfully built bash-4.4.019 | |
[241/489] Starting build of p5-DateTime-Format-MySQL-0.06nb2 | |
[241/489] Successfully built p5-DateTime-Format-MySQL-0.06nb2 | |
[242/489] Starting build of p5-DBM-Deep-2.0016 | |
[242/489] Successfully built p5-DBM-Deep-2.0016 | |
[243/489] Starting build of p5-Test-CleanNamespaces-0.23 | |
[243/489] Successfully built p5-Test-CleanNamespaces-0.23 | |
[244/489] Starting build of p5-Declare-Constraints-Simple-0.03nb9 | |
[244/489] Successfully built p5-Declare-Constraints-Simple-0.03nb9 | |
[245/489] Starting build of p5-Locale-US-3.04nb2 | |
[245/489] Successfully built p5-Locale-US-3.04nb2 | |
[246/489] Starting build of p5-Moo-2.003004 | |
[246/489] Successfully built p5-Moo-2.003004 | |
[247/489] Starting build of p5-Class-Load-XS-0.10nb1 | |
[247/489] Successfully built p5-Class-Load-XS-0.10nb1 | |
[248/489] Starting build of p5-Test-Inline-2.213nb4 | |
[248/489] Successfully built p5-Test-Inline-2.213nb4 | |
[249/489] Starting build of ghostscript-fonts-8.11nb3 | |
[249/489] Successfully built ghostscript-fonts-8.11nb3 | |
[250/489] Starting build of p5-List-MoreUtils-XS-0.428 | |
[250/489] Successfully built p5-List-MoreUtils-XS-0.428 | |
[251/489] Starting build of libpaper-1.1.24 | |
[251/489] Successfully built libpaper-1.1.24 | |
[252/489] Starting build of lz4-1.8.2 | |
[252/489] Successfully built lz4-1.8.2 | |
[253/489] Starting build of libevent-2.1.8nb1 | |
[253/489] Successfully built libevent-2.1.8nb1 | |
[254/489] Starting build of p5-Sub-Exporter-ForMethods-0.100052nb2 | |
[254/489] Successfully built p5-Sub-Exporter-ForMethods-0.100052nb2 | |
[255/489] Starting build of libassuan-2.5.1 | |
[255/489] Successfully built libassuan-2.5.1 | |
[256/489] Starting build of desktop-file-utils-0.23nb1 | |
[256/489] Successfully built desktop-file-utils-0.23nb1 | |
[257/489] Starting build of libksba-1.3.5nb1 | |
[257/489] Successfully built libksba-1.3.5nb1 | |
[258/489] Starting build of libwebp-1.0.0 | |
[258/489] Successfully built libwebp-1.0.0 | |
[259/489] Starting build of p5-Module-Build-XSUtil-0.19 | |
[259/489] Successfully built p5-Module-Build-XSUtil-0.19 | |
[260/489] Starting build of p5-Moose-2.2011 | |
[260/489] Successfully built p5-Moose-2.2011 | |
[261/489] Starting build of p5-IPC-System-Simple-1.25nb3 | |
[261/489] Successfully built p5-IPC-System-Simple-1.25nb3 | |
[262/489] Starting build of p5-File-Which-1.22 | |
[262/489] Successfully built p5-File-Which-1.22 | |
[263/489] Starting build of p5-Test-More-UTF8-0.05 | |
[263/489] Successfully built p5-Test-More-UTF8-0.05 | |
[264/489] Starting build of p5-Class-ErrorHandler-0.04nb3 | |
[264/489] Successfully built p5-Class-ErrorHandler-0.04nb3 | |
[265/489] Starting build of p5-Error-0.17026 | |
[265/489] Successfully built p5-Error-0.17026 | |
[266/489] Starting build of npth-1.5 | |
[266/489] Successfully built npth-1.5 | |
[267/489] Starting build of lzo-2.10 | |
[267/489] Successfully built lzo-2.10 | |
[268/489] Starting build of libltdl-2.4.6 | |
[268/489] Successfully built libltdl-2.4.6 | |
[269/489] Starting build of lua52-5.2.4nb1 | |
[269/489] Successfully built lua52-5.2.4nb1 | |
[270/489] Starting build of pixman-0.34.0nb1 | |
[270/489] Successfully built pixman-0.34.0nb1 | |
[271/489] Starting build of libusb1-1.0.21 | |
[271/489] Successfully built libusb1-1.0.21 | |
[272/489] Starting build of p5-Crypt-OpenSSL-Guess-0.11 | |
[272/489] Successfully built p5-Crypt-OpenSSL-Guess-0.11 | |
[273/489] Starting build of p5-Data-Dumper-Names-0.03nb8 | |
[273/489] Successfully built p5-Data-Dumper-Names-0.03nb8 | |
[274/489] Starting build of lcms2-2.8 | |
[274/489] Successfully built lcms2-2.8 | |
[275/489] Starting build of p5-Devel-CheckLib-1.13 | |
[275/489] Successfully built p5-Devel-CheckLib-1.13 | |
[276/489] Starting build of p5-XML-LibXML-2.0132 | |
[276/489] Successfully built p5-XML-LibXML-2.0132 | |
[277/489] Starting build of p5-List-MoreUtils-0.428 | |
[277/489] Successfully built p5-List-MoreUtils-0.428 | |
[278/489] Starting build of ghostscript-gpl-9.06nb24 | |
[278/489] Successfully built ghostscript-gpl-9.06nb24 | |
[279/489] Starting build of xdg-user-dirs-0.17 | |
[279/489] Successfully built xdg-user-dirs-0.17 | |
[280/489] Starting build of pinentry-1.1.0 | |
[280/489] Successfully built pinentry-1.1.0 | |
[281/489] Starting build of p5-Mouse-2.5.4 | |
[281/489] Successfully built p5-Mouse-2.5.4 | |
[282/489] Starting build of p5-MooseX-Types-0.50nb1 | |
[282/489] Successfully built p5-MooseX-Types-0.50nb1 | |
[283/489] Starting build of p5-Text-CharWidth-0.04nb9 | |
[283/489] Successfully built p5-Text-CharWidth-0.04nb9 | |
[284/489] Starting build of p5-Net-Domain-TLD-1.75nb1 | |
[284/489] Successfully built p5-Net-Domain-TLD-1.75nb1 | |
[285/489] Starting build of p5-Test-Manifest-2.021 | |
[285/489] Successfully built p5-Test-Manifest-2.021 | |
[286/489] Starting build of p5-YAML-LibYAML-0.70 | |
[286/489] Successfully built p5-YAML-LibYAML-0.70 | |
[287/489] Starting build of gettext-lib-0.19.8.1 | |
[287/489] Successfully built gettext-lib-0.19.8.1 | |
[288/489] Starting build of fftw-3.3.8 | |
[288/489] Successfully built fftw-3.3.8 | |
[289/489] Starting build of bglibs-2.04 | |
[289/489] Successfully built bglibs-2.04 | |
[290/489] Starting build of p5-Crypt-OpenSSL-Bignum-0.09 | |
[290/489] Successfully built p5-Crypt-OpenSSL-Bignum-0.09 | |
[291/489] Starting build of gmp-6.1.2 | |
[291/489] Successfully built gmp-6.1.2 | |
[292/489] Starting build of gnupg-1.4.23 | |
[292/489] Successfully built gnupg-1.4.23 | |
[293/489] Starting build of xapian-1.4.6 | |
[293/489] Successfully built xapian-1.4.6 | |
[294/489] Starting build of py37-cElementTree-3.7.0 | |
[294/489] Successfully built py37-cElementTree-3.7.0 | |
[295/489] Starting build of editline-3.1.20150325 | |
[295/489] Successfully built editline-3.1.20150325 | |
[296/489] Starting build of py37-setuptools-39.2.0 | |
[296/489] Successfully built py37-setuptools-39.2.0 | |
[297/489] Starting build of p5-DateTime-Format-W3CDTF-0.07nb1 | |
[297/489] Successfully built p5-DateTime-Format-W3CDTF-0.07nb1 | |
[298/489] Starting build of p5-DateTime-Format-Mail-0.4030nb1 | |
[298/489] Successfully built p5-DateTime-Format-Mail-0.4030nb1 | |
[299/489] Starting build of jasper-2.0.14 | |
[299/489] Successfully built jasper-2.0.14 | |
[300/489] Starting build of intltool-0.51.0nb2 | |
[300/489] Successfully built intltool-0.51.0nb2 | |
[301/489] Starting build of p5-XML-XPath-1.42 | |
[301/489] Successfully built p5-XML-XPath-1.42 | |
[302/489] Starting build of p5-Test-Distribution-2.00nb10 | |
[302/489] Successfully built p5-Test-Distribution-2.00nb10 | |
[303/489] Starting build of p5-XML-SAX-Expat-0.51nb3 | |
[303/489] Successfully built p5-XML-SAX-Expat-0.51nb3 | |
[304/489] Starting build of boost-libs-1.67.0nb2 | |
[304/489] Successfully built boost-libs-1.67.0nb2 | |
[305/489] Starting build of p5-LWP-Authen-Wsse-0.05nb10 | |
[305/489] Successfully built p5-LWP-Authen-Wsse-0.05nb10 | |
[306/489] Starting build of p5-MooX-Types-MooseLike-0.29nb2 | |
[306/489] Successfully built p5-MooX-Types-MooseLike-0.29nb2 | |
[307/489] Starting build of p5-Text-Template-1.53 | |
[307/489] Successfully built p5-Text-Template-1.53 | |
[308/489] Starting build of cairo-1.14.12nb1 | |
[308/489] Successfully built cairo-1.14.12nb1 | |
[309/489] Starting build of p5-Crypt-OpenSSL-Random-0.15 | |
[309/489] Successfully built p5-Crypt-OpenSSL-Random-0.15 | |
[310/489] Starting build of p5-Test-Most-0.35nb1 | |
[310/489] Successfully built p5-Test-Most-0.35nb1 | |
[311/489] Starting build of openjpeg-2.3.0 | |
[311/489] Successfully built openjpeg-2.3.0 | |
[312/489] Starting build of p5-Data-Perl-0.002009nb3 | |
[312/489] Successfully built p5-Data-Perl-0.002009nb3 | |
[313/489] Starting build of ghostscript-9.05nb13 | |
[313/489] Successfully built ghostscript-9.05nb13 | |
[314/489] Starting build of p5-File-BaseDir-0.08 | |
[314/489] Successfully built p5-File-BaseDir-0.08 | |
[315/489] Starting build of gnupg2-2.2.9nb1 | |
[315/489] Successfully built gnupg2-2.2.9nb1 | |
[316/489] Starting build of p5-Type-Tiny-1.004002 | |
[316/489] Successfully built p5-Type-Tiny-1.004002 | |
[317/489] Starting build of libtai-0.60nb5 | |
[317/489] Successfully built libtai-0.60nb5 | |
[318/489] Starting build of gtar-base-1.30 | |
[318/489] Successfully built gtar-base-1.30 | |
[319/489] Starting build of p5-SGMLS-1.03.2nb9 | |
[319/489] Successfully built p5-SGMLS-1.03.2nb9 | |
[320/489] Starting build of p5-Test-NoTabs-2.02 | |
[320/489] Successfully built p5-Test-NoTabs-2.02 | |
[321/489] Starting build of p5-Test-EOL-2.00 | |
[321/489] Successfully built p5-Test-EOL-2.00 | |
[322/489] Starting build of p5-Test-CPAN-Meta-0.25nb2 | |
[322/489] Successfully built p5-Test-CPAN-Meta-0.25nb2 | |
[323/489] Starting build of p5-Term-ReadKey-2.37nb1 | |
[323/489] Successfully built p5-Term-ReadKey-2.37nb1 | |
[324/489] Starting build of p5-Devel-Leak-0.04 | |
[324/489] Successfully built p5-Devel-Leak-0.04 | |
[325/489] Starting build of p5-Compress-Raw-Zlib-2.081 | |
[325/489] Successfully built p5-Compress-Raw-Zlib-2.081 | |
[326/489] Starting build of discount-2.2.3anb4 | |
[326/489] Successfully built discount-2.2.3anb4 | |
[327/489] Starting build of pcre2-10.31 | |
[327/489] Successfully built pcre2-10.31 | |
[328/489] Starting build of db4-4.8.30 | |
[328/489] Successfully built db4-4.8.30 | |
[329/489] Starting build of libatomic_ops-7.6.4 | |
[329/489] Successfully built libatomic_ops-7.6.4 | |
[330/489] Starting build of cyrus-sasl-2.1.27 | |
[330/489] Successfully built cyrus-sasl-2.1.27 | |
[331/489] Starting build of fribidi-0.19.7 | |
[331/489] Successfully built fribidi-0.19.7 | |
[332/489] Starting build of apr-1.6.3 | |
[332/489] Successfully built apr-1.6.3 | |
[333/489] Starting build of mozilla-rootcerts-1.0.20180111 | |
[333/489] Successfully built mozilla-rootcerts-1.0.20180111 | |
[334/489] Starting build of p5-PerlIO-utf8_strict-0.007nb1 | |
[334/489] Successfully built p5-PerlIO-utf8_strict-0.007nb1 | |
[335/489] Starting build of swig3-3.0.12 | |
[335/489] Successfully built swig3-3.0.12 | |
[336/489] Starting build of p5-NetAddr-IP-4.079nb2 | |
[336/489] Successfully built p5-NetAddr-IP-4.079nb2 | |
[337/489] Starting build of googletest-1.8.0nb1 | |
[337/489] Successfully built googletest-1.8.0nb1 | |
[338/489] Starting build of p5-Net-SMTP-SSL-1.04nb1 | |
[338/489] Successfully built p5-Net-SMTP-SSL-1.04nb1 | |
[339/489] Starting build of p5-HTML-Template-2.97nb1 | |
[339/489] Successfully built p5-HTML-Template-2.97nb1 | |
[340/489] Starting build of p5-Authen-SASL-2.16nb5 | |
[340/489] Successfully built p5-Authen-SASL-2.16nb5 | |
[341/489] Starting build of p5-Net-DNS-Resolver-Programmable-0.009 | |
[341/489] Successfully built p5-Net-DNS-Resolver-Programmable-0.009 | |
[342/489] Starting build of p5-Net-DNS-Resolver-Mock-1.20171219 | |
[342/489] Successfully built p5-Net-DNS-Resolver-Mock-1.20171219 | |
[343/489] Starting build of harfbuzz-1.8.1nb1 | |
[343/489] Successfully built harfbuzz-1.8.1nb1 | |
[344/489] Starting build of libimagequant-2.12.1 | |
[344/489] Successfully built libimagequant-2.12.1 | |
[345/489] Starting build of p5-URI-Fetch-0.13nb1 | |
[345/489] Successfully built p5-URI-Fetch-0.13nb1 | |
[346/489] Starting build of p5-Feed-Find-0.07nb6 | |
[346/489] Successfully built p5-Feed-Find-0.07nb6 | |
[347/489] Starting build of libhighlight-3.44 | |
[347/489] Successfully built libhighlight-3.44 | |
[348/489] Starting build of p5-Text-WrapI18N-0.06nb11 | |
[348/489] Successfully built p5-Text-WrapI18N-0.06nb11 | |
[349/489] Starting build of p5-Email-Valid-1.202nb1 | |
[349/489] Successfully built p5-Email-Valid-1.202nb1 | |
[350/489] Starting build of gettext-tools-0.19.8.1nb1 | |
[350/489] Successfully built gettext-tools-0.19.8.1nb1 | |
[351/489] Starting build of p5-Crypt-DH-GMP-0.00012nb3 | |
[351/489] Successfully built p5-Crypt-DH-GMP-0.00012nb3 | |
[352/489] Starting build of gobject-introspection-1.56.1 | |
[352/489] Successfully built gobject-introspection-1.56.1 | |
[353/489] Starting build of p5-XML-RSS-1.60 | |
[353/489] Successfully built p5-XML-RSS-1.60 | |
[354/489] Starting build of netpbm-10.79.04 | |
[354/489] Successfully built netpbm-10.79.04 | |
[355/489] Starting build of shared-mime-info-1.9 | |
[355/489] Successfully built shared-mime-info-1.9 | |
[356/489] Starting build of p5-DateTime-Format-ISO8601-0.0800nb4 | |
[356/489] Successfully built p5-DateTime-Format-ISO8601-0.0800nb4 | |
[357/489] Starting build of p5-XML-Simple-2.25 | |
[357/489] Successfully built p5-XML-Simple-2.25 | |
[358/489] Starting build of mysql-client-5.7.22 | |
[358/489] Successfully built mysql-client-5.7.22 | |
[359/489] Starting build of p5-XML-Atom-0.42 | |
[359/489] Successfully built p5-XML-Atom-0.42 | |
[360/489] Starting build of cairo-gobject-1.14.12nb1 | |
[360/489] Successfully built cairo-gobject-1.14.12nb1 | |
[361/489] Starting build of p5-Crypt-OpenSSL-RSA-0.30 | |
[361/489] Successfully built p5-Crypt-OpenSSL-RSA-0.30 | |
[362/489] Starting build of p5-Convert-BinHex-1.125nb2 | |
[362/489] Successfully built p5-Convert-BinHex-1.125nb2 | |
[363/489] Starting build of p5-MooX-HandlesVia-0.001008nb3 | |
[363/489] Successfully built p5-MooX-HandlesVia-0.001008nb3 | |
[364/489] Starting build of ImageMagick-7.0.8.2 | |
[364/489] Successfully built ImageMagick-7.0.8.2 | |
[365/489] Starting build of p5-File-DesktopEntry-0.22nb2 | |
[365/489] Successfully built p5-File-DesktopEntry-0.22nb2 | |
[366/489] Starting build of p5-MooX-late-0.015nb3 | |
[366/489] Successfully built p5-MooX-late-0.015nb3 | |
[367/489] Starting build of djbdns-1.05nb13 | |
[367/489] Successfully built djbdns-1.05nb13 | |
[368/489] Starting build of qmail-rejectutils-20170720 | |
[368/489] Successfully built qmail-rejectutils-20170720 | |
[369/489] Starting build of pkg_alternatives-1.6 | |
[369/489] Successfully built pkg_alternatives-1.6 | |
[370/489] Starting build of p5-Text-CSV_XS-1.36 | |
[370/489] Successfully built p5-Text-CSV_XS-1.36 | |
[371/489] Starting build of p5-Mail-Sendmail-0.80 | |
[371/489] Successfully built p5-Mail-Sendmail-0.80 | |
[372/489] Starting build of p5-Image-ExifTool-11.01 | |
[372/489] Successfully built p5-Image-ExifTool-11.01 | |
[373/489] Starting build of p5-IO-tty-1.12nb3 | |
[373/489] Successfully built p5-IO-tty-1.12nb3 | |
[374/489] Starting build of p5-File-Next-1.16nb1 | |
[374/489] Successfully built p5-File-Next-1.16nb1 | |
[375/489] Starting build of p5-DB_File-1.841 | |
[375/489] Successfully built p5-DB_File-1.841 | |
[376/489] Starting build of p5-JSON-2.97001 | |
[376/489] Successfully built p5-JSON-2.97001 | |
[377/489] Starting build of GeoIP-1.6.9 | |
[377/489] Successfully built GeoIP-1.6.9 | |
[378/489] Starting build of dialog-1.3.20170509 | |
[378/489] Successfully built dialog-1.3.20170509 | |
[379/489] Starting build of skalibs-2.6.0.0 | |
[379/489] Successfully built skalibs-2.6.0.0 | |
[380/489] Starting build of re2c-1.0.3 | |
[380/489] Successfully built re2c-1.0.3 | |
[381/489] Starting build of cabextract-1.7 | |
[381/489] Successfully built cabextract-1.7 | |
[382/489] Starting build of p5-CGI-Session-4.48nb6 | |
[382/489] Successfully built p5-CGI-Session-4.48nb6 | |
[383/489] Starting build of p5-Text-Reform-1.20nb8 | |
[383/489] Successfully built p5-Text-Reform-1.20nb8 | |
[384/489] Starting build of stunnel-5.46 | |
[384/489] Successfully built stunnel-5.46 | |
[385/489] Starting build of wget-1.19.5 | |
[385/489] Successfully built wget-1.19.5 | |
[386/489] Starting build of p5-Net-IDN-Encode-2.400nb1 | |
[386/489] Successfully built p5-Net-IDN-Encode-2.400nb1 | |
[387/489] Starting build of p5-HTML-Tree-5.07 | |
[387/489] Successfully built p5-HTML-Tree-5.07 | |
[388/489] Starting build of emacs26-nox11-26.1 | |
[388/489] Successfully built emacs26-nox11-26.1 | |
[389/489] Starting build of ttmkfdir2-20021109nb6 | |
[389/489] Successfully built ttmkfdir2-20021109nb6 | |
[390/489] Starting build of irssi-1.1.1 | |
[390/489] Successfully built irssi-1.1.1 | |
[391/489] Starting build of p5-Time-Duration-1.20nb2 | |
[391/489] Successfully built p5-Time-Duration-1.20nb2 | |
[392/489] Starting build of imlib2-1.4.10 | |
[392/489] Successfully built imlib2-1.4.10 | |
[393/489] Starting build of ezmlm-idx-7.2.2nb5 | |
[393/489] Successfully built ezmlm-idx-7.2.2nb5 | |
[394/489] Starting build of dovecot-2.3.2.1 | |
[394/489] Successfully built dovecot-2.3.2.1 | |
[395/489] Starting build of qmail-qfilter-2.1nb5 | |
[395/489] Successfully built qmail-qfilter-2.1nb5 | |
[396/489] Starting build of xapian-omega-1.4.6 | |
[396/489] Successfully built xapian-omega-1.4.6 | |
[397/489] Starting build of py37-html2text-2018.1.9 | |
[397/489] Successfully built py37-html2text-2018.1.9 | |
[398/489] Starting build of py37-feedparser-5.2.1 | |
[398/489] Successfully built py37-feedparser-5.2.1 | |
[399/489] Starting build of gpgme-1.11.1 | |
[399/489] Successfully built gpgme-1.11.1 | |
[400/489] Starting build of mess822-0.58nb7 | |
[400/489] Successfully built mess822-0.58nb7 | |
[401/489] Starting build of vim-share-8.1.0216 | |
[401/489] Successfully built vim-share-8.1.0216 | |
[402/489] Starting build of p5-HTML-Scrubber-0.17 | |
[402/489] Successfully built p5-HTML-Scrubber-0.17 | |
[403/489] Starting build of p5-Search-Xapian-1.2.25.1 | |
[403/489] Successfully built p5-Search-Xapian-1.2.25.1 | |
[404/489] Starting build of p5-Text-Markdown-Discount-0.11nb5 | |
[404/489] Successfully built p5-Text-Markdown-Discount-0.11nb5 | |
[405/489] Starting build of boehm-gc-7.6.4nb3 | |
[405/489] Successfully built boehm-gc-7.6.4nb3 | |
[406/489] Starting build of apr-util-1.6.1nb3 | |
[406/489] Successfully built apr-util-1.6.1nb3 | |
[407/489] Starting build of python27-2.7.15nb1 | |
[407/489] Successfully built python27-2.7.15nb1 | |
[408/489] Starting build of protobuf-3.5.1nb1 | |
[408/489] Successfully built protobuf-3.5.1nb1 | |
[409/489] Starting build of p5-CGI-FormBuilder-3.1000nb1 | |
[409/489] Successfully built p5-CGI-FormBuilder-3.1000nb1 | |
[410/489] Starting build of p5-Mail-SPF-2.9.0nb3 | |
[410/489] Successfully built p5-Mail-SPF-2.9.0nb3 | |
[411/489] Starting build of gd-2.2.5nb2 | |
[411/489] Successfully built gd-2.2.5nb2 | |
[412/489] Starting build of p5-highlight-3.44 | |
[412/489] Successfully built p5-highlight-3.44 | |
[413/489] Starting build of git-base-2.18.0 | |
[413/489] Successfully built git-base-2.18.0 | |
[414/489] Starting build of po4a-0.52 | |
[414/489] Successfully built po4a-0.52 | |
[415/489] Starting build of p5-Net-OpenID-Common-1.20nb1 | |
[415/489] Successfully built p5-Net-OpenID-Common-1.20nb1 | |
[416/489] Starting build of gts-0.7.6 | |
[416/489] Successfully built gts-0.7.6 | |
[417/489] Starting build of p5-RPC-XML-0.80nb2 | |
[417/489] Successfully built p5-RPC-XML-0.80nb2 | |
[418/489] Starting build of p5-XML-Feed-0.53nb3 | |
[418/489] Successfully built p5-XML-Feed-0.53nb3 | |
[419/489] Starting build of pango-1.42.1 | |
[419/489] Successfully built pango-1.42.1 | |
[420/489] Starting build of p5-Mail-DKIM-0.53 | |
[420/489] Successfully built p5-Mail-DKIM-0.53 | |
[421/489] Starting build of p5-MIME-tools-5.509nb1 | |
[421/489] Successfully built p5-MIME-tools-5.509nb1 | |
[422/489] Starting build of p5-PerlMagick-7.0.8.2 | |
[422/489] Successfully built p5-PerlMagick-7.0.8.2 | |
[423/489] Starting build of p5-File-MimeInfo-0.28nb1 | |
[423/489] Successfully built p5-File-MimeInfo-0.28nb1 | |
[424/489] Starting build of p5-GnuPG-Interface-0.52nb5 | |
[424/489] Successfully built p5-GnuPG-Interface-0.52nb5 | |
[425/489] Starting build of pkg_install-20180425 | |
[425/489] Successfully built pkg_install-20180425 | |
[426/489] Starting build of pstree-2.39 | |
[426/489] Successfully built pstree-2.39 | |
[427/489] Starting build of keychain-2.8.5 | |
[427/489] Successfully built keychain-2.8.5 | |
[428/489] Starting build of pkg_chk-2.0.9 | |
[428/489] Successfully built pkg_chk-2.0.9 | |
[429/489] Starting build of watch-3.2.6nb4 | |
[429/489] Successfully built watch-3.2.6nb4 | |
[430/489] Starting build of spamdyke-5.0.1nb2 | |
[430/489] Successfully built spamdyke-5.0.1nb2 | |
[431/489] Starting build of greetdelay-0.03nb2 | |
[431/489] Successfully built greetdelay-0.03nb2 | |
[432/489] Starting build of freefonts-0.10nb3 | |
[432/489] Successfully built freefonts-0.10nb3 | |
[433/489] Starting build of ce-4.6nb1 | |
[433/489] Successfully built ce-4.6nb1 | |
[434/489] Starting build of p5-Mojolicious-7.85 | |
[434/489] Successfully built p5-Mojolicious-7.85 | |
[435/489] Starting build of p5-XML-Writer-0.625nb3 | |
[435/489] Successfully built p5-XML-Writer-0.625nb3 | |
[436/489] Starting build of p5-Text-Typography-0.01nb7 | |
[436/489] Successfully built p5-Text-Typography-0.01nb7 | |
[437/489] Starting build of p5-Text-Textile-2.13nb3 | |
[437/489] Successfully built p5-Text-Textile-2.13nb3 | |
[438/489] Starting build of rsync-3.1.3 | |
[438/489] Successfully built rsync-3.1.3 | |
[439/489] Starting build of p5-Sort-Naturally-1.03nb5 | |
[439/489] Successfully built p5-Sort-Naturally-1.03nb5 | |
[440/489] Starting build of sudo-1.8.22nb1 | |
[440/489] Successfully built sudo-1.8.22nb1 | |
[441/489] Starting build of joe-4.6 | |
[441/489] Successfully built joe-4.6 | |
[442/489] Starting build of cvsps-2.1nb4 | |
[442/489] Successfully built cvsps-2.1nb4 | |
[443/489] Starting build of unzip-6.0nb8 | |
[443/489] Successfully built unzip-6.0nb8 | |
[444/489] Starting build of pound-2.7fnb1 | |
[444/489] Successfully built pound-2.7fnb1 | |
[445/489] Starting build of the_silver_searcher-2.1.0 | |
[445/489] Successfully built the_silver_searcher-2.1.0 | |
[446/489] Starting build of py37-acme-tiny-0.0.20170214nb1 | |
[446/489] Successfully built py37-acme-tiny-0.0.20170214nb1 | |
[447/489] Starting build of queue-repair-0.9.0nb7 | |
[447/489] Successfully built queue-repair-0.9.0nb7 | |
[448/489] Starting build of pymsgauth-2.1.0nb9 | |
[448/489] Successfully built pymsgauth-2.1.0nb9 | |
[449/489] Starting build of p5-HTML-Form-6.03nb6 | |
[449/489] Successfully built p5-HTML-Form-6.03nb6 | |
[450/489] Starting build of daemontools-run-20180730 | |
[450/489] Successfully built daemontools-run-20180730 | |
[451/489] Starting build of qgreylist-0.3nb5 | |
[451/489] Successfully built qgreylist-0.3nb5 | |
[452/489] Starting build of php72-curl-7.2.8 | |
[452/489] Successfully built php72-curl-7.2.8 | |
[453/489] Starting build of php72-json-7.2.8 | |
[453/489] Successfully built php72-json-7.2.8 | |
[454/489] Starting build of php72-mbstring-7.2.8 | |
[454/489] Successfully built php72-mbstring-7.2.8 | |
[455/489] Starting build of php72-zlib-7.2.8 | |
[455/489] Successfully built php72-zlib-7.2.8 | |
[456/489] Starting build of links-2.16 | |
[456/489] Successfully built links-2.16 | |
[457/489] Starting build of tmux-2.7nb1 | |
[457/489] Successfully built tmux-2.7nb1 | |
[458/489] Starting build of qmail-autoresponder-2.0 | |
[458/489] Successfully built qmail-autoresponder-2.0 | |
[459/489] Starting build of isync-1.2.1 | |
[459/489] Successfully built isync-1.2.1 | |
[460/489] Starting build of cy2-plain-2.1.27 | |
[460/489] Successfully built cy2-plain-2.1.27 | |
[461/489] Starting build of php72-mysqli-7.2.8 | |
[461/489] Successfully built php72-mysqli-7.2.8 | |
[462/489] Starting build of mysql-server-5.7.22 | |
[462/489] Successfully built mysql-server-5.7.22 | |
[463/489] Starting build of djbdns-run-20180730 | |
[463/489] Successfully built djbdns-run-20180730 | |
[464/489] Starting build of p5-Text-CSV-1.95 | |
[464/489] Successfully built p5-Text-CSV-1.95 | |
[465/489] Starting build of p5-Image-JpegTran-AutoRotate-0.04 | |
[465/489] Successfully built p5-Image-JpegTran-AutoRotate-0.04 | |
[466/489] Starting build of p5-ack-2.24 | |
[466/489] Successfully built p5-ack-2.24 | |
[467/489] Starting build of lighttpd-1.4.49nb3 | |
[467/489] Successfully built lighttpd-1.4.49nb3 | |
[468/489] Starting build of fdtools-2015.03.28 | |
[468/489] Successfully built fdtools-2015.03.28 | |
[469/489] Starting build of p5-Text-Autoformat-1.74nb2 | |
[469/489] Successfully built p5-Text-Autoformat-1.74nb2 | |
[470/489] Starting build of emacs-nox11-26.1 | |
[470/489] Successfully built emacs-nox11-26.1 | |
[471/489] Starting build of ms-ttf-20020306nb6 | |
[471/489] Successfully built ms-ttf-20020306nb6 | |
[472/489] Starting build of irssi-icb-0.15nb3 | |
[472/489] Successfully built irssi-icb-0.15nb3 | |
[473/489] Starting build of p5-Image-Imlib2-2.03nb15 | |
[473/489] Successfully built p5-Image-Imlib2-2.03nb15 | |
[474/489] Starting build of qtools-0.56 | |
[474/489] Successfully built qtools-0.56 | |
[475/489] Starting build of dovecot-pigeonhole-0.5.2 | |
[475/489] Successfully built dovecot-pigeonhole-0.5.2 | |
[476/489] Starting build of rss2email-3.9nb1 | |
[476/489] Successfully built rss2email-3.9nb1 | |
[477/489] Starting build of mutt-1.10.1 | |
[477/489] Successfully built mutt-1.10.1 | |
[478/489] Starting build of qmail-run-20180801 | |
[478/489] Successfully built qmail-run-20180801 | |
[479/489] Starting build of vim-8.1.0216 | |
[479/489] Successfully built vim-8.1.0216 | |
[480/489] Starting build of elinks-0.12rc6nb12 | |
[480/489] Successfully built elinks-0.12rc6nb12 | |
[481/489] Starting build of apache-2.4.34 | |
[481/489] Successfully built apache-2.4.34 | |
[482/489] Starting build of getmail-5.6 | |
[482/489] Successfully built getmail-5.6 | |
[483/489] Starting build of mosh-1.3.0nb2 | |
[483/489] Successfully built mosh-1.3.0nb2 | |
[484/489] Starting build of php72-gd-7.2.8 | |
[484/489] Successfully built php72-gd-7.2.8 | |
[485/489] Starting build of p5-Net-OpenID-Consumer-1.18nb1 | |
[485/489] Successfully built p5-Net-OpenID-Consumer-1.18nb1 | |
[486/489] Starting build of graphviz-2.40.1nb22 | |
[486/489] Successfully built graphviz-2.40.1nb22 | |
[487/489] Starting build of spamassassin-3.4.1nb8 | |
[487/489] Successfully built spamassassin-3.4.1nb8 | |
[488/489] Starting build of ikiwiki-3.20180311nb1 | |
[488/489] Successfully built ikiwiki-3.20180311nb1 | |
[489/489] Starting build of caff-2.7 | |
[489/489] Successfully built caff-2.7 | |
Building pkg_summary... | |
Building SHA512... | |
Build reports... | |
Sending report mail... | |
Uploading report... | |
Uploading packages... | |
pkg_comp: I: Destroying sandbox | |
rebuild of schmonz.com packages complete | |
Started: Sat Aug 4 13:00:01 EDT 2018 | |
Finished: Sat Aug 4 17:26:25 EDT 2018 | |
sending incremental file list | |
7.1.2-amd64-20180804/ | |
7.1.2-amd64-20180804/SHA512.bz2 | |
7.1.2-amd64-20180804/bootstrap.tgz | |
7.1.2-amd64-20180804/pkgsrc-target-binary-install | |
7.1.2-amd64-20180804/All/ | |
7.1.2-amd64-20180804/All/GeoIP-1.6.9.tgz | |
7.1.2-amd64-20180804/All/ImageMagick-7.0.8.2.tgz | |
7.1.2-amd64-20180804/All/apache-2.4.34.tgz | |
7.1.2-amd64-20180804/All/apr-1.6.3.tgz | |
7.1.2-amd64-20180804/All/apr-util-1.6.1nb3.tgz | |
7.1.2-amd64-20180804/All/autoconf-2.69nb7.tgz | |
7.1.2-amd64-20180804/All/automake-1.15.1.tgz | |
7.1.2-amd64-20180804/All/bash-4.4.019.tgz | |
7.1.2-amd64-20180804/All/bglibs-2.04.tgz | |
7.1.2-amd64-20180804/All/bison-3.0.4nb3.tgz | |
7.1.2-amd64-20180804/All/bmake-20150505.tgz | |
7.1.2-amd64-20180804/All/boehm-gc-7.6.4nb3.tgz | |
7.1.2-amd64-20180804/All/boost-headers-1.67.0nb4.tgz | |
7.1.2-amd64-20180804/All/boost-jam-1.67.0.tgz | |
7.1.2-amd64-20180804/All/boost-libs-1.67.0nb2.tgz | |
7.1.2-amd64-20180804/All/bootstrap-mk-files-20170802.tgz | |
7.1.2-amd64-20180804/All/bsdtar-3.3.2.tgz | |
7.1.2-amd64-20180804/All/cabextract-1.7.tgz | |
7.1.2-amd64-20180804/All/caff-2.7.tgz | |
7.1.2-amd64-20180804/All/cairo-1.14.12nb1.tgz | |
7.1.2-amd64-20180804/All/cairo-gobject-1.14.12nb1.tgz | |
7.1.2-amd64-20180804/All/ce-4.6nb1.tgz | |
7.1.2-amd64-20180804/All/checkpassword-0.90nb1.tgz | |
7.1.2-amd64-20180804/All/checkperms-1.12.tgz | |
7.1.2-amd64-20180804/All/cmake-3.12.0.tgz | |
7.1.2-amd64-20180804/All/curl-7.61.0nb1.tgz | |
7.1.2-amd64-20180804/All/cvsps-2.1nb4.tgz | |
7.1.2-amd64-20180804/All/cwrappers-20180325.tgz | |
7.1.2-amd64-20180804/All/cy2-plain-2.1.27.tgz | |
7.1.2-amd64-20180804/All/cyrus-sasl-2.1.27.tgz | |
7.1.2-amd64-20180804/All/daemontools-0.76nb2.tgz | |
7.1.2-amd64-20180804/All/daemontools-run-20180730.tgz | |
7.1.2-amd64-20180804/All/db4-4.8.30.tgz | |
7.1.2-amd64-20180804/All/desktop-file-utils-0.23nb1.tgz | |
7.1.2-amd64-20180804/All/dialog-1.3.20170509.tgz | |
7.1.2-amd64-20180804/All/digest-20160304.tgz | |
7.1.2-amd64-20180804/All/discount-2.2.3anb4.tgz | |
7.1.2-amd64-20180804/All/djbdns-1.05nb13.tgz | |
7.1.2-amd64-20180804/All/djbdns-run-20180730.tgz | |
7.1.2-amd64-20180804/All/docbook-xml-4.5.tgz | |
7.1.2-amd64-20180804/All/docbook-xsl-1.79.1nb2.tgz | |
7.1.2-amd64-20180804/All/dovecot-2.3.2.1.tgz | |
7.1.2-amd64-20180804/All/dovecot-pigeonhole-0.5.2.tgz | |
7.1.2-amd64-20180804/All/editline-3.1.20150325.tgz | |
7.1.2-amd64-20180804/All/elinks-0.12rc6nb12.tgz | |
7.1.2-amd64-20180804/All/emacs-nox11-26.1.tgz | |
7.1.2-amd64-20180804/All/emacs26-nox11-26.1.tgz | |
7.1.2-amd64-20180804/All/ezmlm-idx-7.2.2nb5.tgz | |
7.1.2-amd64-20180804/All/fdtools-2015.03.28.tgz | |
7.1.2-amd64-20180804/All/fftw-3.3.8.tgz | |
7.1.2-amd64-20180804/All/fontconfig-2.13.0nb1.tgz | |
7.1.2-amd64-20180804/All/freefonts-0.10nb3.tgz | |
7.1.2-amd64-20180804/All/freetype2-2.9.1nb1.tgz | |
7.1.2-amd64-20180804/All/fribidi-0.19.7.tgz | |
7.1.2-amd64-20180804/All/gd-2.2.5nb2.tgz | |
7.1.2-amd64-20180804/All/getmail-5.6.tgz | |
7.1.2-amd64-20180804/All/gettext-lib-0.19.8.1.tgz | |
7.1.2-amd64-20180804/All/gettext-tools-0.19.8.1nb1.tgz | |
7.1.2-amd64-20180804/All/ghostscript-9.05nb13.tgz | |
7.1.2-amd64-20180804/All/ghostscript-fonts-8.11nb3.tgz | |
7.1.2-amd64-20180804/All/ghostscript-gpl-9.06nb24.tgz | |
7.1.2-amd64-20180804/All/giflib-5.1.4.tgz | |
7.1.2-amd64-20180804/All/git-base-2.18.0.tgz | |
7.1.2-amd64-20180804/All/glib2-2.56.1nb1.tgz | |
7.1.2-amd64-20180804/All/glib2-tools-2.56.1.tgz | |
7.1.2-amd64-20180804/All/gmake-4.2.1nb1.tgz | |
7.1.2-amd64-20180804/All/gmp-6.1.2.tgz | |
7.1.2-amd64-20180804/All/gnupg-1.4.23.tgz | |
7.1.2-amd64-20180804/All/gnupg2-2.2.9nb1.tgz | |
7.1.2-amd64-20180804/All/gobject-introspection-1.56.1.tgz | |
7.1.2-amd64-20180804/All/googletest-1.8.0nb1.tgz | |
7.1.2-amd64-20180804/All/gperf-3.1.tgz | |
7.1.2-amd64-20180804/All/gpgme-1.11.1.tgz | |
7.1.2-amd64-20180804/All/graphviz-2.40.1nb22.tgz | |
7.1.2-amd64-20180804/All/greetdelay-0.03nb2.tgz | |
7.1.2-amd64-20180804/All/gsed-4.5.tgz | |
7.1.2-amd64-20180804/All/gtar-base-1.30.tgz | |
7.1.2-amd64-20180804/All/gts-0.7.6.tgz | |
7.1.2-amd64-20180804/All/harfbuzz-1.8.1nb1.tgz | |
7.1.2-amd64-20180804/All/help2man-1.47.6.tgz | |
7.1.2-amd64-20180804/All/icu-62.1.tgz | |
7.1.2-amd64-20180804/All/ikiwiki-3.20180311nb1.tgz | |
7.1.2-amd64-20180804/All/imlib2-1.4.10.tgz | |
7.1.2-amd64-20180804/All/intltool-0.51.0nb2.tgz | |
7.1.2-amd64-20180804/All/irssi-1.1.1.tgz | |
7.1.2-amd64-20180804/All/irssi-icb-0.15nb3.tgz | |
7.1.2-amd64-20180804/All/isync-1.2.1.tgz | |
7.1.2-amd64-20180804/All/jasper-2.0.14.tgz | |
7.1.2-amd64-20180804/All/jbigkit-2.1.tgz | |
7.1.2-amd64-20180804/All/joe-4.6.tgz | |
7.1.2-amd64-20180804/All/jpeg-9c.tgz | |
7.1.2-amd64-20180804/All/keychain-2.8.5.tgz | |
7.1.2-amd64-20180804/All/lcms2-2.8.tgz | |
7.1.2-amd64-20180804/All/libarchive-3.3.2.tgz | |
7.1.2-amd64-20180804/All/libassuan-2.5.1.tgz | |
7.1.2-amd64-20180804/All/libatomic_ops-7.6.4.tgz | |
7.1.2-amd64-20180804/All/libelf-0.8.13nb1.tgz | |
7.1.2-amd64-20180804/All/libevent-2.1.8nb1.tgz | |
7.1.2-amd64-20180804/All/libffi-3.2.1nb4.tgz | |
7.1.2-amd64-20180804/All/libgcrypt-1.8.3.tgz | |
7.1.2-amd64-20180804/All/libgpg-error-1.32.tgz | |
7.1.2-amd64-20180804/All/libhighlight-3.44.tgz | |
7.1.2-amd64-20180804/All/libidn-1.33.tgz | |
7.1.2-amd64-20180804/All/libidn2-2.0.4.tgz | |
7.1.2-amd64-20180804/All/libimagequant-2.12.1.tgz | |
7.1.2-amd64-20180804/All/libksba-1.3.5nb1.tgz | |
7.1.2-amd64-20180804/All/libltdl-2.4.6.tgz | |
7.1.2-amd64-20180804/All/libpaper-1.1.24.tgz | |
7.1.2-amd64-20180804/All/libsrs2-1.0.18.tgz | |
7.1.2-amd64-20180804/All/libtai-0.60nb5.tgz | |
7.1.2-amd64-20180804/All/libtool-base-2.4.6nb1.tgz | |
7.1.2-amd64-20180804/All/libunistring-0.9.10.tgz | |
7.1.2-amd64-20180804/All/libusb1-1.0.21.tgz | |
7.1.2-amd64-20180804/All/libuuid-2.31.tgz | |
7.1.2-amd64-20180804/All/libuv-1.22.0.tgz | |
7.1.2-amd64-20180804/All/libwebp-1.0.0.tgz | |
7.1.2-amd64-20180804/All/libxml2-2.9.8nb1.tgz | |
7.1.2-amd64-20180804/All/libxslt-1.1.32.tgz | |
7.1.2-amd64-20180804/All/lighttpd-1.4.49nb3.tgz | |
7.1.2-amd64-20180804/All/links-2.16.tgz | |
7.1.2-amd64-20180804/All/lua52-5.2.4nb1.tgz | |
7.1.2-amd64-20180804/All/lz4-1.8.2.tgz | |
7.1.2-amd64-20180804/All/lzo-2.10.tgz | |
7.1.2-amd64-20180804/All/m4-1.4.18.tgz | |
7.1.2-amd64-20180804/All/mess822-0.58nb7.tgz | |
7.1.2-amd64-20180804/All/mosh-1.3.0nb2.tgz | |
7.1.2-amd64-20180804/All/mozilla-rootcerts-1.0.20180111.tgz | |
7.1.2-amd64-20180804/All/ms-ttf-20020306nb6.tgz | |
7.1.2-amd64-20180804/All/mutt-1.10.1.tgz | |
7.1.2-amd64-20180804/All/mysql-client-5.7.22.tgz | |
7.1.2-amd64-20180804/All/mysql-server-5.7.22.tgz | |
7.1.2-amd64-20180804/All/netpbm-10.79.04.tgz | |
7.1.2-amd64-20180804/All/npth-1.5.tgz | |
7.1.2-amd64-20180804/All/openjpeg-2.3.0.tgz | |
7.1.2-amd64-20180804/All/openssl-1.0.2o.tgz | |
7.1.2-amd64-20180804/All/p5-Algorithm-C3-0.10nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Algorithm-Dependency-1.110nb8.tgz | |
7.1.2-amd64-20180804/All/p5-Algorithm-Diff-1.1903nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Authen-SASL-2.16nb5.tgz | |
7.1.2-amd64-20180804/All/p5-B-Hooks-EndOfScope-0.24.tgz | |
7.1.2-amd64-20180804/All/p5-CGI-4.38.tgz | |
7.1.2-amd64-20180804/All/p5-CGI-FormBuilder-3.1000nb1.tgz | |
7.1.2-amd64-20180804/All/p5-CGI-Session-4.48nb6.tgz | |
7.1.2-amd64-20180804/All/p5-CPAN-Meta-2.150010nb1.tgz | |
7.1.2-amd64-20180804/All/p5-CPAN-Meta-Check-0.014nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Capture-Tiny-0.48.tgz | |
7.1.2-amd64-20180804/All/p5-Carp-Clan-6.06nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Autouse-2.01nb6.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Data-Inheritable-0.08nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Class-ErrorHandler-0.04nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Factory-Util-1.7nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Inspector-1.32.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Load-0.25.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Load-XS-0.10nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Method-Modifiers-2.12nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Singleton-1.5nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Class-Tiny-1.006nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Compress-Raw-Zlib-2.081.tgz | |
7.1.2-amd64-20180804/All/p5-Config-Tiny-2.23nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Convert-BinHex-1.125nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-DH-GMP-0.00012nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-OpenSSL-Bignum-0.09.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-OpenSSL-Guess-0.11.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-OpenSSL-RSA-0.30.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-OpenSSL-Random-0.15.tgz | |
7.1.2-amd64-20180804/All/p5-Crypt-SSLeay-0.72nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Cwd-Guard-0.05.tgz | |
7.1.2-amd64-20180804/All/p5-DBM-Deep-2.0016.tgz | |
7.1.2-amd64-20180804/All/p5-DB_File-1.841.tgz | |
7.1.2-amd64-20180804/All/p5-Data-Dumper-Names-0.03nb8.tgz | |
7.1.2-amd64-20180804/All/p5-Data-OptList-0.110nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Data-Perl-0.002009nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Data-Section-Simple-0.07nb4.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-1.4900.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Calendar-Mayan-0.06.01nb8.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-Builder-0.8100nb5.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-ISO8601-0.0800nb4.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-Mail-0.4030nb1.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-MySQL-0.06nb2.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-Strptime-1.7500.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Format-W3CDTF-0.07nb1.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-Locale-1.22.tgz | |
7.1.2-amd64-20180804/All/p5-DateTime-TimeZone-2.19.tgz | |
7.1.2-amd64-20180804/All/p5-Declare-Constraints-Simple-0.03nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-Caller-2.06nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-CheckBin-0.04nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-CheckCompiler-0.07nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-CheckLib-1.13.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-Cycle-1.12nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-GlobalDestruction-0.14nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-Leak-0.04.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-LexAlias-0.05nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-OverloadInfo-0.005.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-StackTrace-2.03.tgz | |
7.1.2-amd64-20180804/All/p5-Devel-Symdump-2.1800nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Digest-HMAC-1.03nb7.tgz | |
7.1.2-amd64-20180804/All/p5-Digest-SHA1-2.13nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Dist-CheckConflicts-0.11nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Email-Valid-1.202nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Encode-Locale-1.05nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Error-0.17026.tgz | |
7.1.2-amd64-20180804/All/p5-Eval-Closure-0.14nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Exception-Class-1.44.tgz | |
7.1.2-amd64-20180804/All/p5-Exporter-Tiny-1.002001.tgz | |
7.1.2-amd64-20180804/All/p5-ExtUtils-AutoInstall-0.64nb1.tgz | |
7.1.2-amd64-20180804/All/p5-ExtUtils-Config-0.008nb3.tgz | |
7.1.2-amd64-20180804/All/p5-ExtUtils-Helpers-0.026nb1.tgz | |
7.1.2-amd64-20180804/All/p5-ExtUtils-InstallPaths-0.012.tgz | |
7.1.2-amd64-20180804/All/p5-Feed-Find-0.07nb6.tgz | |
7.1.2-amd64-20180804/All/p5-File-BaseDir-0.08.tgz | |
7.1.2-amd64-20180804/All/p5-File-Copy-Recursive-0.44.tgz | |
7.1.2-amd64-20180804/All/p5-File-Copy-Recursive-Reduced-0.006.tgz | |
7.1.2-amd64-20180804/All/p5-File-DesktopEntry-0.22nb2.tgz | |
7.1.2-amd64-20180804/All/p5-File-Find-Rule-0.34nb2.tgz | |
7.1.2-amd64-20180804/All/p5-File-Flat-1.04nb10.tgz | |
7.1.2-amd64-20180804/All/p5-File-Listing-6.04nb6.tgz | |
7.1.2-amd64-20180804/All/p5-File-MimeInfo-0.28nb1.tgz | |
7.1.2-amd64-20180804/All/p5-File-Next-1.16nb1.tgz | |
7.1.2-amd64-20180804/All/p5-File-Remove-1.57nb1.tgz | |
7.1.2-amd64-20180804/All/p5-File-ShareDir-1.116.tgz | |
7.1.2-amd64-20180804/All/p5-File-ShareDir-Install-0.13.tgz | |
7.1.2-amd64-20180804/All/p5-File-Slurp-9999.19nb6.tgz | |
7.1.2-amd64-20180804/All/p5-File-Which-1.22.tgz | |
7.1.2-amd64-20180804/All/p5-File-chmod-0.42nb2.tgz | |
7.1.2-amd64-20180804/All/p5-File-pushd-1.016.tgz | |
7.1.2-amd64-20180804/All/p5-FileHandle-Fmode-0.14nb3.tgz | |
7.1.2-amd64-20180804/All/p5-GnuPG-Interface-0.52nb5.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Form-6.03nb6.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Parser-3.72nb2.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Scrubber-0.17.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Tagset-3.20nb9.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Template-2.97nb1.tgz | |
7.1.2-amd64-20180804/All/p5-HTML-Tree-5.07.tgz | |
7.1.2-amd64-20180804/All/p5-HTTP-Cookies-6.04.tgz | |
7.1.2-amd64-20180804/All/p5-HTTP-Daemon-6.01nb6.tgz | |
7.1.2-amd64-20180804/All/p5-HTTP-Date-6.02nb6.tgz | |
7.1.2-amd64-20180804/All/p5-HTTP-Message-6.18.tgz | |
7.1.2-amd64-20180804/All/p5-HTTP-Negotiate-6.01nb6.tgz | |
7.1.2-amd64-20180804/All/p5-IO-CaptureOutput-1.11.04nb3.tgz | |
7.1.2-amd64-20180804/All/p5-IO-HTML-1.001nb3.tgz | |
7.1.2-amd64-20180804/All/p5-IO-Socket-INET6-2.72nb3.tgz | |
7.1.2-amd64-20180804/All/p5-IO-Socket-SSL-2.056.tgz | |
7.1.2-amd64-20180804/All/p5-IO-String-1.08nb9.tgz | |
7.1.2-amd64-20180804/All/p5-IO-stringy-2.111nb3.tgz | |
7.1.2-amd64-20180804/All/p5-IO-tty-1.12nb3.tgz | |
7.1.2-amd64-20180804/All/p5-IPC-System-Simple-1.25nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Image-ExifTool-11.01.tgz | |
7.1.2-amd64-20180804/All/p5-Image-Imlib2-2.03nb15.tgz | |
7.1.2-amd64-20180804/All/p5-Image-JpegTran-AutoRotate-0.04.tgz | |
7.1.2-amd64-20180804/All/p5-Import-Into-1.002005nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Importer-0.025.tgz | |
7.1.2-amd64-20180804/All/p5-JSON-2.97001.tgz | |
7.1.2-amd64-20180804/All/p5-LWP-Authen-Wsse-0.05nb10.tgz | |
7.1.2-amd64-20180804/All/p5-LWP-MediaTypes-6.02nb6.tgz | |
7.1.2-amd64-20180804/All/p5-LWP-Protocol-https-6.07nb1.tgz | |
7.1.2-amd64-20180804/All/p5-List-AllUtils-0.14nb1.tgz | |
7.1.2-amd64-20180804/All/p5-List-MoreUtils-0.428.tgz | |
7.1.2-amd64-20180804/All/p5-List-MoreUtils-XS-0.428.tgz | |
7.1.2-amd64-20180804/All/p5-List-SomeUtils-0.56.tgz | |
7.1.2-amd64-20180804/All/p5-List-SomeUtils-XS-0.58.tgz | |
7.1.2-amd64-20180804/All/p5-List-UtilsBy-0.11.tgz | |
7.1.2-amd64-20180804/All/p5-Locale-US-3.04nb2.tgz | |
7.1.2-amd64-20180804/All/p5-MIME-tools-5.509nb1.tgz | |
7.1.2-amd64-20180804/All/p5-MRO-Compat-0.13nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Mail-DKIM-0.53.tgz | |
7.1.2-amd64-20180804/All/p5-Mail-SPF-2.9.0nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Mail-Sendmail-0.80.tgz | |
7.1.2-amd64-20180804/All/p5-MailTools-2.20.tgz | |
7.1.2-amd64-20180804/All/p5-Math-Round-0.07nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Build-0.42240.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Build-Tiny-0.039nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Build-XSUtil-0.19.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Implementation-0.09nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Metadata-1.000033nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Pluggable-5.2nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Refresh-0.17nb6.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Runtime-0.016.tgz | |
7.1.2-amd64-20180804/All/p5-Module-Runtime-Conflicts-0.003nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Mojolicious-7.85.tgz | |
7.1.2-amd64-20180804/All/p5-Moo-2.003004.tgz | |
7.1.2-amd64-20180804/All/p5-MooX-HandlesVia-0.001008nb3.tgz | |
7.1.2-amd64-20180804/All/p5-MooX-Types-MooseLike-0.29nb2.tgz | |
7.1.2-amd64-20180804/All/p5-MooX-late-0.015nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Moose-2.2011.tgz | |
7.1.2-amd64-20180804/All/p5-MooseX-Types-0.50nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Mouse-2.5.4.tgz | |
7.1.2-amd64-20180804/All/p5-Mozilla-CA-20180117.tgz | |
7.1.2-amd64-20180804/All/p5-Net-3.11.tgz | |
7.1.2-amd64-20180804/All/p5-Net-DNS-1.15.tgz | |
7.1.2-amd64-20180804/All/p5-Net-DNS-Resolver-Mock-1.20171219.tgz | |
7.1.2-amd64-20180804/All/p5-Net-DNS-Resolver-Programmable-0.009.tgz | |
7.1.2-amd64-20180804/All/p5-Net-Domain-TLD-1.75nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Net-HTTP-6.18.tgz | |
7.1.2-amd64-20180804/All/p5-Net-IDN-Encode-2.400nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Net-IP-1.26nb5.tgz | |
7.1.2-amd64-20180804/All/p5-Net-LibIDN-0.12nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Net-OpenID-Common-1.20nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Net-OpenID-Consumer-1.18nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Net-SMTP-SSL-1.04nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Net-SSLeay-1.85.tgz | |
7.1.2-amd64-20180804/All/p5-NetAddr-IP-4.079nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Number-Compare-0.03nb6.tgz | |
7.1.2-amd64-20180804/All/p5-Package-DeprecationManager-0.17nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Package-Stash-0.37nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Package-Stash-XS-0.28nb4.tgz | |
7.1.2-amd64-20180804/All/p5-PadWalker-2.3.tgz | |
7.1.2-amd64-20180804/All/p5-Params-Coerce-0.14nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Params-Util-1.07nb6.tgz | |
7.1.2-amd64-20180804/All/p5-Params-Validate-1.29.tgz | |
7.1.2-amd64-20180804/All/p5-Params-ValidationCompiler-0.27.tgz | |
7.1.2-amd64-20180804/All/p5-Path-Class-0.37nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Path-Iter-0.2.tgz | |
7.1.2-amd64-20180804/All/p5-Path-Tiny-0.104nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Perl4-CoreLibs-0.004.tgz | |
7.1.2-amd64-20180804/All/p5-PerlIO-utf8_strict-0.007nb1.tgz | |
7.1.2-amd64-20180804/All/p5-PerlMagick-7.0.8.2.tgz | |
7.1.2-amd64-20180804/All/p5-Pod-Coverage-0.23nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Pod-Tests-1.19nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Probe-Perl-0.03nb3.tgz | |
7.1.2-amd64-20180804/All/p5-RPC-XML-0.80nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Ref-Util-0.204.tgz | |
7.1.2-amd64-20180804/All/p5-Ref-Util-XS-0.117.tgz | |
7.1.2-amd64-20180804/All/p5-Regexp-Common-2017060201.tgz | |
7.1.2-amd64-20180804/All/p5-Role-Tiny-2.000006.tgz | |
7.1.2-amd64-20180804/All/p5-SGMLS-1.03.2nb9.tgz | |
7.1.2-amd64-20180804/All/p5-SUPER-1.20141117nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Scalar-List-Utils-1.50.tgz | |
7.1.2-amd64-20180804/All/p5-Scope-Guard-0.21nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Search-Xapian-1.2.25.1.tgz | |
7.1.2-amd64-20180804/All/p5-Socket6-0.28nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Sort-Naturally-1.03nb5.tgz | |
7.1.2-amd64-20180804/All/p5-Sort-Versions-1.62nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Specio-0.42.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Exporter-0.987nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Exporter-ForMethods-0.100052nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Exporter-Progressive-0.001013nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Identify-0.14nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Info-0.002nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Install-0.928nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Name-0.21nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Quote-2.005001.tgz | |
7.1.2-amd64-20180804/All/p5-Sub-Uplevel-0.2800nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Task-Weaken-1.06.tgz | |
7.1.2-amd64-20180804/All/p5-Term-ReadKey-2.37nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Term-Table-0.012.tgz | |
7.1.2-amd64-20180804/All/p5-Test-CPAN-Meta-0.25nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-CheckDeps-0.010nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Test-ClassAPI-1.07.tgz | |
7.1.2-amd64-20180804/All/p5-Test-CleanNamespaces-0.23.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Deep-1.128.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Differences-0.6400nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Distribution-2.00nb10.tgz | |
7.1.2-amd64-20180804/All/p5-Test-EOL-2.00.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Exception-0.43nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Fatal-0.014nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Test-File-1.44.3nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-File-ShareDir-1.001002nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Harness-3.42.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Inline-2.213nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Test-LeakTrace-0.16.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Manifest-2.021.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Memory-Cycle-1.06nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-More-UTF8-0.05.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Most-0.35nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Needs-0.002005nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-NoTabs-2.02.tgz | |
7.1.2-amd64-20180804/All/p5-Test-NoWarnings-1.04nb7.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Output-1.03.1nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Pod-1.52.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Pod-Coverage-1.10nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Requires-0.10nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-RequiresInternet-0.05nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Script-1.23.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Simple-1.302138.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Taint-1.06nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Warn-0.36.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Warnings-0.026nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Test-Without-Module-0.20nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Test-utf8-1.01nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Test2-Plugin-NoWarnings-0.06.tgz | |
7.1.2-amd64-20180804/All/p5-Test2-Suite-0.000115.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Autoformat-1.74nb2.tgz | |
7.1.2-amd64-20180804/All/p5-Text-CSV-1.95.tgz | |
7.1.2-amd64-20180804/All/p5-Text-CSV_XS-1.36.tgz | |
7.1.2-amd64-20180804/All/p5-Text-CharWidth-0.04nb9.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Diff-1.45.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Glob-0.11nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Markdown-Discount-0.11nb5.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Reform-1.20nb8.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Template-1.53.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Textile-2.13nb3.tgz | |
7.1.2-amd64-20180804/All/p5-Text-Typography-0.01nb7.tgz | |
7.1.2-amd64-20180804/All/p5-Text-WrapI18N-0.06nb11.tgz | |
7.1.2-amd64-20180804/All/p5-Time-Duration-1.20nb2.tgz | |
7.1.2-amd64-20180804/All/p5-TimeDate-2.30nb4.tgz | |
7.1.2-amd64-20180804/All/p5-Try-Tiny-0.30.tgz | |
7.1.2-amd64-20180804/All/p5-Type-Tiny-1.004002.tgz | |
7.1.2-amd64-20180804/All/p5-URI-1.74.tgz | |
7.1.2-amd64-20180804/All/p5-URI-Fetch-0.13nb1.tgz | |
7.1.2-amd64-20180804/All/p5-Variable-Magic-0.62.tgz | |
7.1.2-amd64-20180804/All/p5-WWW-RobotRules-6.02nb6.tgz | |
7.1.2-amd64-20180804/All/p5-XML-Atom-0.42.tgz | |
7.1.2-amd64-20180804/All/p5-XML-Feed-0.53nb3.tgz | |
7.1.2-amd64-20180804/All/p5-XML-LibXML-2.0132.tgz | |
7.1.2-amd64-20180804/All/p5-XML-NamespaceSupport-1.12nb1.tgz | |
7.1.2-amd64-20180804/All/p5-XML-Parser-2.44nb3.tgz | |
7.1.2-amd64-20180804/All/p5-XML-RSS-1.60.tgz | |
7.1.2-amd64-20180804/All/p5-XML-SAX-1.00.tgz | |
7.1.2-amd64-20180804/All/p5-XML-SAX-Base-1.09nb1.tgz | |
7.1.2-amd64-20180804/All/p5-XML-SAX-Expat-0.51nb3.tgz | |
7.1.2-amd64-20180804/All/p5-XML-Simple-2.25.tgz | |
7.1.2-amd64-20180804/All/p5-XML-Writer-0.625nb3.tgz | |
7.1.2-amd64-20180804/All/p5-XML-XPath-1.42.tgz | |
7.1.2-amd64-20180804/All/p5-YAML-LibYAML-0.70.tgz | |
7.1.2-amd64-20180804/All/p5-ack-2.24.tgz | |
7.1.2-amd64-20180804/All/p5-aliased-0.34nb3.tgz | |
7.1.2-amd64-20180804/All/p5-gettext-1.07nb2.tgz | |
7.1.2-amd64-20180804/All/p5-highlight-3.44.tgz | |
7.1.2-amd64-20180804/All/p5-inc-latest-0.500nb2.tgz | |
7.1.2-amd64-20180804/All/p5-libwww-6.35.tgz | |
7.1.2-amd64-20180804/All/p5-namespace-autoclean-0.28nb3.tgz | |
7.1.2-amd64-20180804/All/p5-namespace-clean-0.27nb1.tgz | |
7.1.2-amd64-20180804/All/p5-prefork-1.04nb8.tgz | |
7.1.2-amd64-20180804/All/p5-strictures-2.000005.tgz | |
7.1.2-amd64-20180804/All/pango-1.42.1.tgz | |
7.1.2-amd64-20180804/All/pcre-8.42.tgz | |
7.1.2-amd64-20180804/All/pcre2-10.31.tgz | |
7.1.2-amd64-20180804/All/perl-5.26.2.tgz | |
7.1.2-amd64-20180804/All/php-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-curl-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-gd-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-json-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-mbstring-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-mysqli-7.2.8.tgz | |
7.1.2-amd64-20180804/All/php72-zlib-7.2.8.tgz | |
7.1.2-amd64-20180804/All/pinentry-1.1.0.tgz | |
7.1.2-amd64-20180804/All/pixman-0.34.0nb1.tgz | |
7.1.2-amd64-20180804/All/pkg_alternatives-1.6.tgz | |
7.1.2-amd64-20180804/All/pkg_chk-2.0.9.tgz | |
7.1.2-amd64-20180804/All/pkg_install-20180425.tgz | |
7.1.2-amd64-20180804/All/pkg_summary.bz2 | |
7.1.2-amd64-20180804/All/pkg_summary.gz | |
7.1.2-amd64-20180804/All/pkgconf-1.4.1nb1.tgz | |
7.1.2-amd64-20180804/All/png-1.6.35.tgz | |
7.1.2-amd64-20180804/All/po4a-0.52.tgz | |
7.1.2-amd64-20180804/All/pound-2.7fnb1.tgz | |
7.1.2-amd64-20180804/All/protobuf-3.5.1nb1.tgz | |
7.1.2-amd64-20180804/All/pstree-2.39.tgz | |
7.1.2-amd64-20180804/All/py37-acme-tiny-0.0.20170214nb1.tgz | |
7.1.2-amd64-20180804/All/py37-cElementTree-3.7.0.tgz | |
7.1.2-amd64-20180804/All/py37-expat-3.7.0.tgz | |
7.1.2-amd64-20180804/All/py37-feedparser-5.2.1.tgz | |
7.1.2-amd64-20180804/All/py37-html2text-2018.1.9.tgz | |
7.1.2-amd64-20180804/All/py37-setuptools-39.2.0.tgz | |
7.1.2-amd64-20180804/All/pymsgauth-2.1.0nb9.tgz | |
7.1.2-amd64-20180804/All/python27-2.7.15nb1.tgz | |
7.1.2-amd64-20180804/All/python37-3.7.0.tgz | |
7.1.2-amd64-20180804/All/qgreylist-0.3nb5.tgz | |
7.1.2-amd64-20180804/All/qmail-1.03nb36.tgz | |
7.1.2-amd64-20180804/All/qmail-autoresponder-2.0.tgz | |
7.1.2-amd64-20180804/All/qmail-qfilter-2.1nb5.tgz | |
7.1.2-amd64-20180804/All/qmail-rejectutils-20170720.tgz | |
7.1.2-amd64-20180804/All/qmail-run-20180801.tgz | |
7.1.2-amd64-20180804/All/qtools-0.56.tgz | |
7.1.2-amd64-20180804/All/queue-repair-0.9.0nb7.tgz | |
7.1.2-amd64-20180804/All/re2c-1.0.3.tgz | |
7.1.2-amd64-20180804/All/readline-7.0.tgz | |
7.1.2-amd64-20180804/All/rhash-1.3.6nb1.tgz | |
7.1.2-amd64-20180804/All/rss2email-3.9nb1.tgz | |
7.1.2-amd64-20180804/All/rsync-3.1.3.tgz | |
7.1.2-amd64-20180804/All/shared-mime-info-1.9.tgz | |
7.1.2-amd64-20180804/All/skalibs-2.6.0.0.tgz | |
7.1.2-amd64-20180804/All/spamassassin-3.4.1nb8.tgz | |
7.1.2-amd64-20180804/All/spamdyke-5.0.1nb2.tgz | |
7.1.2-amd64-20180804/All/stunnel-5.46.tgz | |
7.1.2-amd64-20180804/All/sudo-1.8.22nb1.tgz | |
7.1.2-amd64-20180804/All/swig3-3.0.12.tgz | |
7.1.2-amd64-20180804/All/syncdir-1.0nb1.tgz | |
7.1.2-amd64-20180804/All/the_silver_searcher-2.1.0.tgz | |
7.1.2-amd64-20180804/All/tiff-4.0.9nb3.tgz | |
7.1.2-amd64-20180804/All/tmux-2.7nb1.tgz | |
7.1.2-amd64-20180804/All/ttmkfdir2-20021109nb6.tgz | |
7.1.2-amd64-20180804/All/ucspi-ssl-0.99enb2.tgz | |
7.1.2-amd64-20180804/All/ucspi-tcp-0.88nb5.tgz | |
7.1.2-amd64-20180804/All/unzip-6.0nb8.tgz | |
7.1.2-amd64-20180804/All/vim-8.1.0216.tgz | |
7.1.2-amd64-20180804/All/vim-share-8.1.0216.tgz | |
7.1.2-amd64-20180804/All/watch-3.2.6nb4.tgz | |
7.1.2-amd64-20180804/All/wget-1.19.5.tgz | |
7.1.2-amd64-20180804/All/xapian-1.4.6.tgz | |
7.1.2-amd64-20180804/All/xapian-omega-1.4.6.tgz | |
7.1.2-amd64-20180804/All/xdg-user-dirs-0.17.tgz | |
7.1.2-amd64-20180804/All/xmlcatmgr-2.2nb1.tgz | |
sent 514,353,463 bytes received 9,456 bytes 35,943.04 bytes/sec | |
total size is 514,189,071 speedup is 1.00 | |
upload of schmonz.com packages complete | |
Started: Sat Aug 4 17:26:25 EDT 2018 | |
Finished: Sat Aug 4 21:24:57 EDT 2018 | |
dd: /var/tmp/zeroes: No space left on device | |
6308+0 records in | |
6307+0 records out | |
6613368832 bytes transferred in 51.243 secs (129058970 bytes/sec) | |
free_disk_space of schmonz.com packages complete | |
Started: Sat Aug 4 21:24:57 EDT 2018 | |
Finished: Sat Aug 4 21:25:48 EDT 2018 | |
REMEMBER: also run free-vm-space |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================================================================== | |
$NetBSD: MESSAGE,v 1.7 2017/01/09 07:01:33 sevan 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 the root | |
users crontab(5) entry. For example the entry | |
# Download vulnerabilities file | |
0 3 * * * /opt/.pkg-20180804/sbin/pkg_admin fetch-pkg-vulnerabilities >/dev/null 2>&1 | |
# Audit the installed packages and email results to root | |
9 3 * * * /opt/.pkg-20180804/sbin/pkg_admin audit |mail -s "Installed package audit result" \ | |
root >/dev/null 2>&1 | |
will update the vulnerability list every day at 3AM, followed by an audit at | |
3:09AM. The result of the audit are then emailed to root. On NetBSD this may be | |
accomplished instead by adding the following line to /etc/daily.conf: | |
fetch_pkg_vulnerabilities=YES | |
to fetch the vulnerability list from the daily security script. The system is | |
set to audit the packages by default but can be set explicitly, if desired (not | |
required), by adding the follwing line to /etc/security.conf: | |
check_pkg_vulnerabilities=YES | |
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-vulnerabilities to /opt/.pkg-20180804/libdata/pkgdb. | |
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. | |
=========================================================================== | |
openssl-1.0.2o: /etc/openssl/openssl.cnf already exists | |
readline-7.0: registering info file /opt/.pkg-20180804/info/history.info | |
readline-7.0: registering info file /opt/.pkg-20180804/info/readline.info | |
readline-7.0: registering info file /opt/.pkg-20180804/info/rluserman.info | |
apache-2.4.34: /etc/httpd/httpd-autoindex.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-dav.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-default.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-info.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-languages.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-manual.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-mpm.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-multilang-errordoc.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-ssl.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-userdir.conf already exists | |
apache-2.4.34: /etc/httpd/httpd-vhosts.conf already exists | |
apache-2.4.34: /etc/httpd/httpd.conf already exists | |
apache-2.4.34: /etc/httpd/magic already exists | |
apache-2.4.34: /etc/httpd/mime.types already exists | |
apache-2.4.34: /etc/rc.d/apache already exists | |
bash-4.4.019: adding /opt/.pkg-20180804/bin/bash to /etc/shells | |
bash-4.4.019: registering info file /opt/.pkg-20180804/info/bash.info | |
gnupg-1.4.23: registering info file /opt/.pkg-20180804/info/gnupg1.info | |
libgpg-error-1.32: registering info file /opt/.pkg-20180804/info/gpgrt.info | |
libassuan-2.5.1: registering info file /opt/.pkg-20180804/info/assuan.info | |
libgcrypt-1.8.3: registering info file /opt/.pkg-20180804/info/gcrypt.info | |
libksba-1.3.5nb1: registering info file /opt/.pkg-20180804/info/ksba.info | |
pinentry-1.1.0: registering info file /opt/.pkg-20180804/info/pinentry.info | |
gnupg2-2.2.9nb1: registering info file /opt/.pkg-20180804/info/gnupg.info | |
daemontools-run-20180730: /etc/rc.d/svscan already exists | |
djbdns-1.05nb13: /etc/dnsroots.global already exists | |
djbdns-run-20180730: /etc/rc.d/axfrdns already exists | |
djbdns-run-20180730: /etc/rc.d/djbdns already exists | |
djbdns-run-20180730: /etc/rc.d/dnscache already exists | |
djbdns-run-20180730: /etc/rc.d/rbldns already exists | |
djbdns-run-20180730: /etc/rc.d/tinydns already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-auth.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-director.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-logging.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-mail.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-master.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/10-ssl.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/15-lda.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/15-mailboxes.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/20-imap.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/20-lmtp.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/20-pop3.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/20-submission.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/90-acl.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/90-plugin.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/90-quota.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-checkpassword.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-deny.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-dict.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-ldap.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-master.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-passwdfile.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-sql.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-static.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-system.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/conf.d/auth-vpopmail.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-dict-auth.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-dict-sql.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-example.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-ldap.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-openssl.cnf already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot-sql.conf.ext already exists | |
dovecot-2.3.2.1: /etc/dovecot/dovecot.conf already exists | |
dovecot-2.3.2.1: /etc/dovecot/mkcert.sh already exists | |
dovecot-2.3.2.1: /etc/rc.d/dovecot already exists | |
dovecot-pigeonhole-0.5.2: /etc/dovecot/conf.d/20-managesieve.conf already exists | |
dovecot-pigeonhole-0.5.2: /etc/dovecot/conf.d/90-sieve.conf already exists | |
libidn-1.33: registering info file /opt/.pkg-20180804/info/libidn-components.png | |
libidn-1.33: registering info file /opt/.pkg-20180804/info/libidn.info | |
emacs26-nox11-26.1: /var/games/emacs/snake-scores already exists | |
emacs26-nox11-26.1: /var/games/emacs/tetris-scores already exists | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ada-mode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/auth.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/autotype.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/bovine.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/calc.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ccmode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/cl.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/dbus.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/dired-x.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ebrowse.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ede.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ediff.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/edt.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/efaq.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/eieio.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/eintr.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/elisp.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/emacs-gnutls.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/emacs-mime.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/emacs.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/epa.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/erc.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ert.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/eshell.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/eudc.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/eww.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/flymake.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/forms.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/gnus.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/htmlfontify.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/idlwave.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ido.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/info.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/mairix-el.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/message.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/mh-e.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/newsticker.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/nxml-mode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/octave-mode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/org.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/pcl-cvs.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/pgg.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/rcirc.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/reftex.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/remember.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/sasl.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/sc.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/semantic.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/ses.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/sieve.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/smtpmail.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/speedbar.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/srecode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/todo-mode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/tramp.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/url.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/vhdl-mode.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/vip.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/viper.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/widget.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/wisent.info.gz | |
emacs26-nox11-26.1: registering info file /opt/.pkg-20180804/info/woman.info.gz | |
checkpassword-0.90nb1: setting permissions on /opt/.pkg-20180804/bin/checkpassword (o=root, g=wheel, m=4755) | |
ucspi-ssl-0.99enb2: /etc/ucspi-ssl/dh1024.pem already exists | |
libunistring-0.9.10: registering info file /opt/.pkg-20180804/info/libunistring.info | |
libidn2-2.0.4: registering info file /opt/.pkg-20180804/info/libidn2.info | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ch_GB/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/cs/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/da/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/post-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/de/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/post-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/en_US/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/es/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ezcgi.css already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ezcgirc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ezmlmglrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ezmlmsubrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/fr/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/hu/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/id/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/post-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/it/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ja/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/nl/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pl/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/pt_BR/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/charset already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/ru/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/ezmlmrc already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/bounce-bottom already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/bounce-probe already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/bounce-warn already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/dig-bounce-num already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/digest already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/edit-do already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/edit-done already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/edit-list already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/faq already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/get-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/info already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/messages already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-help already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-reject already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-request already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-sub already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-timeout already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/mod-unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/sub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/sub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/sub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/sub-ok already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/top already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/trailer already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/unsub-bad already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/unsub-confirm already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/unsub-nop already exists | |
ezmlm-idx-7.2.2nb5: /etc/ezmlm/sv/text/unsub-ok already exists | |
ezmlm-idx-7.2.2nb5: setting permissions on /opt/.pkg-20180804/libexec/cgi-bin/ezmlm-cgi (o=root, g=wheel, m=04755) | |
ln: default/en_US: File exists | |
freefonts-0.10nb3: updating font database in /opt/.pkg-20180804/share/fonts/X11/freefont (x11) | |
libffi-3.2.1nb4: registering info file /opt/.pkg-20180804/info/libffi.info | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/description to /opt/.pkg-20180804/share/git-core/templates/description | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/applypatch-msg.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/applypatch-msg.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/commit-msg.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/commit-msg.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/post-update.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/post-update.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/pre-applypatch.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/pre-applypatch.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/pre-commit.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/pre-commit.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/pre-rebase.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/pre-rebase.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/prepare-commit-msg.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/prepare-commit-msg.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/hooks/update.sample to /opt/.pkg-20180804/share/git-core/templates/hooks/update.sample | |
git-base-2.18.0: copying /opt/.pkg-20180804/share/examples/git/templates/info/exclude to /opt/.pkg-20180804/share/git-core/templates/info/exclude | |
No schema files found: doing nothing. | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/10-hinting-full.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/10-hinting-medium.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/10-hinting-none.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/10-hinting-slight.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/10-scale-bitmap-fonts.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/20-unhint-small-vera.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/30-metric-aliases.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/30-pkgsrc-aliases.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/40-nonlatin.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/45-latin.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/49-sansserif.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/50-user.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/51-local.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/60-latin.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/65-fonts-persian.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/65-nonlatin.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/69-unifont.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/80-delicious.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/90-synthetic.conf already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/conf.d/README already exists | |
fontconfig-2.13.0nb1: /etc/fontconfig/fonts.conf already exists | |
xmlcatmgr-2.2nb1: /etc/sgml/catalog already exists | |
xmlcatmgr-2.2nb1: /etc/xml/catalog already exists | |
xmlcatmgr-2.2nb1: copying /opt/.pkg-20180804/share/examples/xmlcatmgr/catalog.share.sgml to /opt/.pkg-20180804/share/sgml/catalog | |
xmlcatmgr-2.2nb1: copying /opt/.pkg-20180804/share/examples/xmlcatmgr/catalog.share.xml to /opt/.pkg-20180804/share/xml/catalog | |
p5-XML-SAX-1.00: copying /opt/.pkg-20180804/share/examples/p5-XML-SAX/ParserDetails.ini to /opt/.pkg-20180804/lib/perl5/vendor_perl/5.26.0/XML/SAX/ParserDetails.ini | |
Added parser to XML::SAX registry. | |
Added parser to XML::SAX registry. | |
Added parser to XML::SAX registry. | |
libhighlight-3.44: /etc/highlight/filetypes.conf already exists | |
xapian-omega-1.4.6: /etc/omega.conf already exists | |
fftw-3.3.8: registering info file /opt/.pkg-20180804/info/fftw3.info | |
libpaper-1.1.24: /etc/papersize already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/coder.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/colors.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/delegates.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/log.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/magic.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/mime.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/policy.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/thresholds.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/type-dejavu.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/type-ghostscript.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/type-windows.xml already exists | |
ImageMagick-7.0.8.2: /etc/ImageMagick-7/type.xml already exists | |
gettext-lib-0.19.8.1: copying /opt/.pkg-20180804/share/examples/gettext/locale.alias to /opt/.pkg-20180804/share/locale/locale.alias | |
gettext-tools-0.19.8.1nb1: registering info file /opt/.pkg-20180804/info/gettext.info | |
ikiwiki-3.20180311nb1: /etc/ikiwiki/auto-blog.setup already exists | |
ikiwiki-3.20180311nb1: /etc/ikiwiki/auto.setup already exists | |
ikiwiki-3.20180311nb1: /etc/ikiwiki/wikilist already exists | |
irssi-1.1.1: /etc/irssi.conf already exists | |
joe-4.6: /etc/joe/ftyperc already exists | |
joe-4.6: /etc/joe/jicerc.ru already exists | |
joe-4.6: /etc/joe/jmacsrc already exists | |
joe-4.6: /etc/joe/joerc already exists | |
joe-4.6: /etc/joe/jpicorc already exists | |
joe-4.6: /etc/joe/jstarrc already exists | |
joe-4.6: /etc/joe/rjoerc already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/access_log.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/auth.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/cgi.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/cml.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/compress.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/debug.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/dirlisting.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/evhost.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/expire.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/fastcgi.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/geoip.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/magnet.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/mime.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/mod.template already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/mysql_vhost.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/proxy.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/rrdtool.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/scgi.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/secdownload.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/simple_vhost.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/ssi.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/status.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/trigger_b4_dl.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/userdir.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/conf.d/webdav.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/lighttpd.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/modules.conf already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/rrdtool-graph.sh already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/spawn-php.sh already exists | |
lighttpd-1.4.49nb3: /etc/lighttpd/vhosts.d/vhosts.template already exists | |
lighttpd-1.4.49nb3: /etc/rc.d/lighttpd already exists | |
ms-ttf-20020306nb6: updating font database in /opt/.pkg-20180804/share/fonts/X11/TTF (ttf) | |
ms-ttf-20020306nb6: updating font database in /opt/.pkg-20180804/share/fonts/X11/TTF (x11) | |
gpgme-1.11.1: registering info file /opt/.pkg-20180804/info/gpgme.info | |
mutt-1.10.1: /etc/Muttrc already exists | |
mutt-1.10.1: /etc/mime.types already exists | |
mutt-1.10.1: setting permissions on /opt/.pkg-20180804/bin/mutt_dotlock (o=root, g=mail, m=2551) | |
mysql-server-5.7.22: /etc/rc.d/mysqld already exists | |
pkg_add: package `netpbm-10.79.04' was already installed as dependency, now marked as installed manually | |
gmp-6.1.2: registering info file /opt/.pkg-20180804/info/gmp.info | |
php-7.2.8: /etc/php.ini already exists | |
php72-curl-7.2.8: /etc/php.d/curl.ini already exists | |
php72-gd-7.2.8: /etc/php.d/gd.ini already exists | |
php72-json-7.2.8: /etc/php.d/json.ini already exists | |
php72-mbstring-7.2.8: /etc/php.d/mbstring.ini already exists | |
php72-mysqli-7.2.8: /etc/php.d/mysqli.ini already exists | |
php72-zlib-7.2.8: /etc/php.d/zlib.ini already exists | |
pkg_alternatives-1.6: /etc/pkg_alternatives/filter.conf already exists | |
pkg_add: package `pkg_install-20180425' already recorded as installed | |
pound-2.7fnb1: /etc/rc.d/pound already exists | |
libtai-0.60nb5: /etc/leapsecs.dat already exists | |
stunnel-5.46: /etc/rc.d/stunnel already exists | |
stunnel-5.46: /etc/stunnel/stunnel.conf already exists | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2014/02/22 17:28:34 ryoon Exp $ | |
After apache-2.4.3, --enable-mpms-shared='event worker prefork' is | |
passed to configure script, then these multi-process model is built | |
and you can select the model in configuraton file. | |
The mod_cgi.so module conflicts with non-prefork multi-process model, | |
and mod_cgi.so module is not built anymore. | |
You can use mod_cgid.so module instead. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.4 2017/07/26 09:21:10 hauke Exp $ | |
cyrus-sasl-2.1.27 by default does *not* install any authentication plugin | |
modules. Until the necessary authentication plugin modules are | |
installed, e.g. security/cy2-crammd5 or security/cy2-gssapi, you | |
will probably get errors about "no appropriate mechs available". | |
The configuration files for applications using the sasl2 libraries | |
used to be in /opt/.pkg-20180804/lib/sasl2/, but are now expected in | |
/etc/sasl2/. You need to move them after upgrading the pkg. | |
cyrus-sasl-2.1.27 will use the following directory as the default | |
path to its plugin modules: | |
/opt/.pkg-20180804/lib/sasl2 | |
The search path for plugin modules can be customized by setting the | |
SASL_PATH variable to a colon-delimted list of directories in the shell | |
environment. | |
To allow plaintext authentication without using the auxprop mechanism, the | |
package security/cyrus-saslauthd should be installed. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.3 2005/04/07 05:21:16 schmonz Exp $ | |
If you plan to run axfrdns, dnscache, rbldns, or tinydns services, | |
consider installing the djbdns-run package. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2005/01/26 07:01:10 schmonz Exp $ | |
Please read /opt/.pkg-20180804/share/doc/djbdns-run/README.pkgsrc. | |
To enable a DNS... | |
Cache for the local machine: | |
- Set dnscache=YES in /etc/rc.conf. | |
- Run "echo nameserver 127.0.0.1 > /etc/resolv.conf". | |
UDP name service: | |
- Set tinydns=YES in /etc/rc.conf and tinydns_ip to a suitable IP address. | |
- Create /etc/tinydns/data with suitable contents. | |
- Run "/etc/rc.d/tinydns cdb". | |
TCP name service: | |
- Enable UDP name service. | |
- Set axfrdns=YES in /etc/rc.conf. | |
RBL name service: | |
- Set rbldns=YES in /etc/rc.conf and rbldns_ip to a suitable IP address. | |
- Create /etc/rbldns/data with suitable contents. | |
- Run "/etc/rc.d/rbldns cdb". | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2012/10/01 07:10:14 ghen Exp $ | |
The configuration for Dovecot 2.0 now lives in /etc/dovecot/, | |
and is split in multiple files. | |
When upgrading from Dovecot 1.2.x, you can either: | |
- convert your old config to a single, minimal new config file: | |
/opt/.pkg-20180804/bin/doveconf -n -c dovecot.conf > dovecot.conf.new | |
- start over, editing the templates in /etc/dovecot/conf.d/ | |
For more information, see http://wiki2.dovecot.org/Upgrading/2.0 | |
For upgrading from Dovecot 2.0, see http://wiki2.dovecot.org/Upgrading/2.1 | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2017/05/19 12:05:51 szptvlfn Exp $ | |
There are two kinds of entities in: | |
/opt/.pkg-20180804/include/atomic_ops/sysdeps | |
- Subdirectories corresponding to specific compilers | |
(or compiler/OS combinations). | |
Each of these includes one or more architecture-specific headers. | |
- More generic header files corresponding to a particular ordering and/or | |
atomicity property that might be shared by multiple hardware platforms. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.13 2006/04/29 04:53:17 schmonz Exp $ | |
Please read /opt/.pkg-20180804/share/doc/qmail/README.pkgsrc. | |
There are many ways to enable qmail. One popular, well-regarded | |
choice is to follow the directions in Dave Sill's "Life with qmail": | |
<URL:http://www.lifewithqmail.org/lwq.html> | |
Alternatively, you can let pkgsrc do the work by installing the | |
qmail-run package. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.srs,v 1.1 2017/03/31 13:52:00 schmonz Exp $ | |
The Sender Rewriting Scheme patch requires configuration. | |
Please read /opt/.pkg-20180804/share/doc/qmail/README.srs. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.tls,v 1.1 2017/08/13 23:42:55 schmonz Exp $ | |
If you don't already have an SSL certificate for qmail: | |
# /opt/.pkg-20180804/bin/openssl req -new -x509 -nodes -days 366 -out /etc/qmail/control/servercert.pem -keyout /etc/qmail/control/servercert.pem | |
# chmod 640 /etc/qmail/control/servercert.pem | |
# chown qmaild:qmail /etc/qmail/control/servercert.pem | |
# ln -s /etc/qmail/control/servercert.pem /etc/qmail/control/clientcert.pem | |
# update_tmprsadh | |
Once you have a certificate, regularly regenerate DH params from cron(8): | |
01 01 * * * update_tmprsadh > /dev/null 2>&1 | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2014/06/01 16:35:34 wiz Exp $ | |
To use freefonts with X11, you can manually perform the following steps: | |
1. xset fp+ /opt/.pkg-20180804/share/fonts/X11/freefont | |
2. xset fp rehash | |
Or configure your /etc/XF86Config by adding | |
/opt/.pkg-20180804/share/fonts/X11/freefont to your FontPath. | |
A Fontmap file is available under /opt/.pkg-20180804/share/fonts/X11/freefont | |
for use with Ghostscript. | |
License files are also included for individual fonts. Read | |
/opt/.pkg-20180804/share/fonts/X11/freefont/<font>.license to | |
find out more about a font. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $ | |
Execute this command to extract and rehash all CA root certificates | |
distributed by the Mozilla Project, so that they can be used by third | |
party applications using OpenSSL. It also creates a single file | |
certificate bundle in PEM format which can be used by applications using | |
GnuTLS. | |
# mozilla-rootcerts install | |
To mark these certificates as trusted for users of gnupg2, do | |
the following (assuming default PKG_SYSCONFBASE and a Bourne shell): | |
# mkdir -p /usr/pkg/etc/gnupg | |
# cd /usr/pkg/etc/gnupg | |
# for c in /etc/openssl/certs/*.pem; do | |
> openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|' | |
> done > trustlist.txt | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.3 2016/05/26 15:41:06 khorben Exp $ | |
NOTE: Pristine templates are located in: | |
/opt/.pkg-20180804/share/examples/git/templates. | |
To use the git-cvsimport repository conversion from CVS, install git-cvs. | |
To use the git-svn interface to Subversion, install git-svn. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $ | |
The following catalogs have been installed: | |
* /etc/sgml/catalog | |
System wide SGML catalog. Can be edited by the administrator and | |
is not changed by packages. This is the *default* catalog when | |
working in SGML mode. | |
* /etc/xml/catalog | |
System wide XML catalog. Can be edited by the administrator and | |
is not changed by packages. This is the *default* catalog when | |
working in XML mode. | |
* /opt/.pkg-20180804/share/sgml/catalog | |
Handles SGML stuff installed under /opt/.pkg-20180804/share/sgml. | |
Automatically handled by packages. | |
* /opt/.pkg-20180804/share/xml/catalog | |
Handles XML stuff installed under /opt/.pkg-20180804/share/xml. | |
Automatically handled by packages. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2014/04/26 13:52:00 wiz Exp $ | |
To customize cidfmap, copy | |
/opt/.pkg-20180804/share/ghostscript/9.06nb24/Resource/Init/cidfmap.dist | |
to | |
/opt/.pkg-20180804/share/ghostscript/9.06nb24/Resource/Init/cidfmap | |
and modify it. | |
Please consider installing another companion package | |
fonts/ghostscript-cidfonts-ryumin for above purpose. | |
Please note that the above statement only applies when the option | |
disable-compile-inits selected while build time. Otherwise you may | |
set GS_LIB environment variable to give search path for setup files. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.9 2018/03/22 17:08:31 schmonz Exp $ | |
For a new wiki, see <URL:http://ikiwiki.info/setup/>. | |
If you use custom templates, make sure they are correct when upgrading. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2006/01/17 21:45:52 veego Exp $ | |
This version of irssi has support for character set conversions. Irssi is | |
able to transliterate unavailable characters if transliteration is | |
supported by GLib. | |
This is currently only supported on systems which use the gnu iconv for | |
glib2. Enabling it on systems without the gnu iconv will case the following | |
warning: Transliterations not supported in this system | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2016/10/19 11:59:25 fhajny Exp $ | |
To use this library, you may download the free GeoLite Legacy | |
Country or City databases. These are updated at the beginning | |
of every month. The latest versions are available at: | |
http://dev.maxmind.com/geoip/legacy/geolite | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.4 2014/06/01 16:35:36 wiz Exp $ | |
You must configure your X server to use the new fonts. Add | |
these to your /etc/X11/XF86Config. Make sure the TTF and Type1 | |
font settings are the first FontPath lines. | |
Section "Files" | |
FontPath "/opt/.pkg-20180804/share/fonts/X11/TTF/" | |
FontPath "/usr/X11R6/share/fonts/X11/Type1/" | |
... | |
EndSection | |
Section "Module" | |
... | |
Load "type1" | |
Load "freetype" | |
... | |
EndSection | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2016/09/16 06:49:12 adam Exp $ | |
After the tables are set up and the MySQL server is running, | |
please remember to set a password for the MySQL root user! | |
This is done by running both: | |
/opt/.pkg-20180804/bin/mysqladmin -u root -p password 'new-password' | |
/opt/.pkg-20180804/bin/mysqladmin -h `hostname` -u root -p password 'new-password' | |
The "Enter password:" prompt is asking for the existing password. | |
As there is no existing password, just press the Return key. | |
There is a script distributed with MySQL that can help you lock down | |
an installation. This script has been installed to | |
/opt/.pkg-20180804/bin/mysql_secure_installation. | |
Please see the manual and the MySQL web site for more instructions. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ | |
To process PHP scripts, you will need a PHP-enabled HTTP server. You may | |
either configure the HTTP server to use the PHP CGI binary located in | |
/opt/.pkg-20180804/libexec/cgi-bin/php | |
or you may install a PHP module for your HTTP server, e.g. www/ap-php. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/curl.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=curl.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/gd.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=gd.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/json.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=json.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/mbstring.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=mbstring.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/mysqli.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=mysqli.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ | |
By default, example module configuration file was copied to following | |
location, and module should be auto-loaded: | |
/etc/php.d/zlib.ini | |
If you use custom /etc/php.ini, or nonstandard module | |
configuration file location, you might need to add explicit load directive: | |
extension=zlib.so | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2010/09/17 10:04:45 sborrill Exp $ | |
N.B. this command is installed as /opt/.pkg-20180804/bin/proctree, not pstree. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1.1.1 2004/08/29 15:32:12 schmonz Exp $ | |
To enable qgreylist, set qmailsmtpd_presmtpd="/opt/.pkg-20180804/bin/qgreylist" | |
in /etc/rc.conf, then restart qmail-smtpd. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2008/05/27 11:51:32 tnn Exp $ | |
Iqmail-run-20180801: /etc/rc.d/qmail already exists | |
qmail-run-20180801: /etc/rc.d/qmailofmipd already exists | |
qmail-run-20180801: /etc/rc.d/qmailpop3d already exists | |
qmail-run-20180801: /etc/rc.d/qmailqread already exists | |
qmail-run-20180801: /etc/rc.d/qmailsend already exists | |
qmail-run-20180801: /etc/rc.d/qmailsmtpd already exists | |
Your fully qualified host name is miracle-dirt.schmonz.com. | |
Putting miracle-dirt.schmonz.com into control/me... | |
Putting schmonz.com into control/defaultdomain... | |
Putting schmonz.com into control/plusdomain... | |
Putting miracle-dirt.schmonz.com into control/locals... | |
Putting miracle-dirt.schmonz.com into control/rcpthosts... | |
Now qmail will refuse to accept SMTP messages except to miracle-dirt.schmonz.com. | |
Make sure to change rcpthosts if you add hosts to locals or virtualdomains! | |
rsync-3.1.3: /etc/rc.d/rsyncd already exists | |
wget-1.19.5: /etc/wgetrc already exists | |
wget-1.19.5: registering info file /opt/.pkg-20180804/info/wget.info | |
spamassassin-3.4.1nb8: /etc/rc.d/spamd already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/init.pre already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/local.cf already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/user_prefs.template already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/v310.pre already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/v312.pre already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/v320.pre already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/v330.pre already exists | |
spamassassin-3.4.1nb8: /etc/spamassassin/v340.pre already exists | |
cannot open /opt/.pkg-20180804/share/spamassassin/Mail-SpamAssassin-rules-3.4.1.r1675274.tgz.sha1 | |
spamdyke-5.0.1nb2: /etc/spamdyke.conf already exists | |
sudo-1.8.22nb1: /etc/sudoers already exists | |
sudo-1.8.22nb1: setting permissions on /opt/.pkg-20180804/bin/sudo (o=root, g=wheel, m=4511) | |
sudo-1.8.22nb1: setting permissions on /opt/.pkg-20180804/bin/sudoreplay (o=root, g=wheel, m=511) | |
f you are updating from an stunnel version earlier than 4.24, you should | |
be aware that the binaries have moved from /opt/.pkg-20180804/sbin | |
to /opt/.pkg-20180804/bin . | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.7 2017/07/21 04:08:15 schmonz Exp $ | |
Please read /opt/.pkg-20180804/share/doc/qmail-run/README.pkgsrc. | |
To enable qmail for... | |
Local and outgoing deliveries: | |
- Check the configuration files in /etc/qmail | |
- Replace /etc/mailer.conf with share/examples/qmail-run/mailer.conf | |
- In /etc/rc.conf, set | |
qmailsend=YES | |
Local non-root users to see the queue: | |
- Change the mailq entry in /etc/mailer.conf to qmail-qread-client | |
- In /etc/rc.conf, set | |
qmailqread=YES | |
Incoming SMTP deliveries: | |
- In /etc/rc.conf, set | |
qmailsmtpd=YES | |
qmailsmtpd_postenv="QMAILQUEUE=/opt/.pkg-20180804/bin/qmail-qfilter-smtpd-queue RCPTCHECK=/opt/.pkg-20180804/bin/qmail-rcptcheck" | |
Filtering incoming SMTP: | |
- List qmail-qfilter programs in /etc/qmail/control/smtpfilters | |
- List qmail-rcptcheck programs in /etc/qmail/control/rcptchecks | |
Outgoing submissions with SMTP AUTH over TLS: | |
- Incorporate share/examples/qmail-run/stunnel.conf into your stunnel.conf | |
- Consider that your checkpassword binary may need to be setuid root | |
- Copy share/examples/qmail-run/spamdyke-ofmipd.conf to /etc | |
- In /etc/rc.conf, set | |
qmailofmipd=YES | |
qmailofmipd_preofmipd="/opt/.pkg-20180804/bin/spamdyke --config-file /etc/spamdyke-ofmipd.conf" | |
stunnel=YES | |
Fetching Maildirs via POP3: | |
- In /etc/rc.conf, set | |
qmailpop3d=YES | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.3 2004/12/22 18:36:51 schmonz Exp $ | |
For examples, see http://www.superscript.com/qtools/examples.html. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.3 2013/07/25 16:32:20 schmonz Exp $ | |
Just before upgrading to 3.x: | |
$ r2e run | |
$ r2e opmlexport > feeds.xml | |
Just after upgrading from 2.x: | |
$ r2e new [email protected] | |
$ vi ~/.rss2email/config.py ~/.config/rss2email.cfg # keep custom settings | |
$ r2e opmlimport feeds.xml | |
$ r2e run --no-send | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.2 2006/02/15 22:22:19 heinz Exp $ | |
Bugs: | |
There is no Crypt::CBC support. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.12 2010/03/24 21:41:10 heinz Exp $ | |
IMPORTANT: The spamassassin package provided by pkgsrc contains the rules | |
IMPORTANT: available at the time of the official SpamAssassin release. | |
IMPORTANT: You have to decide when/how to update them, see the documentation | |
IMPORTANT: for 'sa-update'. | |
If you upgrade from an earlier version please take a look at the documents | |
in | |
/opt/.pkg-20180804/share/doc/spamassassin/ | |
For more information see 'perldoc Mail::SpamAssassin::Conf' and the man | |
pages for 'spamassassin', 'spamd', 'spamc', 'sa-learn', 'sa-update' and | |
'sa-compile'. | |
If you want to compile the rules, you may have to increase the data | |
segment size for the 'sa-compile' process. | |
Please check that your existing mail configuration still works. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.1 2008/08/15 16:51:59 schmonz Exp $ | |
To enable spamdyke, set: | |
qmailsmtpd_presmtpd="/opt/.pkg-20180804/bin/spamdyke --config-file /etc/spamdyke.conf" | |
in /etc/rc.conf, then restart qmail-smtpd. | |
=========================================================================== | |
=========================================================================== | |
$NetBSD: MESSAGE,v 1.7 2016/10/21 20:50:42 kamil Exp $ | |
Use the visudo(8) command to edit the sudoers file. | |
If you are upgrading, please read: | |
/opt/.pkg-20180804/share/doc/sudo/UPGRADE | |
=========================================================================== | |
Stopping dovecot. | |
Waiting for PIDS: 26167. | |
Stopping mysqld. | |
Waiting for PIDS: 23535, 23535, 23535. | |
Stopping pound. | |
Stopping stunnel. | |
Stopping qmailofmipd. | |
Stopping qmailqread. | |
Stopping qmailsmtpd. | |
/etc/rc.d/spamd: WARNING: $command_interpreter /opt/pkg/bin/perl != /opt/.pkg-20180728131651/bin/perl | |
Stopping spamd. | |
Waiting for PIDS: 14677. | |
Stopping qmailsend. | |
Waiting for PIDS: 23937. | |
Stopping tinydns. | |
Stopping dnscache. | |
Starting dnscache. | |
Starting tinydns. | |
Starting qmailsend. | |
Starting spamd. | |
Starting qmailsmtpd. | |
Starting qmailqread. | |
Starting qmailofmipd. | |
Starting stunnel. | |
Starting pound. | |
starting... | |
Starting mysqld. | |
Starting dovecot. | |
assertion "pthread__tsd_destructors[key] != NULL" failed: file "/usr/src/lib/libpthread/pthread_tsd.c", line 287, function "pthread_key_delete" | |
[1] Abort trap (core dumped) sa-update | |
1.7G /opt/.pkg-20180715204715 | |
1.7G /opt/.pkg-20180723060258 | |
1.7G /opt/.pkg-20180728131651 | |
1.7G /opt/.pkg-20180804 | |
/home/davidj/service/davidj.davidj.org: up (pid 10016) 76 seconds | |
/home/davidj/service/www.davidj.org: up (pid 14485) 76 seconds | |
/home/etgold/service/goldknifeworks.com: up (pid 6779) 76 seconds | |
/home/etgold/service/thaumaturgy.net: up (pid 17482) 76 seconds | |
/home/schleierdav/service/apache.photos.theschleiers.com: up (pid 27786) 76 seconds | |
/home/schleierdav/service/gallery.photos.theschleiers.com: up (pid 2352) 76 seconds | |
/home/schleierdav/service/renewssl.photos.theschleiers.com: up (pid 24037) 75 seconds | |
/home/schmonz/service/agilein3minut.es: up (pid 10000) 74 seconds | |
/home/schmonz/service/customphp.old.schmonz.com: up (pid 17440) 74 seconds | |
/home/schmonz/service/higherorderperl.schmonz.com: up (pid 8008) 74 seconds | |
/home/schmonz/service/latentagility.com: up (pid 21346) 73 seconds | |
/home/schmonz/service/music.schmonz.com: up (pid 25950) 73 seconds | |
/home/schmonz/service/netbsd.schmonz.com: up (pid 15997) 73 seconds | |
/home/schmonz/service/payinthearts.org: up (pid 8832) 73 seconds | |
/home/schmonz/service/renewssl.agilein3minut.es: up (pid 2607) 73 seconds | |
/home/schmonz/service/renewssl.latentagility.com: up (pid 25287) 73 seconds | |
/home/schmonz/service/renewssl.schmonz.com: up (pid 25876) 72 seconds | |
/home/schmonz/service/renewssl.theschleiers.com: up (pid 9806) 72 seconds | |
/home/schmonz/service/schmonz.com: up (pid 22383) 72 seconds | |
/home/schmonz/service/textpattern.old.schmonz.com: up (pid 22273) 71 seconds | |
/home/schmonz/service/theschleiers.com: up (pid 17236) 71 seconds | |
/home/schmonz/service/wiki.schmonz.com: up (pid 29243) 71 seconds | |
/home/shapemywork/service/renewssl.shapemywork.com: up (pid 510) 71 seconds | |
/home/shapemywork/service/shapemywork.com: up (pid 11747) 71 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment