Script started on Mon Oct 15 17:00:18 2018 command: docker build -t localhost/tox:latest . Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.154MB Step 1/27 : FROM alpine as builder ---> 196d12cf6ab1 Step 2/27 : ENV PATH=/usr/pkg/bin:$PATH LIBABISUFFIX="" ---> Using cache ---> 8936cd4b493b Step 3/27 : RUN apk --update add automake autoconf bash bzip2 curl file gcc g++ gawk git gmp-dev grep gzip libffi-dev libtool linux-headers m4 make ncurses-dev openssl-dev rsync sed tar unzip wget zlib-dev ---> Using cache ---> 04f72d67711d Step 4/27 : RUN mkdir -p /root/pkgsrc && curl -L -o /root/pkgsrc.tar.gz https://github.com/NetBSD/pkgsrc/archive/c18957a255f58b90000cad752b5c9a2764faf62d.tar.gz && tar -C /root/pkgsrc -xzf /root/pkgsrc.tar.gz --strip=1 ---> Running in 44246a74dd4a  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 155 0 155 0 0 475 0 --:--:-- --:--:-- --:--:-- 475  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38248 0 38248 0 0 25130 0 --:--:-- 0:00:01 --:--:-- 36671 100 3964k 0 3964k 0 0 1603k 0 --:--:-- 0:00:02 --:--:-- 1988k 100 11.3M 0 11.3M 0 0 3371k 0 --:--:-- 0:00:03 --:--:-- 3914k 100 15.2M 0 15.2M 0 0 3505k 0 --:--:-- 0:00:04 --:--:-- 3927k 100 19.6M 0 19.6M 0 0 3703k 0 --:--:-- 0:00:05 --:--:-- 4059k 100 24.6M 0 24.6M 0 0 3908k 0 --:--:-- 0:00:06 --:--:-- 5108k 100 29.4M 0 29.4M 0 0 4046k 0 --:--:-- 0:00:07 --:--:-- 5260k 100 33.4M 0 33.4M 0 0 4054k 0 --:--:-- 0:00:08 --:--:-- 4526k 100 37.8M 0 37.8M 0 0 4101k 0 --:--:-- 0:00:09 --:--:-- 4631k 100 41.8M 0 41.8M 0 0 4099k 0 --:--:-- 0:00:10 --:--:-- 4529k 100 46.1M 0 46.1M 0 0 4127k 0 --:--:-- 0:00:11 --:--:-- 4409k 100 50.4M 0 50.4M 0 0 4153k 0 --:--:-- 0:00:12 --:--:-- 4311k 100 52.3M 0 52.3M 0 0 4166k 0 --:--:-- 0:00:12 --:--:-- 4380k Removing intermediate container 44246a74dd4a ---> b730a450a79e Step 5/27 : RUN export SH=/bin/bash && cd ~/pkgsrc/bootstrap && ./bootstrap ---> Running in e3bf5660b08d ===> bootstrap command: ./bootstrap ===> bootstrap started: Tue Oct 16 00:01:08 UTC 2018 Working directory is: /root/pkgsrc/bootstrap/work ===> running: /bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /root/pkgsrc/sysutils/install-sh/files/install-sh.in > /root/pkgsrc/bootstrap/work/bin/install-sh ===> running: /bin/chmod +x /root/pkgsrc/bootstrap/work/bin/install-sh ===> Creating default mk.conf in /root/pkgsrc/bootstrap/work ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/sbin ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/share/mk ===> Bootstrapping mk-files ===> running: (cd /root/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp OPSYS=Linux MK_DST=/root/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=root ROOT_USER=root SED=/bin/sed SYSCONFDIR=/usr/pkg/etc /bin/sh ./bootstrap.sh) ===> Bootstrapping bmake ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/bmake ===> running: (cd /root/pkgsrc/bootstrap/work/bmake && /bin/sh configure --prefix=/root/pkgsrc/bootstrap/work --with-default-sys-path=/root/pkgsrc/bootstrap/work/share/mk --with-machine-arch=x86_64 ) 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc 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... no checking ranlib.h presence... no checking for ranlib.h... no checking for string.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sysctl.h usability... no checking sys/sysctl.h presence... no checking for sys/sysctl.h... no 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... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no 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... no checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for err... yes checking for errx... yes checking for getcwd... yes checking for getenv... yes checking for getopt... yes checking for getwd... no 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... no checking for snprintf... yes checking for strerror... yes checking for strftime... yes checking for strsep... yes checking for strtod... yes checking for strtol... yes checking for sysctl... no checking for unsetenv... yes checking for vsnprintf... yes checking for wait3... yes checking for wait4... yes checking for waitpid... yes checking for warn... yes checking for warnx... yes checking for realpath... yes checking for dirname... yes checking for stresep... no checking for strlcpy... yes checking for emalloc in -lutil... no checking whether stat file-mode macros are broken... no checking for struct stat.st_rdev... yes checking if compiler supports __func__ checking if diff -u works... yes checking for MACHINE & MACHINE_ARCH... defaults: MACHINE=linux4, MACHINE_ARCH=x86_64 Using: MACHINE=linux4, 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 /root/pkgsrc/bootstrap/work/bmake && /bin/sh make-bootstrap.sh) gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20150505" -DMACHINE="linux4" -DPKGSRC_MACHINE_ARCH="x86_64" -D_PATH_DEFSYSPATH="/root/pkgsrc/bootstrap/work/share/mk" -o main.o /root/pkgsrc/bootstrap/work/bmake/main.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /root/pkgsrc/bootstrap/work/bmake/arch.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /root/pkgsrc/bootstrap/work/bmake/buf.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /root/pkgsrc/bootstrap/work/bmake/compat.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /root/pkgsrc/bootstrap/work/bmake/cond.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /root/pkgsrc/bootstrap/work/bmake/dir.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /root/pkgsrc/bootstrap/work/bmake/for.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /root/pkgsrc/bootstrap/work/bmake/getopt.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /root/pkgsrc/bootstrap/work/bmake/hash.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /root/pkgsrc/bootstrap/work/bmake/job.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /root/pkgsrc/bootstrap/work/bmake/make.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /root/pkgsrc/bootstrap/work/bmake/make_malloc.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /root/pkgsrc/bootstrap/work/bmake/parse.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o sigcompat.o /root/pkgsrc/bootstrap/work/bmake/sigcompat.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o str.o /root/pkgsrc/bootstrap/work/bmake/str.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o strlist.o /root/pkgsrc/bootstrap/work/bmake/strlist.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o suff.o /root/pkgsrc/bootstrap/work/bmake/suff.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o targ.o /root/pkgsrc/bootstrap/work/bmake/targ.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o trace.o /root/pkgsrc/bootstrap/work/bmake/trace.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o var.o /root/pkgsrc/bootstrap/work/bmake/var.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o util.o /root/pkgsrc/bootstrap/work/bmake/util.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAppend.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDupl.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInit.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstOpen.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtEnd.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstEnQueue.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInsert.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtFront.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsAtEnd.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstClose.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFind.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsEmpty.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstRemove.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstConcat.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFindFrom.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFrom.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstLast.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstReplace.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFirst.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDatum.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEach.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstMember.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstSucc.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDeQueue.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEachFrom.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDestroy.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstNext.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstPrev.o /root/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o stresep.o /root/pkgsrc/bootstrap/work/bmake/stresep.c gcc -c -g -O2 -I. -I/root/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o meta.o /root/pkgsrc/bootstrap/work/bmake/meta.c gcc -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt 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 stresep.o ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /root/pkgsrc/bootstrap/work/bmake/bmake /root/pkgsrc/bootstrap/work/bin/bmake ===> Building libnbcompat ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/libnbcompat ===> running: (cd /root/pkgsrc/bootstrap/work/libnbcompat; /bin/sh ./configure -C --prefix=/usr/pkg --infodir=/usr/pkg/info --mandir=/usr/pkg/man --sysconfdir=/usr/pkg/etc --enable-bsd-getopt --enable-db && /root/pkgsrc/bootstrap/work/bin/bmake -j1) configure: creating cache config.cache checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... gawk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes configure: Using included getopt and getopt_long checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no checking for dirfd... yes checking *printf() support for %lld... yes checking for strtoll... (cached) yes checking if vsnprintf is standards compliant... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating nbcompat/config.h gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c glob.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c md5c.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c md5hl.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c rmd160.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c rmd160hl.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c sha1.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c sha1hl.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c sha2.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c sha2hl.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c getopt.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c getopt_long.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c vis.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c unvis.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c fparseln.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c setgroupent.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c setpassent.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c setprogname.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c shquote.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c strmode.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c setmode.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c pwcache.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c fts.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_close.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_conv.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_debug.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_delete.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_get.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_open.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_overflow.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_page.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_put.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_search.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_seq.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_split.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/btree/bt_utils.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/db/db.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_bigkey.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_buf.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_func.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_log2.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/hash_page.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbm.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/hash/ndbmdatum.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/mpool/mpool.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_close.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_delete.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_get.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_open.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_put.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_search.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_seq.c gcc -D__DBINTERFACE_PRIVATE -I. -I. -g -O2 -DHAVE_CONFIG_H -c /root/pkgsrc/bootstrap/work/libnbcompat/db/recno/rec_utils.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.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 /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/libarchive ===> running: (cd /root/pkgsrc/bootstrap/work/libarchive; env /bin/sh ./configure --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr --disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib --without-lzmadec --without-iconv --without-lzma --without-lzo2 --without-lz4 --without-nettle --without-openssl --without-xml2 --without-expat MAKE=/root/pkgsrc/bootstrap/work/bin/bmake && /root/pkgsrc/bootstrap/work/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... gawk checking whether /root/pkgsrc/bootstrap/work/bin/bmake sets $(MAKE)... yes checking whether /root/pkgsrc/bootstrap/work/bin/bmake supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether /root/pkgsrc/bootstrap/work/bin/bmake supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 /root/pkgsrc/bootstrap/work/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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... 98304 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... no checking if : 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/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.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... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking whether FS_IOC_GETFLAGS is usable... yes 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... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/richacl.h usability... no checking sys/richacl.h presence... no checking for sys/richacl.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes 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... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... yes checking for struct statfs.f_namemax... no checking for struct statvfs.f_iosize... no checking for struct stat.st_birthtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no 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... no checking for uintmax_t... yes checking for unsigned long long... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for uintmax_t... (cached) yes checking for int64_t... yes checking for uint64_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int16_t... yes checking for uint16_t... yes checking for uint8_t... yes checking whether SIZE_MAX is declared... yes checking whether INT32_MAX is declared... yes checking whether INT32_MIN is declared... yes checking whether INT64_MAX is declared... yes checking whether INT64_MIN is declared... yes checking whether UINT64_MAX is declared... yes checking whether UINT32_MAX is declared... yes checking whether INTMAX_MAX is declared... yes checking whether INTMAX_MIN is declared... yes checking whether UINTMAX_MAX is declared... yes checking whether SSIZE_MAX is declared... yes checking whether EFTYPE is declared... no 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... no checking for chflags... no checking for chown... yes checking for chroot... yes checking for ctime_r... yes checking for fchdir... yes checking for fchflags... no checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdopendir... 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... yes checking for geteuid... yes checking for getpid... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getvfsbyname... no checking for gmtime_r... yes checking for lchflags... no checking for lchmod... 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... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking support for ARCHIVE_CRYPTO_MD5_LIBC... no checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no checking for bcrypt.h... no checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking ripemd.h usability... no checking ripemd.h presence... no checking for ripemd.h... no checking sha.h usability... no checking sha.h presence... no checking for sha.h... no checking sha256.h usability... no checking sha256.h presence... no checking for sha256.h... no checking sha512.h usability... no checking sha512.h presence... no checking for sha512.h... no checking for MD5Init in -lmd... no checking support for ARCHIVE_CRYPTO_MD5_LIBMD... no checking support for ARCHIVE_CRYPTO_RMD160_LIBMD... no checking support for ARCHIVE_CRYPTO_SHA1_LIBMD... no checking support for ARCHIVE_CRYPTO_SHA256_LIBMD... no checking support for ARCHIVE_CRYPTO_SHA512_LIBMD... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/pkgconfig/libarchive.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing mkdirs commands 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 /root/pkgsrc/bootstrap/work/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 ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarchive_fe.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD bsdcat ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /root/pkgsrc/bootstrap/work/pkg_install ===> running: (cd /root/pkgsrc/bootstrap/work/pkg_install; env CPPFLAGS=' -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive' LDFLAGS=' -L/root/pkgsrc/bootstrap/work/libnbcompat' LIBS=' -lnbcompat' /bin/sh ./configure -C --enable-bootstrap --prefix=/usr/pkg --sysconfdir=/usr/pkg/etc --with-pkgdbdir=/usr/pkg/pkgdb --infodir=/usr/pkg/info --mandir=/usr/pkg/man && STATIC_LIBARCHIVE=/root/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a PKGSRC_MACHINE_ARCH=x86_64 /root/pkgsrc/bootstrap/work/bin/bmake -j1) configure: creating cache config.cache checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for ar... ar checking for chmod... /bin/chmod checking for cmp... /usr/bin/cmp checking for cp... /bin/cp checking for env... /usr/bin/env checking for find... /usr/bin/find checking for grep... /bin/grep checking for ln... /bin/ln checking for mkdir... /bin/mkdir checking for rmdir... /bin/rmdir checking for rm... /bin/rm checking for sed... /bin/sed checking for sort... /usr/bin/sort checking for touch... /bin/touch checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for __db185_open in -ldb... ./configure: line 4280: ac_fn_c_try_link: command not found no checking for library containing dbopen... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... no checking vis.h presence... no checking for vis.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no 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... no checking sys/queue.h presence... no checking for sys/queue.h... no 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=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c automatic.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c conflicts.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c dewey.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c fexec.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c file.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c global.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c iterate.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c license.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c lpkg.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c opattern.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c parse-config.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c pkgdb.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/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 #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=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c plist.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c remove.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c str.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c var.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c version.c gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DBOOTSTRAP -g -O2 -c vulnerabilities-file.c vulnerabilities-file.c: In function 'prepare_raw_file': vulnerabilities-file.c:83:22: warning: implicit declaration of function 'archive_read_new' [-Wimplicit-function-declaration] struct archive *a = archive_read_new(); ^~~~~~~~~~~~~~~~ vulnerabilities-file.c:83:22: warning: initialization makes pointer from integer without a cast [-Wint-conversion] vulnerabilities-file.c:87:2: warning: implicit declaration of function 'archive_read_support_filter_gzip' [-Wimplicit-function-declaration] archive_read_support_filter_gzip(a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vulnerabilities-file.c:88:2: warning: implicit declaration of function 'archive_read_support_filter_bzip2' [-Wimplicit-function-declaration] archive_read_support_filter_bzip2(a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vulnerabilities-file.c:89:2: warning: implicit declaration of function 'archive_read_support_filter_xz' [-Wimplicit-function-declaration] archive_read_support_filter_xz(a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vulnerabilities-file.c:90:2: warning: implicit declaration of function 'archive_read_support_format_raw' [-Wimplicit-function-declaration] archive_read_support_format_raw(a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -DSYSCONFDIR=\"/usr/pkg/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=\"Linux\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/usr/pkg/sbin\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c gcc -DHAVE_CONFIG_H -DOPSYS_NAME=\"Linux\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/usr/pkg/sbin\" -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c gcc -L/root/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_add main.o perform.o -linstall /root/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a -lnbcompat gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c check.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c sed -e 's|@PKG_ADMIN@|/usr/pkg/sbin/pkg_admin|' /root/pkgsrc/bootstrap/work/pkg_install/admin/audit-packages.sh.in > audit-packages sed -e 's|@PKG_ADMIN@|/usr/pkg/sbin/pkg_admin|' /root/pkgsrc/bootstrap/work/pkg_install/admin/download-vulnerability-list.sh.in > download-vulnerability-list gcc -L/root/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_admin check.o main.o -linstall -lnbcompat gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c pl.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c util.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c build.c gcc -L/root/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_create main.o perform.o pl.o util.o build.o -linstall /root/pkgsrc/bootstrap/work/libarchive/.libs/libarchive.a -lnbcompat gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c main.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c perform.c gcc -DHAVE_CONFIG_H -I/root/pkgsrc/bootstrap/work/libnbcompat -I/root/pkgsrc/bootstrap/work/libarchive/libarchive -I. -I. -I../lib -DBOOTSTRAP -g -O2 -c show.c gcc -L/root/pkgsrc/bootstrap/work/libnbcompat -L../lib -o pkg_info main.o perform.o show.o -linstall -lnbcompat ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /root/pkgsrc/bootstrap/work/pkg_install/add/pkg_add /root/pkgsrc/bootstrap/work/sbin/pkg_add ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /root/pkgsrc/bootstrap/work/pkg_install/admin/pkg_admin /root/pkgsrc/bootstrap/work/sbin/pkg_admin ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /root/pkgsrc/bootstrap/work/pkg_install/create/pkg_create /root/pkgsrc/bootstrap/work/sbin/pkg_create ===> running: /bin/sh /root/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /root/pkgsrc/bootstrap/work/pkg_install/info/pkg_info /root/pkgsrc/bootstrap/work/sbin/pkg_info ===> running: (cd /root/pkgsrc/pkgtools/cwrappers && /root/pkgsrc/bootstrap/work/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none MAKECONF=/root/pkgsrc/bootstrap/work/mk.conf install) ===> Installing dependencies for cwrappers-20180325 ===> Overriding tools for cwrappers-20180325 ===> Extracting for cwrappers-20180325 /bin/cp -R /root/pkgsrc/pkgtools/cwrappers/files/bin /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/cwrappers-20180325 /bin/touch /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/cwrappers-20180325/transform-gcc.c /bin/rm -f /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat/config.guess /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat/config.sub /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.guess /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat/config.guess /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.sub /root/pkgsrc/bootstrap/work/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-pc-linux-musl checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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-unknown-linux-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... /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.tools/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/bin/awk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no 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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5c.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c vis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c unvis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fparseln.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setgroupent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setpassent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setprogname.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c shquote.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c strmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c pwcache.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -I. -I. -O2 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fts.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.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-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c alloc.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c cleanup-cc.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c common.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c reorder-cc.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c mi_vector_hash.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c generic-transform-cc.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c normalise-cc.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c as-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c normalise-as.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c cc-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c c++-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c cpp-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c f77-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c imake-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c generic-transform-ld.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c normalise-ld.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c ld-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c generic-transform-libtool.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c libtool-wrapper.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c fixup-libtool.c cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c shlibtool-wrapper.c cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o as-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-cc.o normalise-cc.o as-wrapper.o normalise-as.o -lnbcompat cc -O2 -D_GNU_SOURCE=1 -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/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -DNEED_MI_VECTOR_HASH -c transform-cc.c cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o cpp-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-cc.o normalise-cc.o cpp-wrapper.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o f77-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-cc.o normalise-cc.o f77-wrapper.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o imake-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-cc.o normalise-cc.o imake-wrapper.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o ld-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-ld.o normalise-ld.o ld-wrapper.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o libtool-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-libtool.o normalise-cc.o libtool-wrapper.o fixup-libtool.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o shlibtool-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-libtool.o normalise-cc.o shlibtool-wrapper.o fixup-libtool.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o cc-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.o generic-transform-cc.o normalise-cc.o cc-wrapper.o transform-cc.o -lnbcompat cc -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/libnbcompat -Wl,-R/usr/pkg/lib -o c++-wrapper alloc.o cleanup-cc.o common.o reorder-cc.o mi_vector_hash.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 root -m 755 as-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/as-wrapper /usr/bin/install -c -s -o root -g root -m 755 cc-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/cc-wrapper /usr/bin/install -c -s -o root -g root -m 755 c++-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/c++-wrapper /usr/bin/install -c -s -o root -g root -m 755 cpp-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/cpp-wrapper /usr/bin/install -c -s -o root -g root -m 755 f77-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/f77-wrapper /usr/bin/install -c -s -o root -g root -m 755 imake-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/imake-wrapper /usr/bin/install -c -s -o root -g root -m 755 ld-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/ld-wrapper /usr/bin/install -c -s -o root -g root -m 755 libtool-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/libtool-wrapper /usr/bin/install -c -s -o root -g root -m 755 shlibtool-wrapper /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.destdir/usr/pkg/libexec/cwrappers/shlibtool-wrapper => Automatic manual page handling => Generating post-install file lists => Checking file-check results for cwrappers-20180325 => Creating binary package /root/pkgsrc/bootstrap/work/wrk/pkgtools/cwrappers/work/.packages/cwrappers-20180325.tgz ===> Building binary package for cwrappers-20180325 => Creating binary package /root/pkgsrc/packages/All/cwrappers-20180325.tgz ===> Installing binary package of cwrappers-20180325 ===> Installing packages ===> running: (cd /root/pkgsrc/pkgtools/bootstrap-mk-files && /root/pkgsrc/bootstrap/work/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/root/pkgsrc/bootstrap/work/mk.conf install) ===> Installing dependencies for bootstrap-mk-files-20180901 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for bootstrap-mk-files-20180901 ===> Extracting for bootstrap-mk-files-20180901 ===> Patching for bootstrap-mk-files-20180901 ===> Creating toolchain wrappers for bootstrap-mk-files-20180901 ===> Configuring for bootstrap-mk-files-20180901 cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20180901; for file in bsd.* sys.mk; do test ! -f mods/Linux.$file || /bin/cp -f mods/Linux.$file /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20180901/$file; done cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20180901; if test -f mods/Linux.bsd.own.mk.in; then own_mk=mods/Linux.bsd.own.mk.in; else own_mk=mods/bsd.own.mk.in; fi; /bin/sed -e 's|@ROOT_GROUP@|'root'|g' -e 's|@ROOT_USER@|'root'|g' -e 's|@SYSCONFDIR@|'/usr/pkg/etc'|g' $own_mk > bsd.own.mk ===> Installing for bootstrap-mk-files-20180901 => Generating pre-install file lists => Creating installation directories cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20180901 && for file in bsd.* sys.mk; do /usr/bin/install -c -o root -g root -m 644 $file /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/.destdir/usr/pkg/share/mk/$file; done => Automatic manual page handling => Generating post-install file lists => Checking file-check results for bootstrap-mk-files-20180901 => Creating binary package /root/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/.packages/bootstrap-mk-files-20180901.tgz ===> Building binary package for bootstrap-mk-files-20180901 => Creating binary package /root/pkgsrc/packages/All/bootstrap-mk-files-20180901.tgz ===> Installing binary package of bootstrap-mk-files-20180901 ===> running: (cd /root/pkgsrc/devel/bmake && /root/pkgsrc/bootstrap/work/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/root/pkgsrc/bootstrap/work/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-20180901 ===> Overriding tools for bmake-20150505 ===> Extracting for bmake-20150505 /bin/cp -R /root/pkgsrc/devel/bmake/files /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake /bin/rm -f /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat/config.guess /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat/config.sub /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.guess /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat/config.guess /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.sub /root/pkgsrc/bootstrap/work/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-pc-linux-musl checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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-unknown-linux-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... /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.tools/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/bin/awk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no 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/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5c.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c vis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c unvis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fparseln.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setgroupent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setpassent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setprogname.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c shquote.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c strmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c pwcache.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fts.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.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-unknown-linux-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) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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-unknown-linux-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 root 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... no checking ranlib.h presence... no checking for ranlib.h... no checking for string.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sysctl.h usability... no checking sys/sysctl.h presence... no checking for sys/sysctl.h... no 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... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no 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... no checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for err... yes checking for errx... yes checking for getcwd... yes checking for getenv... yes checking for getopt... yes checking for getwd... no 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... no checking for snprintf... yes checking for strerror... yes checking for strftime... yes checking for strsep... yes checking for strtod... yes checking for strtol... yes checking for sysctl... no checking for unsetenv... yes checking for vsnprintf... yes checking for wait3... yes checking for wait4... yes checking for waitpid... yes checking for warn... yes checking for warnx... yes checking for realpath... yes checking for dirname... yes checking for stresep... no checking for strlcpy... yes checking for emalloc in -lutil... no checking whether stat file-mode macros are broken... no checking for struct stat.st_rdev... yes checking if compiler supports __func__ checking if diff -u works... yes checking for MACHINE & MACHINE_ARCH... defaults: MACHINE=linux4, MACHINE_ARCH=x86_64 Using: MACHINE=linux4, 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 /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake && /usr/bin/env USETOOLS=no CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2 CPPFLAGS=-DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.gcc/bin:/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.tools/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.cwrapper/config /bin/bash make-bootstrap.sh cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20150505" -DMACHINE="linux4" -DPKGSRC_MACHINE_ARCH="x86_64" -D_PATH_DEFSYSPATH="/usr/pkg/share/mk" -o main.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/main.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/arch.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/buf.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/compat.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/cond.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/dir.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/for.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/getopt.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/hash.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/job.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/make.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/make_malloc.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/parse.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o sigcompat.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/sigcompat.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o str.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/str.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o strlist.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/strlist.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o suff.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/suff.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o targ.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/targ.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o trace.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/trace.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o var.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/var.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o util.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/util.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAppend.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAppend.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDupl.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDupl.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInit.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstInit.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstOpen.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstOpen.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtEnd.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAtEnd.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstEnQueue.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstEnQueue.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstInsert.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstInsert.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstAtFront.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstAtFront.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsAtEnd.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstIsAtEnd.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstClose.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstClose.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFind.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFind.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstIsEmpty.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstIsEmpty.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstRemove.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstRemove.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstConcat.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstConcat.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFindFrom.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFindFrom.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstLast.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstLast.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstReplace.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstReplace.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstFirst.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstFirst.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDatum.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDatum.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEach.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstForEach.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstMember.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstMember.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstSucc.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstSucc.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDeQueue.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDeQueue.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstForEachFrom.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstForEachFrom.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstDestroy.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstDestroy.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstNext.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstNext.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o lstPrev.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/lst.lib/lstPrev.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o stresep.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/stresep.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I. -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -I/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o meta.o /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/meta.c cc -L/root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/libnbcompat -Wl,-R/usr/pkg/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 stresep.o -lnbcompat ===> Installing for bmake-20150505 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/bmake /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.destdir/usr/pkg/bin /usr/bin/install -c -o root -g root -m 644 /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/bmake/bmake.1 /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.destdir/usr/pkg/man/man1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for bmake-20150505 => Creating binary package /root/pkgsrc/bootstrap/work/wrk/devel/bmake/work/.packages/bmake-20150505.tgz ===> Building binary package for bmake-20150505 => Creating binary package /root/pkgsrc/packages/All/bmake-20150505.tgz ===> Installing binary package of bmake-20150505 ===> running: (cd /root/pkgsrc/pkgtools/pkg_install && /root/pkgsrc/bootstrap/work/bin/bmake MAKE_JOBS=1 PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=/root/pkgsrc/bootstrap/work/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/ssl/certs * SSLDIR = /etc/ssl * SSLKEYS = /etc/ssl/private You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/config.guess /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/config.sub /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.guess /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/config.guess /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.sub /root/pkgsrc/bootstrap/work/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-pc-linux-musl checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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-unknown-linux-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... /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/bin/awk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes configure: Using included getopt and getopt_long checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no 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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 md5c.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 md5hl.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 rmd160.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 rmd160hl.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 sha1.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 sha1hl.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 sha2.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 sha2hl.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 getopt.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 getopt_long.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 vis.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 unvis.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 fparseln.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 setgroupent.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 setpassent.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 setprogname.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 shquote.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 strmode.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 setmode.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 pwcache.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 fts.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/db/db.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/hash.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/ndbm.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/hash/ndbmdatum.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/mpool/mpool.c cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat/db/recno/rec_utils.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=Linux 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=022\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config /root/pkgsrc/bootstrap/work/bin/bmake -j1 -f Makefile libbz2.a cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o blocksort.o blocksort.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzlib.o bzlib.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o compress.o compress.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o crctable.o crctable.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o decompress.o decompress.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o huffman.o huffman.c cc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o randtable.o randtable.c ar cq libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o ranlib libbz2.a cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive && /usr/bin/env INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ root INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 755 INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 LIBS=\ \ -lnbcompat INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/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=/bin/egrep ac_cv_path_EGREP=/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=/bin/grep ac_cv_path_GREP=/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=/bin/sed SORT=/usr/bin/sort TEST=test ac_cv_path_TEST=test TOUCH=/bin/touch TR=/usr/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= MAKE=make CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/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=022\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config CONFIG_SHELL=/bin/bash LIBS=-lnbcompat ac_given_INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ root /bin/bash ./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 --without-lzma checking for a BSD-compatible install... /usr/bin/install -c -o root -g root 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-pc-linux-musl checking host system type... x86_64-pc-linux-musl 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) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... 98304 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.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... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking whether FS_IOC_GETFLAGS is usable... yes 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... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/richacl.h usability... no checking sys/richacl.h presence... no checking for sys/richacl.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes 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... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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 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... yes checking for struct statfs.f_namemax... no checking for struct statvfs.f_iosize... no checking for struct stat.st_birthtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no 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... no checking for uintmax_t... yes checking for unsigned long long... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for uintmax_t... (cached) yes checking for int64_t... yes checking for uint64_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int16_t... yes checking for uint16_t... yes checking for uint8_t... yes checking whether SIZE_MAX is declared... yes checking whether INT32_MAX is declared... yes checking whether INT32_MIN is declared... yes checking whether INT64_MAX is declared... yes checking whether INT64_MIN is declared... yes checking whether UINT64_MAX is declared... yes checking whether UINT32_MAX is declared... yes checking whether INTMAX_MAX is declared... yes checking whether INTMAX_MIN is declared... yes checking whether UINTMAX_MAX is declared... yes checking whether SSIZE_MAX is declared... yes checking whether EFTYPE is declared... no 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... no checking for chflags... no checking for chown... yes checking for chroot... yes checking for ctime_r... yes checking for fchdir... yes checking for fchflags... no checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdopendir... 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... yes checking for geteuid... yes checking for getpid... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getvfsbyname... no checking for gmtime_r... yes checking for lchflags... no checking for lchmod... 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... no checking for library containing setxattr... none required checking whether EXTATTR_NAMESPACE_USER is declared... no checking whether XATTR_NOFOLLOW is declared... no checking for fgetxattr... yes checking for flistxattr... yes checking for fsetxattr... yes checking for getxattr... yes checking for lgetxattr... yes checking for listxattr... yes checking for llistxattr... yes checking for lsetxattr... yes checking for extended attributes support... Linux 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... no checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no checking for bcrypt.h... no checking 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 support for ARCHIVE_CRYPTO_MD5_OPENSSL... yes checking support for ARCHIVE_CRYPTO_RMD160_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA1_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA256_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA384_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA512_OPENSSL... yes checking for PKCS5_PBKDF2_HMAC_SHA1... yes checking for EVP_CIPHER_CTX_init in -lcrypto... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking ripemd.h usability... no checking ripemd.h presence... no checking for ripemd.h... no checking sha.h usability... no checking sha.h presence... no checking for sha.h... no checking sha256.h usability... no checking sha256.h presence... no checking for sha256.h... no checking sha512.h usability... no checking sha512.h presence... no checking for sha512.h... no checking for MD5Init in -lmd... no checking 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: can't remove 'libtoolT': No such file or directory config.status: executing mkdirs commands cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=Linux 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=022\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config /root/pkgsrc/bootstrap/work/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 /root/pkgsrc/bootstrap/work/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 ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarchive_fe.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD bsdcat cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch && /bin/touch fetch.cat3 && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=Linux 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=022\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config BINOWN=root BINGRP=root GAMEOWN=root GAMEGRP=root MANOWN=root MANGRP=root SHAREOWN=root SHAREGRP=root DOCOWN=root DOCGRP=root BINMODE=755 NONBINMODE=644 BINDIR=/usr/pkg/bin INCSDIR=/usr/pkg/include LIBDIR=/usr/pkg/lib MANDIR=/usr/pkg/man STRIPFLAG=-s MANINSTALL=maninstall MKCATPAGES=no MKHTML=no /root/pkgsrc/bootstrap/work/bin/bmake -f Makefile depend all sh /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/errlist.sh ftp_errlist FTP /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/ftp.errors > ftperr.h sh /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch/errlist.sh http_errlist HTTP /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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 fetch.o common.o ftp.o http.o file.o ranlib libfetch.a cd /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp && /bin/sed -e '/zlib/d' Makefile.lib.in >Makefile.in && /bin/rm -f bzlib.h zlib.h && /bin/bash ./configure && /usr/bin/env USETOOLS=no PKGSRC_MACHINE_ARCH=x86_64 OPSYS=Linux 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=022\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work\ -DHAVE_NBCOMPAT_H=1\ -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp\ -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.gcc/bin:/usr/pkg/bin:/usr/pkg/bin:/usr/pkg/sbin::/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.home CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/lib/pkgconfig:/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.cwrapper/config BINOWN=root BINGRP=root GAMEOWN=root GAMEGRP=root MANOWN=root MANGRP=root SHAREOWN=root SHAREGRP=root DOCOWN=root DOCGRP=root BINMODE=755 NONBINMODE=644 BINDIR=/usr/pkg/bin INCSDIR=/usr/pkg/include LIBDIR=/usr/pkg/lib MANDIR=/usr/pkg/man STRIPFLAG=-s MANINSTALL=maninstall MKCATPAGES=no MKHTML=no /root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-unknown-linux-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 root checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for ar... ar checking for chmod... /bin/chmod checking for cmp... /usr/bin/cmp checking for cp... /bin/cp checking for env... (cached) /usr/bin/env checking for find... /usr/bin/find checking for grep... (cached) /bin/grep checking for ln... /bin/ln checking for mkdir... /bin/mkdir -p checking for rmdir... /bin/rmdir checking for rm... /bin/rm checking for sed... /bin/sed checking for sort... /usr/bin/sort checking for touch... /bin/touch checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for __db185_open in -ldb... ./configure: line 4280: ac_fn_c_try_link: command not found no checking for library containing dbopen... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... no checking vis.h presence... no checking for vis.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no 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... no checking sys/queue.h presence... no checking for sys/queue.h... no 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=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c automatic.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c conflicts.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c dewey.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c fexec.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c file.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c global.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c iterate.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c license.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c lpkg.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c opattern.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c parse-config.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkgdb.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_io.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c plist.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c remove.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c str.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c var.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c version.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c vulnerabilities-file.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c xwrapper.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c gpgsig.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/etc\" -DHAVE_SSL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_signature.c cc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/usr/pkg/pkgdb\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -DSYSCONFDIR=\"/usr/pkg/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=\"Linux\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/usr/pkg/sbin\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=\"Linux\" -DPKGSRC_MACHINE_ARCH=\"x86_64\" -DBINDIR=\"/usr/pkg/sbin\" -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_add main.o perform.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lssl -lcrypto -lcrypto -lcrypto -lbz2 -lz -lnbcompat -lnbcompat cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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@|/usr/pkg/sbin/pkg_admin|' /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-20180425/admin/audit-packages.sh.in > audit-packages sed -e 's|@PKG_ADMIN@|/usr/pkg/sbin/pkg_admin|' /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-20180425/admin/download-vulnerability-list.sh.in > download-vulnerability-list cc -lssl -lcrypto -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_admin audit.o check.o main.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lssl -lcrypto -lcrypto -lcrypto -lbz2 -lz -lnbcompat -lnbcompat cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_create main.o perform.o pl.o util.o build.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -lcrypto -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -I/usr/include -I. -I. -I../lib -DBINDIR=\"/usr/pkg/sbin\" -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c pkg_delete.c cc -lssl -lcrypto -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_delete pkg_delete.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -lcrypto -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto cc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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=022 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -I/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work -DHAVE_NBCOMPAT_H=1 -I/root/pkgsrc/bootstrap/work/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/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/bzip2 -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/netpgp -L/root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_info main.o perform.o show.o -linstall -lnetpgpverify -larchive -lbz2 -lz -lfetch -lcrypto -lcrypto -lbz2 -lz -lnbcompat -lnbcompat -lssl -lcrypto ===> Installing for pkg_install-20180425 => Generating pre-install file lists /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man5 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man7 /usr/bin/install -c -o root -g root -m 444 pkg_summary.5 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man5/pkg_summary.5 /usr/bin/install -c -o root -g root -m 444 pkg_install.conf.5 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man5/pkg_install.conf.5 /usr/bin/install -c -o root -g root -m 444 pkgsrc.7 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man7/pkgsrc.7 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root pkg_add /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin/pkg_add /usr/bin/install -c -o root -g root -m 444 pkg_add.1 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1/pkg_add.1 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man8 /usr/bin/install -c -o root -g root pkg_admin /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin/pkg_admin /usr/bin/install -c -o root -g root -m 555 audit-packages download-vulnerability-list /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 444 pkg_admin.1 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1/pkg_admin.1 /usr/bin/install -c -o root -g root -m 444 audit-packages.8 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man8/ /usr/bin/install -c -o root -g root -m 444 download-vulnerability-list.8 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man8/ /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root pkg_create /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin/pkg_create /usr/bin/install -c -o root -g root -m 444 pkg_create.1 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1/pkg_create.1 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root pkg_delete /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin/pkg_delete /usr/bin/install -c -o root -g root -m 444 pkg_delete.1 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1/pkg_delete.1 /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin /usr/bin/install -c -o root -g root -m 755 -d /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root pkg_info /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/sbin/pkg_info /usr/bin/install -c -o root -g root -m 444 pkg_info.1 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.destdir/usr/pkg/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 /root/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.packages/pkg_install-20180425.tgz ===> Building binary package for pkg_install-20180425 => Creating binary package /root/pkgsrc/packages/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 * * * /usr/pkg/sbin/pkg_admin fetch-pkg-vulnerabilities >/dev/null 2>&1 # Audit the installed packages and email results to root 9 3 * * * /usr/pkg/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 /usr/pkg/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 /root/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /usr/pkg/etc =========================================================================== Please remember to add /usr/pkg/bin to your PATH environment variable and /usr/pkg/man to your MANPATH environment variable, if necessary. An example mk.conf file with the settings you provided to "bootstrap" has been created for you. It can be found in: /usr/pkg/etc/mk.conf You can find extensive documentation of the NetBSD Packages Collection in /root/pkgsrc/doc/pkgsrc.txt. Thank you for using pkgsrc! =========================================================================== ===> bootstrap started: Tue Oct 16 00:01:08 UTC 2018 ===> bootstrap ended: Tue Oct 16 00:03:56 UTC 2018 Removing intermediate container e3bf5660b08d ---> 9bfcad8f4ecf Step 6/27 : RUN mkdir -p /root/pkg/work && mkdir -p /root/pkg/distfiles ---> Running in 32d83da8d45a Removing intermediate container 32d83da8d45a ---> ba8495a7b622 Step 7/27 : COPY profile /etc/profile.d/pkgsrc ---> 68230c3af691 Step 8/27 : COPY mk.conf /usr/pkg/etc/mk.conf ---> 06088225e486 Step 9/27 : COPY pkg_install.conf /usr/pkg/etc/pkg_install.conf ---> 1fbf454d975e Step 10/27 : RUN . /etc/profile.d/pkgsrc && pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities ---> Running in 02696572ec3e Removing intermediate container 02696572ec3e ---> b5f280c93cc3 Step 11/27 : RUN . /etc/profile.d/pkgsrc && cd /root/pkgsrc/lang/nawk && bmake install clean clean-depends && sed -i.bak 's!TOOLS_PLATFORM\.awk.*!TOOLS_PLATFORM.awk?= /usr/pkg/bin/nawk!' /usr/pkg/etc/mk.conf ---> Running in 27ddfdb64ed7 ===> Checking for vulnerabilities in nawk-20121220nb1 ===> Installing dependencies for nawk-20121220nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for nawk-20121220nb1 ===> Extracting for nawk-20121220nb1 ===> Patching for nawk-20121220nb1 ===> Creating toolchain wrappers for nawk-20121220nb1 ===> Configuring for nawk-20121220nb1 ===> Building for nawk-20121220nb1 cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c ytab.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c b.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c main.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c parse.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c proctab.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c tran.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c lib.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c run.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 -c lex.c cc -O2 -DYYMAXDEPTH=300 -D_FORTIFY_SOURCE=2 ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm -o a.out ===> Installing for nawk-20121220nb1 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 /root/pkg/work/lang/nawk/work/nawk-20121220/a.out /root/pkg/work/lang/nawk/work/.destdir/usr/pkg/bin/nawk /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/lang/nawk/work/nawk-20121220/nawk.1 /root/pkg/work/lang/nawk/work/.destdir/usr/pkg/man/man1/nawk.1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for nawk-20121220nb1 => Creating binary package /root/pkg/work/lang/nawk/work/.packages/nawk-20121220nb1.tgz ===> Building binary package for nawk-20121220nb1 => Creating binary package /root/pkgsrc/packages/All/nawk-20121220nb1.tgz ===> Installing binary package of nawk-20121220nb1 ===> Cleaning for nawk-20121220nb1 ===> Cleaning for cwrappers-20180325 Removing intermediate container 27ddfdb64ed7 ---> 090b4b3b5dac Step 12/27 : RUN . /etc/profile.d/pkgsrc && cd /root/pkgsrc/pkgtools/pkg_alternatives && bmake install clean clean-depends ---> Running in e5c8452adc10 ===> Checking for vulnerabilities in pkg_alternatives-1.6 ===> Installing dependencies for pkg_alternatives-1.6 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for pkg_alternatives-1.6 ===> Extracting for pkg_alternatives-1.6 /bin/cp /root/pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.sh /root/pkg/work/pkgtools/pkg_alternatives/work /bin/cp /root/pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8 /root/pkg/work/pkgtools/pkg_alternatives/work /bin/cp /root/pkgsrc/pkgtools/pkg_alternatives/files/wrapper.sh /root/pkg/work/pkgtools/pkg_alternatives/work /bin/cp /root/pkgsrc/pkgtools/pkg_alternatives/files/wrapper.man /root/pkg/work/pkgtools/pkg_alternatives/work /bin/cp /root/pkgsrc/pkgtools/pkg_alternatives/files/filter.conf /root/pkg/work/pkgtools/pkg_alternatives/work ===> Patching for pkg_alternatives-1.6 ===> Creating toolchain wrappers for pkg_alternatives-1.6 ===> Configuring for pkg_alternatives-1.6 => Configuring sources. ===> Installing for pkg_alternatives-1.6 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/pkgtools/pkg_alternatives/work/pkg_alternatives.sh /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/sbin/pkg_alternatives /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/pkgtools/pkg_alternatives/work/pkg_alternatives.8 /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/man/man8/ /usr/bin/install -d -o root -g root -m 755 /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/share/pkg_alternatives /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/pkgtools/pkg_alternatives/work/wrapper.sh /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/share/pkg_alternatives/ /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/pkgtools/pkg_alternatives/work/wrapper.man /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/share/pkg_alternatives/ /usr/bin/install -d -o root -g root -m 755 /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/share/examples/pkg_alternatives /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/pkgtools/pkg_alternatives/work/filter.conf /root/pkg/work/pkgtools/pkg_alternatives/work/.destdir/usr/pkg/share/examples/pkg_alternatives/ => Automatic manual page handling => Generating post-install file lists => Checking file-check results for pkg_alternatives-1.6 => Creating binary package /root/pkg/work/pkgtools/pkg_alternatives/work/.packages/pkg_alternatives-1.6.tgz ===> Building binary package for pkg_alternatives-1.6 => Creating binary package /root/pkgsrc/packages/All/pkg_alternatives-1.6.tgz ===> Installing binary package of pkg_alternatives-1.6 pkg_alternatives-1.6: copying /usr/pkg/share/examples/pkg_alternatives/filter.conf to /usr/pkg/etc/pkg_alternatives/filter.conf ===> Cleaning for pkg_alternatives-1.6 ===> Cleaning for cwrappers-20180325 Removing intermediate container e5c8452adc10 ---> 005cc2c492b0 Step 13/27 : RUN . /etc/profile.d/pkgsrc && cd /root/pkgsrc/lang/python37 && bmake install clean clean-depends && cd /root/pkgsrc/devel/py-pip && bmake install clean clean-depends && cd /root/pkgsrc/devel/py-virtualenv && bmake install clean clean-depends ---> Running in 297d2ab982b1 => Bootstrap dependency digest>=20010302: NOT found => Verifying reinstall for ../../pkgtools/digest ===> Checking for vulnerabilities in digest-20180917 ===> Installing dependencies for digest-20180917 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for digest-20180917 ===> Extracting for digest-20180917 ===> Patching for digest-20180917 ===> Creating toolchain wrappers for digest-20180917 ===> Configuring for digest-20180917 => 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gawk... /usr/pkg/bin/nawk checking for x86_64-unknown-linux-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 root checking whether ln -s works... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.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 for inttypes.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdlib.h... (cached) yes checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking whether byte ordering is bigendian... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for setlocale... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h ===> Building for digest-20180917 cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c digest.c -o digest.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c keccak.c -o keccak.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c md5c.c -o md5c.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c md5hl.c -o md5hl.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c rmd160.c -o rmd160.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c rmd160hl.c -o rmd160hl.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha1.c -o sha1.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha1hl.c -o sha1hl.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha2.c -o sha2.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha2hl.c -o sha2hl.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha3.c -o sha3.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c sha3hl.c -o sha3hl.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c tiger.c -o tiger.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c whirlpool.c -o whirlpool.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c blake2b.c -o blake2b.o cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"x86_64-unknown-linux-gnu\" -DVERSION=\"20180917\" -O2 -D_FORTIFY_SOURCE=2 -c blake2b-hl.c -o blake2b-hl.o cc -O2 -D_FORTIFY_SOURCE=2 -Wl,-R/usr/pkg/lib -o digest digest.o keccak.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o sha3.o sha3hl.o tiger.o whirlpool.o blake2b.o blake2b-hl.o ===> Installing for digest-20180917 => Generating pre-install file lists /bin/bash ./mkinstalldirs /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/bin mkdir /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/bin /usr/bin/install -c -s -o root -g root -m 755 digest /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/bin/digest /bin/bash ./mkinstalldirs /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/man/man1 mkdir /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/man mkdir /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root -m 644 digest.1 /root/pkg/work/pkgtools/digest/work/.destdir/usr/pkg/man/man1/digest.1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for digest-20180917 => Creating binary package /root/pkg/work/pkgtools/digest/work/.packages/digest-20180917.tgz ===> Building binary package for digest-20180917 => Creating binary package /root/pkgsrc/packages/All/digest-20180917.tgz ===> Installing binary package of digest-20180917 => Returning to build of python37-3.7.0 ===> Checking for vulnerabilities in python37-3.7.0 => Fetching Python-3.7.0.tar.xz => Total size: 16922100 bytes  % Total % Received % Xferd  Average Speed  Time   Time Time Current                   Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0   0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0   0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0    2 16.1M   2  335k  0    0 262k   0  0:01:02  0:00:01 0:01:01  262k 10 16.1M 10 1669k 0 0 742k 0 0:00:22 0:00:02 0:00:20 1372k 17 16.1M 17 2892k 0 0 890k 0 0:00:18 0:00:03 0:00:15 1298k 26 16.1M 26 4461k 0 0 1050k 0 0:00:15 0:00:04 0:00:11 1388k 37 16.1M 37 6252k 0 0 1190k 0 0:00:13 0:00:05 0:00:08 1489k 50 16.1M 50 8332k 0 0 1329k 0 0:00:12 0:00:06 0:00:06 1602k 63 16.1M 63 10.2M 0 0 1440k 0 0:00:11 0:00:07 0:00:04 1753k 75 16.1M 75 12.1M 0 0 1507k 0 0:00:10 0:00:08 0:00:02 1907k 87 16.1M 87 14.2M 0 0 1572k 0 0:00:10 0:00:09 0:00:01 2016k 100 16.1M 100 16.1M 0 0 1640k 0 0:00:10 0:00:10 --:--:-- 2128k => Checksum SHA1 OK for Python-3.7.0.tar.xz => Checksum RMD160 OK for Python-3.7.0.tar.xz => Checksum SHA512 OK for Python-3.7.0.tar.xz ===> Installing dependencies for python37-3.7.0 ========================================================================== The supported build options for python37 are: dtrace x11 The currently selected options are: x11 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.python37 (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, python37-3.7.0. Their current value is shown below: * BDB185_DEFAULT = db4 * BDB_DEFAULT = db4 * CURSES_DEFAULT = curses * SSLBASE = /usr * SSLCERTS = /etc/ssl/certs * SSLDIR = /etc/ssl * SSLKEYS = /etc/ssl/private Based on these variables, the following variables have been set: * BDBBASE (defined, but empty) * BDB_LIBS = -ldb4 * BDB_TYPE = db4 * CURSES_TYPE = curses * TERMCAP_TYPE = curses You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency nbpatch-[0-9]*: NOT found => Verifying reinstall for ../../devel/nbpatch ===> Checking for vulnerabilities in nbpatch-20151107 ===> Installing dependencies for nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for nbpatch-20151107 ===> Extracting for nbpatch-20151107 /bin/cp -r /root/pkgsrc/devel/nbpatch/files /root/pkg/work/devel/nbpatch/work/nbpatch-20151107 /bin/rm -f /root/pkg/work/devel/nbpatch/work/libnbcompat/config.guess /root/pkg/work/devel/nbpatch/work/libnbcompat/config.sub /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.guess /root/pkg/work/devel/nbpatch/work/libnbcompat/config.guess /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.sub /root/pkg/work/devel/nbpatch/work/libnbcompat/config.sub ===> Patching for nbpatch-20151107 ===> Creating toolchain wrappers for nbpatch-20151107 ===> Configuring for nbpatch-20151107 => Configuring and building libnbcompat checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-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... /root/pkg/work/devel/nbpatch/work/.tools/bin/grep checking for egrep... /root/pkg/work/devel/nbpatch/work/.tools/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 x86_64-unknown-linux-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... /root/pkg/work/devel/nbpatch/work/.tools/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/pkg/bin/nawk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes configure: Using included getopt and getopt_long checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no 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/pkg/bin/nawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5c.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c getopt.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c getopt_long.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c vis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c unvis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fparseln.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setgroupent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setpassent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setprogname.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c shquote.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c strmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c pwcache.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fts.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.o ranlib libnbcompat.a ===> Building for nbpatch-20151107 cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c patch.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c pch.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c inp.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c util.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c backupfile.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/devel/nbpatch/work/libnbcompat -c mkpath.c cc -L/root/pkg/work/devel/nbpatch/work/libnbcompat -Wl,-R/usr/pkg/lib -o nbpatch patch.o pch.o inp.o util.o backupfile.o mkpath.o -lnbcompat ===> Installing for nbpatch-20151107 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 nbpatch /root/pkg/work/devel/nbpatch/work/.destdir/usr/pkg/bin/nbpatch /usr/bin/install -c -o root -g root -m 644 nbpatch.1 /root/pkg/work/devel/nbpatch/work/.destdir/usr/pkg/man/man1/nbpatch.1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for nbpatch-20151107 => Creating binary package /root/pkg/work/devel/nbpatch/work/.packages/nbpatch-20151107.tgz ===> Building binary package for nbpatch-20151107 => Creating binary package /root/pkgsrc/packages/All/nbpatch-20151107.tgz ===> Installing binary package of nbpatch-20151107 => Returning to build of python37-3.7.0 => Build dependency readline>=6.0: NOT found => Verifying reinstall for ../../devel/readline => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in readline-7.0 => Fetching readline-7.0.tar.gz => Total size: 2910016 bytes  % Total   % Received % Xferd  Average Speed  Time  Time    Time Current                   Dload Upload Total Spent Left Speed  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0  0 2841k 0 3884 0 0 8708 0 0:05:34 --:--:-- 0:05:34 8689  33 2841k 33  939k  0    0  654k     0  0:00:04 0:00:01  0:00:03 654k 73 2841k 73 2092k 0 0 862k 0 0:00:03 0:00:02 0:00:01 862k 100 2841k 100 2841k 0 0 914k 0 0:00:03 0:00:03 --:--:-- 915k => Checksum SHA1 OK for readline-7.0.tar.gz => Checksum RMD160 OK for readline-7.0.tar.gz => Checksum SHA512 OK for readline-7.0.tar.gz ===> Installing dependencies for readline-7.0 ========================================================================== The following variables will affect the build process of this package, readline-7.0. Their current value is shown below: * CURSES_DEFAULT = curses Based on these variables, the following variables have been set: * CURSES_TYPE = curses * TERMCAP_TYPE = curses You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: NOT found => Verifying reinstall for ../../devel/libtool-base => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in libtool-base-2.4.6nb1 => Fetching libtool-2.4.6.tar.gz => Total size: 1806697 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 1764k 9 162k 0 0 151k 0 0:00:11 0:00:01 0:00:10 151k 100 1764k 100 1764k 0 0 1234k 0 0:00:01 0:00:01 --:--:-- 1233k => Checksum SHA1 OK for libtool-2.4.6.tar.gz => Checksum RMD160 OK for libtool-2.4.6.tar.gz => Checksum SHA512 OK for libtool-2.4.6.tar.gz ===> Installing dependencies for libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for libtool-base-2.4.6nb1 ===> Extracting for libtool-base-2.4.6nb1 ===> Patching for libtool-base-2.4.6nb1 => Applying pkgsrc patches for libtool-base-2.4.6nb1 ===> Creating toolchain wrappers for libtool-base-2.4.6nb1 ===> Configuring for libtool-base-2.4.6nb1 => 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 ## ------------------------- ## ## Configuring libtool 2.4.6 ## ## ------------------------- ## checking for GNU M4 that supports accurate traces... /usr/bin/m4 checking whether /usr/bin/m4 accepts --gnu... yes checking how m4 supports trace files... --debugfile checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu configure: autobuild project... GNU Libtool configure: autobuild revision... 2.4.6 configure: autobuild hostname... 297d2ab982b1 configure: autobuild mode... default configure: autobuild timestamp... 20181016T000443Z checking for x86_64-unknown-linux-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... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for Minix Amsterdam compiler... no checking for x86_64-unknown-linux-ar... no checking for ar... ar checking how to run the C preprocessor... cc -E checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... (cached) ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... ranlib checking command to parse nm 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 x86_64-unknown-linux-mt... no checking for mt... no checking if : is a manifest tool... no 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 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... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... none required checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the c++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for x86_64-unknown-linux-g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether no accepts -g... no checking for x86_64-unknown-linux-gfortran... no checking whether we are using the GNU Fortran compiler... no checking whether no accepts -g... no checking for x86_64-unknown-linux-gccgo... no checking for gccgo... no checking for x86_64-unknown-linux-gcj... no checking for gcj... no checking for x86_64-unknown-linux-windres... no checking for windres... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands ===> Building for libtool-base-2.4.6nb1 GEN libtoolize GEN libltdl/libltdl/lt__argz.h /usr/pkg/bin/bmake all-recursive Making all in . CC libltdl/loaders/dlopen.lo CCLD libltdl/dlopen.la ar: `u' modifier ignored since `D' is the default (see `U')  CC libltdl/loaders/libltdl_libltdlc_la-preopen.lo CC libltdl/libltdl_libltdlc_la-lt__alloc.lo CC libltdl/libltdl_libltdlc_la-lt_dlloader.lo CC libltdl/libltdl_libltdlc_la-lt_error.lo CC libltdl/libltdl_libltdlc_la-ltdl.lo CC libltdl/libltdl_libltdlc_la-slist.lo CC libltdl/lt__argz.lo CCLD libltdl/libltdlc.la ar: `u' modifier ignored since `D' is the default (see `U')  GEN ./doc/libtool.1 cd /root/pkg/work/devel/libtool-base/work/libtool-2.4.6; for f in libtool; do /bin/sed -e "s,-L/root/pkg/work/devel/libtool-base/work/.buildlink/lib *,,g" -e "s,/root/pkg/work/devel/libtool-base/work/.buildlink/lib *,,g" $f > $f.new; if [ -x $f ]; then /bin/chmod +x $f.new; fi; /bin/mv -f $f.new $f; done ===> Installing for libtool-base-2.4.6nb1 => Generating pre-install file lists /usr/pkg/bin/bmake install-recursive Making install in . GEN ./doc/libtool.1 build-aux/install-sh -c -d '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/bin' /usr/bin/install -c -o root -g root -m 755 libtool '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/bin' GREP='/bin/grep' SED='/bin/sed' './build-aux/inline-source' libtoolize > '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/bin/libtoolize' rm -rf '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool'/* /usr/bin/install -c -o root -g root -m 644 './m4/libtool.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/libtool.m4' /usr/bin/install -c -o root -g root -m 644 './m4/ltargz.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/ltargz.m4' /usr/bin/install -c -o root -g root -m 644 './m4/ltdl.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/ltdl.m4' /usr/bin/install -c -o root -g root -m 644 './m4/ltoptions.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/ltoptions.m4' /usr/bin/install -c -o root -g root -m 644 './m4/ltsugar.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/ltsugar.m4' /usr/bin/install -c -o root -g root -m 644 './m4/ltversion.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/ltversion.m4' /usr/bin/install -c -o root -g root -m 644 './m4/lt~obsolete.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/aclocal/lt~obsolete.m4' /usr/bin/install -c -o root -g root -m 755 './build-aux/compile' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/compile' /usr/bin/install -c -o root -g root -m 755 './build-aux/config.guess' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/config.guess' /usr/bin/install -c -o root -g root -m 755 './build-aux/config.sub' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/config.sub' /usr/bin/install -c -o root -g root -m 755 './build-aux/depcomp' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/depcomp' /usr/bin/install -c -o root -g root -m 755 './build-aux/install-sh' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/install-sh' /usr/bin/install -c -o root -g root -m 755 './build-aux/missing' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/missing' /usr/bin/install -c -o root -g root -m 644 './build-aux/ltmain.sh' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/build-aux/ltmain.sh' /usr/bin/install -c -o root -g root -m 644 './libltdl/COPYING.LIB' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/COPYING.LIB' /usr/bin/install -c -o root -g root -m 644 './libltdl/Makefile.am' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/Makefile.am' /usr/bin/install -c -o root -g root -m 644 './libltdl/README' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/README' /usr/bin/install -c -o root -g root -m 644 './libltdl/configure.ac' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/configure.ac' /usr/bin/install -c -o root -g root -m 644 './libltdl/aclocal.m4' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/aclocal.m4' /usr/bin/install -c -o root -g root -m 644 './libltdl/Makefile.in' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/Makefile.in' /usr/bin/install -c -o root -g root -m 644 './libltdl/config-h.in' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/config-h.in' /usr/bin/install -c -o root -g root -m 644 './libltdl/configure' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/configure' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__alloc.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__alloc.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__argz_.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__argz_.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__dirent.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__dirent.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__glibc.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__glibc.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__private.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__private.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt__strl.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt__strl.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt_dlloader.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt_dlloader.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt_error.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt_error.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/lt_system.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/lt_system.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/libltdl/slist.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/libltdl/slist.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/dld_link.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/dld_link.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/dlopen.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/dlopen.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/dyld.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/dyld.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/load_add_on.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/load_add_on.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/loadlibrary.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/loadlibrary.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/preopen.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/preopen.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/loaders/shl_load.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/loaders/shl_load.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt__alloc.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt__alloc.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt__argz.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt__argz.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt__dirent.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt__dirent.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt__strl.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt__strl.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt_dlloader.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt_dlloader.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/lt_error.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/lt_error.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/ltdl.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/ltdl.c' /usr/bin/install -c -o root -g root -m 644 './libltdl/ltdl.h' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/ltdl.h' /usr/bin/install -c -o root -g root -m 644 './libltdl/ltdl.mk' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/ltdl.mk' /usr/bin/install -c -o root -g root -m 644 './libltdl/slist.c' '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/slist.c' chmod a+x '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/share/libtool/configure' GEN ./doc/libtool.1 build-aux/install-sh -c -d '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/devel/libtool-base/work/libtool-2.4.6/shlibtool /root/pkg/work/devel/libtool-base/work/.destdir/usr/pkg/bin/shlibtool => Automatic manual page handling => Generating post-install file lists => Checking file-check results for libtool-base-2.4.6nb1 => Creating binary package /root/pkg/work/devel/libtool-base/work/.packages/libtool-base-2.4.6nb1.tgz ===> Building binary package for libtool-base-2.4.6nb1 => Creating binary package /root/pkgsrc/packages/All/libtool-base-2.4.6nb1.tgz ===> Installing binary package of libtool-base-2.4.6nb1 => Returning to build of readline-7.0 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency pkg_install-info-[0-9]*: NOT found => Verifying reinstall for ../../pkgtools/pkg_install-info ===> Checking for vulnerabilities in pkg_install-info-4.5nb3 ===> Installing dependencies for pkg_install-info-4.5nb3 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for pkg_install-info-4.5nb3 ===> Extracting for pkg_install-info-4.5nb3 ===> Patching for pkg_install-info-4.5nb3 ===> Creating toolchain wrappers for pkg_install-info-4.5nb3 ===> Configuring for pkg_install-info-4.5nb3 => 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-unknown-linux-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for vprintf... yes checking for _doprnt... no checking for setlocale... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for LC_MESSAGES... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h ===> Building for pkg_install-info-4.5nb3 cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -DENABLE_NLS=0 -DLOCALEDIR=\"\" -DPACKAGE=PACKAGE_NAME -DVERSION=PACKAGE_VERSION -c getopt.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -DENABLE_NLS=0 -DLOCALEDIR=\"\" -DPACKAGE=PACKAGE_NAME -DVERSION=PACKAGE_VERSION -c getopt1.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -DENABLE_NLS=0 -DLOCALEDIR=\"\" -DPACKAGE=PACKAGE_NAME -DVERSION=PACKAGE_VERSION -c install-info.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -DENABLE_NLS=0 -DLOCALEDIR=\"\" -DPACKAGE=PACKAGE_NAME -DVERSION=PACKAGE_VERSION -c xexit.c cc -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -DENABLE_NLS=0 -DLOCALEDIR=\"\" -DPACKAGE=PACKAGE_NAME -DVERSION=PACKAGE_VERSION -c xstrdup.c cc -Wl,-R/usr/pkg/lib -o pkg_install-info getopt.o getopt1.o install-info.o xexit.o xstrdup.o ===> Installing for pkg_install-info-4.5nb3 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 pkg_install-info /root/pkg/work/pkgtools/pkg_install-info/work/.destdir/usr/pkg/bin/pkg_install-info => Automatic manual page handling => Generating post-install file lists => Checking file-check results for pkg_install-info-4.5nb3 => Creating binary package /root/pkg/work/pkgtools/pkg_install-info/work/.packages/pkg_install-info-4.5nb3.tgz ===> Building binary package for pkg_install-info-4.5nb3 => Creating binary package /root/pkgsrc/packages/All/pkg_install-info-4.5nb3.tgz ===> Installing binary package of pkg_install-info-4.5nb3 => Returning to build of readline-7.0 ===> Overriding tools for readline-7.0 ===> Extracting for readline-7.0 ===> Patching for readline-7.0 => Applying pkgsrc patches for readline-7.0 ===> Creating toolchain wrappers for readline-7.0 ===> Configuring for readline-7.0 => 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu Beginning configuration for readline-7.0 for x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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 cc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking for function prototypes... yes checking whether char is unsigned... no checking for working volatile... yes checking return type of signal handlers... void checking for size_t... yes checking for ssize_t... yes checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for fcntl... yes checking for kill... yes checking for lstat... yes checking for readlink... yes checking for memmove... yes checking for pselect... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for strcasecmp... yes checking for strpbrk... yes checking for tcgetattr... yes checking for vsnprintf... yes checking for isascii... yes checking for isxdigit... yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for working strcoll... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for memory.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/ptem.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether or not strcoll and strcmp differ... no checking whether the ctype macros accept non-ascii characters... no checking whether getpw functions are declared in pwd.h... yes checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes checking for sig_atomic_t in signal.h... yes checking whether signal handlers are of type void... yes checking for TIOCSTAT in sys/ioctl.h... no checking for FIONREAD in sys/ioctl.h... yes checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking libaudit.h usability... no checking libaudit.h presence... no checking for libaudit.h... no checking whether AUDIT_USER_TTY is declared... yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking mbstr.h usability... no checking mbstr.h presence... no checking for mbstr.h... no checking for mbrlen... yes checking for mbscasecmp... no checking for mbscmp... no checking for mbsnrtowcs... yes checking for mbsrtowcs... yes checking for mbschr... no checking for wcrtomb... yes checking for wcscoll... yes checking for wcsdup... yes checking for wcwidth... yes checking for wctype... yes checking for wcswidth... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for iswlower... yes checking for iswupper... yes checking for towlower... yes checking for towupper... yes checking for iswctype... yes checking for nl_langinfo and CODESET... yes checking for wchar_t in wchar.h... yes checking for wctype_t in wctype.h... yes checking for wint_t in wctype.h... yes checking for wcwidth broken with unicode combining characters... no checking configuration for building shared libraries... supported configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating shlib/Makefile config.status: creating readline.pc config.status: creating config.h config.status: executing default commands => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for readline-7.0 rm -f readline.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 readline.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 readline.c -fPIC -DPIC -o .libs/readline.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 readline.c -o readline.o >/dev/null 2>&1 rm -f vi_mode.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 vi_mode.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 vi_mode.c -fPIC -DPIC -o .libs/vi_mode.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 vi_mode.c -o vi_mode.o >/dev/null 2>&1 rm -f funmap.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 funmap.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 funmap.c -fPIC -DPIC -o .libs/funmap.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 funmap.c -o funmap.o >/dev/null 2>&1 rm -f keymaps.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 keymaps.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 keymaps.c -fPIC -DPIC -o .libs/keymaps.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 keymaps.c -o keymaps.o >/dev/null 2>&1 rm -f parens.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 parens.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 parens.c -fPIC -DPIC -o .libs/parens.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 parens.c -o parens.o >/dev/null 2>&1 rm -f search.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 search.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 search.c -fPIC -DPIC -o .libs/search.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 search.c -o search.o >/dev/null 2>&1 rm -f rltty.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 rltty.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 rltty.c -fPIC -DPIC -o .libs/rltty.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 rltty.c -o rltty.o >/dev/null 2>&1 rm -f complete.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 complete.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 complete.c -fPIC -DPIC -o .libs/complete.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 complete.c -o complete.o >/dev/null 2>&1 rm -f bind.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 bind.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 bind.c -fPIC -DPIC -o .libs/bind.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 bind.c -o bind.o >/dev/null 2>&1 rm -f isearch.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 isearch.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 isearch.c -fPIC -DPIC -o .libs/isearch.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 isearch.c -o isearch.o >/dev/null 2>&1 rm -f display.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 display.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 display.c -fPIC -DPIC -o .libs/display.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 display.c -o display.o >/dev/null 2>&1 rm -f signals.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 signals.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 signals.c -fPIC -DPIC -o .libs/signals.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 signals.c -o signals.o >/dev/null 2>&1 rm -f util.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 util.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 util.c -fPIC -DPIC -o .libs/util.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 util.c -o util.o >/dev/null 2>&1 rm -f kill.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 kill.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 kill.c -fPIC -DPIC -o .libs/kill.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 kill.c -o kill.o >/dev/null 2>&1 rm -f undo.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 undo.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 undo.c -fPIC -DPIC -o .libs/undo.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 undo.c -o undo.o >/dev/null 2>&1 rm -f macro.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 macro.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 macro.c -fPIC -DPIC -o .libs/macro.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 macro.c -o macro.o >/dev/null 2>&1 rm -f input.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 input.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 input.c -fPIC -DPIC -o .libs/input.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 input.c -o input.o >/dev/null 2>&1 rm -f callback.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 callback.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 callback.c -fPIC -DPIC -o .libs/callback.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 callback.c -o callback.o >/dev/null 2>&1 rm -f terminal.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 terminal.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 terminal.c -fPIC -DPIC -o .libs/terminal.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 terminal.c -o terminal.o >/dev/null 2>&1 rm -f text.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 text.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 text.c -fPIC -DPIC -o .libs/text.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 text.c -o text.o >/dev/null 2>&1 rm -f nls.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 nls.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 nls.c -fPIC -DPIC -o .libs/nls.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 nls.c -o nls.o >/dev/null 2>&1 rm -f misc.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 misc.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 misc.c -o misc.o >/dev/null 2>&1 rm -f history.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 history.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 history.c -fPIC -DPIC -o .libs/history.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 history.c -o history.o >/dev/null 2>&1 rm -f histexpand.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 histexpand.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histexpand.c -fPIC -DPIC -o .libs/histexpand.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histexpand.c -o histexpand.o >/dev/null 2>&1 rm -f histfile.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 histfile.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histfile.c -fPIC -DPIC -o .libs/histfile.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histfile.c -o histfile.o >/dev/null 2>&1 rm -f histsearch.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 histsearch.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histsearch.c -fPIC -DPIC -o .libs/histsearch.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 histsearch.c -o histsearch.o >/dev/null 2>&1 rm -f shell.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 shell.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 shell.c -fPIC -DPIC -o .libs/shell.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 shell.c -o shell.o >/dev/null 2>&1 rm -f mbutil.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 mbutil.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 mbutil.c -fPIC -DPIC -o .libs/mbutil.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 mbutil.c -o mbutil.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=clean rm -f tilde.lo libtool: clean: rmdir .libs >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 -DREADLINE_LIBRARY -c ./tilde.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 -DREADLINE_LIBRARY -c ./tilde.c -fPIC -DPIC -o .libs/tilde.o libtool: compile: cc -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 -DREADLINE_LIBRARY -c ./tilde.c -o tilde.o >/dev/null 2>&1 rm -f colors.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 colors.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 colors.c -fPIC -DPIC -o .libs/colors.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 colors.c -o colors.o >/dev/null 2>&1 rm -f parse-colors.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 parse-colors.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 parse-colors.c -fPIC -DPIC -o .libs/parse-colors.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 parse-colors.c -o parse-colors.o >/dev/null 2>&1 rm -f xmalloc.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 xmalloc.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 xmalloc.c -o xmalloc.o >/dev/null 2>&1 rm -f xfree.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 xfree.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 xfree.c -fPIC -DPIC -o .libs/xfree.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 xfree.c -o xfree.o >/dev/null 2>&1 rm -f compat.lo /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -O2 -D_FORTIFY_SOURCE=2 compat.c libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 compat.c -fPIC -DPIC -o .libs/compat.o libtool: compile: cc -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION=\"7.0\" -O2 -D_FORTIFY_SOURCE=2 compat.c -o compat.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=clean rm -f libreadline.la libtool: clean: rmdir .libs >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -o libreadline.la readline.lo vi_mode.lo funmap.lo keymaps.lo parens.lo search.lo rltty.lo complete.lo bind.lo isearch.lo display.lo signals.lo util.lo kill.lo undo.lo macro.lo input.lo callback.lo terminal.lo text.lo nls.lo misc.lo history.lo histexpand.lo histfile.lo histsearch.lo shell.lo mbutil.lo tilde.lo colors.lo parse-colors.lo xmalloc.lo xfree.lo compat.lo -ltermcap -rpath /usr/pkg/lib -version-info 7:0 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -no-undefined libtool: link: cc -shared -fPIC -DPIC .libs/readline.o .libs/vi_mode.o .libs/funmap.o .libs/keymaps.o .libs/parens.o .libs/search.o .libs/rltty.o .libs/complete.o .libs/bind.o .libs/isearch.o .libs/display.o .libs/signals.o .libs/util.o .libs/kill.o .libs/undo.o .libs/macro.o .libs/input.o .libs/callback.o .libs/terminal.o .libs/text.o .libs/nls.o .libs/misc.o .libs/history.o .libs/histexpand.o .libs/histfile.o .libs/histsearch.o .libs/shell.o .libs/mbutil.o .libs/tilde.o .libs/colors.o .libs/parse-colors.o .libs/xmalloc.o .libs/xfree.o .libs/compat.o -lcurses -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libreadline.so.7 -o .libs/libreadline.so.7.0.0 libtool: link: (cd ".libs" && rm -f "libreadline.so.7" && ln -s "libreadline.so.7.0.0" "libreadline.so.7") libtool: link: (cd ".libs" && rm -f "libreadline.so" && ln -s "libreadline.so.7.0.0" "libreadline.so") libtool: link: ar cru .libs/libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libreadline.a libtool: link: ( cd ".libs" && rm -f "libreadline.la" && ln -s "../libreadline.la" "libreadline.la" ) /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=clean rm -f libhistory.la libtool: clean: rmdir .libs >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -o libhistory.la history.lo histexpand.lo histfile.lo histsearch.lo shell.lo mbutil.lo xmalloc.lo xfree.lo -rpath /usr/pkg/lib -version-info 7:0 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -no-undefined libtool: link: cc -shared -fPIC -DPIC .libs/history.o .libs/histexpand.o .libs/histfile.o .libs/histsearch.o .libs/shell.o .libs/mbutil.o .libs/xmalloc.o .libs/xfree.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libhistory.so.7 -o .libs/libhistory.so.7.0.0 libtool: link: (cd ".libs" && rm -f "libhistory.so.7" && ln -s "libhistory.so.7.0.0" "libhistory.so.7") libtool: link: (cd ".libs" && rm -f "libhistory.so" && ln -s "libhistory.so.7.0.0" "libhistory.so") libtool: link: ar cru .libs/libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libhistory.a libtool: link: ( cd ".libs" && rm -f "libhistory.la" && ln -s "../libhistory.la" "libhistory.la" ) (cd examples && /usr/pkg/bin/bmake all ) rm -f fileman.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c fileman.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c fileman.c -fPIC -DPIC -o .libs/fileman.o fileman.c: In function 'com_stat': fileman.c:380:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'nlink_t {aka long unsigned int}' [-Wformat=] printf ("%s has %d link%s, and is %d byte%s in length.\n", ^ fileman.c:380:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] printf ("%s has %d link%s, and is %d byte%s in length.\n", ^ libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c fileman.c -o fileman.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o fileman fileman.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/fileman fileman.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rltest.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rltest.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rltest.c -fPIC -DPIC -o .libs/rltest.o rltest.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int] main () ^~~~ libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rltest.c -o rltest.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rltest rltest.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rltest rltest.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rl.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl.c -fPIC -DPIC -o .libs/rl.o libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl.c -o rl.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rl rl.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rl rl.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rlcat.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlcat.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlcat.c -fPIC -DPIC -o .libs/rlcat.o libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlcat.c -o rlcat.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rlcat rlcat.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rlcat rlcat.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rlevent.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlevent.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlevent.c -fPIC -DPIC -o .libs/rlevent.o rlevent.c: In function 'event_hook': rlevent.c:64:3: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep (1); ^~~~~ rlevent.c: In function 'main': rlevent.c:108:17: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] while ((opt = getopt(argc, argv, "p:u:d:n:")) != EOF) ^~~~~~ libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlevent.c -o rlevent.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rlevent rlevent.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rlevent rlevent.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rlversion.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlversion.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlversion.c -fPIC -DPIC -o .libs/rlversion.o libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlversion.c -o rlversion.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rlversion rlversion.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rlversion rlversion.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f histexamp.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c histexamp.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c histexamp.c -fPIC -DPIC -o .libs/histexamp.o histexamp.c:32:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ histexamp.c: In function 'main': histexamp.c:71:8: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free (expansion); ^~~~ histexamp.c:71:8: warning: incompatible implicit declaration of built-in function 'free' histexamp.c:71:8: note: include '' or provide a declaration of 'free' histexamp.c:77:4: warning: incompatible implicit declaration of built-in function 'free' free (expansion); ^~~~ histexamp.c:77:4: note: include '' or provide a declaration of 'free' histexamp.c:115:5: warning: incompatible implicit declaration of built-in function 'free' free (entry->line); ^~~~ histexamp.c:115:5: note: include '' or provide a declaration of 'free' libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c histexamp.c -o histexamp.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o histexamp histexamp.o -lhistory -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/histexamp histexamp.o -L.. ../.libs/libhistory.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rl-callbacktest.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl-callbacktest.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl-callbacktest.c -fPIC -DPIC -o .libs/rl-callbacktest.o libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rl-callbacktest.c -o rl-callbacktest.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rl-callbacktest rl-callbacktest.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rl-callbacktest rl-callbacktest.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f rlbasic.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlbasic.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlbasic.c -fPIC -DPIC -o .libs/rlbasic.o libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c rlbasic.c -o rlbasic.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o rlbasic rlbasic.o ../libreadline.la -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/rlbasic rlbasic.o -L.. ../.libs/libreadline.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f hist_erasedups.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_erasedups.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_erasedups.c -fPIC -DPIC -o .libs/hist_erasedups.o hist_erasedups.c: In function 'main': hist_erasedups.c:83:3: warning: implicit declaration of function 'hist_erasedups' [-Wimplicit-function-declaration] hist_erasedups (); ^~~~~~~~~~~~~~ libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_erasedups.c -o hist_erasedups.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o hist_erasedups hist_erasedups.o -lhistory -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/hist_erasedups hist_erasedups.o -L.. ../.libs/libhistory.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib rm -f hist_purgecmd.o /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION='"7.0"' -I. -I.. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_purgecmd.c libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_purgecmd.c -fPIC -DPIC -o .libs/hist_purgecmd.o hist_purgecmd.c: In function 'main': hist_purgecmd.c:98:5: warning: implicit declaration of function 'hist_purgecmd' [-Wimplicit-function-declaration] hist_purgecmd (argv[r], flags); ^~~~~~~~~~~~~ libtool: compile: cc -DHAVE_CONFIG_H -DREADLINE_LIBRARY -DRL_LIBRARY_VERSION=\"7.0\" -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -c hist_purgecmd.c -o hist_purgecmd.o >/dev/null 2>&1 /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=link cc -g -L.. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o hist_purgecmd hist_purgecmd.o -lhistory -ltermcap libtool: link: cc -g -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/hist_purgecmd hist_purgecmd.o -L.. ../.libs/libhistory.so -lcurses -Wl,-rpath -Wl,/usr/pkg/lib ===> Installing for readline-7.0 => Generating pre-install file lists /bin/sh ./support/mkinstalldirs /root/pkg/work/devel/readline/work/.destdir/usr/pkg/include /root/pkg/work/devel/readline/work/.destdir/usr/pkg/include/readline /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/man/man3 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/share/doc/readline mkdir -p -- /root/pkg/work/devel/readline/work/.destdir/usr/pkg/include /root/pkg/work/devel/readline/work/.destdir/usr/pkg/include/readline /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/man/man3 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/share/doc/readline for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/devel/readline/work/.destdir/usr/pkg/include/readline ; done /usr/bin/install -c -o root -g root -m 644 ./CHANGES ./INSTALL ./README /root/pkg/work/devel/readline/work/.destdir/usr/pkg/share/doc/readline ( if test -d doc ; then cd doc && /usr/pkg/bin/bmake infodir=/usr/pkg/info DESTDIR=/root/pkg/work/devel/readline/work/.destdir install; fi ) /bin/sh ../support/mkdirs /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/man/man3 if test -n "" ; then /bin/sh ../support/mkdirs /root/pkg/work/devel/readline/work/.destdir ; fi if test -f readline.info; then /usr/bin/install -c -o root -g root -m 644 readline.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/readline.info; else /usr/bin/install -c -o root -g root -m 644 ./readline.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/readline.info; fi if test -f rluserman.info; then /usr/bin/install -c -o root -g root -m 644 rluserman.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/rluserman.info; else /usr/bin/install -c -o root -g root -m 644 ./rluserman.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/rluserman.info; fi if test -f history.info; then /usr/bin/install -c -o root -g root -m 644 history.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/history.info; else /usr/bin/install -c -o root -g root -m 644 ./history.info /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/history.info; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --dir-file=/root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/dir /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/readline.info ; install-info --dir-file=/root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/dir /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/history.info ; install-info --dir-file=/root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/dir /root/pkg/work/devel/readline/work/.destdir/usr/pkg/info/rluserman.info ; else true; fi /usr/bin/install -c -o root -g root -m 644 ./readline.3 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/man/man3/readline.3 /usr/bin/install -c -o root -g root -m 644 ./history.3 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/man/man3/history.3 if test -n "" ; then if test -f readline.html; then /usr/bin/install -c -o root -g root -m 644 readline.html /root/pkg/work/devel/readline/work/.destdir/readline.html; else /usr/bin/install -c -o root -g root -m 644 ./readline.html /root/pkg/work/devel/readline/work/.destdir/readline.html; fi ; if test -f history.html; then /usr/bin/install -c -o root -g root -m 644 history.html /root/pkg/work/devel/readline/work/.destdir/history.html; else /usr/bin/install -c -o root -g root -m 644 ./history.html /root/pkg/work/devel/readline/work/.destdir/history.html; fi ; if test -f rluserman.html; then /usr/bin/install -c -o root -g root -m 644 rluserman.html /root/pkg/work/devel/readline/work/.destdir/rluserman.html; else /usr/bin/install -c -o root -g root -m 644 ./rluserman.html /root/pkg/work/devel/readline/work/.destdir/rluserman.html; fi ; fi /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=uninstall rm -f /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.la /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=install /usr/bin/install -c -o root -g root libreadline.la /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib libtool: install: /usr/bin/install -c -o root -g root .libs/libreadline.so.7.0.0 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.so.7.0.0 libtool: install: (cd /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib && { ln -s -f libreadline.so.7.0.0 libreadline.so.7 || { rm -f libreadline.so.7 && ln -s libreadline.so.7.0.0 libreadline.so.7; }; }) libtool: install: (cd /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib && { ln -s -f libreadline.so.7.0.0 libreadline.so || { rm -f libreadline.so && ln -s libreadline.so.7.0.0 libreadline.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libreadline.lai /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.la libtool: install: /usr/bin/install -c -o root -g root .libs/libreadline.a /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.a libtool: install: chmod 644 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.a libtool: install: ranlib /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libreadline.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=uninstall rm -f /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.la /root/pkg/work/devel/readline/work/.cwrapper/bin/libtool --mode=install /usr/bin/install -c -o root -g root libhistory.la /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib libtool: install: /usr/bin/install -c -o root -g root .libs/libhistory.so.7.0.0 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.so.7.0.0 libtool: install: (cd /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib && { ln -s -f libhistory.so.7.0.0 libhistory.so.7 || { rm -f libhistory.so.7 && ln -s libhistory.so.7.0.0 libhistory.so.7; }; }) libtool: install: (cd /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib && { ln -s -f libhistory.so.7.0.0 libhistory.so || { rm -f libhistory.so && ln -s libhistory.so.7.0.0 libhistory.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libhistory.lai /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.la libtool: install: /usr/bin/install -c -o root -g root .libs/libhistory.a /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.a libtool: install: chmod 644 /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.a libtool: install: ranlib /root/pkg/work/devel/readline/work/.destdir/usr/pkg/lib/libhistory.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' => Automatic manual page handling => Generating post-install file lists => Checking file-check results for readline-7.0 => Creating binary package /root/pkg/work/devel/readline/work/.packages/readline-7.0.tgz ===> Building binary package for readline-7.0 => Creating binary package /root/pkgsrc/packages/All/readline-7.0.tgz ===> Installing binary package of readline-7.0 => Returning to build of python37-3.7.0 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency bzip2>=1.0.3: NOT found => Verifying reinstall for ../../archivers/bzip2 ===> Checking for vulnerabilities in bzip2-1.0.6nb1 ===> Installing dependencies for bzip2-1.0.6nb1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for bzip2-1.0.6nb1 ===> Extracting for bzip2-1.0.6nb1 /bin/cp -r /root/pkgsrc/archivers/bzip2/files /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6 ===> Patching for bzip2-1.0.6nb1 ===> Creating toolchain wrappers for bzip2-1.0.6nb1 ===> Configuring for bzip2-1.0.6nb1 => Replacing sh interpreter in bzdiff bzgrep bzmore. => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for bzip2-1.0.6nb1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o blocksort.lo blocksort.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 blocksort.c -fPIC -DPIC -o .libs/blocksort.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 blocksort.c -o blocksort.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzlib.lo bzlib.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 bzlib.c -fPIC -DPIC -o .libs/bzlib.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 bzlib.c -o bzlib.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o compress.lo compress.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 compress.c -fPIC -DPIC -o .libs/compress.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 compress.c -o compress.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o crctable.lo crctable.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 crctable.c -fPIC -DPIC -o .libs/crctable.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 crctable.c -o crctable.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o decompress.lo decompress.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 decompress.c -fPIC -DPIC -o .libs/decompress.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 decompress.c -o decompress.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o huffman.lo huffman.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 huffman.c -fPIC -DPIC -o .libs/huffman.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 huffman.c -o huffman.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=compile cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o randtable.lo randtable.c libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 randtable.c -fPIC -DPIC -o .libs/randtable.o libtool: compile: cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 randtable.c -o randtable.o >/dev/null 2>&1 /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o libbz2.la blocksort.lo bzlib.lo compress.lo crctable.lo decompress.lo huffman.lo randtable.lo -version-info 0:0 -rpath /usr/pkg/lib -no-undefined libtool: link: cc -shared -fPIC -DPIC .libs/blocksort.o .libs/bzlib.o .libs/compress.o .libs/crctable.o .libs/decompress.o .libs/huffman.o .libs/randtable.o -Wl,-rpath -Wl,/usr/pkg/lib -O2 -Wl,-soname -Wl,libbz2.so.0 -o .libs/libbz2.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libbz2.so.0" && ln -s "libbz2.so.0.0.0" "libbz2.so.0") libtool: link: (cd ".libs" && rm -f "libbz2.so" && ln -s "libbz2.so.0.0.0" "libbz2.so") libtool: link: ar cru .libs/libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libbz2.a libtool: link: ( cd ".libs" && rm -f "libbz2.la" && ln -s "../libbz2.la" "libbz2.la" ) ar cq libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o ranlib libbz2.a cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzip2.o bzip2.c bzip2.c: In function 'testStream': bzip2.c:557:37: warning: variable 'nread' set but not used [-Wunused-but-set-variable] Int32 bzerr, bzerr_dummy, ret, nread, streamNo, i; ^~~~~ /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --tag=CC --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o libbz2.la libtool: link: cc -Wl,-rpath -Wl,/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o .libs/bzip2 bzip2.o ./.libs/libbz2.so -Wl,-rpath -Wl,/usr/pkg/lib cc -c -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzip2recover.o bzip2recover.c cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o ===> Installing for bzip2-1.0.6nb1 => Generating pre-install file lists => Creating installation directories /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --mode=install /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/libbz2.la /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib libtool: install: /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/.libs/libbz2.so.0.0.0 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib/libbz2.so.0.0.0 libtool: install: (cd /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib && { ln -s -f libbz2.so.0.0.0 libbz2.so.0 || { rm -f libbz2.so.0 && ln -s libbz2.so.0.0.0 libbz2.so.0; }; }) libtool: install: (cd /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib && { ln -s -f libbz2.so.0.0.0 libbz2.so || { rm -f libbz2.so && ln -s libbz2.so.0.0.0 libbz2.so; }; }) libtool: install: /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/.libs/libbz2.lai /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib/libbz2.la libtool: install: /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/.libs/libbz2.a /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib/libbz2.a libtool: install: chmod 644 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib/libbz2.a libtool: install: ranlib /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/lib/libbz2.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzip2 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin libtool: install: /usr/bin/install -c -o root -g root -m 755 -s /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/.libs/bzip2 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzip2 /bin/ln -f /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzip2 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bunzip2 /bin/ln -f /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzip2 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzcat /root/pkg/work/archivers/bzip2/work/.cwrapper/bin/libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzip2recover /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin libtool: install: /usr/bin/install -c -o root -g root -m 755 -s /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzip2recover /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzip2recover /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzip2.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1 cd /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1 && rm -f bunzip2.1 bzcat.1 bzip2recover.1 /bin/ln -s bzip2.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bunzip2.1 /bin/ln -s bzip2.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzcat.1 /bin/ln -s bzip2.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzip2recover.1 /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzlib.h /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/include /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzmore /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzmore /bin/ln -s bzmore /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzless /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzmore.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1 /bin/ln -s bzmore.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzless.1 /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzdiff /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzdiff /bin/ln -s bzdiff /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzcmp /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzdiff.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1 /bin/ln -s bzdiff.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzcmp.1 /usr/bin/install -c -o root -g root -m 755 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzgrep /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzgrep /bin/ln -s bzgrep /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzegrep /bin/ln -s bzgrep /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/bin/bzfgrep /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bzip2/work/bzip2-1.0.6/bzgrep.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1 /bin/ln -s bzgrep.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzegrep.1 /bin/ln -s bzgrep.1 /root/pkg/work/archivers/bzip2/work/.destdir/usr/pkg/man/man1/bzfgrep.1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for bzip2-1.0.6nb1 => Creating binary package /root/pkg/work/archivers/bzip2/work/.packages/bzip2-1.0.6nb1.tgz ===> Building binary package for bzip2-1.0.6nb1 => Creating binary package /root/pkgsrc/packages/All/bzip2-1.0.6nb1.tgz ===> Installing binary package of bzip2-1.0.6nb1 => Returning to build of python37-3.7.0 => Full dependency xz>=5.0.0: NOT found => Verifying reinstall for ../../archivers/xz => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in xz-5.2.4 => Fetching xz-5.2.4.tar.bz2 => Total size: 1287922 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 258 100 258 0 0 297 0 --:--:-- --:--:-- --:--:-- 297  0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 401 100 401 0 0 305 0 0:00:01 0:00:01 --:--:-- 12151  100 315 100 315 0 0 179 0 0:00:01 0:00:01 --:--:-- 179  0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 36 1257k 36 464k 0 0 142k 0 0:00:08 0:00:03 0:00:05 505k 100 1257k 100 1257k 0 0 341k 0 0:00:03 0:00:03 --:--:-- 932k => Checksum SHA1 OK for xz-5.2.4.tar.bz2 => Checksum RMD160 OK for xz-5.2.4.tar.bz2 => Checksum SHA512 OK for xz-5.2.4.tar.bz2 ===> Installing dependencies for xz-5.2.4 ========================================================================== The supported build options for xz are: nls You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.xz (not defined) ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for xz-5.2.4 ===> Extracting for xz-5.2.4 ===> Patching for xz-5.2.4 => Applying pkgsrc patches for xz-5.2.4 ===> Creating toolchain wrappers for xz-5.2.4 ===> Configuring for xz-5.2.4 => 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 => Adding run-time search paths to pkg-config files. XZ Utils 5.2.4 System type: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu Configure options: checking if debugging code should be compiled... no checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc checking which match finders to build... hc3 hc4 bt2 bt3 bt4 checking which integrity checks to build... crc32 crc64 sha256 checking if external SHA-256 should be used... no checking if assembler optimizations should be used... x86_64 checking if small size is preferred over speed... no checking if threading support is wanted... yes, posix checking how much RAM to assume if the real amount is unknown... 128 MiB checking if library symbol versioning should be used... yes checking if sandboxing should be used... no checking for a shell that conforms to POSIX... /bin/bash Initializing Automake: checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether ln -s works... yes checking for style of include used by make... GNU checking for x86_64-unknown-linux-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 dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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 POSIX threading support: checking for pthread_join in LIBS=-lpthread -lrt with CFLAGS= -pthread ... yes checking if compiler needs -Werror to reject unknown flags... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for pthread_condattr_setclock... yes checking whether CLOCK_MONOTONIC is declared... yes Initializing Libtool: checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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 the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no 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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for x86_64-unknown-linux-windres... no checking for windres... no Initializing gettext: checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no System headers and functions: checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking immintrin.h usability... yes checking immintrin.h presence... yes checking for immintrin.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking size of size_t... 8 checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for struct stat.st_atimensec... no checking for struct stat.st_uatime... no checking for struct stat.st_atim.st__tim.tv_nsec... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking whether optreset is declared... yes checking for futimens... yes checking for posix_fadvise... yes checking whether program_invocation_name is declared... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking if bswap_16 is available... yes checking if bswap_32 is available... yes checking if bswap_64 is available... yes checking if unaligned memory access should be used... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking how to detect the amount of physical memory... sysconf checking for sys/param.h... (cached) yes checking how to detect the number of available CPU cores... sched_getaffinity checking whether mbrtowc and mbstate_t are properly declared... yes checking for wcwidth... yes checking whether _mm_movemask_epi8 is declared... yes GCC extensions: checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if cc accepts -Wall... yes checking if cc accepts -Wextra... yes checking if cc accepts -Wvla... yes checking if cc accepts -Wformat=2... yes checking if cc accepts -Winit-self... yes checking if cc accepts -Wmissing-include-dirs... yes checking if cc accepts -Wstrict-aliasing... yes checking if cc accepts -Wfloat-equal... yes checking if cc accepts -Wundef... yes checking if cc accepts -Wshadow... yes checking if cc accepts -Wpointer-arith... yes checking if cc accepts -Wbad-function-cast... yes checking if cc accepts -Wwrite-strings... yes checking if cc accepts -Wlogical-op... yes checking if cc accepts -Waggregate-return... yes checking if cc accepts -Wstrict-prototypes... yes checking if cc accepts -Wold-style-definition... yes checking if cc accepts -Wmissing-prototypes... yes checking if cc accepts -Wmissing-declarations... yes checking if cc accepts -Wmissing-noreturn... yes checking if cc accepts -Wredundant-decls... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Doxyfile config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating src/liblzma/Makefile config.status: creating src/liblzma/api/Makefile config.status: creating src/xz/Makefile config.status: creating src/xzdec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/scripts/Makefile config.status: creating tests/Makefile config.status: creating debug/Makefile config.status: creating src/scripts/xzdiff config.status: creating src/scripts/xzgrep config.status: creating src/scripts/xzmore config.status: creating src/scripts/xzless config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for xz-5.2.4 /usr/pkg/bin/bmake all-recursive Making all in src Making all in liblzma Making all in api /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o >/dev/null 2>&1 mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o >/dev/null 2>&1 mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o >/dev/null 2>&1 mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o >/dev/null 2>&1 mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o >/dev/null 2>&1 mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o >/dev/null 2>&1 mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o >/dev/null 2>&1 mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o >/dev/null 2>&1 mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o >/dev/null 2>&1 mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o >/dev/null 2>&1 mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o >/dev/null 2>&1 mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o >/dev/null 2>&1 mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o >/dev/null 2>&1 mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o >/dev/null 2>&1 mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o >/dev/null 2>&1 mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o >/dev/null 2>&1 mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o >/dev/null 2>&1 mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o >/dev/null 2>&1 mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o >/dev/null 2>&1 mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o >/dev/null 2>&1 mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o >/dev/null 2>&1 mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o >/dev/null 2>&1 mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o >/dev/null 2>&1 mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o >/dev/null 2>&1 mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o >/dev/null 2>&1 mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o >/dev/null 2>&1 mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o >/dev/null 2>&1 mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o >/dev/null 2>&1 mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo /bin/bash ../../libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -no-undefined -version-info 7:4:2 -Wl,--version-script=../../src/liblzma/liblzma.map -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o liblzma.la -rpath /usr/pkg/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo -lpthread -lrt libtool: link: cc -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o -lpthread -lrt -pthread -O2 -Wl,--version-script=../../src/liblzma/liblzma.map -Wl,-rpath -Wl,/usr/pkg/lib -pthread -Wl,-soname -Wl,liblzma.so.5 -o .libs/liblzma.so.5.2.4 libtool: link: (cd ".libs" && rm -f "liblzma.so.5" && ln -s "liblzma.so.5.2.4" "liblzma.so.5") libtool: link: (cd ".libs" && rm -f "liblzma.so" && ln -s "liblzma.so.5.2.4" "liblzma.so") libtool: link: ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-hardware_cputhreads.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/liblzma.a libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" ) rm -f liblzma.pc sed -e 's,@prefix[@],/usr/pkg,g' -e 's,@exec_prefix[@],/usr/pkg,g' -e 's,@libdir[@],/usr/pkg/lib,g' -e 's,@includedir[@],/usr/pkg/include,g' -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' -e 's,@PACKAGE_VERSION[@],5.2.4,g' -e 's,@PTHREAD_CFLAGS[@],-pthread,g' -e 's,@LIBS[@],-lpthread -lrt,g' < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; } Making all in xzdec cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po /bin/bash ../../libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread -lrt libtool: link: cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so -lpthread -lrt -pthread -Wl,-rpath -Wl,/usr/pkg/lib cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po cc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po /bin/bash ../../libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread -lrt libtool: link: cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so -lpthread -lrt -pthread -Wl,-rpath -Wl,/usr/pkg/lib Making all in xz cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo './'`args.c mv -f .deps/xz-args.Tpo .deps/xz-args.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/xz-main.Tpo .deps/xz-main.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo './'`message.c mv -f .deps/xz-message.Tpo .deps/xz-message.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o `test -f 'options.c' || echo './'`options.c mv -f .deps/xz-options.Tpo .deps/xz-options.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o `test -f 'util.c' || echo './'`util.c mv -f .deps/xz-util.Tpo .deps/xz-util.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo './'`list.c mv -f .deps/xz-list.Tpo .deps/xz-list.Po /bin/bash ../../libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lpthread -lrt libtool: link: cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -o .libs/xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o -Wl,-rpath -Wl,/usr/pkg/lib ../../src/liblzma/.libs/liblzma.so -lpthread -lrt -pthread -Wl,-rpath -Wl,/usr/pkg/lib Making all in lzmainfo cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po cc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po /bin/bash ../../libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread -lrt libtool: link: cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -D_FORTIFY_SOURCE=2 -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so -lpthread -lrt -pthread -Wl,-rpath -Wl,/usr/pkg/lib Making all in scripts Making all in po Making all in tests ===> Installing for xz-5.2.4 => Generating pre-install file lists Making install in src Making install in liblzma Making install in api ../../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/include' ../../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/include/lzma' /usr/bin/install -c -o root -g root -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/include/lzma' /usr/bin/install -c -o root -g root -m 644 lzma.h '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/include/.' ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c -o root -g root liblzma.la '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root .libs/liblzma.so.5.2.4 /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/liblzma.so.5.2.4 libtool: install: (cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib && { ln -s -f liblzma.so.5.2.4 liblzma.so.5 || { rm -f liblzma.so.5 && ln -s liblzma.so.5.2.4 liblzma.so.5; }; }) libtool: install: (cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib && { ln -s -f liblzma.so.5.2.4 liblzma.so || { rm -f liblzma.so && ln -s liblzma.so.5.2.4 liblzma.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/liblzma.lai /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/liblzma.la libtool: install: /usr/bin/install -c -o root -g root .libs/liblzma.a /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/liblzma.a libtool: install: chmod 644 /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/liblzma.a libtool: install: ranlib /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/liblzma.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib'  ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/pkgconfig' /usr/bin/install -c -o root -g root -m 644 liblzma.pc '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/lib/pkgconfig' Making install in xzdec ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 xzdec lzmadec '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/xzdec /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin/xzdec libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/lzmadec /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin/lzmadec ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 xzdec.1 '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/pkg/bin/bmake install-data-hook cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1 && target=`echo xzdec | sed 's,x,x,'` && link=`echo lzmadec | sed 's,x,x,'` && rm -f $link.1 && ln -s $target.1 $link.1 Making install in xz ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 xz '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/xz /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin/xz /usr/pkg/bin/bmake install-exec-hook cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin && target=`echo xz | sed 's,x,x,'` && for name in unxz xzcat lzma unlzma lzcat; do link=`echo $name | sed 's,x,x,'` && rm -f $link && ln -s $target $link; done ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 xz.1 '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/pkg/bin/bmake install-data-hook cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1 && target=`echo xz | sed 's,x,x,'` && for name in unxz xzcat lzma unlzma lzcat; do link=`echo $name | sed 's,x,x,'` && rm -f $link.1 && ln -s $target.1 $link.1; done Making install in lzmainfo ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 lzmainfo '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/lzmainfo /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin/lzmainfo ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 lzmainfo.1 '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' Making install in scripts ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' /usr/bin/install -c -o root -g root -m 755 xzdiff xzgrep xzmore xzless '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin' /usr/pkg/bin/bmake install-exec-hook cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/bin && for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && rm -f $link && ln -s $target $link; done ../../build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1' /usr/pkg/bin/bmake install-data-hook cd /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/man/man1 && for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && rm -f $link.1 && ln -s $target.1 $link.1; done Making install in po if test "xz" = "gettext-tools"; then ../build-aux/install-sh -c -d /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do /usr/bin/install -c -o root -g root -m 644 ./$file /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/gettext/po/$file; done; for file in Makevars; do rm -f /root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/gettext/po/$file; done; else : ; fi Making install in tests build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz' /usr/bin/install -c -o root -g root -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz' build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz/examples' /usr/bin/install -c -o root -g root -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz/examples' build-aux/install-sh -c -d '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz/examples_old' /usr/bin/install -c -o root -g root -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/root/pkg/work/archivers/xz/work/.destdir/usr/pkg/share/doc/xz/examples_old' => Automatic manual page handling => Generating post-install file lists => Checking file-check results for xz-5.2.4 => Creating binary package /root/pkg/work/archivers/xz/work/.packages/xz-5.2.4.tgz ===> Building binary package for xz-5.2.4 => Creating binary package /root/pkgsrc/packages/All/xz-5.2.4.tgz ===> Installing binary package of xz-5.2.4 => Returning to build of python37-3.7.0 => Full dependency gettext-lib>=0.18: NOT found => Verifying reinstall for ../../devel/gettext-lib => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in gettext-lib-0.19.8.1 => Fetching gettext-0.19.8.1.tar.gz => Total size: 19704011 bytes   % Total   % Received % Xferd  Average Speed Time    Time  Time Current          Dload  Upload  Total Spent  Left Speed  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0   0 18.7M 0 15673 0 0 96746  0 0:03:23 --:--:-- 0:03:23 96153 24 18.7M 24 4751k 0 0 4102k 0 0:00:04 0:00:01 0:00:03 4099k 55 18.7M  55 10.4M  0    0 4967k      0 0:00:03  0:00:02 0:00:01 4965k 90 18.7M 90 17.0M 0 0 5532k 0 0:00:03 0:00:03 --:--:-- 5530k 100 18.7M 100 18.7M 0 0 5651k 0 0:00:03 0:00:03 --:--:-- 5649k => Checksum SHA1 OK for gettext-0.19.8.1.tar.gz => Checksum RMD160 OK for gettext-0.19.8.1.tar.gz => Checksum SHA512 OK for gettext-0.19.8.1.tar.gz ===> Installing dependencies for gettext-lib-0.19.8.1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency libiconv>=1.9.1nb4: NOT found => Verifying reinstall for ../../converters/libiconv => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in libiconv-1.14nb3 => Fetching libiconv-1.14.tar.gz => Total size: 4984397 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4867k 0 32000 0 0 26186 0 0:03:10 0:00:01 0:03:09 26165 14 4867k 14 703k 0 0 318k 0 0:00:15 0:00:02 0:00:13 318k 52 4867k 52 2578k 0 0 800k 0 0:00:06 0:00:03 0:00:03 800k 100 4867k 100 4867k 0 0 1243k 0 0:00:03 0:00:03 --:--:-- 1242k => Checksum SHA1 OK for libiconv-1.14.tar.gz => Checksum RMD160 OK for libiconv-1.14.tar.gz => Checksum SHA512 OK for libiconv-1.14.tar.gz ===> Installing dependencies for libiconv-1.14nb3 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pax>=20040802: NOT found => Verifying reinstall for ../../archivers/pax ===> Checking for vulnerabilities in pax-20080110nb3 ===> Installing dependencies for pax-20080110nb3 ========================================================================== The following variables will affect the build process of this package, pax-20080110nb3. Their current value is shown below: * NBPAX_PROGRAM_PREFIX = nb You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for pax-20080110nb3 ===> Extracting for pax-20080110nb3 /bin/cp -R /root/pkgsrc/archivers/pax/files /root/pkg/work/archivers/pax/work/pax-20080110 /bin/rm -f /root/pkg/work/archivers/pax/work/libnbcompat/config.guess /root/pkg/work/archivers/pax/work/libnbcompat/config.sub /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.guess /root/pkg/work/archivers/pax/work/libnbcompat/config.guess /bin/ln -fs /root/pkgsrc/mk/gnu-config/config.sub /root/pkg/work/archivers/pax/work/libnbcompat/config.sub ===> Patching for pax-20080110nb3 ===> Creating toolchain wrappers for pax-20080110nb3 ===> Configuring for pax-20080110nb3 => Configuring and building libnbcompat checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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-unknown-linux-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... /root/pkg/work/archivers/pax/work/.tools/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/pkg/bin/nawk checking for ar... ar checking for fparseln in -lutil... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.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 fts.h usability... no checking fts.h presence... no checking for fts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttycom.h usability... no checking sys/ttycom.h presence... no checking for sys/ttycom.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/mount.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking sys/queue.h usability... no checking sys/queue.h presence... no checking for sys/queue.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regexec... yes checking for va_copy... yes checking for __builtin_va_copy... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking for md5.h... (cached) no checking rmd160.h usability... no checking rmd160.h presence... no checking for rmd160.h... no checking sha1.h usability... no checking sha1.h presence... no checking for sha1.h... no checking sha2.h usability... no checking sha2.h presence... no checking for sha2.h... no checking for MD5File... no checking for RMD160File... no checking for SHA1File... no checking for SHA512_File... no checking for issetugid... yes checking whether optarg is declared... yes checking whether optind is declared... yes checking whether optreset is declared... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for struct option... yes checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for __attribute__... yes checking for size_t... yes checking for uintptr_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for long long... yes checking for long double... yes checking for fsid_t... 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... no checking for getdelim... yes checking for getenv... yes checking for getline... yes checking for lchflags... no 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... no checking for setpassent... no checking for setprogname... no checking for shquote... no checking for statvfs... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no 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... no checking for setmode... no checking whether endgrent is declared... no checking whether endpwent is declared... no checking whether setpassent is declared... no checking for gid_from_group... no checking for group_from_gid... no checking for pwcache_groupdb... no checking for pwcache_userdb... no checking for uid_from_user... no checking for user_from_uid... no checking for fts_open... no 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... yes checking for struct statfs.f_fsize... no checking for struct statfs.f_iosize... no checking for struct dirent.d_namlen... no checking for DIR.dd_fd... no 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/pkg/bin/nawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c glob.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5c.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c md5hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c rmd160hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha1hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c sha2hl.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c vis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c unvis.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fparseln.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c lchflags.c lchflags.c: In function 'lchflags': lchflags.c:49:10: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] return (chflags(path, flags)); ^~~~~~~ cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setgroupent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setpassent.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setprogname.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c shquote.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c strmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c setmode.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c pwcache.c cc -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -c fts.c ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o vis.o unvis.o fparseln.o lchflags.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o fts.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-unknown-linux-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 for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether ln -s works... yes checking for fparseln in -lutil... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fnctl.h usability... no checking fnctl.h presence... no checking for fnctl.h... no checking fts.h usability... no checking fts.h presence... no checking for fts.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes 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 regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking regexp.h usability... no checking regexp.h presence... no checking for regexp.h... no checking rmt.h usability... no checking rmt.h presence... no checking for rmt.h... no 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 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 for strings.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking tzfile.h usability... no checking tzfile.h presence... no checking for tzfile.h... no checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/mtio.h usability... yes checking sys/mtio.h presence... yes checking for sys/mtio.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking sys/tape.h usability... no checking sys/tape.h presence... no checking for sys/tape.h... no 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/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for struct stat.st_flags... no checking whether UF_SETTABLE is declared... no checking whether SF_SETTABLE is declared... no checking for fchroot... no checking for lutimes... yes checking for getrlimit... yes checking for setrlimit... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating config.h ===> Building for pax-20080110nb3 cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c ar_io.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c ar_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c buf_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c file_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c ftree.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c gen_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c getoldopt.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c options.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c pat_rep.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c pax.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c sel_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c tables.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c tar.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c tty_subs.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c getid.c getid.c: In function 'setup_getid': getid.c:156:6: warning: implicit declaration of function 'pwcache_groupdb' [-Wimplicit-function-declaration] if (pwcache_groupdb(gi_setgroupent, gi_endgrent, ^~~~~~~~~~~~~~~ getid.c:158:9: warning: implicit declaration of function 'pwcache_userdb' [-Wimplicit-function-declaration] || pwcache_userdb(gi_setpassent, gi_endpwent, ^~~~~~~~~~~~~~ cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c spec.c spec.c: In function 'dump_nodes': spec.c:370:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'dev_t {aka long unsigned int}' [-Wformat=] printf("device=%#x ", cur->st_rdev); ^ spec.c:372:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'nlink_t {aka long unsigned int}' [-Wformat=] printf("nlink=%d ", cur->st_nlink); ^ spec.c: In function 'parsedev': spec.c:451:4: warning: format not a string literal and no format arguments [-Wformat-security] mtree_err(error); ^~~~~~~~~ cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c misc.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c stat_flags.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c pack_dev.c cc -DHAVE_CONFIG_H -DHAVE_NBCOMPAT_H=1 -I/root/pkg/work/archivers/pax/work/libnbcompat -I. -I. -O2 -D_FORTIFY_SOURCE=2 -c cpio.c cc -L/root/pkg/work/archivers/pax/work/libnbcompat -Wl,-R/usr/pkg/lib -o pax ar_io.o ar_subs.o buf_subs.o file_subs.o ftree.o gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o tar.o tty_subs.o getid.o spec.o misc.o stat_flags.o pack_dev.o cpio.o -lutil -lnbcompat ===> Installing for pax-20080110nb3 => Generating pre-install file lists /usr/bin/install -c -o root -g root -m 755 -d /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin /usr/bin/install -c -o root -g root -m 755 -d /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/man/man1 /usr/bin/install -c -o root -g root pax /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin/$(echo pax | sed 's&^&nb&') ln -f /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin/$(echo pax | sed 's&^&nb&') /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin/$(echo cpio | sed 's&^&nb&') ln -f /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin/$(echo pax | sed 's&^&nb&') /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/bin/$(echo tar | sed 's&^&nb&') /usr/bin/install -c -o root -g root -m 444 pax.1 /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/man/man1/$(echo pax | sed 's&^&nb&').1 /usr/bin/install -c -o root -g root -m 444 cpio.1 /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/man/man1/$(echo cpio | sed 's&^&nb&').1 /usr/bin/install -c -o root -g root -m 444 tar.1 /root/pkg/work/archivers/pax/work/.destdir/usr/pkg/man/man1/$(echo tar | sed 's&^&nb&').1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for pax-20080110nb3 => Creating binary package /root/pkg/work/archivers/pax/work/.packages/pax-20080110nb3.tgz ===> Building binary package for pax-20080110nb3 => Creating binary package /root/pkgsrc/packages/All/pax-20080110nb3.tgz ===> Installing binary package of pax-20080110nb3 => Returning to build of libiconv-1.14nb3 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for libiconv-1.14nb3 ===> Extracting for libiconv-1.14nb3 ===> Patching for libiconv-1.14nb3 => Applying pkgsrc patches for libiconv-1.14nb3 ===> Creating toolchain wrappers for libiconv-1.14nb3 ===> Configuring for libiconv-1.14nb3 => 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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking for strip... /root/pkg/work/converters/libiconv/work/.tools/bin/strip checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking whether cc understands -c and -o together... yes 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 ld used by GCC... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes checking for shared library path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking how to copy files... cp -p checking how to make hard links... ln checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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 the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... /root/pkg/work/converters/libiconv/work/.tools/bin/strip checking for x86_64-unknown-linux-ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... no checking for x86_64-unknown-linux-windres... no checking for windres... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for mbstate_t... yes checking for wchar_t... yes checking for getc_unlocked... yes checking for mbrtowc... yes checking for wcrtomb... yes checking for mbsinit... yes checking for setlocale... yes checking whether is standalone... yes checking for memmove... yes checking for nl_langinfo and CODESET... yes checking for working fcntl.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for EILSEQ... yes checking byte ordering... little endian checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... yes checking for canonicalize_file_name... no checking for getcwd... yes checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for lstat... yes checking for setenv... yes checking whether // is distinct from /... no checking whether realpath works... yes checking if environ is properly declared... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for inline... inline checking whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for unsigned long long int... yes checking for long long int... yes checking whether setenv is declared... yes checking for ssize_t... yes checking for sigset_t... yes checking for uid_t in sys/types.h... yes checking for SIGPIPE... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether stdint.h conforms to C99... yes checking whether strerror(0) succeeds... yes checking for C/C++ restrict keyword... __restrict checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether // is distinct from /... (cached) no checking for error_at_line... no checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking for mbstate_t... (cached) yes checking for memmove... (cached) yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for sigprocmask... yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking whether NULL can be used in arbitrary expressions... yes checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether initstat_r is declared without a macro... no checking whether srandom_r is declared without a macro... no checking whether setstate_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... no checking whether setenv is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for working strerror function... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... no checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating srclib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating include/iconv.h config.status: creating include/iconv.h.inst config.status: creating config.h config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in libcharset (/root/pkg/work/converters/libiconv/work/libiconv-1.14/libcharset) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/pkg' '--disable-nls' '--htmldir=/usr/pkg/share/doc/libiconv' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=cc' 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for x86_64-unknown-linux-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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to activate relocatable installation... no checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/pkg/bin/nawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for simple visibility declarations... yes checking for nl_langinfo and CODESET... yes checking for working fcntl.h... yes checking whether we are using the GNU C Library 2.1 or newer... no checking for setlocale... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/localcharset.h config.status: creating include/localcharset.h.inst config.status: creating config.h config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory === configuring in preload (/root/pkg/work/converters/libiconv/work/libiconv-1.14/preload) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/pkg' '--disable-nls' '--htmldir=/usr/pkg/share/doc/libiconv' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=cc' 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for x86_64-unknown-linux-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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to activate relocatable installation... no checking whether ln -s works... yes checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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 the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gawk... /usr/pkg/bin/nawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes configure: creating ./config.status config.status: creating Makefile config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for libiconv-1.14nb3 builddir="`pwd`"; cd libcharset && /usr/pkg/bin/bmake all && /bin/bash ./libtool --mode=install cp lib/libcharset.la "$builddir/lib/" && /usr/pkg/bin/nbpax -rw include/*.h "$builddir/" if [ ! -d include ] ; then mkdir include ; fi cp ./include/libcharset.h.in include/libcharset.h cd lib && /usr/pkg/bin/bmake all /bin/bash ../libtool --mode=compile cc -I. -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c libtool: compile: cc -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -fPIC -DPIC -o .libs/localcharset.o libtool: compile: cc -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile cc -I. -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c libtool: compile: cc -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o .libs/relocatable.o libtool: compile: cc -I. -I.. -I./.. -I../include -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o >/dev/null 2>&1 /bin/bash ../libtool --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -o libcharset.la -rpath /usr/pkg/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo libtool: link: cc -shared -fPIC -DPIC .libs/localcharset.o .libs/relocatable.o -Wl,-rpath -Wl,/usr/pkg/lib -O2 -Wl,-soname -Wl,libcharset.so.1 -o .libs/libcharset.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libcharset.so.1" && ln -s "libcharset.so.1.0.0" "libcharset.so.1") libtool: link: (cd ".libs" && rm -f "libcharset.so" && ln -s "libcharset.so.1.0.0" "libcharset.so") libtool: link: ar cru .libs/libcharset.a localcharset.o relocatable.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libcharset.a libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" ) /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed libtool: install: cp lib/.libs/libcharset.so.1.0.0 /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.so.1.0.0 libtool: install: (cd /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so.1 || { rm -f libcharset.so.1 && ln -s libcharset.so.1.0.0 libcharset.so.1; }; }) libtool: install: (cd /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so || { rm -f libcharset.so && ln -s libcharset.so.1.0.0 libcharset.so; }; }) libtool: install: cp lib/.libs/libcharset.lai /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.la libtool: install: cp lib/.libs/libcharset.a /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: install: chmod 644 /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: install: ranlib /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' (cd lib && /usr/pkg/bin/bmake all) /bin/bash ../libtool --mode=compile cc -I. -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fPIC -DPIC -o .libs/iconv.o libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile cc -I. -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o .libs/localcharset.o libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile cc -I. -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o .libs/relocatable.o libtool: compile: cc -I. -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o >/dev/null 2>&1 /bin/bash ../libtool --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -o libiconv.la -rpath /usr/pkg/lib -version-info 7:1:5 -no-undefined iconv.lo localcharset.lo relocatable.lo libtool: link: cc -shared -fPIC -DPIC .libs/iconv.o .libs/localcharset.o .libs/relocatable.o -Wl,-rpath -Wl,/usr/pkg/lib -O2 -Wl,-soname -Wl,libiconv.so.2 -o .libs/libiconv.so.2.5.1 libtool: link: (cd ".libs" && rm -f "libiconv.so.2" && ln -s "libiconv.so.2.5.1" "libiconv.so.2") libtool: link: (cd ".libs" && rm -f "libiconv.so" && ln -s "libiconv.so.2.5.1" "libiconv.so") libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libiconv.a libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) (cd preload && /usr/pkg/bin/bmake all) rm -f -r objects mkdir objects && for f in ./../lib/iconv.c ./../libcharset/lib/localcharset.c ./../lib/relocatable.c; do /bin/bash ./libtool --mode=compile cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c $f -o objects/`basename $f | sed -e 's,\.c$,.o,'` || exit 1; done && /bin/bash ./libtool --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -o libiconv.la -rpath /usr/pkg/lib -no-undefined objects/*.lo && rm -f -r objects libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c -fPIC -DPIC -o objects/.libs/iconv.o libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c -o objects/iconv.o >/dev/null 2>&1 libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o objects/.libs/localcharset.o libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c -o objects/localcharset.o >/dev/null 2>&1 libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c -fPIC -DPIC -o objects/.libs/relocatable.o libtool: compile: cc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -O2 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/pkg\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c -o objects/relocatable.o >/dev/null 2>&1 libtool: link: cc -shared -fPIC -DPIC objects/.libs/iconv.o objects/.libs/localcharset.o objects/.libs/relocatable.o -Wl,-rpath -Wl,/usr/pkg/lib -O2 -Wl,-soname -Wl,libiconv.so.0 -o .libs/libiconv.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libiconv.so.0" && ln -s "libiconv.so.0.0.0" "libiconv.so.0") libtool: link: (cd ".libs" && rm -f "libiconv.so" && ln -s "libiconv.so.0.0.0" "libiconv.so") libtool: link: ar cru .libs/libiconv.a objects/iconv.o objects/localcharset.o objects/relocatable.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libiconv.a libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) cp .libs/libiconv.so preloadable_libiconv.so (cd srclib && /usr/pkg/bin/bmake all) rm -f alloca.h-t alloca.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./alloca.in.h; } > alloca.h-t && mv -f alloca.h-t alloca.h rm -f c++defs.h-t c++defs.h && sed -n -e '/_GL_CXXDEFS/,$p' < ../build-aux/snippet/c++defs.h > c++defs.h-t && mv c++defs.h-t c++defs.h rm -f arg-nonnull.h-t arg-nonnull.h && sed -n -e '/GL_ARG_NONNULL/,$p' < ../build-aux/snippet/arg-nonnull.h > arg-nonnull.h-t && mv arg-nonnull.h-t arg-nonnull.h rm -f warn-on-use.h-t warn-on-use.h && sed -n -e '/^.ifndef/,$p' < ../build-aux/snippet/warn-on-use.h > warn-on-use.h-t && mv warn-on-use.h-t warn-on-use.h rm -f fcntl.h-t fcntl.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_FCNTL_H''@||g' -e 's/@''GNULIB_FCNTL''@/0/g' -e 's/@''GNULIB_NONBLOCKING''@/0/g' -e 's/@''GNULIB_OPEN''@/0/g' -e 's/@''GNULIB_OPENAT''@/0/g' -e 's|@''HAVE_FCNTL''@|1|g' -e 's|@''HAVE_OPENAT''@|1|g' -e 's|@''REPLACE_FCNTL''@|0|g' -e 's|@''REPLACE_OPEN''@|0|g' -e 's|@''REPLACE_OPENAT''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' < ./fcntl.in.h; } > fcntl.h-t && mv fcntl.h-t fcntl.h rm -f signal.h-t signal.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_SIGNAL_H''@||g' -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' -e 's/@''GNULIB_SIGPROCMASK''@/1/g' -e 's/@''GNULIB_SIGACTION''@/0/g' -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' -e 's|@''HAVE_SIGSET_T''@|1|g' -e 's|@''HAVE_SIGINFO_T''@|1|g' -e 's|@''HAVE_SIGACTION''@|1|g' -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' -e 's|@''HAVE_SIGHANDLER_T''@|1|g' -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' < ./signal.in.h; } > signal.h-t && mv signal.h-t signal.h rm -f stdio.h-t stdio.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_STDIO_H''@||g' -e 's/@''GNULIB_DPRINTF''@/0/g' -e 's/@''GNULIB_FCLOSE''@/0/g' -e 's/@''GNULIB_FFLUSH''@/0/g' -e 's/@''GNULIB_FGETC''@/1/g' -e 's/@''GNULIB_FGETS''@/1/g' -e 's/@''GNULIB_FOPEN''@/0/g' -e 's/@''GNULIB_FPRINTF''@/1/g' -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' -e 's/@''GNULIB_FPURGE''@/0/g' -e 's/@''GNULIB_FPUTC''@/1/g' -e 's/@''GNULIB_FPUTS''@/1/g' -e 's/@''GNULIB_FREAD''@/1/g' -e 's/@''GNULIB_FREOPEN''@/0/g' -e 's/@''GNULIB_FSCANF''@/1/g' -e 's/@''GNULIB_FSEEK''@/0/g' -e 's/@''GNULIB_FSEEKO''@/0/g' -e 's/@''GNULIB_FTELL''@/0/g' -e 's/@''GNULIB_FTELLO''@/0/g' -e 's/@''GNULIB_FWRITE''@/1/g' -e 's/@''GNULIB_GETC''@/1/g' -e 's/@''GNULIB_GETCHAR''@/1/g' -e 's/@''GNULIB_GETDELIM''@/0/g' -e 's/@''GNULIB_GETLINE''@/0/g' -e 's/@''GNULIB_GETS''@/1/g' -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' -e 's/@''GNULIB_PERROR''@/0/g' -e 's/@''GNULIB_POPEN''@/0/g' -e 's/@''GNULIB_PRINTF''@/1/g' -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' -e 's/@''GNULIB_PUTC''@/1/g' -e 's/@''GNULIB_PUTCHAR''@/1/g' -e 's/@''GNULIB_PUTS''@/1/g' -e 's/@''GNULIB_REMOVE''@/0/g' -e 's/@''GNULIB_RENAME''@/0/g' -e 's/@''GNULIB_RENAMEAT''@/0/g' -e 's/@''GNULIB_SCANF''@/1/g' -e 's/@''GNULIB_SNPRINTF''@/0/g' -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' -e 's/@''GNULIB_TMPFILE''@/0/g' -e 's/@''GNULIB_VASPRINTF''@/0/g' -e 's/@''GNULIB_VDPRINTF''@/0/g' -e 's/@''GNULIB_VFPRINTF''@/1/g' -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' -e 's/@''GNULIB_VFSCANF''@/0/g' -e 's/@''GNULIB_VSCANF''@/0/g' -e 's/@''GNULIB_VPRINTF''@/1/g' -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' -e 's/@''GNULIB_VSNPRINTF''@/0/g' -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' < ./stdio.in.h | sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' -e 's|@''HAVE_DECL_FSEEKO''@|1|g' -e 's|@''HAVE_DECL_FTELLO''@|1|g' -e 's|@''HAVE_DECL_GETDELIM''@|1|g' -e 's|@''HAVE_DECL_GETLINE''@|1|g' -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' -e 's|@''HAVE_DPRINTF''@|1|g' -e 's|@''HAVE_FSEEKO''@|1|g' -e 's|@''HAVE_FTELLO''@|1|g' -e 's|@''HAVE_RENAMEAT''@|1|g' -e 's|@''HAVE_VASPRINTF''@|1|g' -e 's|@''HAVE_VDPRINTF''@|1|g' -e 's|@''REPLACE_DPRINTF''@|0|g' -e 's|@''REPLACE_FCLOSE''@|0|g' -e 's|@''REPLACE_FFLUSH''@|0|g' -e 's|@''REPLACE_FOPEN''@|0|g' -e 's|@''REPLACE_FPRINTF''@|0|g' -e 's|@''REPLACE_FPURGE''@|0|g' -e 's|@''REPLACE_FREOPEN''@|0|g' -e 's|@''REPLACE_FSEEK''@|0|g' -e 's|@''REPLACE_FSEEKO''@|0|g' -e 's|@''REPLACE_FTELL''@|0|g' -e 's|@''REPLACE_FTELLO''@|0|g' -e 's|@''REPLACE_GETDELIM''@|0|g' -e 's|@''REPLACE_GETLINE''@|0|g' -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' -e 's|@''REPLACE_PERROR''@|0|g' -e 's|@''REPLACE_POPEN''@|0|g' -e 's|@''REPLACE_PRINTF''@|0|g' -e 's|@''REPLACE_REMOVE''@|0|g' -e 's|@''REPLACE_RENAME''@|0|g' -e 's|@''REPLACE_RENAMEAT''@|0|g' -e 's|@''REPLACE_SNPRINTF''@|0|g' -e 's|@''REPLACE_SPRINTF''@|0|g' -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' -e 's|@''REPLACE_TMPFILE''@|0|g' -e 's|@''REPLACE_VASPRINTF''@|0|g' -e 's|@''REPLACE_VDPRINTF''@|0|g' -e 's|@''REPLACE_VFPRINTF''@|0|g' -e 's|@''REPLACE_VPRINTF''@|0|g' -e 's|@''REPLACE_VSNPRINTF''@|0|g' -e 's|@''REPLACE_VSPRINTF''@|0|g' -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; } > stdio.h-t && mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_STDLIB_H''@||g' -e 's/@''GNULIB__EXIT''@/0/g' -e 's/@''GNULIB_ATOLL''@/0/g' -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' -e 's/@''GNULIB_GETLOADAVG''@/0/g' -e 's/@''GNULIB_GETSUBOPT''@/0/g' -e 's/@''GNULIB_GRANTPT''@/0/g' -e 's/@''GNULIB_MALLOC_POSIX''@/0/g' -e 's/@''GNULIB_MBTOWC''@/0/g' -e 's/@''GNULIB_MKDTEMP''@/0/g' -e 's/@''GNULIB_MKOSTEMP''@/0/g' -e 's/@''GNULIB_MKOSTEMPS''@/0/g' -e 's/@''GNULIB_MKSTEMP''@/0/g' -e 's/@''GNULIB_MKSTEMPS''@/0/g' -e 's/@''GNULIB_PTSNAME''@/0/g' -e 's/@''GNULIB_PUTENV''@/0/g' -e 's/@''GNULIB_RANDOM_R''@/0/g' -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' -e 's/@''GNULIB_REALPATH''@/1/g' -e 's/@''GNULIB_RPMATCH''@/0/g' -e 's/@''GNULIB_SETENV''@/0/g' -e 's/@''GNULIB_STRTOD''@/0/g' -e 's/@''GNULIB_STRTOLL''@/0/g' -e 's/@''GNULIB_STRTOULL''@/0/g' -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' -e 's/@''GNULIB_UNLOCKPT''@/0/g' -e 's/@''GNULIB_UNSETENV''@/0/g' -e 's/@''GNULIB_WCTOMB''@/0/g' < ./stdlib.in.h | sed -e 's|@''HAVE__EXIT''@|1|g' -e 's|@''HAVE_ATOLL''@|1|g' -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' -e 's|@''HAVE_GETSUBOPT''@|1|g' -e 's|@''HAVE_GRANTPT''@|1|g' -e 's|@''HAVE_MKDTEMP''@|1|g' -e 's|@''HAVE_MKOSTEMP''@|1|g' -e 's|@''HAVE_MKOSTEMPS''@|1|g' -e 's|@''HAVE_MKSTEMP''@|1|g' -e 's|@''HAVE_MKSTEMPS''@|1|g' -e 's|@''HAVE_PTSNAME''@|1|g' -e 's|@''HAVE_RANDOM_H''@|1|g' -e 's|@''HAVE_RANDOM_R''@|1|g' -e 's|@''HAVE_REALPATH''@|1|g' -e 's|@''HAVE_RPMATCH''@|1|g' -e 's|@''HAVE_DECL_SETENV''@|1|g' -e 's|@''HAVE_STRTOD''@|1|g' -e 's|@''HAVE_STRTOLL''@|1|g' -e 's|@''HAVE_STRTOULL''@|1|g' -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' -e 's|@''HAVE_UNLOCKPT''@|1|g' -e 's|@''HAVE_DECL_UNSETENV''@|1|g' -e 's|@''REPLACE_CALLOC''@|0|g' -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' -e 's|@''REPLACE_MALLOC''@|0|g' -e 's|@''REPLACE_MBTOWC''@|0|g' -e 's|@''REPLACE_MKSTEMP''@|0|g' -e 's|@''REPLACE_PUTENV''@|0|g' -e 's|@''REPLACE_REALLOC''@|0|g' -e 's|@''REPLACE_REALPATH''@|0|g' -e 's|@''REPLACE_SETENV''@|0|g' -e 's|@''REPLACE_STRTOD''@|0|g' -e 's|@''REPLACE_UNSETENV''@|0|g' -e 's|@''REPLACE_WCTOMB''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; } > stdlib.h-t && mv stdlib.h-t stdlib.h rm -f string.h-t string.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_STRING_H''@||g' -e 's/@''GNULIB_FFSL''@/0/g' -e 's/@''GNULIB_FFSLL''@/0/g' -e 's/@''GNULIB_MBSLEN''@/0/g' -e 's/@''GNULIB_MBSNLEN''@/0/g' -e 's/@''GNULIB_MBSCHR''@/0/g' -e 's/@''GNULIB_MBSRCHR''@/0/g' -e 's/@''GNULIB_MBSSTR''@/0/g' -e 's/@''GNULIB_MBSCASECMP''@/0/g' -e 's/@''GNULIB_MBSNCASECMP''@/0/g' -e 's/@''GNULIB_MBSPCASECMP''@/0/g' -e 's/@''GNULIB_MBSCASESTR''@/0/g' -e 's/@''GNULIB_MBSCSPN''@/0/g' -e 's/@''GNULIB_MBSPBRK''@/0/g' -e 's/@''GNULIB_MBSSPN''@/0/g' -e 's/@''GNULIB_MBSSEP''@/0/g' -e 's/@''GNULIB_MBSTOK_R''@/0/g' -e 's/@''GNULIB_MEMCHR''@/0/g' -e 's/@''GNULIB_MEMMEM''@/0/g' -e 's/@''GNULIB_MEMPCPY''@/0/g' -e 's/@''GNULIB_MEMRCHR''@/0/g' -e 's/@''GNULIB_RAWMEMCHR''@/0/g' -e 's/@''GNULIB_STPCPY''@/0/g' -e 's/@''GNULIB_STPNCPY''@/0/g' -e 's/@''GNULIB_STRCHRNUL''@/0/g' -e 's/@''GNULIB_STRDUP''@/0/g' -e 's/@''GNULIB_STRNCAT''@/0/g' -e 's/@''GNULIB_STRNDUP''@/0/g' -e 's/@''GNULIB_STRNLEN''@/0/g' -e 's/@''GNULIB_STRPBRK''@/0/g' -e 's/@''GNULIB_STRSEP''@/0/g' -e 's/@''GNULIB_STRSTR''@/0/g' -e 's/@''GNULIB_STRCASESTR''@/0/g' -e 's/@''GNULIB_STRTOK_R''@/0/g' -e 's/@''GNULIB_STRERROR''@/1/g' -e 's/@''GNULIB_STRERROR_R''@/0/g' -e 's/@''GNULIB_STRSIGNAL''@/0/g' -e 's/@''GNULIB_STRVERSCMP''@/0/g' < ./string.in.h | sed -e 's|@''HAVE_FFSL''@|1|g' -e 's|@''HAVE_FFSLL''@|1|g' -e 's|@''HAVE_MBSLEN''@|0|g' -e 's|@''HAVE_MEMCHR''@|1|g' -e 's|@''HAVE_DECL_MEMMEM''@|1|g' -e 's|@''HAVE_MEMPCPY''@|1|g' -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' -e 's|@''HAVE_RAWMEMCHR''@|1|g' -e 's|@''HAVE_STPCPY''@|1|g' -e 's|@''HAVE_STPNCPY''@|1|g' -e 's|@''HAVE_STRCHRNUL''@|1|g' -e 's|@''HAVE_DECL_STRDUP''@|1|g' -e 's|@''HAVE_DECL_STRNDUP''@|1|g' -e 's|@''HAVE_DECL_STRNLEN''@|1|g' -e 's|@''HAVE_STRPBRK''@|1|g' -e 's|@''HAVE_STRSEP''@|1|g' -e 's|@''HAVE_STRCASESTR''@|1|g' -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' -e 's|@''HAVE_STRVERSCMP''@|1|g' -e 's|@''REPLACE_STPNCPY''@|0|g' -e 's|@''REPLACE_MEMCHR''@|0|g' -e 's|@''REPLACE_MEMMEM''@|0|g' -e 's|@''REPLACE_STRCASESTR''@|0|g' -e 's|@''REPLACE_STRCHRNUL''@|0|g' -e 's|@''REPLACE_STRDUP''@|0|g' -e 's|@''REPLACE_STRSTR''@|0|g' -e 's|@''REPLACE_STRERROR''@|0|g' -e 's|@''REPLACE_STRERROR_R''@|0|g' -e 's|@''REPLACE_STRNCAT''@|0|g' -e 's|@''REPLACE_STRNDUP''@|0|g' -e 's|@''REPLACE_STRNLEN''@|0|g' -e 's|@''REPLACE_STRSIGNAL''@|0|g' -e 's|@''REPLACE_STRTOK_R''@|0|g' -e 's|@''UNDEFINE_STRTOK_R''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; < ./string.in.h; } > string.h-t && mv string.h-t string.h ../build-aux/install-sh -c -d sys rm -f sys/stat.h-t sys/stat.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_SYS_STAT_H''@||g' -e 's/@''GNULIB_FCHMODAT''@/0/g' -e 's/@''GNULIB_FSTATAT''@/0/g' -e 's/@''GNULIB_FUTIMENS''@/0/g' -e 's/@''GNULIB_LCHMOD''@/0/g' -e 's/@''GNULIB_LSTAT''@/1/g' -e 's/@''GNULIB_MKDIRAT''@/0/g' -e 's/@''GNULIB_MKFIFO''@/0/g' -e 's/@''GNULIB_MKFIFOAT''@/0/g' -e 's/@''GNULIB_MKNOD''@/0/g' -e 's/@''GNULIB_MKNODAT''@/0/g' -e 's/@''GNULIB_STAT''@/1/g' -e 's/@''GNULIB_UTIMENSAT''@/0/g' -e 's|@''HAVE_FCHMODAT''@|1|g' -e 's|@''HAVE_FSTATAT''@|1|g' -e 's|@''HAVE_FUTIMENS''@|1|g' -e 's|@''HAVE_LCHMOD''@|1|g' -e 's|@''HAVE_LSTAT''@|1|g' -e 's|@''HAVE_MKDIRAT''@|1|g' -e 's|@''HAVE_MKFIFO''@|1|g' -e 's|@''HAVE_MKFIFOAT''@|1|g' -e 's|@''HAVE_MKNOD''@|1|g' -e 's|@''HAVE_MKNODAT''@|1|g' -e 's|@''HAVE_UTIMENSAT''@|1|g' -e 's|@''REPLACE_FSTAT''@|0|g' -e 's|@''REPLACE_FSTATAT''@|0|g' -e 's|@''REPLACE_FUTIMENS''@|0|g' -e 's|@''REPLACE_LSTAT''@|0|g' -e 's|@''REPLACE_MKDIR''@|0|g' -e 's|@''REPLACE_MKFIFO''@|0|g' -e 's|@''REPLACE_MKNOD''@|0|g' -e 's|@''REPLACE_STAT''@|0|g' -e 's|@''REPLACE_UTIMENSAT''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' < ./sys_stat.in.h; } > sys/stat.h-t && mv sys/stat.h-t sys/stat.h rm -f time.h-t time.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_TIME_H''@||g' -e 's/@''GNULIB_MKTIME''@/0/g' -e 's/@''GNULIB_NANOSLEEP''@/0/g' -e 's/@''GNULIB_STRPTIME''@/0/g' -e 's/@''GNULIB_TIMEGM''@/0/g' -e 's/@''GNULIB_TIME_R''@/0/g' -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' -e 's|@''HAVE_NANOSLEEP''@|1|g' -e 's|@''HAVE_STRPTIME''@|1|g' -e 's|@''HAVE_TIMEGM''@|1|g' -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' < ./time.in.h; } > time.h-t && mv time.h-t time.h rm -f unistd.h-t unistd.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's|@''GUARD_PREFIX''@|GL|g' -e 's|@''HAVE_UNISTD_H''@|1|g' -e 's|@''INCLUDE_NEXT''@|include_next|g' -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e 's|@''PRAGMA_COLUMNS''@||g' -e 's|@''NEXT_UNISTD_H''@||g' -e 's/@''GNULIB_CHOWN''@/0/g' -e 's/@''GNULIB_CLOSE''@/0/g' -e 's/@''GNULIB_DUP2''@/0/g' -e 's/@''GNULIB_DUP3''@/0/g' -e 's/@''GNULIB_ENVIRON''@/1/g' -e 's/@''GNULIB_EUIDACCESS''@/0/g' -e 's/@''GNULIB_FACCESSAT''@/0/g' -e 's/@''GNULIB_FCHDIR''@/0/g' -e 's/@''GNULIB_FCHOWNAT''@/0/g' -e 's/@''GNULIB_FSYNC''@/0/g' -e 's/@''GNULIB_FTRUNCATE''@/0/g' -e 's/@''GNULIB_GETCWD''@/0/g' -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' -e 's/@''GNULIB_GETGROUPS''@/0/g' -e 's/@''GNULIB_GETHOSTNAME''@/0/g' -e 's/@''GNULIB_GETLOGIN''@/0/g' -e 's/@''GNULIB_GETLOGIN_R''@/0/g' -e 's/@''GNULIB_GETPAGESIZE''@/0/g' -e 's/@''GNULIB_GETUSERSHELL''@/0/g' -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' -e 's/@''GNULIB_LCHOWN''@/0/g' -e 's/@''GNULIB_LINK''@/0/g' -e 's/@''GNULIB_LINKAT''@/0/g' -e 's/@''GNULIB_LSEEK''@/0/g' -e 's/@''GNULIB_PIPE''@/0/g' -e 's/@''GNULIB_PIPE2''@/0/g' -e 's/@''GNULIB_PREAD''@/0/g' -e 's/@''GNULIB_PWRITE''@/0/g' -e 's/@''GNULIB_READ''@/1/g' -e 's/@''GNULIB_READLINK''@/1/g' -e 's/@''GNULIB_READLINKAT''@/0/g' -e 's/@''GNULIB_RMDIR''@/0/g' -e 's/@''GNULIB_SLEEP''@/0/g' -e 's/@''GNULIB_SYMLINK''@/0/g' -e 's/@''GNULIB_SYMLINKAT''@/0/g' -e 's/@''GNULIB_TTYNAME_R''@/0/g' -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' -e 's/@''GNULIB_UNLINK''@/0/g' -e 's/@''GNULIB_UNLINKAT''@/0/g' -e 's/@''GNULIB_USLEEP''@/0/g' -e 's/@''GNULIB_WRITE''@/0/g' < ./unistd.in.h | sed -e 's|@''HAVE_CHOWN''@|1|g' -e 's|@''HAVE_DUP2''@|1|g' -e 's|@''HAVE_DUP3''@|1|g' -e 's|@''HAVE_EUIDACCESS''@|1|g' -e 's|@''HAVE_FACCESSAT''@|1|g' -e 's|@''HAVE_FCHDIR''@|1|g' -e 's|@''HAVE_FCHOWNAT''@|1|g' -e 's|@''HAVE_FSYNC''@|1|g' -e 's|@''HAVE_FTRUNCATE''@|1|g' -e 's|@''HAVE_GETDTABLESIZE''@|1|g' -e 's|@''HAVE_GETGROUPS''@|1|g' -e 's|@''HAVE_GETHOSTNAME''@|1|g' -e 's|@''HAVE_GETLOGIN''@|1|g' -e 's|@''HAVE_GETPAGESIZE''@|1|g' -e 's|@''HAVE_GROUP_MEMBER''@|1|g' -e 's|@''HAVE_LCHOWN''@|1|g' -e 's|@''HAVE_LINK''@|1|g' -e 's|@''HAVE_LINKAT''@|1|g' -e 's|@''HAVE_PIPE''@|1|g' -e 's|@''HAVE_PIPE2''@|1|g' -e 's|@''HAVE_PREAD''@|1|g' -e 's|@''HAVE_PWRITE''@|1|g' -e 's|@''HAVE_READLINK''@|1|g' -e 's|@''HAVE_READLINKAT''@|1|g' -e 's|@''HAVE_SLEEP''@|1|g' -e 's|@''HAVE_SYMLINK''@|1|g' -e 's|@''HAVE_SYMLINKAT''@|1|g' -e 's|@''HAVE_UNLINKAT''@|1|g' -e 's|@''HAVE_USLEEP''@|1|g' -e 's|@''HAVE_DECL_ENVIRON''@|1|g' -e 's|@''HAVE_DECL_FCHDIR''@|1|g' -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' -e 's|@''HAVE_OS_H''@|0|g' -e 's|@''HAVE_SYS_PARAM_H''@|0|g' | sed -e 's|@''REPLACE_CHOWN''@|0|g' -e 's|@''REPLACE_CLOSE''@|0|g' -e 's|@''REPLACE_DUP''@|0|g' -e 's|@''REPLACE_DUP2''@|0|g' -e 's|@''REPLACE_FCHOWNAT''@|0|g' -e 's|@''REPLACE_GETCWD''@|0|g' -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' -e 's|@''REPLACE_GETLOGIN_R''@|0|g' -e 's|@''REPLACE_GETGROUPS''@|0|g' -e 's|@''REPLACE_GETPAGESIZE''@|0|g' -e 's|@''REPLACE_LCHOWN''@|0|g' -e 's|@''REPLACE_LINK''@|0|g' -e 's|@''REPLACE_LINKAT''@|0|g' -e 's|@''REPLACE_LSEEK''@|0|g' -e 's|@''REPLACE_PREAD''@|0|g' -e 's|@''REPLACE_PWRITE''@|0|g' -e 's|@''REPLACE_READ''@|0|g' -e 's|@''REPLACE_READLINK''@|0|g' -e 's|@''REPLACE_RMDIR''@|0|g' -e 's|@''REPLACE_SLEEP''@|0|g' -e 's|@''REPLACE_SYMLINK''@|0|g' -e 's|@''REPLACE_TTYNAME_R''@|0|g' -e 's|@''REPLACE_UNLINK''@|0|g' -e 's|@''REPLACE_UNLINKAT''@|0|g' -e 's|@''REPLACE_USLEEP''@|0|g' -e 's|@''REPLACE_WRITE''@|0|g' -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; } > unistd.h-t && mv unistd.h-t unistd.h rm -f unitypes.h-t unitypes.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./unitypes.in.h; } > unitypes.h-t && mv -f unitypes.h-t unitypes.h rm -f uniwidth.h-t uniwidth.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./uniwidth.in.h; } > uniwidth.h-t && mv -f uniwidth.h-t uniwidth.h /usr/pkg/bin/bmake all-am cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c allocator.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c areadlink.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c careadlinkat.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c malloca.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c progname.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c safe-read.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c xmalloc.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c xstrdup.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c xreadlink.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c canonicalize-lgpl.c cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -D_FORTIFY_SOURCE=2 -c error.c rm -f libicrt.a ar cru libicrt.a allocator.o areadlink.o careadlinkat.o malloca.o progname.o safe-read.o width.o xmalloc.o xstrdup.o xreadlink.o canonicalize-lgpl.o error.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libicrt.a (cd src && /usr/pkg/bin/bmake all) cc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O2 -D_FORTIFY_SOURCE=2 -DINSTALLDIR=\"/usr/pkg/bin\" -DLOCALEDIR=\"/usr/pkg/share/locale\" ./iconv_no_i18n.c /bin/bash ../libtool --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n libtool: link: cc -Wl,-rpath -Wl,/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 iconv_no_i18n.o -o .libs/iconv_no_i18n ../srclib/libicrt.a ../lib/.libs/libiconv.so -Wl,-rpath -Wl,/usr/pkg/lib cc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O2 -D_FORTIFY_SOURCE=2 -DINSTALLDIR=\"/usr/pkg/bin\" -DLOCALEDIR=\"/usr/pkg/share/locale\" ./iconv.c test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . (cd po && /usr/pkg/bin/bmake all) (cd man && /usr/pkg/bin/bmake all) (if test -d tests; then cd tests && /usr/pkg/bin/bmake all; fi) ===> Installing for libiconv-1.14nb3 => Generating pre-install file lists /bin/rm -f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/charset.alias builddir="`pwd`"; cd libcharset && /usr/pkg/bin/bmake all && /bin/bash ./libtool --mode=install cp lib/libcharset.la "$builddir/lib/" && /usr/pkg/bin/nbpax -rw include/*.h "$builddir/" cd lib && /usr/pkg/bin/bmake all libtool: install: cp lib/.libs/libcharset.so.1.0.0 /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.so.1.0.0 libtool: install: (cd /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so.1 || { rm -f libcharset.so.1 && ln -s libcharset.so.1.0.0 libcharset.so.1; }; }) libtool: install: (cd /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so || { rm -f libcharset.so && ln -s libcharset.so.1.0.0 libcharset.so; }; }) libtool: install: cp lib/.libs/libcharset.lai /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.la libtool: install: cp lib/.libs/libcharset.a /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: install: chmod 644 /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: install: ranlib /root/pkg/work/converters/libiconv/work/libiconv-1.14/lib/libcharset.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' cd libcharset && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' cd lib && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' if test no = no; then case 'linux-gnu' in darwin[56]*) need_charset_alias=true ;; darwin* | cygwin* | mingw* | pw32* | cegcc*) need_charset_alias=false ;; *) need_charset_alias=true ;; esac ; else need_charset_alias=false ; fi ; /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib ; /bin/bash ../libtool --mode=install /usr/bin/install -c -o root -g root libcharset.la /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.la mkdir -p -- /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib libtool: install: /usr/bin/install -c -o root -g root .libs/libcharset.so.1.0.0 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.so.1.0.0 libtool: install: (cd /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so.1 || { rm -f libcharset.so.1 && ln -s libcharset.so.1.0.0 libcharset.so.1; }; }) libtool: install: (cd /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib && { ln -s -f libcharset.so.1.0.0 libcharset.so || { rm -f libcharset.so && ln -s libcharset.so.1.0.0 libcharset.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libcharset.lai /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.la libtool: install: /usr/bin/install -c -o root -g root .libs/libcharset.a /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.a libtool: install: chmod 644 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.a libtool: install: ranlib /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libcharset.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' /bin/sh ./build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include mkdir -p -- /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include /usr/bin/install -c -o root -g root -m 644 include/libcharset.h /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include/libcharset.h /usr/bin/install -c -o root -g root -m 644 include/localcharset.h.inst /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include/localcharset.h cd lib && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib ] ; then /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib ; fi /bin/bash ../libtool --mode=install /usr/bin/install -c -o root -g root libiconv.la /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.la libtool: install: /usr/bin/install -c -o root -g root .libs/libiconv.so.2.5.1 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.so.2.5.1 libtool: install: (cd /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib && { ln -s -f libiconv.so.2.5.1 libiconv.so.2 || { rm -f libiconv.so.2 && ln -s libiconv.so.2.5.1 libiconv.so.2; }; }) libtool: install: (cd /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib && { ln -s -f libiconv.so.2.5.1 libiconv.so || { rm -f libiconv.so && ln -s libiconv.so.2.5.1 libiconv.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libiconv.lai /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.la libtool: install: /usr/bin/install -c -o root -g root .libs/libiconv.a /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.a libtool: install: chmod 644 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.a libtool: install: ranlib /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/libiconv.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' case "linux-gnu" in aix*) (cd /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib && objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && ar x libiconv.a && ar x /lib/libiconv.a && ar q libiconv.new.a $objects && rm -f $objects && mv -f libiconv.new.a libiconv.a) ;; esac cd preload && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib ] ; then /bin/sh ./build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib ; fi if test -n "preloadable_libiconv.so"; then /usr/bin/install -c -o root -g root -m 644 preloadable_libiconv.so /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/preloadable_libiconv.so.new && mv /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/preloadable_libiconv.so.new /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib/preloadable_libiconv.so ; fi cd srclib && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' /usr/pkg/bin/bmake install-am cd src && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' libdir='/usr/pkg/lib' test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/bin ; fi mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/bin case "linux-gnu" in hpux*) cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 `if test -n ''; then /usr/pkg/bin; fi` iconv.o ../srclib/libicrt.a -L/root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/lib -liconv `if test -n '/root/pkg/work/converters/libiconv/work/.destdir'; then echo " -Wl,+b -Wl,/usr/pkg/lib"; fi` -o iconv;; *) /bin/bash ../libtool --mode=link cc -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 `if test -n ''; then /usr/pkg/bin; fi` iconv.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv;; esac libtool: link: cc -Wl,-rpath -Wl,/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 iconv.o -o .libs/iconv ../srclib/libicrt.a ../lib/.libs/libiconv.so -Wl,-rpath -Wl,/usr/pkg/lib /bin/bash ../libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 iconv /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/bin/iconv libtool: warning: '../lib/libiconv.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/iconv /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/bin/iconv if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include ] ; then /bin/sh ./build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include ; fi /usr/bin/install -c -o root -g root -m 644 include/iconv.h.inst /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/include/iconv.h cd po && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' datarootdir='/usr/pkg/share' datadir='/usr/pkg/share' if test "libiconv" = "gettext-tools"; then ../build-aux/install-sh -c -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do /usr/bin/install -c -o root -g root -m 644 ./$file /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/gettext/po/$file; done; for file in Makevars; do rm -f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/gettext/po/$file; done; else : ; fi cd man && /usr/pkg/bin/bmake install prefix='/usr/pkg' exec_prefix='/usr/pkg' datarootdir='/usr/pkg/share' datadir='/usr/pkg/share' mandir='/usr/pkg/man' if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1 ] ; then /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1 ; fi mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1 builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1/$f ; /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1/$f) ; done /usr/bin/install -c -o root -g root -m 644 ./iconv.1 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man1/iconv.1 if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3 ] ; then /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3 ; fi mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3 builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/$f ; /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/$f) ; done /usr/bin/install -c -o root -g root -m 644 ./iconv.3 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/iconv.3 /usr/bin/install -c -o root -g root -m 644 ./iconv_close.3 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/iconv_close.3 /usr/bin/install -c -o root -g root -m 644 ./iconv_open.3 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/iconv_open.3 /usr/bin/install -c -o root -g root -m 644 ./iconv_open_into.3 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/iconv_open_into.3 /usr/bin/install -c -o root -g root -m 644 ./iconvctl.3 /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/man/man3/iconvctl.3 if [ ! -d /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv ] ; then /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv ; fi mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc mkdir /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/$f ; /usr/bin/install -c -o root -g root -m 644 ./$f /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/$f) ; done /usr/bin/install -c -o root -g root -m 644 ./iconv.1.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconv.1.html /usr/bin/install -c -o root -g root -m 644 ./iconv.3.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconv.3.html /usr/bin/install -c -o root -g root -m 644 ./iconv_close.3.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconv_close.3.html /usr/bin/install -c -o root -g root -m 644 ./iconv_open.3.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconv_open.3.html /usr/bin/install -c -o root -g root -m 644 ./iconv_open_into.3.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconv_open_into.3.html /usr/bin/install -c -o root -g root -m 644 ./iconvctl.3.html /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/doc/libiconv/iconvctl.3.html cd /root/pkg/work/converters/libiconv/work/libiconv-1.14/libcharset/lib && /usr/pkg/bin/bmake libdir=/usr/pkg/share/examples/libiconv DESTDIR=/root/pkg/work/converters/libiconv/work/.destdir install-charset-alias /bin/sh ../build-aux/mkinstalldirs /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/examples/libiconv mkdir -p -- /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/examples/libiconv orig=charset.alias; sed -f ref-add.sed $orig > t-charset.alias; /usr/bin/install -c -o root -g root -m 644 t-charset.alias /root/pkg/work/converters/libiconv/work/.destdir/usr/pkg/share/examples/libiconv/charset.alias; => Automatic manual page handling => Generating post-install file lists => Checking file-check results for libiconv-1.14nb3 => Creating binary package /root/pkg/work/converters/libiconv/work/.packages/libiconv-1.14nb3.tgz ===> Building binary package for libiconv-1.14nb3 => Creating binary package /root/pkgsrc/packages/All/libiconv-1.14nb3.tgz ===> Installing binary package of libiconv-1.14nb3 libiconv-1.14nb3: copying /usr/pkg/share/examples/libiconv/charset.alias to /usr/pkg/lib/charset.alias => Returning to build of gettext-lib-0.19.8.1 ===> Overriding tools for gettext-lib-0.19.8.1 ===> Extracting for gettext-lib-0.19.8.1 ===> Patching for gettext-lib-0.19.8.1 => Applying pkgsrc patches for gettext-lib-0.19.8.1 ===> Creating toolchain wrappers for gettext-lib-0.19.8.1 ===> Configuring for gettext-lib-0.19.8.1 => 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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gnulib-local/Makefile === configuring in gettext-runtime (/root/pkg/work/devel/gettext-lib/work/gettext-0.19.8.1/gettext-runtime) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/pkg' '--with-included-gettext' '--disable-csharp' '--disable-c++' '--with-libiconv-prefix=/usr/pkg' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=cc' 'CFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include' 'CXX=c++' 'CXXFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'CXXCPP=cpp' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-unknown-linux-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... gcc3 checking for bison... no checking for byacc... no checking whether to use Java... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for Java compiler... no checking for jar... no checking for preferred C# implementation... no checking for C# compiler... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for x86_64-unknown-linux-ar... no checking for x86_64-unknown-linux-lib... no checking for x86_64-unknown-linux-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for x86_64-unknown-linux-ar... ar checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... (cached) ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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... yes rm: can't remove 'conftest*': No such file or directory checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for x86_64-unknown-linux-windres... no checking for windres... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking whether we are using the GNU C Library 2 or newer... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for inline... inline checking for size_t... yes checking for stdint.h... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for string.h... (cached) yes checking for getopt.h... yes checking for sys/time.h... yes checking for sys/socket.h... yes checking for iconv.h... yes checking for wctype.h... yes checking for langinfo.h... yes checking for xlocale.h... no checking for sys/mman.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for sys/stat.h... (cached) yes checking for features.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking for pthread_rwlock_t... yes checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/pkg/lib/libiconv.so -Wl,-rpath -Wl,/usr/pkg/lib checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for uselocale... yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... yes checking for getlocalename_l... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for bison... no checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for symlink... yes checking for canonicalize_file_name... no checking for getcwd... (cached) yes checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for gettimeofday... yes checking for iswcntrl... yes checking for iswblank... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbslen... no checking for mprotect... yes checking for _set_invalid_parameter_handler... no checking for setenv... yes checking for wcwidth... yes checking for working fcntl.h... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking for features.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for newlocale... yes checking for putenv... yes checking for setenv... (cached) yes checking for setlocale... yes checking for snprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... yes checking whether to use NLS... yes checking where the gettext function comes from... included intl directory checking whether to use C++... no checking whether // is distinct from /... no checking whether realpath works... no checking if environ is properly declared... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... no checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking whether getc_unlocked is declared... (cached) yes checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking for sigset_t... yes checking for SIGPIPE... yes checking for shared library path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking whether setenv is declared... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether strerror(0) succeeds... yes checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether strnlen is declared... (cached) yes checking whether stat file-mode macros are broken... no checking for mode_t... yes checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... (cached) yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... (cached) yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether uses 'inline' correctly... yes checking for atexit... yes checking whether // is distinct from /... (cached) no checking for error_at_line... no checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... yes checking whether the compiler generally respects inline... yes checking whether iswblank is declared... yes checking whether to use Java... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking for getlocalename_l... (cached) no checking for pthread_rwlock_t... (cached) yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for memmove... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for raise... yes checking for sigprocmask... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... (cached) yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for sigprocmask... (cached) yes checking for ssize_t... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking for max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... no checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... no checking whether secure_getenv is declared without a macro... no checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... no checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... no checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for working strerror function... yes checking for working strnlen... yes checking for strtoul... (cached) yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... no checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wctype is declared without a macro... (cached) yes checking whether iswctype is declared without a macro... (cached) yes checking whether wctrans is declared without a macro... (cached) yes checking whether towctrans is declared without a macro... (cached) yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking for size_t... (cached) yes checking for setlocale... (cached) yes checking for perl... /root/pkg/work/devel/gettext-lib/work/.tools/bin/perl checking for sched_yield in -lrt... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating csharpcomp.sh config.status: creating javacomp.sh config.status: creating Makefile config.status: creating doc/Makefile config.status: creating intl/Makefile config.status: creating intl-java/Makefile config.status: creating intl-csharp/Makefile config.status: creating gnulib-lib/Makefile config.status: creating src/Makefile config.status: creating src/gettext.sh config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating man/x-to-1 config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in gettext-tools (/root/pkg/work/devel/gettext-lib/work/gettext-0.19.8.1/gettext-tools) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/pkg' '--with-included-gettext' '--disable-csharp' '--disable-c++' '--with-libiconv-prefix=/usr/pkg' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=cc' 'CFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include' 'CXX=c++' 'CXXFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'CXXCPP=cpp' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-unknown-linux-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... gcc3 checking for bison... no checking for byacc... no checking whether to use Java... yes checking for Java to native code compiler... none checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for Java virtual machine... no checking for Java compiler... no checking for jar... no checking for preferred C# implementation... no checking for C# compiler... no checking for C# program execution engine... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for x86_64-unknown-linux-ar... no checking for x86_64-unknown-linux-lib... no checking for x86_64-unknown-linux-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for x86_64-unknown-linux-ar... ar checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... (cached) ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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... yes checking if cc supports -c -o file.o... rm: can't remove 'conftest*': No such file or directory (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for x86_64-unknown-linux-windres... no checking for windres... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking whether we are using the GNU C Library 2 or newer... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for inline... inline checking for size_t... yes checking for stdint.h... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for string.h... (cached) yes checking for sys/socket.h... yes checking for utime.h... yes checking for dirent.h... yes checking for wctype.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/time.h... yes checking for iconv.h... yes checking for langinfo.h... yes checking for libcroco-0.6/libcroco/libcroco-config.h... no checking for libxml2/libxml/xmlexports.h... no checking for libxml2/libxml/xmlversion.h... no checking for xlocale.h... no checking for math.h... yes checking for wchar.h... yes checking for sys/mman.h... yes checking for sched.h... yes checking for spawn.h... yes checking for stdint.h... (cached) yes checking for sys/select.h... yes checking for sys/wait.h... yes checking for features.h... yes checking for inttypes.h... (cached) yes checking for malloc.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking for pthread_rwlock_t... yes checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/pkg/lib/libiconv.so -Wl,-rpath -Wl,/usr/pkg/lib checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for uselocale... yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... yes checking for getlocalename_l... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for bison... no checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for symlink... yes checking for fchmod... yes checking for canonicalize_file_name... no checking for getcwd... (cached) yes checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fcntl... yes checking for btowc... yes checking for isblank... yes checking for iswctype... yes checking for mbsrtowcs... yes checking for mempcpy... (cached) yes checking for wmemchr... yes checking for wmemcpy... yes checking for wmempcpy... no checking for getdelim... yes checking for getdtablesize... yes checking for gettimeofday... yes checking for iswcntrl... yes checking for iswblank... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbslen... no checking for isascii... yes checking for mprotect... yes checking for select... yes checking for pipe2... yes checking for setenv... yes checking for secure_getenv... no checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for snprintf... yes checking for stpncpy... yes checking for pipe... yes checking for vasnprintf... no checking for wcwidth... yes checking for newlocale... yes checking for sleep... yes checking for wcrtomb... yes checking for wctob... yes checking for mbrlen... yes checking for nl_langinfo... yes checking for getrlimit... yes checking for setrlimit... yes checking for uselocale... (cached) yes checking for working fcntl.h... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking for features.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for newlocale... (cached) yes checking for putenv... yes checking for setenv... (cached) yes checking for setlocale... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... yes checking whether to use NLS... yes checking where the gettext function comes from... included intl directory checking whether to use C++... no checking whether // is distinct from /... no checking whether realpath works... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking if environ is properly declared... yes checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for mode_t... yes checking for sig_atomic_t... yes checking for pid_t... yes checking for eaccess... yes checking for mbstate_t... yes checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking whether getdelim is declared... yes checking whether getdtablesize is declared... yes checking whether getline is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... no checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking whether byte ordering is bigendian... no checking whether long double and double are the same... no checking where to find the exponent in a 'float'... word 0 bit 23 checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking whether included glib is requested... no checking for glib... no checking whether to use the included glib... yes checking for unistd.h... (cached) yes checking whether included libunistring is requested... no checking for libunistring... no, trying again together with libiconv checking for libunistring... no, consider installing GNU libunistring checking whether getc_unlocked is declared... (cached) yes checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether pow can be used without linking with libm... yes checking whether lstat correctly handles trailing slash... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for a traditional french locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for promoted mode_t type... mode_t checking for library containing posix_spawn... none required checking for posix_spawn... yes checking whether posix_spawn works... yes checking whether posix_spawnattr_setschedpolicy is supported... yes checking whether posix_spawnattr_setschedparam is supported... yes checking for sigset_t... yes checking for SIGPIPE... yes checking for shared library path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking whether setenv is declared... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking whether C symbols are prefixed with underscore at the linker level... no checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stpncpy is declared... yes checking whether strerror(0) succeeds... yes checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether strnlen is declared... (cached) yes checking whether strstr works... yes checking whether curses libraries may be used... yes checking where terminfo library functions come from... libncurses checking for tparam... no checking for tparm... yes checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... (cached) yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... (cached) yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether unsetenv is declared... yes checking for intmax_t... (cached) yes checking for snprintf... (cached) yes checking for strnlen... (cached) yes checking for wcslen... (cached) yes checking for wcsnlen... (cached) yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... (cached) no checking whether vsnprintf is declared... yes checking whether uses 'inline' correctly... yes checking whether alarm is declared... yes checking whether stdin defaults to large file offsets... yes checking whether ftello is declared... yes checking for ftello... yes checking whether ftello works... yes checking whether ungetc works on arbitrary bytes... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking sys/acl.h usability... no checking sys/acl.h presence... no checking for sys/acl.h... no configure: WARNING: libacl development library was not found or not usable. configure: WARNING: gettext-tools will be built without ACL support. checking for atexit... yes checking for dirent.h... (cached) yes checking for string.h... (cached) yes checking for long file names... yes checking for pathconf... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for closedir... yes checking for chown... yes checking for utime... yes checking for utimes... yes checking whether alphasort is declared without a macro... yes checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... yes checking whether fdopendir is declared without a macro... yes checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... yes checking for dirfd... yes checking whether dirfd is declared... (cached) yes checking whether dirfd is a macro... no checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... no checking whether fabs can be used without linking with libm... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether conversion from 'int' to 'long double' works... yes checking for working POSIX fnmatch... yes checking whether fopen recognizes a trailing slash... yes checking for Java to native code compiler... none checking for working getdelim function... yes checking whether getdtablesize works... yes checking for getline... yes checking for working getline function... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... yes checking whether the compiler generally respects inline... yes checking whether isinf is declared... yes checking whether isinf(long double) works... yes checking whether isnan macro works... yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(float) can be used without linking with libm... (cached) yes checking whether isnan(float) works... (cached) yes checking whether isnan(float) can be used without linking with libm... (cached) yes checking whether isnan(float) works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether iswblank is declared... yes checking whether to use Java... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking whether included libcroco is requested... no checking for libcroco... no checking whether to use the included libcroco... yes checking whether included glib is requested... no (cached) checking for glib... no checking whether to use the included glib... yes checking for unistd.h... (cached) yes checking whether to use the included libunistring... yes checking whether included libxml is requested... no checking for libxml... no checking whether to use the included libxml... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for dlfcn.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no 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 float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for limits.h... (cached) yes checking for malloc.h... (cached) yes checking for math.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.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 for arpa/nameser.h... yes checking for resolv.h... yes checking for dlopen... yes checking for getaddrinfo... yes checking for localtime... yes checking for shlload... no checking for stat... yes checking for _stat... no checking for strftime... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking for getlocalename_l... (cached) no checking for pthread_rwlock_t... (cached) yes checking whether log10 works... yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosf is declared without a macro... yes checking whether acosl is declared without a macro... yes checking whether asinf is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanf is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether cbrt is declared without a macro... yes checking whether cbrtf is declared without a macro... yes checking whether cbrtl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether copysign is declared without a macro... yes checking whether copysignf is declared without a macro... yes checking whether copysignl is declared without a macro... yes checking whether cosf is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether coshf is declared without a macro... yes checking whether expf is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether exp2 is declared without a macro... yes checking whether exp2f is declared without a macro... yes checking whether exp2l is declared without a macro... yes checking whether expm1 is declared without a macro... yes checking whether expm1f is declared without a macro... yes checking whether expm1l is declared without a macro... yes checking whether fabsf is declared without a macro... yes checking whether fabsl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether fma is declared without a macro... yes checking whether fmaf is declared without a macro... yes checking whether fmal is declared without a macro... yes checking whether fmod is declared without a macro... yes checking whether fmodf is declared without a macro... yes checking whether fmodl is declared without a macro... yes checking whether frexpf is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether hypotf is declared without a macro... yes checking whether hypotl is declared without a macro... yes checking whether ilogb is declared without a macro... yes checking whether ilogbf is declared without a macro... yes checking whether ilogbl is declared without a macro... yes checking whether ldexpf is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether log is declared without a macro... yes checking whether logf is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether log10 is declared without a macro... yes checking whether log10f is declared without a macro... yes checking whether log10l is declared without a macro... yes checking whether log1p is declared without a macro... yes checking whether log1pf is declared without a macro... yes checking whether log1pl is declared without a macro... yes checking whether log2 is declared without a macro... yes checking whether log2f is declared without a macro... yes checking whether log2l is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logbf is declared without a macro... yes checking whether logbl is declared without a macro... yes checking whether modf is declared without a macro... yes checking whether modff is declared without a macro... yes checking whether modfl is declared without a macro... yes checking whether powf is declared without a macro... yes checking whether remainder is declared without a macro... yes checking whether remainderf is declared without a macro... yes checking whether remainderl is declared without a macro... yes checking whether rint is declared without a macro... yes checking whether rintf is declared without a macro... yes checking whether rintl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinf is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sinhf is declared without a macro... yes checking whether sqrtf is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanf is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether tanhf is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbsrtowcs works... guessing yes checking whether mbswidth is declared in ... no checking for mbstate_t... (cached) yes checking for memmove... yes checking for memset... yes checking for mkdtemp... yes checking whether the C compiler is actually a C++ compiler... no checking for obstacks that work with any size object... no checking whether open recognizes a trailing slash... yes checking for opendir... yes checking for cc option to support OpenMP... -fopenmp checking whether posix_spawn_file_actions_addclose works... no checking whether posix_spawn_file_actions_adddup2 works... no checking whether posix_spawn_file_actions_addopen works... no checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for raise... yes checking for sigprocmask... yes checking for rawmemchr... no checking for readdir... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... (cached) yes checking whether rmdir works... yes checking for __secure_getenv... no checking for issetugid... yes checking whether setenv validates arguments... yes checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking for posix_spawnattr_t... yes checking for posix_spawn_file_actions_t... yes checking whether posix_spawn is declared without a macro... yes checking whether posix_spawnp is declared without a macro... yes checking whether posix_spawnattr_init is declared without a macro... yes checking whether posix_spawnattr_destroy is declared without a macro... yes checking whether posix_spawnattr_getsigdefault is declared without a macro... yes checking whether posix_spawnattr_setsigdefault is declared without a macro... yes checking whether posix_spawnattr_getsigmask is declared without a macro... yes checking whether posix_spawnattr_setsigmask is declared without a macro... yes checking whether posix_spawnattr_getflags is declared without a macro... yes checking whether posix_spawnattr_setflags is declared without a macro... yes checking whether posix_spawnattr_getpgroup is declared without a macro... yes checking whether posix_spawnattr_setpgroup is declared without a macro... yes checking whether posix_spawnattr_getschedpolicy is declared without a macro... yes checking whether posix_spawnattr_setschedpolicy is declared without a macro... yes checking whether posix_spawnattr_getschedparam is declared without a macro... yes checking whether posix_spawnattr_setschedparam is declared without a macro... yes checking whether posix_spawn_file_actions_init is declared without a macro... yes checking whether posix_spawn_file_actions_destroy is declared without a macro... yes checking whether posix_spawn_file_actions_addopen is declared without a macro... yes checking whether posix_spawn_file_actions_addclose is declared without a macro... yes checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking for va_copy... yes checking for max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... no checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... no checking whether secure_getenv is declared without a macro... no checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... no checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... no checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for stpcpy... (cached) yes checking for working stpncpy... yes checking for strchrnul... yes checking whether strchrnul works... yes checking for strcspn... yes checking for working strerror function... yes checking for working strnlen... yes checking for strpbrk... yes checking whether strstr works in linear time... yes checking whether strstr works... (cached) yes checking for strtol... yes checking for strtoul... (cached) yes checking whether is self-contained... yes checking whether pselect is declared without a macro... yes checking whether select is declared without a macro... yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether waitpid is declared without a macro... yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... no checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for ptrdiff_t... (cached) yes checking for vasprintf... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes checking whether printf supports POSIX/XSI format strings with positions... (cached) yes checking for waitid... yes checking for waitpid... yes checking for union wait... no checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wctype is declared without a macro... (cached) yes checking whether iswctype is declared without a macro... (cached) yes checking whether wctrans is declared without a macro... (cached) yes checking whether towctrans is declared without a macro... (cached) yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking for stdint.h... (cached) yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether isblank is declared without a macro... yes checking whether dup works... yes checking whether fdopen sets errno... yes checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking for getpagesize... (cached) yes checking whether getpagesize is declared... (cached) yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'long double'... word 2 bit 0 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking whether lseek detects pipes... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a transitional chinese locale... (cached) none checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for putenv compatible with GNU and SVID... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether sleep is declared... (cached) yes checking for working sleep... yes checking for working stdalign.h... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... yes checking for pthread_atfork... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for sched_yield in -lrt... yes checking whether btowc(0) is correct... (cached) yes checking whether btowc(EOF) is correct... (cached) guessing yes checking whether langinfo.h defines CODESET... (cached) yes checking whether langinfo.h defines T_FMT_AMPM... (cached) yes checking whether langinfo.h defines ERA... (cached) yes checking whether langinfo.h defines YESEXPR... (cached) yes checking whether nl_langinfo is declared without a macro... (cached) yes checking for pthread_rwlock_t... (cached) yes checking whether YESEXPR works... yes checking for working re_compile_pattern... no checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking whether isblank is declared... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... (cached) guessing yes checking for error_at_line... (cached) no checking whether fcntl is declared without a macro... (cached) yes checking whether openat is declared without a macro... (cached) yes checking whether conversion from 'int' to 'long double' works... (cached) yes checking whether fopen recognizes a trailing slash... (cached) yes checking for working getdelim function... (cached) yes checking for getline... (cached) yes checking for working getline function... (cached) yes checking whether gettimeofday clobbers localtime buffer... (cached) no checking for gettimeofday with POSIX signature... (cached) yes checking whether the compiler generally respects inline... (cached) yes checking whether to use the included libunistring... yes checking for pthread_rwlock_t... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles a NULL pwc argument... (cached) guessing yes checking whether mbrtowc handles a NULL string argument... (cached) guessing yes checking whether mbrtowc has a correct return value... (cached) guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes checking whether mbrtowc works on empty input... (cached) yes checking whether the C locale is free of encoding errors... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbswidth is declared in ... (cached) no checking for mbstate_t... (cached) yes checking whether the C compiler is actually a C++ compiler... (cached) no checking for obstacks that work with any size object... (cached) no checking whether open recognizes a trailing slash... (cached) yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking for raise... (cached) yes checking for sigprocmask... (cached) yes checking for rawmemchr... (cached) no checking for volatile sig_atomic_t... (cached) yes checking for sighandler_t... (cached) yes checking whether pthread_sigmask is declared without a macro... (cached) yes checking whether sigaction is declared without a macro... (cached) yes checking whether sigaddset is declared without a macro... (cached) yes checking whether sigdelset is declared without a macro... (cached) yes checking whether sigemptyset is declared without a macro... (cached) yes checking whether sigfillset is declared without a macro... (cached) yes checking whether sigismember is declared without a macro... (cached) yes checking whether sigpending is declared without a macro... (cached) yes checking whether sigprocmask is declared without a macro... (cached) yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... (cached) yes checking whether stat handles trailing slashes on files... (cached) yes checking for va_copy... (cached) yes checking for max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... (cached) system checking whether dprintf is declared without a macro... (cached) yes checking whether fpurge is declared without a macro... (cached) no checking whether fseeko is declared without a macro... (cached) yes checking whether ftello is declared without a macro... (cached) yes checking whether getdelim is declared without a macro... (cached) yes checking whether getline is declared without a macro... (cached) yes checking whether gets is declared without a macro... (cached) no checking whether pclose is declared without a macro... (cached) yes checking whether popen is declared without a macro... (cached) yes checking whether renameat is declared without a macro... (cached) yes checking whether snprintf is declared without a macro... (cached) yes checking whether tmpfile is declared without a macro... (cached) yes checking whether vdprintf is declared without a macro... (cached) yes checking whether vsnprintf is declared without a macro... (cached) yes checking whether _Exit is declared without a macro... (cached) yes checking whether atoll is declared without a macro... (cached) yes checking whether canonicalize_file_name is declared without a macro... (cached) no checking whether getloadavg is declared without a macro... (cached) yes checking whether getsubopt is declared without a macro... (cached) yes checking whether grantpt is declared without a macro... (cached) yes checking whether initstate is declared without a macro... (cached) yes checking whether initstate_r is declared without a macro... (cached) no checking whether mkdtemp is declared without a macro... (cached) yes checking whether mkostemp is declared without a macro... (cached) yes checking whether mkostemps is declared without a macro... (cached) yes checking whether mkstemp is declared without a macro... (cached) yes checking whether mkstemps is declared without a macro... (cached) yes checking whether posix_openpt is declared without a macro... (cached) yes checking whether ptsname is declared without a macro... (cached) yes checking whether ptsname_r is declared without a macro... (cached) yes checking whether random is declared without a macro... (cached) yes checking whether random_r is declared without a macro... (cached) no checking whether realpath is declared without a macro... (cached) yes checking whether rpmatch is declared without a macro... (cached) no checking whether secure_getenv is declared without a macro... (cached) no checking whether setenv is declared without a macro... (cached) yes checking whether setstate is declared without a macro... (cached) yes checking whether setstate_r is declared without a macro... (cached) no checking whether srandom is declared without a macro... (cached) yes checking whether srandom_r is declared without a macro... (cached) no checking whether strtod is declared without a macro... (cached) yes checking whether strtoll is declared without a macro... (cached) yes checking whether strtoull is declared without a macro... (cached) yes checking whether unlockpt is declared without a macro... (cached) yes checking whether unsetenv is declared without a macro... (cached) yes checking for stpcpy... (cached) yes checking for working stpncpy... (cached) yes checking for strchrnul... (cached) yes checking whether strchrnul works... (cached) yes checking for working strerror function... (cached) yes checking whether strstr works in linear time... (cached) yes checking whether strstr works... (cached) yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether chdir is declared without a macro... (cached) yes checking whether chown is declared without a macro... (cached) yes checking whether dup is declared without a macro... (cached) yes checking whether dup2 is declared without a macro... (cached) yes checking whether dup3 is declared without a macro... (cached) yes checking whether environ is declared without a macro... (cached) yes checking whether euidaccess is declared without a macro... (cached) yes checking whether faccessat is declared without a macro... (cached) yes checking whether fchdir is declared without a macro... (cached) yes checking whether fchownat is declared without a macro... (cached) yes checking whether fdatasync is declared without a macro... (cached) yes checking whether fsync is declared without a macro... (cached) yes checking whether ftruncate is declared without a macro... (cached) yes checking whether getcwd is declared without a macro... (cached) yes checking whether getdomainname is declared without a macro... (cached) yes checking whether getdtablesize is declared without a macro... (cached) yes checking whether getgroups is declared without a macro... (cached) yes checking whether gethostname is declared without a macro... (cached) yes checking whether getlogin is declared without a macro... (cached) yes checking whether getlogin_r is declared without a macro... (cached) yes checking whether getpagesize is declared without a macro... (cached) yes checking whether getusershell is declared without a macro... (cached) yes checking whether setusershell is declared without a macro... (cached) yes checking whether endusershell is declared without a macro... (cached) yes checking whether group_member is declared without a macro... (cached) no checking whether isatty is declared without a macro... (cached) yes checking whether lchown is declared without a macro... (cached) yes checking whether link is declared without a macro... (cached) yes checking whether linkat is declared without a macro... (cached) yes checking whether lseek is declared without a macro... (cached) yes checking whether pipe is declared without a macro... (cached) yes checking whether pipe2 is declared without a macro... (cached) yes checking whether pread is declared without a macro... (cached) yes checking whether pwrite is declared without a macro... (cached) yes checking whether readlink is declared without a macro... (cached) yes checking whether readlinkat is declared without a macro... (cached) yes checking whether rmdir is declared without a macro... (cached) yes checking whether sethostname is declared without a macro... (cached) yes checking whether sleep is declared without a macro... (cached) yes checking whether symlink is declared without a macro... (cached) yes checking whether symlinkat is declared without a macro... (cached) yes checking whether ttyname_r is declared without a macro... (cached) yes checking whether unlink is declared without a macro... (cached) yes checking whether unlinkat is declared without a macro... (cached) yes checking whether usleep is declared without a macro... (cached) yes checking for ptrdiff_t... (cached) yes checking for vasprintf... (cached) yes checking whether btowc is declared without a macro... (cached) yes checking whether wctob is declared without a macro... (cached) yes checking whether mbsinit is declared without a macro... (cached) yes checking whether mbrtowc is declared without a macro... (cached) yes checking whether mbrlen is declared without a macro... (cached) yes checking whether mbsrtowcs is declared without a macro... (cached) yes checking whether mbsnrtowcs is declared without a macro... (cached) yes checking whether wcrtomb is declared without a macro... (cached) yes checking whether wcsrtombs is declared without a macro... (cached) yes checking whether wcsnrtombs is declared without a macro... (cached) yes checking whether wcwidth is declared without a macro... (cached) yes checking whether wmemchr is declared without a macro... (cached) yes checking whether wmemcmp is declared without a macro... (cached) yes checking whether wmemcpy is declared without a macro... (cached) yes checking whether wmemmove is declared without a macro... (cached) yes checking whether wmemset is declared without a macro... (cached) yes checking whether wcslen is declared without a macro... (cached) yes checking whether wcsnlen is declared without a macro... (cached) yes checking whether wcscpy is declared without a macro... (cached) yes checking whether wcpcpy is declared without a macro... (cached) yes checking whether wcsncpy is declared without a macro... (cached) yes checking whether wcpncpy is declared without a macro... (cached) yes checking whether wcscat is declared without a macro... (cached) yes checking whether wcsncat is declared without a macro... (cached) yes checking whether wcscmp is declared without a macro... (cached) yes checking whether wcsncmp is declared without a macro... (cached) yes checking whether wcscasecmp is declared without a macro... (cached) yes checking whether wcsncasecmp is declared without a macro... (cached) yes checking whether wcscoll is declared without a macro... (cached) yes checking whether wcsxfrm is declared without a macro... (cached) yes checking whether wcsdup is declared without a macro... (cached) yes checking whether wcschr is declared without a macro... (cached) yes checking whether wcsrchr is declared without a macro... (cached) yes checking whether wcscspn is declared without a macro... (cached) yes checking whether wcsspn is declared without a macro... (cached) yes checking whether wcspbrk is declared without a macro... (cached) yes checking whether wcsstr is declared without a macro... (cached) yes checking whether wcstok is declared without a macro... (cached) yes checking whether wcswidth is declared without a macro... (cached) yes checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wctype is declared without a macro... (cached) yes checking whether iswctype is declared without a macro... (cached) yes checking whether wctrans is declared without a macro... (cached) yes checking whether towctrans is declared without a macro... (cached) yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... (cached) yes checking for stdint.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for inline... (cached) inline checking for unsigned long long int... (cached) yes checking for size_t... (cached) yes checking for ptrdiff_t... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no checking for select... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for signal handlers with siginfo_t... yes checking for setlocale declaration... extern char *setlocale (int category, const char *locale); checking whether byte ordering is bigendian... (cached) no checking for arpa/inet.h... (cached) yes checking for gethostname... yes checking for gethostbyname... yes checking for inet_ntop... yes checking for IPv6 sockets... yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether Emacs support is requested... yes checking for emacs... no checking for xemacs... no checking where .elc files should go... ${datadir}/emacs/site-lisp checking for dvips... /root/pkg/work/devel/gettext-lib/work/gettext-0.19.8.1/build-aux/missing dvips checking for texi2pdf... /root/pkg/work/devel/gettext-lib/work/gettext-0.19.8.1/build-aux/missing texi2pdf checking for perl... /root/pkg/work/devel/gettext-lib/work/.tools/bin/perl checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating csharpcomp.sh config.status: creating csharpexec.sh config.status: creating javacomp.sh config.status: creating javaexec.sh config.status: creating Makefile config.status: creating doc/Makefile config.status: creating intl/Makefile config.status: creating its/Makefile config.status: creating gnulib-lib/Makefile config.status: creating libgrep/Makefile config.status: creating src/Makefile config.status: creating src/user-email config.status: creating libgettextpo/Makefile config.status: creating libgettextpo/exported.sh config.status: creating po/Makefile.in config.status: creating projects/Makefile config.status: creating styles/Makefile config.status: creating misc/Makefile config.status: creating misc/gettextize config.status: creating misc/autopoint config.status: creating misc/convert-archive config.status: creating man/Makefile config.status: creating man/x-to-1 config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating tests/init-env config.status: creating gnulib-tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in examples (/root/pkg/work/devel/gettext-lib/work/gettext-0.19.8.1/gettext-tools/examples) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/pkg' '--with-included-gettext' '--disable-csharp' '--disable-c++' '--with-libiconv-prefix=/usr/pkg' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=cc' 'CFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include' 'CXX=c++' 'CXXFLAGS=-O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'CXXCPP=cpp' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating installpaths config.status: creating po/Makefile config.status: executing po-directories commands => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for gettext-lib-0.19.8.1 sed -e '/IN_LIBGLOCALE/d' -e 's,@''HAVE_POSIX_PRINTF''@,1,g' -e 's,@''HAVE_ASPRINTF''@,1,g' -e 's,@''HAVE_NEWLOCALE''@,1,g' -e 's,@''HAVE_SNPRINTF''@,1,g' -e 's,@''HAVE_WPRINTF''@,0,g' < ./libgnuintl.in.h | if test 'no' = yes; then sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; else cat; fi | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' -e "/#define _LIBINTL_H/r ./export.h" | sed -e 's,@''HAVE_VISIBILITY''@,1,g' > libgnuintl.h /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./bindtextdom.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./bindtextdom.c -fPIC -DPIC -o .libs/bindtextdom.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./bindtextdom.c -o bindtextdom.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./dcgettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcgettext.c -fPIC -DPIC -o .libs/dcgettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcgettext.c -o dcgettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./dgettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dgettext.c -fPIC -DPIC -o .libs/dgettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dgettext.c -o dgettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./gettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./gettext.c -fPIC -DPIC -o .libs/gettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./gettext.c -o gettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./finddomain.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./finddomain.c -fPIC -DPIC -o .libs/finddomain.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./finddomain.c -o finddomain.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./hash-string.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./hash-string.c -fPIC -DPIC -o .libs/hash-string.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./hash-string.c -o hash-string.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./loadmsgcat.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./loadmsgcat.c -fPIC -DPIC -o .libs/loadmsgcat.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./localealias.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localealias.c -fPIC -DPIC -o .libs/localealias.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localealias.c -o localealias.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./textdomain.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./textdomain.c -fPIC -DPIC -o .libs/textdomain.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./textdomain.c -o textdomain.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./l10nflist.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./l10nflist.c -fPIC -DPIC -o .libs/l10nflist.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./l10nflist.c -o l10nflist.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./explodename.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./explodename.c -fPIC -DPIC -o .libs/explodename.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./explodename.c -o explodename.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./dcigettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcigettext.c -fPIC -DPIC -o .libs/dcigettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcigettext.c -o dcigettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./dcngettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcngettext.c -fPIC -DPIC -o .libs/dcngettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dcngettext.c -o dcngettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./dngettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dngettext.c -fPIC -DPIC -o .libs/dngettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./dngettext.c -o dngettext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./ngettext.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./ngettext.c -fPIC -DPIC -o .libs/ngettext.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./ngettext.c -o ngettext.o >/dev/null 2>&1 sed -e '/IN_LIBGLOCALE/d' -e 's,@''HAVE_POSIX_PRINTF''@,1,g' -e 's,@''HAVE_ASPRINTF''@,1,g' -e 's,@''HAVE_NEWLOCALE''@,1,g' -e 's,@''HAVE_SNPRINTF''@,1,g' -e 's,@''HAVE_WPRINTF''@,0,g' < ./libgnuintl.in.h > libintl.h /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./plural.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./plural.c -fPIC -DPIC -o .libs/plural.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./plural.c -o plural.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./plural-exp.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./plural-exp.c -fPIC -DPIC -o .libs/plural-exp.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./plural-exp.c -o plural-exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./localcharset.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localcharset.c -fPIC -DPIC -o .libs/localcharset.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localcharset.c -o localcharset.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./threadlib.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./threadlib.c -fPIC -DPIC -o .libs/threadlib.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./threadlib.c -o threadlib.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./lock.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./lock.c -fPIC -DPIC -o .libs/lock.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./lock.c -o lock.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./relocatable.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./relocatable.c -fPIC -DPIC -o .libs/relocatable.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./relocatable.c -o relocatable.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./langprefs.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./langprefs.c -fPIC -DPIC -o .libs/langprefs.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./langprefs.c -o langprefs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./localename.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localename.c -fPIC -DPIC -o .libs/localename.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./localename.c -o localename.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./log.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./log.c -fPIC -DPIC -o .libs/log.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./log.c -o log.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./printf.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./printf.c -fPIC -DPIC -o .libs/printf.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./printf.c -o printf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./setlocale.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./setlocale.c -fPIC -DPIC -o .libs/setlocale.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./setlocale.c -o setlocale.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./version.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./version.c -fPIC -DPIC -o .libs/version.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./version.c -o version.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./xsize.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./xsize.c -fPIC -DPIC -o .libs/xsize.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./xsize.c -o xsize.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./osdep.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./osdep.c -fPIC -DPIC -o .libs/osdep.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./osdep.c -o osdep.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden ./intl-compat.c libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./intl-compat.c -fPIC -DPIC -o .libs/intl-compat.o libtool: compile: cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale\" -DLIBDIR=\"/usr/pkg/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.. -I/root/pkg/work/devel/gettext-lib/work/.buildlink/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -fvisibility=hidden ./intl-compat.c -o intl-compat.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link cc -I/usr/pkg/include -O2 -DHAVE_GNU_ICONV -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fvisibility=hidden -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libintl.la bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -L/usr/pkg/lib -liconv -R/usr/pkg/lib -lc -version-info 9:5:1 -rpath /usr/pkg/lib -no-undefined libtool: link: cc -shared -fPIC -DPIC .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o -Wl,-rpath -Wl,/root/pkg/work/devel/gettext-lib/work/.buildlink/lib -Wl,-rpath -Wl,/root/pkg/work/devel/gettext-lib/work/.buildlink/lib -L/root/pkg/work/devel/gettext-lib/work/.buildlink/lib /root/pkg/work/devel/gettext-lib/work/.buildlink/lib/libiconv.so -lc -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libintl.so.8 -o .libs/libintl.so.8.1.5 libtool: link: (cd ".libs" && rm -f "libintl.so.8" && ln -s "libintl.so.8.1.5" "libintl.so.8") libtool: link: (cd ".libs" && rm -f "libintl.so" && ln -s "libintl.so.8.1.5" "libintl.so") libtool: link: ar cru .libs/libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libintl.a libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" ) /bin/bash ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed ===> Installing for gettext-lib-0.19.8.1 => Generating pre-install file lists if { test "gettext-runtime" = "gettext-runtime" || test "gettext-runtime" = "gettext-tools"; } && test 'yes' = yes; then ../../build-aux/install-sh -c -d /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/include/gettext; /usr/bin/install -c -o root -g root -m 644 libintl.h /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/include/gettext/libintl.h; /bin/bash ../libtool --mode=install /usr/bin/install -c -o root -g root -m 755 libintl.la /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.la; if test "no" = yes; then dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; if test -n "$dependencies"; then rm -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.la; fi; fi; else : ; fi libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libintl.so.8.1.5 /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.so.8.1.5 libtool: install: (cd /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib && { ln -s -f libintl.so.8.1.5 libintl.so.8 || { rm -f libintl.so.8 && ln -s libintl.so.8.1.5 libintl.so.8; }; }) libtool: install: (cd /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib && { ln -s -f libintl.so.8.1.5 libintl.so || { rm -f libintl.so && ln -s libintl.so.8.1.5 libintl.so; }; }) libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libintl.lai /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.la libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libintl.a /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.a libtool: install: chmod 644 /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.a libtool: install: ranlib /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libintl.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' if test "gettext-runtime" = "gettext-tools" && test 'yes' = no && test no != no; then ../../build-aux/install-sh -c -d /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib; /bin/bash ../libtool --mode=install /usr/bin/install -c -o root -g root -m 644 libgnuintl.la /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libgnuintl.la; rm -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/preloadable_libintl.so; /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libgnuintl.so /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/preloadable_libintl.so; /bin/bash ../libtool --mode=uninstall rm -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/libgnuintl.la; else : ; fi if test 'yes' = yes; then if test no = no; then case 'linux-gnu' in darwin[56]*) need_charset_alias=true ;; darwin* | cygwin* | mingw* | pw32* | cegcc*) need_charset_alias=false ;; *) need_charset_alias=true ;; esac; else need_charset_alias=false; fi; if $need_charset_alias; then ../../build-aux/install-sh -c -d /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib; fi; temp=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/t-charset.alias; dest=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/charset.alias; if test -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/charset.alias; then orig=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/lib/charset.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -o root -g root -m 644 $temp $dest; rm -f $temp; else if $need_charset_alias; then orig=charset.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -o root -g root -m 644 $temp $dest; rm -f $temp; fi; fi; ../../build-aux/install-sh -c -d /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/examples/gettext; test -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/examples/gettext/locale.alias && orig=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/examples/gettext/locale.alias || orig=./locale.alias; temp=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/examples/gettext/t-locale.alias; dest=/root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/examples/gettext/locale.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -o root -g root -m 644 $temp $dest; rm -f $temp; else : ; fi if test "gettext-runtime" = "gettext-tools"; then ../../build-aux/install-sh -c -d /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl; /usr/bin/install -c -o root -g root -m 644 VERSION /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl/VERSION; dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; for file in $dists; do /usr/bin/install -c -o root -g root -m 644 ./$file /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl/$file; done; chmod a+x /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl/config.charset; dists="plural.c"; for file in $dists; do if test -f $file; then dir=.; else dir=.; fi; /usr/bin/install -c -o root -g root -m 644 $dir/$file /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl/$file; done; dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; for file in $dists; do rm -f /root/pkg/work/devel/gettext-lib/work/.destdir/usr/pkg/share/gettext/intl/$file; done; else : ; fi => Automatic manual page handling => Generating post-install file lists => Checking file-check results for gettext-lib-0.19.8.1 => Creating binary package /root/pkg/work/devel/gettext-lib/work/.packages/gettext-lib-0.19.8.1.tgz ===> Building binary package for gettext-lib-0.19.8.1 => Creating binary package /root/pkgsrc/packages/All/gettext-lib-0.19.8.1.tgz ===> Installing binary package of gettext-lib-0.19.8.1 gettext-lib-0.19.8.1: copying /usr/pkg/share/examples/gettext/locale.alias to /usr/pkg/share/locale/locale.alias => Returning to build of python37-3.7.0 => Full dependency libffi>=3.0.11: NOT found => Verifying reinstall for ../../devel/libffi => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in libffi-3.2.1nb4 => Fetching libffi-3.2.1.tar.gz => Total size: 940837 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 918k 3 35048 0 0 32065 0 0:00:29 0:00:01 0:00:28 32036 100 918k 100 918k 0 0 472k 0 0:00:01 0:00:01 --:--:-- 472k => Checksum SHA1 OK for libffi-3.2.1.tar.gz => Checksum RMD160 OK for libffi-3.2.1.tar.gz => Checksum SHA512 OK for libffi-3.2.1.tar.gz ===> Installing dependencies for libffi-3.2.1nb4 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pkgconf-[0-9]*: NOT found => Verifying reinstall for ../../devel/pkgconf => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in pkgconf-1.4.1nb1 => Fetching pkgconf-1.4.1.tar.gz => Total size: 416996 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 7 407k 7 32517 0 0 40646 0 0:00:10 --:--:-- 0:00:10 40595 100 407k 100 407k 0 0 426k 0 --:--:-- --:--:-- --:--:-- 426k => Checksum SHA1 OK for pkgconf-1.4.1.tar.gz => Checksum RMD160 OK for pkgconf-1.4.1.tar.gz => Checksum SHA512 OK for pkgconf-1.4.1.tar.gz ===> Installing dependencies for pkgconf-1.4.1nb1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for pkgconf-1.4.1nb1 ===> Extracting for pkgconf-1.4.1nb1 ===> Patching for pkgconf-1.4.1nb1 ===> Creating toolchain wrappers for pkgconf-1.4.1nb1 ===> Configuring for pkgconf-1.4.1nb1 => 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-unknown-linux-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 whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -std=gnu99... yes checking for strlcpy... yes checking for strlcat... yes checking for strndup... yes checking for cygwin_conv_path... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking 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 for sys/stat.h... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no 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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking for x86_64-unknown-linux-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 understands -c and -o together... (cached) yes checking whether ln -s works... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Kyuafile config.status: creating libpkgconf.pc config.status: creating tests/Kyuafile config.status: creating tests/test_env.sh config.status: creating libpkgconf/config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for pkgconf-1.4.1nb1 CC libpkgconf/audit.lo CC libpkgconf/cache.lo CC libpkgconf/client.lo CC libpkgconf/pkg.lo CC libpkgconf/bsdstubs.lo CC libpkgconf/fragment.lo CC libpkgconf/argvsplit.lo CC libpkgconf/fileio.lo CC libpkgconf/tuple.lo CC libpkgconf/dependency.lo CC libpkgconf/queue.lo CC libpkgconf/path.lo CCLD libpkgconf.la ar: `u' modifier ignored since `D' is the default (see `U')  CC pkgconf-main.o CC pkgconf-getopt_long.o CC pkgconf-renderer-msvc.o CCLD pkgconf ===> Installing for pkgconf-1.4.1nb1 => Generating pre-install file lists ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c -o root -g root libpkgconf.la '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root .libs/libpkgconf.so.3.0.0 /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/libpkgconf.so.3.0.0 libtool: install: (cd /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so.3 || { rm -f libpkgconf.so.3 && ln -s libpkgconf.so.3.0.0 libpkgconf.so.3; }; }) libtool: install: (cd /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so || { rm -f libpkgconf.so && ln -s libpkgconf.so.3.0.0 libpkgconf.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libpkgconf.lai /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/libpkgconf.la libtool: install: /usr/bin/install -c -o root -g root .libs/libpkgconf.a /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/libpkgconf.a libtool: install: chmod 644 /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/libpkgconf.a libtool: install: ranlib /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/libpkgconf.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib'  ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 pkgconf '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin' libtool: warning: 'libpkgconf.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/pkgconf /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin/pkgconf ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/share/doc/pkgconf' /usr/bin/install -c -o root -g root -m 644 README.md AUTHORS '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/share/doc/pkgconf' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/share/aclocal' /usr/bin/install -c -o root -g root -m 644 pkg.m4 '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/share/aclocal' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 man/pkgconf.1 '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man1' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man5' /usr/bin/install -c -o root -g root -m 644 man/pc.5 '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man5' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man7' /usr/bin/install -c -o root -g root -m 644 man/pkg.m4.7 '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/man/man7' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/include/pkgconf' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/include/pkgconf/libpkgconf' /usr/bin/install -c -o root -g root -m 644 libpkgconf/bsdstubs.h libpkgconf/iter.h libpkgconf/libpkgconf.h libpkgconf/stdinc.h libpkgconf/libpkgconf-api.h '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/include/pkgconf/libpkgconf' ./install-sh -c -d '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/pkgconfig' /usr/bin/install -c -o root -g root -m 644 libpkgconf.pc '/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/lib/pkgconfig' /bin/ln -s /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin/pkgconf /root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin/pkg-config => Automatic manual page handling => Generating post-install file lists Full pathname symlink `/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin/pkgconf' is target of `/root/pkg/work/devel/pkgconf/work/.destdir/usr/pkg/bin/pkg-config' - adjusting to `../bin/pkgconf' => Checking file-check results for pkgconf-1.4.1nb1 => Creating binary package /root/pkg/work/devel/pkgconf/work/.packages/pkgconf-1.4.1nb1.tgz ===> Building binary package for pkgconf-1.4.1nb1 => Creating binary package /root/pkgsrc/packages/All/pkgconf-1.4.1nb1.tgz ===> Installing binary package of pkgconf-1.4.1nb1 => Returning to build of libffi-3.2.1nb4 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency pkg_install-info-[0-9]*: found pkg_install-info-4.5nb3 ===> Overriding tools for libffi-3.2.1nb4 ===> Extracting for libffi-3.2.1nb4 ===> Patching for libffi-3.2.1nb4 => Applying pkgsrc patches for libffi-3.2.1nb4 ===> Creating toolchain wrappers for libffi-3.2.1nb4 ===> Configuring for libffi-3.2.1nb4 => 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 => Adding run-time search paths to pkg-config files. checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu continue configure in default builddir "./x86_64-unknown-linux-gnu" ....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=x86_64-unknown-linux-gnu" "linux gnu" checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gsed... sed checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for x86_64-unknown-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... cc -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 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the c++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... rm: can't remove 'conftest*': No such file or directory yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking size of size_t... 8 checking for C compiler vendor... gnu checking CFLAGS for maximum warnings... -Wall checking whether to enable maintainer-specific portions of Makefiles... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for mkostemp... yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking size of double... 8 checking size of long double... 16 checking whether byte ordering is bigendian... no checking assembler .cfi pseudo-op support... yes checking assembler supports pc related relocs... yes checking assembler .ascii pseudo-op support... yes checking assembler .string pseudo-op support... yes checking for _ prefix in compiled symbols... no checking toolchain supports unwind section type... yes checking whether .eh_frame section should be read-only... yes checking for __attribute__((visibility("hidden")))... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/ffi.h config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating man/Makefile config.status: creating libffi.pc config.status: creating fficonfig.h config.status: linking ../src/x86/ffitarget.h to include/ffitarget.h config.status: executing buildir commands config.status: create top_srcdir/Makefile guessed from local Makefile config.status: build in x86_64-unknown-linux-gnu (HOST=) config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing include commands config.status: executing src commands => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for libffi-3.2.1nb4 MAKE x86_64-pc-linux-musl : 0 * all /usr/pkg/bin/bmake 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions' 'CXXFLAGS=-O2 -D_FORTIFY_SOURCE=2 -I/usr/include' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c -o root -g root' 'INSTALL_DATA=/usr/bin/install -c -o root -g root -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c -s -o root -g root -m 755' 'INSTALL_SCRIPT=/usr/bin/install -c -o root -g root -m 755' 'JC1FLAGS=' 'LDFLAGS=-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib' 'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=/usr/pkg/bin/bmake' 'MAKEINFO=/root/pkg/work/devel/libffi/work/.tools/bin/makeinfo ' 'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/bash' 'exec_prefix=/usr/pkg' 'infodir=/usr/pkg/info' 'libdir=/usr/pkg/lib' 'mandir=/usr/pkg/man' 'prefix=/usr/pkg' 'AR=ar' 'AS=as' 'CC=cc' 'CXX=c++' 'LD=/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64' 'NM=/usr/bin/nm -B' 'RANLIB=ranlib' 'DESTDIR=' all-recursive Making all in include Making all in testsuite Making all in man depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../src/prep_cif.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo ../src/types.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -fPIC -DPIC -o src/.libs/types.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1 depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../src/raw_api.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo ../src/java_raw_api.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo ../src/closures.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -fPIC -DPIC -o src/.libs/closures.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1 depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo ../src/x86/ffi64.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 depbase=`echo src/x86/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -I. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT src/x86/unix64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/unix64.lo ../src/x86/unix64.S && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1 depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo ../src/x86/ffi.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c ../src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c ../src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 depbase=`echo src/x86/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/usr/include -I. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT src/x86/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo ../src/x86/sysv.S && mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c ../src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -Iinclude -I../src -O2 -D_FORTIFY_SOURCE=2 -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c ../src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libffi_convenience.a libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) /bin/bash ./libtool --tag=CC --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fexceptions -no-undefined -version-info `grep -v '^#' ../libtool-version` -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o libffi.la -rpath /usr/pkg/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo libtool: link: cc -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.4 libtool: link: (cd ".libs" && rm -f "libffi.so.6" && ln -s "libffi.so.6.0.4" "libffi.so.6") libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.6.0.4" "libffi.so") libtool: link: ar cru .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libffi.a libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) ===> Installing for libffi-3.2.1nb4 => Generating pre-install file lists MAKE x86_64-pc-linux-musl : 0 * install Making install in include ../../install-sh -c -d '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/include' /usr/bin/install -c -o root -g root -m 644 ffi.h ffitarget.h '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/include' Making install in testsuite Making install in man ../../install-sh -c -d '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/man/man3' /usr/bin/install -c -o root -g root -m 644 ../../man/ffi.3 ../../man/ffi_call.3 ../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/man/man3' ../install-sh -c -d '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c -o root -g root libffi.la '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root .libs/libffi.so.6.0.4 /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/libffi.so.6.0.4 libtool: install: (cd /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib && { ln -s -f libffi.so.6.0.4 libffi.so.6 || { rm -f libffi.so.6 && ln -s libffi.so.6.0.4 libffi.so.6; }; }) libtool: install: (cd /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib && { ln -s -f libffi.so.6.0.4 libffi.so || { rm -f libffi.so && ln -s libffi.so.6.0.4 libffi.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libffi.lai /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/libffi.la libtool: install: /usr/bin/install -c -o root -g root .libs/libffi.a /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/libffi.a libtool: install: chmod 644 /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/libffi.a libtool: install: ranlib /root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/libffi.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib'  ../install-sh -c -d '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/info' /usr/bin/install -c -o root -g root -m 644 ../doc/libffi.info '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/info' install-info --info-dir='/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/info' '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/info/libffi.info' ../install-sh -c -d '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/pkgconfig' /usr/bin/install -c -o root -g root -m 644 libffi.pc '/root/pkg/work/devel/libffi/work/.destdir/usr/pkg/lib/pkgconfig' => Automatic manual page handling => Generating post-install file lists => Checking file-check results for libffi-3.2.1nb4 => Creating binary package /root/pkg/work/devel/libffi/work/.packages/libffi-3.2.1nb4.tgz ===> Building binary package for libffi-3.2.1nb4 => Creating binary package /root/pkgsrc/packages/All/libffi-3.2.1nb4.tgz ===> Installing binary package of libffi-3.2.1nb4 => Returning to build of python37-3.7.0 => Full dependency libuuid>=2.18: NOT found => Verifying reinstall for ../../devel/libuuid => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in libuuid-2.32.1 => Fetching util-linux-2.32.1.tar.xz => Total size: 4561088 bytes   % Total  % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  178  100   178  0  0  214    0 --:--:-- --:--:-- --:--:-- 213 100 178 100 178  0    0  211    0 --:--:-- --:--:-- --:--:-- 211  9 4454k   9 431k  0   0 239k 0 0:00:18 0:00:01  0:00:17 239k 22 4454k 22  991k 0  0  354k 0 0:00:12  0:00:02 0:00:10 562k 42 4454k 42 1903k 0 0 501k 0 0:00:08 0:00:03 0:00:05 737k 66 4454k 66 2943k 0 0 613k 0 0:00:07 0:00:04 0:00:03 838k 89 4454k 89 3967k 0 0 682k 0 0:00:06 0:00:05 0:00:01 881k 100 4454k 100 4454k 0 0 719k 0 0:00:06 0:00:06 --:--:-- 917k => Checksum SHA1 OK for util-linux-2.32.1.tar.xz => Checksum RMD160 OK for util-linux-2.32.1.tar.xz => Checksum SHA512 OK for util-linux-2.32.1.tar.xz ===> Installing dependencies for libuuid-2.32.1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency bsdtar-[0-9]*: NOT found => Verifying reinstall for ../../archivers/bsdtar ===> Checking for vulnerabilities in bsdtar-3.3.2 ===> Installing dependencies for bsdtar-3.3.2 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for bsdtar-3.3.2 ===> Extracting for bsdtar-3.3.2 ===> Patching for bsdtar-3.3.2 ===> Creating toolchain wrappers for bsdtar-3.3.2 ===> Configuring for bsdtar-3.3.2 cd /root/pkg/work/archivers/bsdtar/work/bzip2 && /usr/bin/env USETOOLS=no CC=cc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2 CPPFLAGS=-I/root/pkg/work/archivers/bsdtar/work/bzip2 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/root/pkg/work/archivers/bsdtar/work/bzip2\ -lcrypto\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/root/pkg/work/archivers/bsdtar/work/.cwrapper/bin:/root/pkg/work/archivers/bsdtar/work/.buildlink/bin:/root/pkg/work/archivers/bsdtar/work/.gcc/bin:/root/pkg/work/archivers/bsdtar/work/.tools/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/root/pkg/work/archivers/bsdtar/work/.home CWRAPPERS_CONFIG_DIR=/root/pkg/work/archivers/bsdtar/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg 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\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/root/pkg/work/archivers/bsdtar/work/.tools/bin/makeinfo FLEX= BISON= TARGET_ARCH= PKG_CONFIG= PKG_CONFIG_LIBDIR=/root/pkg/work/archivers/bsdtar/work/.buildlink/lib/pkgconfig:/root/pkg/work/archivers/bsdtar/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/root/pkg/work/archivers/bsdtar/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/root/pkg/work/archivers/bsdtar/work/.cwrapper/config /usr/pkg/bin/bmake -f Makefile libbz2.a cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o blocksort.o blocksort.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o bzlib.o bzlib.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o compress.o compress.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o crctable.o crctable.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o decompress.o decompress.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o huffman.o huffman.c cc -c -O2 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o randtable.o randtable.c ar cq libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o ranlib libbz2.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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build/autoconf/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk 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-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-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... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... 98304 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no 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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.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 x86_64-unknown-linux-strip... 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... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking whether FS_IOC_GETFLAGS is usable... yes 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... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/richacl.h usability... no checking sys/richacl.h presence... no checking for sys/richacl.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes 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... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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 for ld used by GCC... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for iconv.h... yes checking localcharset.h usability... no checking localcharset.h presence... no checking for localcharset.h... no checking for locale_charset... no checking for locale_charset in -lcharset... no checking lz4.h usability... no checking lz4.h presence... no checking for lz4.h... no checking lz4hc.h usability... no checking lz4hc.h presence... no checking for lz4hc.h... no checking for LZ4_decompress_safe in -llz4... 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... yes checking for struct statfs.f_namemax... no checking for struct statvfs.f_iosize... no checking for struct stat.st_birthtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no 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... no checking for uintmax_t... yes checking for unsigned long long... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for uintmax_t... (cached) yes checking for int64_t... yes checking for uint64_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int16_t... yes checking for uint16_t... yes checking for uint8_t... yes checking whether SIZE_MAX is declared... yes checking whether INT32_MAX is declared... yes checking whether INT32_MIN is declared... yes checking whether INT64_MAX is declared... yes checking whether INT64_MIN is declared... yes checking whether UINT64_MAX is declared... yes checking whether UINT32_MAX is declared... yes checking whether INTMAX_MAX is declared... yes checking whether INTMAX_MIN is declared... yes checking whether UINTMAX_MAX is declared... yes checking whether SSIZE_MAX is declared... yes checking whether EFTYPE is declared... no 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... no checking for chflags... no checking for chown... yes checking for chroot... yes checking for ctime_r... yes checking for fchdir... yes checking for fchflags... no checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdopendir... 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... yes checking for geteuid... yes checking for getpid... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getvfsbyname... no checking for gmtime_r... yes checking for lchflags... no checking for lchmod... 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... no checking for library containing setxattr... none required checking whether EXTATTR_NAMESPACE_USER is declared... no checking whether XATTR_NOFOLLOW is declared... no checking for fgetxattr... yes checking for flistxattr... yes checking for fsetxattr... yes checking for getxattr... yes checking for lgetxattr... yes checking for listxattr... yes checking for llistxattr... yes checking for lsetxattr... yes checking for extended attributes support... Linux 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... no checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no checking for bcrypt.h... no checking 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 support for ARCHIVE_CRYPTO_MD5_OPENSSL... yes checking support for ARCHIVE_CRYPTO_RMD160_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA1_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA256_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA384_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA512_OPENSSL... yes checking for PKCS5_PBKDF2_HMAC_SHA1... yes checking for EVP_CIPHER_CTX_init in -lcrypto... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking ripemd.h usability... no checking ripemd.h presence... no checking for ripemd.h... no checking sha.h usability... no checking sha.h presence... no checking for sha.h... no checking sha256.h usability... no checking sha256.h presence... no checking for sha256.h... no checking sha512.h usability... no checking sha512.h presence... no checking for sha512.h... no checking for MD5Init in -lmd... no checking 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: can't remove 'libtoolT': No such file or directory config.status: executing mkdirs commands ===> Building for bsdtar-3.3.2 build/autoconf/install-sh -c -d libarchive/test cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h build/autoconf/install-sh -c -d tar/test cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h build/autoconf/install-sh -c -d cpio/test cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h /usr/pkg/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 CCLD libarchive.la ar: `u' modifier ignored since `D' is the default (see `U')  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 CCLD libarchive_fe.la ar: `u' modifier ignored since `D' is the default (see `U')  CC tar/bsdtar-bsdtar.o CC tar/bsdtar-cmdline.o CC tar/bsdtar-creation_set.o CC tar/bsdtar-read.o CC tar/bsdtar-subst.o CC tar/bsdtar-util.o CC tar/bsdtar-write.o CCLD bsdtar CC cat/bsdcat-bsdcat.o CC cat/bsdcat-cmdline.o CCLD bsdcat ===> Installing for bsdtar-3.3.2 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 /root/pkg/work/archivers/bsdtar/work/libarchive-3.3.2/bsdtar /root/pkg/work/archivers/bsdtar/work/.destdir/usr/pkg/bin /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/archivers/bsdtar/work/libarchive-3.3.2/tar/bsdtar.1 /root/pkg/work/archivers/bsdtar/work/.destdir/usr/pkg/man/man1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for bsdtar-3.3.2 => Creating binary package /root/pkg/work/archivers/bsdtar/work/.packages/bsdtar-3.3.2.tgz ===> Building binary package for bsdtar-3.3.2 => Creating binary package /root/pkgsrc/packages/All/bsdtar-3.3.2.tgz ===> Installing binary package of bsdtar-3.3.2 => Returning to build of libuuid-2.32.1 => Tool dependency pdksh>=5.2.14: NOT found => Verifying reinstall for ../../shells/pdksh ===> Checking for vulnerabilities in pdksh-5.2.14nb7 ===> Installing dependencies for pdksh-5.2.14nb7 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for pdksh-5.2.14nb7 ===> Extracting for pdksh-5.2.14nb7 /bin/cp -R /root/pkgsrc/shells/pdksh/files /root/pkg/work/shells/pdksh/work/pdksh-5.2.14 ===> Patching for pdksh-5.2.14nb7 ===> Creating toolchain wrappers for pdksh-5.2.14nb7 ===> Configuring for pdksh-5.2.14nb7 => 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 creating cache ./config.cache checking for gcc... cc checking whether we are using GNU C... yes checking how to run the C preprocessor... cc -E checking whether cc needs -traditional... no checking if this is a problematic os... checking for minix/config.h... no no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for opendir in -lndir... no checking for sane unistd.h... yes checking terminal interface... termios checking for stddef.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for paths.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for values.h... yes checking for ulimit.h... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for off_t in sys/types.h... yes checking for mode_t in sys/types.h... yes checking for pid_t in sys/types.h... yes checking for uid_t in sys/types.h... yes checking return type of signal handlers... void checking size of int... 4 checking size of long... 8 checking for clock_t in any of , and ... yes checking for sigset_t in and ... yes checking for rlim_t in and ... yes checking for working memmove... yes checking for memset... yes checking for confstr... yes checking for dup2... yes checking for flock... yes checking for getcwd... yes checking for getwd... no checking for killpg... yes checking for nice... yes checking for setrlimit... yes checking for strerror... yes checking for strcasecmp... yes checking for strstr... yes checking for sysconf... yes checking for tcsetpgrp... yes checking for ulimit... yes checking for waitpid... yes checking for wait3... yes checking for strlcpy... yes checking for strlcat... yes checking for sigsetjmp... yes checking for valloc... yes checking for getpagesize... yes checking for working mmap... yes checking for lstat... yes checking for sys_errlist declaration in errno.h... no checking for sys_errlist in library... no checking for sys_siglist declaration in signal.h or unistd.h... no checking for sys_siglist in library... no checking time() declaration in time.h... yes checking if times() is present/working... yes checking whether stat file-mode macros are broken... no checking for st_rdev in struct stat... yes checking for working const... yes checking if compiler understands void... yes checking if compiler understands volatile... yes checking if compiler understands prototypes... yes checking if C compiler groks __attribute__(( .. ))... yes checking whether #! works in shell scripts... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g root checking if dup2() works (ie, resets the close-on-exec flag)... yes checking flavour of signal routines... posix checking flavour of pgrp routines... posix checking if process group synchronization is required... no checking if opendir() fails to open non-directories... yes checking if you have /dev/fd/n... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for pdksh-5.2.14nb7 CONFIG_FILES="" CONFIG_HEADERS=config.h ./config.status creating config.h config.h is unchanged date > stamp-h cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 alloc.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 c_ksh.c c_ksh.c: In function 'c_whence': c_ksh.c:571:13: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ c_ksh.c: In function 'c_typeset': c_ksh.c:871:17: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ c_ksh.c: In function 'c_alias': c_ksh.c:962:14: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ c_ksh.c:986:14: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ c_ksh.c: In function 'c_kill': c_ksh.c:1234:13: warning: format not a string literal and no format arguments [-Wformat-security] bi_errorf(null); ^~~~ c_ksh.c:1255:13: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 c_sh.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 c_test.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 c_ulimit.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 edit.c ./emacs-gen.sh ./emacs.c > tmpemacs.out mv tmpemacs.out emacs.out cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 emacs.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 eval.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 exec.c exec.c: In function 'execute': exec.c:148:13: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); ^~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 expr.c expr.c: In function 'v_evaluate': expr.c:190:11: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); ^~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 history.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 io.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 jobs.c jobs.c: In function 'j_resume': jobs.c:897:11: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 lex.c lex.c: In function 'yyerror': lex.c:858:9: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); ^~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 mail.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 main.c main.c: In function 'shell': main.c:562:13: warning: format not a string literal and no format arguments [-Wformat-security] shellf(newline); ^~~~~~~ main.c: In function 'aerror': main.c:861:9: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); /* this is never executed - keeps gcc quiet */ ^~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 misc.c misc.c: In function 'printoptions': misc.c:262:12: warning: format not a string literal and no format arguments [-Wformat-security] shprintf(newline); ^~~~~~~ misc.c: In function 'ksh_getopt': misc.c:1014:15: warning: format not a string literal and no format arguments [-Wformat-security] bi_errorf(null); ^~~~ misc.c:1040:15: warning: format not a string literal and no format arguments [-Wformat-security] bi_errorf(null); ^~~~ misc.c: In function 'print_value_quoted': misc.c:1091:4: warning: format not a string literal and no format arguments [-Wformat-security] shprintf("'\\'" + 1 - inquote); ^~~~~~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 missing.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 path.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 shf.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 sigact.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 syn.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 table.c ./siglist.sh "cc -E -P -DHAVE_CONFIG_H -I. -I." < ./siglist.in > tmpsiglist.out mv tmpsiglist.out siglist.out cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 trap.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 tree.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 tty.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 var.c var.c: In function 'setstr': var.c:373:11: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); ^~~~ var.c: In function 'typeset': var.c:727:14: warning: format not a string literal and no format arguments [-Wformat-security] errorf(null); ^~~~ cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 version.c cc -c -DHAVE_CONFIG_H -I. -I. -O2 -D_FORTIFY_SOURCE=2 vi.c cc -Wl,-R/usr/pkg/lib -o ksh alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o missing.o path.o shf.o sigact.o syn.o table.o trap.o tree.o tty.o var.o version.o vi.o ./mkman ksh ./ksh.Man > tmpksh.1 mv tmpksh.1 ksh.1 ===> Installing for pdksh-5.2.14nb7 => Generating pre-install file lists => Creating installation directories /usr/bin/install -c -s -o root -g root -m 755 /root/pkg/work/shells/pdksh/work/pdksh-5.2.14/ksh /root/pkg/work/shells/pdksh/work/.destdir/usr/pkg/bin/pdksh /usr/bin/install -c -o root -g root -m 644 /root/pkg/work/shells/pdksh/work/pdksh-5.2.14/ksh.1 /root/pkg/work/shells/pdksh/work/.destdir/usr/pkg/man/man1/pdksh.1 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for pdksh-5.2.14nb7 => Creating binary package /root/pkg/work/shells/pdksh/work/.packages/pdksh-5.2.14nb7.tgz ===> Building binary package for pdksh-5.2.14nb7 => Creating binary package /root/pkgsrc/packages/All/pdksh-5.2.14nb7.tgz ===> Installing binary package of pdksh-5.2.14nb7 pdksh-5.2.14nb7: adding /usr/pkg/bin/pdksh to /etc/shells => Returning to build of libuuid-2.32.1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.4.1nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for libuuid-2.32.1 ===> Extracting for libuuid-2.32.1 ===> Patching for libuuid-2.32.1 => Applying pkgsrc patches for libuuid-2.32.1 ===> Creating toolchain wrappers for libuuid-2.32.1 ===> Configuring for libuuid-2.32.1 => 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 => Adding run-time search paths to pkg-config files. checking for x86_64-unknown-linux-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 how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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 a BSD-compatible install... /usr/bin/install -c -o root -g root checking whether build environment is sane... yes ./configure[4674]: internal error: j_async: bad nzombie (0) checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... /usr/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of cc... gcc3 checking whether make supports nested variables... (cached) yes checking for x86_64-unknown-linux-ar... no checking for x86_64-unknown-linux-lib... no checking for x86_64-unknown-linux-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking for bison... no checking for byacc... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... no checking whether compiler handles -fno-common... yes checking whether compiler handles -Wall... yes checking whether compiler handles -Werror=sequence-point... yes checking whether compiler handles -Wextra... yes checking whether compiler handles -Wextra-semi... no checking whether compiler handles -Wembedded-directive... no checking whether compiler handles -Wmissing-declarations... yes checking whether compiler handles -Wmissing-parameter-type... yes checking whether compiler handles -Wmissing-prototypes... yes checking whether compiler handles -Wno-missing-field-initializers... yes checking whether compiler handles -Wredundant-decls... yes checking whether compiler handles -Wsign-compare... yes checking whether compiler handles -Wtype-limits... yes checking whether compiler handles -Wuninitialized... yes checking whether compiler handles -Wunused-but-set-parameter... yes checking whether compiler handles -Wunused-but-set-variable... yes checking whether compiler handles -Wunused-parameter... yes checking whether compiler handles -Wunused-result... yes checking whether compiler handles -Wunused-variable... yes checking whether compiler handles -Wnested-externs... yes checking whether compiler handles -Wpointer-arith... yes checking whether compiler handles -Wstrict-prototypes... yes checking whether compiler handles -Wformat-security... yes checking whether compiler handles -Wimplicit-function-declaration... yes checking whether compiler handles -Wno-clobbered... yes checking whether compiler handles -Wno-unused-parameter... yes checking how to print strings... print -r checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for x86_64-unknown-linux-ar... ar checking for archiver @FILE support... @ checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no 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 x86_64-unknown-linux-mt... no checking for mt... no checking if : 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: can't remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: can't remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking linker version script flag... --version-script checking if version scripts can use complex wildcards... yes checking pkg-config is at least version 0.9.0... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no checking for xsltproc... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether to enable assertions... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for linux/compiler.h... no checking for linux/blkpg.h... yes checking for linux/major.h... yes checking asm/io.h usability... no checking asm/io.h presence... no checking for asm/io.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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for inttypes.h... (cached) yes checking lastlog.h usability... yes checking lastlog.h presence... yes checking for lastlog.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking linux/btrfs.h usability... yes checking linux/btrfs.h presence... yes checking for linux/btrfs.h... yes checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking linux/watchdog.h usability... yes checking linux/watchdog.h presence... yes checking for linux/watchdog.h... yes checking linux/fd.h usability... yes checking linux/fd.h presence... yes checking for linux/fd.h... yes checking linux/raw.h usability... yes checking linux/raw.h presence... yes checking for linux/raw.h... yes checking linux/tiocl.h usability... yes checking linux/tiocl.h presence... yes checking for linux/tiocl.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/securebits.h usability... yes checking linux/securebits.h presence... yes checking for linux/securebits.h... yes checking linux/net_namespace.h usability... yes checking linux/net_namespace.h presence... yes checking for linux/net_namespace.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking security/pam_appl.h usability... no checking security/pam_appl.h presence... no checking for security/pam_appl.h... no checking for stdint.h... (cached) yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking for stdlib.h... (cached) yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/disk.h usability... no checking sys/disk.h presence... no checking for sys/disk.h... no checking sys/disklabel.h usability... no checking sys/disklabel.h presence... no checking for sys/disklabel.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking sys/ioccom.h usability... no checking sys/ioccom.h presence... no checking for sys/ioccom.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/signalfd.h usability... yes checking sys/signalfd.h presence... yes checking for sys/signalfd.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/swap.h usability... yes checking sys/swap.h presence... yes checking for sys/swap.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timex.h usability... yes checking sys/timex.h presence... yes checking for sys/timex.h... yes checking sys/ttydefaults.h usability... yes checking sys/ttydefaults.h presence... yes checking for sys/ttydefaults.h... yes checking for sys/types.h... (cached) yes checking sys/ucred.h usability... no checking sys/ucred.h presence... no checking for sys/ucred.h... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for unistd.h... (cached) yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking for linux/fs.h... yes checking for linux/gsmmux.h... no checking for security/pam_misc.h... no checking linux/blkzoned.h usability... no checking linux/blkzoned.h presence... no checking for linux/blkzoned.h... no checking for security/openpam.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking whether langinfo.h defines ALTMON_x constants... no checking whether langinfo.h defines _NL_ABALTMON_x constants... no checking for struct termios.c_line... yes checking for struct stat.st_mtim.tv_nsec... yes checking whether _NL_TIME_WEEK_1STDAY is declared... no checking whether llseek is declared... no checking whether lseek64 is declared... yes checking whether environ is declared... yes checking whether strsignal is declared... yes checking whether TIOCGLCKTRMIOS is declared... yes checking whether SOCK_CLOEXEC is declared... yes checking whether SOCK_NONBLOCK is declared... yes checking whether SO_PASSCRED is declared... yes checking for __fpending... yes checking for secure_getenv... no checking for __secure_getenv... no checking for eaccess... yes checking for err... yes checking for errx... yes checking for explicit_bzero... no checking for fsync... yes checking for utimensat... yes checking for getdomainname... yes checking for getdtablesize... yes checking for getexecname... no checking for getmntinfo... no checking for getrandom... no checking for getrlimit... yes checking for getsgnam... no checking for inotify_init... yes checking for jrand48... yes checking for lchown... yes checking for llseek... no checking for lseek64... yes checking for mempcpy... yes checking for mkostemp... yes checking for nanosleep... yes checking for ntp_gettime... no checking for personality... yes checking for posix_fadvise... yes checking for prctl... yes checking for qsort_r... no checking for rpmatch... no checking for scandirat... no checking for setprogname... no checking for setresgid... yes checking for setresuid... yes checking for sched_setattr... no checking for sched_setscheduler... yes checking for sigqueue... yes checking for srandom... yes checking for strnchr... no checking for strndup... yes checking for strnlen... yes checking for sysconf... yes checking for sysinfo... yes checking for timegm... yes checking for usleep... yes checking for vwarnx... yes checking for warn... yes checking for warnx... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for openat... yes checking for fstatat... yes checking for unlinkat... yes checking for ioperm... yes checking for iopl... yes checking for futimens... yes checking for inotify_init1... yes checking for open_memstream... yes checking for reboot... yes checking for updwtmpx... yes checking for updwtmpx... (cached) yes checking for getusershell... yes checking for isnan... no checking for isnan in -lm... no checking for __isnan in -lm... no checking for clock_gettime... yes checking for timer_create... yes checking for rtas_get_sysparm in -lrtas... no checking for struct sockaddr.sa_len... no checking for library containing socket... none required checking for dirfd... yes checking whether program_invocation_short_name is defined... yes checking whether __progname is defined... yes checking whether the target supports thread-local storage... configure: WARNING: disable all programs by default yes checking scanf string alloc modifiers... (%ms) yes checking for openpty in -lutil... yes checking for union semun... no checking for loff_t... no checking wchar_t support... yes checking for cpu_set_t... yes checking for sighandler_t... yes checking whether CPU_ALLOC is declared... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for udev_new in -ludev... no checking for TINFO... no checking for tgetent in -ltinfo... no checking for readline in -lreadline... no checking for unshare... yes checking for setns... yes checking for capng_apply in -lcap-ng... no checking for crc32 in -lz... yes checking for swapon... yes checking for swapoff... yes checking for LIBUSER... no checking for SYSTEMD... no checking for SYSTEMD_DAEMON... no checking for SYSTEMD_JOURNAL... no checking for a Python interpreter with version >= 2... none configure: WARNING: python interpreter not found, do not build python bindings checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libblkid/docs/Makefile config.status: creating libblkid/docs/version.xml config.status: creating libblkid/src/blkid.h config.status: creating libfdisk/docs/Makefile config.status: creating libfdisk/docs/version.xml config.status: creating libfdisk/src/libfdisk.h config.status: creating libmount/docs/Makefile config.status: creating libmount/docs/version.xml config.status: creating libmount/src/libmount.h config.status: creating libsmartcols/docs/Makefile config.status: creating libsmartcols/docs/version.xml config.status: creating libsmartcols/src/libsmartcols.h config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: can't remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile util-linux 2.32.1 prefix: /usr/pkg exec prefix: ${prefix} runstatedir: ${localstatedir}/run bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libdir: ${exec_prefix}/lib includedir: ${prefix}/include usrbin_execdir: ${exec_prefix}/bin usrsbin_execdir: ${exec_prefix}/sbin usrlib_execdir: ${exec_prefix}/lib compiler: cc cflags: -O2 -D_FORTIFY_SOURCE=2 suid cflags: ldflags: -Wl,-R/usr/pkg/lib suid ldflags: Python: : Python version: Python libs: Bash completions: ${datarootdir}/bash-completion/completions Systemd support: no Btrfs support: yes Wide-char support: yes warnings: -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wimplicit-function-declaration Type 'make' or 'make ' to compile. => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for libuuid-2.32.1 /usr/pkg/bin/bmake all-recursive Making all in po CC lib/libcommon_la-blkdev.lo CC lib/libcommon_la-canonicalize.lo CC lib/libcommon_la-crc32.lo CC lib/libcommon_la-crc32c.lo CC lib/libcommon_la-env.lo CC lib/libcommon_la-idcache.lo CC lib/libcommon_la-fileutils.lo CC lib/libcommon_la-ismounted.lo CC lib/libcommon_la-color-names.lo CC lib/libcommon_la-mangle.lo CC lib/libcommon_la-match.lo CC lib/libcommon_la-mbsalign.lo CC lib/libcommon_la-mbsedit.lo CC lib/libcommon_la-md5.lo CC lib/libcommon_la-pager.lo CC lib/libcommon_la-parse-date.lo CC lib/libcommon_la-path.lo CC lib/libcommon_la-pwdutils.lo CC lib/libcommon_la-randutils.lo CC lib/libcommon_la-strutils.lo CC lib/libcommon_la-timeutils.lo CC lib/libcommon_la-ttyutils.lo CC lib/libcommon_la-exec_shell.lo CC lib/libcommon_la-strv.lo CC lib/libcommon_la-sha1.lo CC lib/libcommon_la-signames.lo CC lib/libcommon_la-linux_version.lo CC lib/libcommon_la-loopdev.lo CC lib/libcommon_la-plymouth-ctrl.lo CC lib/libcommon_la-cpuset.lo CC lib/libcommon_la-procutils.lo CC lib/libcommon_la-sysfs.lo CCLD libcommon.la ar: `u' modifier ignored since `D' is the default (see `U')  CC lib/libtcolors_la-colors.lo CC lib/libtcolors_la-color-names.lo CCLD libtcolors.la ar: `u' modifier ignored since `D' is the default (see `U')  CC libuuid/src/libuuid_la-clear.lo CC libuuid/src/libuuid_la-compare.lo CC libuuid/src/libuuid_la-copy.lo CC libuuid/src/libuuid_la-gen_uuid.lo CC libuuid/src/libuuid_la-isnull.lo CC libuuid/src/libuuid_la-pack.lo CC libuuid/src/libuuid_la-parse.lo CC libuuid/src/libuuid_la-unpack.lo CC libuuid/src/libuuid_la-unparse.lo CC libuuid/src/libuuid_la-uuid_time.lo CC libuuid/src/libuuid_la-predefined.lo CC lib/libuuid_la-randutils.lo CC lib/libuuid_la-md5.lo CC lib/libuuid_la-sha1.lo CCLD libuuid.la ar: `u' modifier ignored since `D' is the default (see `U')  CC misc-utils/uuidgen-uuidgen.o CCLD uuidgen GEN libuuid/uuid.pc ===> Installing for libuuid-2.32.1 => Generating pre-install file lists /usr/pkg/bin/bmake install-recursive Making install in po if test "util-linux" = "gettext-tools"; then ../config/install-sh -c -d /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do /usr/bin/install -c -o root -g root -m 644 ./$file /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/share/gettext/po/$file; done; for file in Makevars; do rm -f /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/share/gettext/po/$file; done; else : ; fi config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/bin' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib' ksh ./libtool --mode=install /usr/bin/install -c -o root -g root libuuid.la '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root .libs/libuuid.so.1.3.0 /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.so.1.3.0 libtool: install: (cd /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; }) libtool: install: (cd /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; }) libtool: install: /usr/bin/install -c -o root -g root .libs/libuuid.lai /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.la libtool: install: /usr/bin/install -c -o root -g root .libs/libuuid.a /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.a libtool: install: chmod 644 /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.a libtool: install: ranlib /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib'  config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/sbin' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/bin' ksh ./libtool --mode=install /usr/bin/install -c -s -o root -g root -m 755 uuidgen '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/bin' libtool: warning: 'libuuid.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/uuidgen /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/bin/uuidgen config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/sbin' /usr/pkg/bin/bmake install-exec-hook if test "/usr/pkg/lib" != "/usr/pkg/lib" -a -f "/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.so"; then config/install-sh -c -d /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib; mv /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.so.* /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib; so_img_name=$(readlink /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/libuuid.so); so_img_rel_target=$(echo /usr/pkg/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); (cd /root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib && rm -f libuuid.so && ln -s $so_img_rel_target/usr/pkg/lib/$so_img_name libuuid.so); fi config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/share/bash-completion/completions' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man1' /usr/bin/install -c -o root -g root -m 644 misc-utils/uuidgen.1 '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man1' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man3' /usr/bin/install -c -o root -g root -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man3' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man5' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/man/man8' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/pkgconfig' /usr/bin/install -c -o root -g root -m 644 libuuid/uuid.pc '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/lib/pkgconfig' config/install-sh -c -d '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/include/uuid' /usr/bin/install -c -o root -g root -m 644 libuuid/src/uuid.h '/root/pkg/work/devel/libuuid/work/.destdir/usr/pkg/include/uuid' /usr/pkg/bin/bmake install-data-hook => Automatic manual page handling => Generating post-install file lists => Checking file-check results for libuuid-2.32.1 => Creating binary package /root/pkg/work/devel/libuuid/work/.packages/libuuid-2.32.1.tgz ===> Building binary package for libuuid-2.32.1 => Creating binary package /root/pkgsrc/packages/All/libuuid-2.32.1.tgz ===> Installing binary package of libuuid-2.32.1 => Returning to build of python37-3.7.0 => Full dependency db4>=4.8.30: NOT found => Verifying reinstall for ../../databases/db4 => Bootstrap dependency digest>=20010302: found digest-20180917 ===> Checking for vulnerabilities in db4-4.8.30 => Fetching db-4.8.30.tar.gz => Total size: 22887305 bytes  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 400 Bad Request fetch: Unable to fetch expected file db-4.8.30.tar.gz  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 21.8M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 21.8M 17 3970k 0 0 2834k 0 0:00:07 0:00:01 0:00:06 2832k 30 21.8M 30 6744k 0 0 2811k 0 0:00:07 0:00:02 0:00:05 2810k 41 21.8M 41 9312k 0 0 2734k 0 0:00:08 0:00:03 0:00:05 2733k 53 21.8M 53 11.7M 0 0 2733k 0 0:00:08 0:00:04 0:00:04 2732k 65 21.8M 65 14.3M  0  0 2716k   0 0:00:08  0:00:05 0:00:03 3026k 78 21.8M 78 17.1M 0  0 2744k    0 0:00:08 0:00:06 0:00:02 2718k  93 21.8M  93 20.3M  0   0 2821k 0  0:00:07 0:00:07 --:--:-- 2826k 100 21.8M 100 21.8M  0  0 2861k 0 0:00:07 0:00:07 --:--:-- 2960k => Checksum SHA1 OK for db-4.8.30.tar.gz => Checksum RMD160 OK for db-4.8.30.tar.gz => Checksum SHA512 OK for db-4.8.30.tar.gz ===> Installing dependencies for db4-4.8.30 ========================================================================== The supported build options for db4 are: doc The currently selected options are: doc You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.db4 (not defined) ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pax>=20040802: found pax-20080110nb3 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for db4-4.8.30 ===> Extracting for db4-4.8.30 ===> Patching for db4-4.8.30 => Applying pkgsrc patches for db4-4.8.30 ===> Creating toolchain wrappers for db4-4.8.30 ===> Configuring for db4-4.8.30 => 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking if building in the top-level or dist directories... no checking if --disable-cryptography option specified... no checking if --disable-hash option specified... no checking if --disable-partition option specified... no checking if --disable-compression option specified... no checking if --disable-mutexsupport option specified... no checking if --disable-atomicsupport option specified... no checking if --disable-queue option specified... no checking if --disable-replication option specified... no checking if --disable-statistics option specified... no checking if --disable-verify option specified... no checking if --enable-compat185 option specified... yes checking if --enable-cxx option specified... yes checking if --enable-debug option specified... no checking if --enable-debug_rop option specified... no checking if --enable-debug_wop option specified... no checking if --enable-diagnostic option specified... no checking if --enable-dump185 option specified... no checking if --enable-java option specified... no checking if --enable-mingw option specified... no checking if --enable-o_direct option specified... no checking if --enable-posixmutexes option specified... no checking if --enable-rpc option specified... no checking if --enable-smallbuild option specified... no checking if --enable-stl option specified... no checking if --enable-tcl option specified... no checking if --enable-test option specified... no checking if --enable-uimutexes option specified... no checking if --enable-umrw option specified... no checking if --with-mutex=MUTEX option specified... no checking if --with-tcl=DIR option specified... no checking if --with-uniquename=NAME option specified... no checking for x86_64-unknown-linux-chmod... /bin/chmod checking for x86_64-unknown-linux-cp... /bin/cp checking for x86_64-unknown-linux-ln... /bin/ln checking for x86_64-unknown-linux-mkdir... /bin/mkdir -p checking for x86_64-unknown-linux-rm... /bin/rm checking for x86_64-unknown-linux-sh... no checking for sh... /root/pkg/work/databases/db4/work/.tools/bin/sh checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking for x86_64-unknown-linux-cc... 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 an ANSI C-conforming const... yes checking for inline... inline checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking whether C++ supports the ISO C++ standard includes... yes checking whether we are using gcc version 2.96... no checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/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... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-ar... no checking for ar... ar checking for x86_64-unknown-linux-strip... no checking for strip... strip checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -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 for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... c++ -E 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... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.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... yes checking whether to build static libraries... yes checking for ld used by c++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the c++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking SOSUFFIX from libtool... .so checking MODSUFFIX from libtool... .so checking JMODSUFFIX from libtool... .so checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for struct stat.st_blksize... yes checking for inttypes.h... (cached) yes checking for stdint.h... yes checking if stdint.h can be used by C++... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking size of char... 1 checking size of unsigned char... 1 checking size of short... 2 checking size of unsigned short... 2 checking size of int... 4 checking size of unsigned int... 4 checking size of long... 8 checking size of unsigned long... 8 checking size of long long... 8 checking size of unsigned long long... 8 checking size of char *... 8 checking for u_char... yes checking for u_short... yes checking for u_int... yes checking for u_long... yes checking for u_int8_t... yes checking for u_int16_t... yes checking for int16_t... yes checking for u_int32_t... yes checking for int32_t... yes checking for u_int64_t... yes checking for int64_t... yes checking for FILE *... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for time_t... yes checking size of size_t... 8 checking for ssize_t... yes checking for uintmax_t... yes checking for uintptr_t... yes checking for socklen_t... yes checking for ANSI C exit success/failure values... yes checking for getopt optreset variable... yes checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for main in -lpthread... yes checking for atomic operations... x86/gcc-assembly checking for library containing sched_yield... none required checking for library containing fdatasync... none required checking for library containing getaddrinfo... none required checking for library containing hstrerror... none required checking for main in -lm... yes checking for main in -lnsl... no checking for main in -lsocket... no checking for abort... yes checking for atoi... yes checking for atol... yes checking for getcwd... yes checking for getenv... yes checking for getopt... yes checking for isalpha... yes checking for isdigit... yes checking for isprint... yes checking for isspace... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for printf... yes checking for qsort... yes checking for raise... yes checking for rand... yes checking for strcasecmp... yes checking for strcat... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncat... yes checking for strncmp... yes checking for strrchr... yes checking for strsep... yes checking for strtol... yes checking for strtoul... yes checking for _fstati64... no checking for backtrace... no checking for backtrace_symbols... no checking for directio... no checking for fchmod... yes checking for fclose... yes checking for fcntl... yes checking for fdatasync... yes checking for fgetc... yes checking for fgets... yes checking for fopen... yes checking for fwrite... yes checking for getgid... yes checking for getrusage... yes checking for getuid... yes checking for hstrerror... yes checking for mprotect... yes checking for pstat_getdynamic... no checking for pthread_self... yes checking for pthread_yield... no checking for random... yes checking for sched_yield... yes checking for select... yes checking for setgid... yes checking for setuid... yes checking for sigaction... yes checking for snprintf... yes checking for stat... yes checking for sysconf... yes checking for vsnprintf... yes checking for yield... no checking for gettimeofday... yes checking for localtime... yes checking for time... yes checking for strftime... yes checking for clock_gettime... yes checking for clock_gettime monotonic clock... no checking for ctime_r... yes checking for 2 or 3 argument version of ctime_r... 2-argument checking for ftruncate... yes checking for pread... yes checking for pwrite... yes checking for getaddrinfo... yes checking for fcntl/F_SETFD... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for mlock... yes checking for munlock... yes checking for mmap... yes checking for munmap... yes checking for shmget... yes checking for shmctl... yes checking for 64-bit integral type support for sequences... yes configure: creating ./config.status config.status: creating Makefile config.status: creating db_cxx.h config.status: creating db_int.h config.status: creating clib_port.h config.status: creating include.tcl config.status: creating db.h config.status: creating db_185.h config.status: creating db185_int.h config.status: creating db_config.h config.status: executing libtool commands => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp ===> Building for db4-4.8.30 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db185/db185.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db185/db185.c -fPIC -DPIC -o .libs/db185.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db185/db185.c -o db185.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_tas.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_tas.c -fPIC -DPIC -o .libs/mut_tas.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_tas.c -o mut_tas.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_pthread.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_pthread.c -fPIC -DPIC -o .libs/mut_pthread.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_pthread.c -o mut_pthread.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_compare.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compare.c -fPIC -DPIC -o .libs/bt_compare.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compare.c -o bt_compare.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_compress.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compress.c -fPIC -DPIC -o .libs/bt_compress.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compress.c -o bt_compress.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_conv.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_conv.c -fPIC -DPIC -o .libs/bt_conv.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_conv.c -o bt_conv.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_curadj.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_curadj.c -fPIC -DPIC -o .libs/bt_curadj.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_curadj.c -o bt_curadj.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_cursor.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_cursor.c -fPIC -DPIC -o .libs/bt_cursor.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_cursor.c -o bt_cursor.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_delete.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_delete.c -fPIC -DPIC -o .libs/bt_delete.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_delete.c -o bt_delete.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_method.c -fPIC -DPIC -o .libs/bt_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_method.c -o bt_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_open.c -fPIC -DPIC -o .libs/bt_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_open.c -o bt_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_put.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_put.c -fPIC -DPIC -o .libs/bt_put.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_put.c -o bt_put.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_rec.c -fPIC -DPIC -o .libs/bt_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_rec.c -o bt_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_reclaim.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_reclaim.c -fPIC -DPIC -o .libs/bt_reclaim.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_reclaim.c -o bt_reclaim.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_recno.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_recno.c -fPIC -DPIC -o .libs/bt_recno.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_recno.c -o bt_recno.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_rsearch.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_rsearch.c -fPIC -DPIC -o .libs/bt_rsearch.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_rsearch.c -o bt_rsearch.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_search.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_search.c -fPIC -DPIC -o .libs/bt_search.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_search.c -o bt_search.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_split.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_split.c -fPIC -DPIC -o .libs/bt_split.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_split.c -o bt_split.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_stat.c -fPIC -DPIC -o .libs/bt_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_stat.c -o bt_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_compact.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compact.c -fPIC -DPIC -o .libs/bt_compact.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_compact.c -o bt_compact.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_upgrade.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_upgrade.c -fPIC -DPIC -o .libs/bt_upgrade.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_upgrade.c -o bt_upgrade.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/btree_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/btree_auto.c -fPIC -DPIC -o .libs/btree_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/btree_auto.c -o btree_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash.c -o hash.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_auto.c -fPIC -DPIC -o .libs/hash_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_auto.c -o hash_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_conv.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_conv.c -fPIC -DPIC -o .libs/hash_conv.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_conv.c -o hash_conv.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_dup.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_dup.c -fPIC -DPIC -o .libs/hash_dup.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_dup.c -o hash_dup.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_meta.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_meta.c -fPIC -DPIC -o .libs/hash_meta.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_meta.c -o hash_meta.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_method.c -fPIC -DPIC -o .libs/hash_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_method.c -o hash_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_open.c -fPIC -DPIC -o .libs/hash_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_open.c -o hash_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_page.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_page.c -fPIC -DPIC -o .libs/hash_page.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_page.c -o hash_page.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_rec.c -fPIC -DPIC -o .libs/hash_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_rec.c -o hash_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_reclaim.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_reclaim.c -fPIC -DPIC -o .libs/hash_reclaim.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_reclaim.c -o hash_reclaim.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_stat.c -fPIC -DPIC -o .libs/hash_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_stat.c -o hash_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_upgrade.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_upgrade.c -fPIC -DPIC -o .libs/hash_upgrade.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_upgrade.c -o hash_upgrade.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_verify.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_verify.c -fPIC -DPIC -o .libs/hash_verify.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_verify.c -o hash_verify.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam.c -fPIC -DPIC -o .libs/qam.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam.c -o qam.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_auto.c -fPIC -DPIC -o .libs/qam_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_auto.c -o qam_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_conv.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_conv.c -fPIC -DPIC -o .libs/qam_conv.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_conv.c -o qam_conv.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_files.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_files.c -fPIC -DPIC -o .libs/qam_files.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_files.c -o qam_files.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_method.c -fPIC -DPIC -o .libs/qam_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_method.c -o qam_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_open.c -fPIC -DPIC -o .libs/qam_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_open.c -o qam_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_rec.c -fPIC -DPIC -o .libs/qam_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_rec.c -o qam_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_stat.c -fPIC -DPIC -o .libs/qam_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_stat.c -o qam_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_upgrade.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_upgrade.c -fPIC -DPIC -o .libs/qam_upgrade.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_upgrade.c -o qam_upgrade.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_verify.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_verify.c -fPIC -DPIC -o .libs/qam_verify.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_verify.c -o qam_verify.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_auto.c -fPIC -DPIC -o .libs/rep_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_auto.c -o rep_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_backup.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_backup.c -fPIC -DPIC -o .libs/rep_backup.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_backup.c -o rep_backup.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_elect.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_elect.c -fPIC -DPIC -o .libs/rep_elect.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_elect.c -o rep_elect.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_lease.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_lease.c -fPIC -DPIC -o .libs/rep_lease.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_lease.c -o rep_lease.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_log.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_log.c -fPIC -DPIC -o .libs/rep_log.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_log.c -o rep_log.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_method.c -fPIC -DPIC -o .libs/rep_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_method.c -o rep_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_record.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_record.c -fPIC -DPIC -o .libs/rep_record.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_record.c -o rep_record.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_region.c -fPIC -DPIC -o .libs/rep_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_region.c -o rep_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_stat.c -fPIC -DPIC -o .libs/rep_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_stat.c -o rep_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_util.c -fPIC -DPIC -o .libs/rep_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_util.c -o rep_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../rep/rep_verify.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_verify.c -fPIC -DPIC -o .libs/rep_verify.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../rep/rep_verify.c -o rep_verify.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_addrinfo.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_addrinfo.c -fPIC -DPIC -o .libs/os_addrinfo.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_addrinfo.c -o os_addrinfo.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_auto.c -fPIC -DPIC -o .libs/repmgr_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_auto.c -o repmgr_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_elect.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_elect.c -fPIC -DPIC -o .libs/repmgr_elect.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_elect.c -o repmgr_elect.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_method.c -fPIC -DPIC -o .libs/repmgr_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_method.c -o repmgr_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_msg.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_msg.c -fPIC -DPIC -o .libs/repmgr_msg.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_msg.c -o repmgr_msg.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_net.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_net.c -fPIC -DPIC -o .libs/repmgr_net.o ../dist/../repmgr/repmgr_net.c: In function '__repmgr_listen': ../dist/../repmgr/repmgr_net.c:1334:2: warning: format not a string literal and no format arguments [-Wformat-security] __db_err(env, ret, why); ^~~~~~~~ libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_net.c -o repmgr_net.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_posix.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_posix.c -fPIC -DPIC -o .libs/repmgr_posix.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_posix.c -o repmgr_posix.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_queue.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_queue.c -fPIC -DPIC -o .libs/repmgr_queue.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_queue.c -o repmgr_queue.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_sel.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_sel.c -fPIC -DPIC -o .libs/repmgr_sel.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_sel.c -o repmgr_sel.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_stat.c -fPIC -DPIC -o .libs/repmgr_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_stat.c -o repmgr_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../repmgr/repmgr_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_util.c -fPIC -DPIC -o .libs/repmgr_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../repmgr/repmgr_util.c -o repmgr_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_ovfl_vrfy.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_ovfl_vrfy.c -fPIC -DPIC -o .libs/db_ovfl_vrfy.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_ovfl_vrfy.c -o db_ovfl_vrfy.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_vrfy.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_vrfy.c -fPIC -DPIC -o .libs/db_vrfy.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_vrfy.c -o db_vrfy.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_vrfyutil.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_vrfyutil.c -fPIC -DPIC -o .libs/db_vrfyutil.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_vrfyutil.c -o db_vrfyutil.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/bt_verify.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_verify.c -fPIC -DPIC -o .libs/bt_verify.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/bt_verify.c -o bt_verify.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock.c -fPIC -DPIC -o .libs/lock.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock.c -o lock.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_deadlock.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_deadlock.c -fPIC -DPIC -o .libs/lock_deadlock.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_deadlock.c -o lock_deadlock.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_failchk.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_failchk.c -fPIC -DPIC -o .libs/lock_failchk.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_failchk.c -o lock_failchk.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_id.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_id.c -fPIC -DPIC -o .libs/lock_id.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_id.c -o lock_id.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_list.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_list.c -fPIC -DPIC -o .libs/lock_list.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_list.c -o lock_list.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_method.c -fPIC -DPIC -o .libs/lock_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_method.c -o lock_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_region.c -fPIC -DPIC -o .libs/lock_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_region.c -o lock_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_stat.c -fPIC -DPIC -o .libs/lock_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_stat.c -o lock_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_timer.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_timer.c -fPIC -DPIC -o .libs/lock_timer.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_timer.c -o lock_timer.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../lock/lock_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_util.c -fPIC -DPIC -o .libs/lock_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../lock/lock_util.c -o lock_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_alloc.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_alloc.c -fPIC -DPIC -o .libs/mut_alloc.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_alloc.c -o mut_alloc.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_failchk.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_failchk.c -fPIC -DPIC -o .libs/mut_failchk.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_failchk.c -o mut_failchk.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_method.c -fPIC -DPIC -o .libs/mut_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_method.c -o mut_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_region.c -fPIC -DPIC -o .libs/mut_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_region.c -o mut_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mutex/mut_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_stat.c -fPIC -DPIC -o .libs/mut_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mutex/mut_stat.c -o mut_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../crypto/aes_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/aes_method.c -fPIC -DPIC -o .libs/aes_method.o ../dist/../crypto/aes_method.c: In function '__aes_err': ../dist/../crypto/aes_method.c:270:2: warning: format not a string literal and no format arguments [-Wformat-security] __db_errx(env, errstr); ^~~~~~~~~ libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/aes_method.c -o aes_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../crypto/crypto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/crypto.c -fPIC -DPIC -o .libs/crypto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/crypto.c -o crypto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../crypto/mersenne/mt19937db.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/mersenne/mt19937db.c -fPIC -DPIC -o .libs/mt19937db.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/mersenne/mt19937db.c -o mt19937db.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../crypto/rijndael/rijndael-alg-fst.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/rijndael/rijndael-alg-fst.c -fPIC -DPIC -o .libs/rijndael-alg-fst.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/rijndael/rijndael-alg-fst.c -o rijndael-alg-fst.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../crypto/rijndael/rijndael-api-fst.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/rijndael/rijndael-api-fst.c -fPIC -DPIC -o .libs/rijndael-api-fst.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../crypto/rijndael/rijndael-api-fst.c -o rijndael-api-fst.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/crdel_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_auto.c -fPIC -DPIC -o .libs/crdel_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_auto.c -o crdel_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/crdel_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_rec.c -fPIC -DPIC -o .libs/crdel_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_rec.c -o crdel_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db.c -fPIC -DPIC -o .libs/db.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db.c -o db.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_am.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_am.c -fPIC -DPIC -o .libs/db_am.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_am.c -o db_am.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_auto.c -fPIC -DPIC -o .libs/db_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_auto.c -o db_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_byteorder.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_byteorder.c -fPIC -DPIC -o .libs/db_byteorder.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_byteorder.c -o db_byteorder.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_cam.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_cam.c -fPIC -DPIC -o .libs/db_cam.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_cam.c -o db_cam.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_cds.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_cds.c -fPIC -DPIC -o .libs/db_cds.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_cds.c -o db_cds.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_compint.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_compint.c -fPIC -DPIC -o .libs/db_compint.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_compint.c -o db_compint.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_conv.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_conv.c -fPIC -DPIC -o .libs/db_conv.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_conv.c -o db_conv.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_dispatch.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_dispatch.c -fPIC -DPIC -o .libs/db_dispatch.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_dispatch.c -o db_dispatch.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_dup.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_dup.c -fPIC -DPIC -o .libs/db_dup.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_dup.c -o db_dup.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_err.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_err.c -fPIC -DPIC -o .libs/db_err.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_err.c -o db_err.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_getlong.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_getlong.c -fPIC -DPIC -o .libs/db_getlong.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_getlong.c -o db_getlong.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_idspace.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_idspace.c -fPIC -DPIC -o .libs/db_idspace.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_idspace.c -o db_idspace.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_iface.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_iface.c -fPIC -DPIC -o .libs/db_iface.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_iface.c -o db_iface.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_join.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_join.c -fPIC -DPIC -o .libs/db_join.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_join.c -o db_join.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_log2.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_log2.c -fPIC -DPIC -o .libs/db_log2.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_log2.c -o db_log2.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_meta.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_meta.c -fPIC -DPIC -o .libs/db_meta.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_meta.c -o db_meta.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_method.c -fPIC -DPIC -o .libs/db_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_method.c -o db_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_open.c -fPIC -DPIC -o .libs/db_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_open.c -o db_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_overflow.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_overflow.c -fPIC -DPIC -o .libs/db_overflow.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_overflow.c -o db_overflow.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_pr.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_pr.c -fPIC -DPIC -o .libs/db_pr.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_pr.c -o db_pr.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_rec.c -fPIC -DPIC -o .libs/db_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_rec.c -o db_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_reclaim.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_reclaim.c -fPIC -DPIC -o .libs/db_reclaim.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_reclaim.c -o db_reclaim.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_remove.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_remove.c -fPIC -DPIC -o .libs/db_remove.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_remove.c -o db_remove.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_rename.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_rename.c -fPIC -DPIC -o .libs/db_rename.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_rename.c -o db_rename.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_ret.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_ret.c -fPIC -DPIC -o .libs/db_ret.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_ret.c -o db_ret.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_setid.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_setid.c -fPIC -DPIC -o .libs/db_setid.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_setid.c -o db_setid.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_setlsn.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_setlsn.c -fPIC -DPIC -o .libs/db_setlsn.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_setlsn.c -o db_setlsn.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/db_shash.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_shash.c -fPIC -DPIC -o .libs/db_shash.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/db_shash.c -o db_shash.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_sort_multiple.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_sort_multiple.c -fPIC -DPIC -o .libs/db_sort_multiple.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_sort_multiple.c -o db_sort_multiple.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_stati.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_stati.c -fPIC -DPIC -o .libs/db_stati.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_stati.c -o db_stati.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_truncate.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_truncate.c -fPIC -DPIC -o .libs/db_truncate.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_truncate.c -o db_truncate.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_upg.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_upg.c -fPIC -DPIC -o .libs/db_upg.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_upg.c -o db_upg.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_upg_opd.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_upg_opd.c -fPIC -DPIC -o .libs/db_upg_opd.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_upg_opd.c -o db_upg_opd.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbm/dbm.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbm/dbm.c -fPIC -DPIC -o .libs/dbm.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbm/dbm.c -o dbm.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg.c -fPIC -DPIC -o .libs/dbreg.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg.c -o dbreg.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_auto.c -fPIC -DPIC -o .libs/dbreg_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_auto.c -o dbreg_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_rec.c -fPIC -DPIC -o .libs/dbreg_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_rec.c -o dbreg_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_stat.c -fPIC -DPIC -o .libs/dbreg_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_stat.c -o dbreg_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_util.c -fPIC -DPIC -o .libs/dbreg_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_util.c -o dbreg_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/dbt.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/dbt.c -fPIC -DPIC -o .libs/dbt.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/dbt.c -o dbt.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_alloc.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_alloc.c -fPIC -DPIC -o .libs/env_alloc.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_alloc.c -o env_alloc.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_config.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_config.c -fPIC -DPIC -o .libs/env_config.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_config.c -o env_config.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_failchk.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_failchk.c -fPIC -DPIC -o .libs/env_failchk.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_failchk.c -o env_failchk.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_file.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_file.c -fPIC -DPIC -o .libs/env_file.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_file.c -o env_file.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_globals.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_globals.c -fPIC -DPIC -o .libs/env_globals.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_globals.c -o env_globals.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_method.c -fPIC -DPIC -o .libs/env_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_method.c -o env_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_name.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_name.c -fPIC -DPIC -o .libs/env_name.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_name.c -o env_name.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_open.c -fPIC -DPIC -o .libs/env_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_open.c -o env_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_recover.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_recover.c -fPIC -DPIC -o .libs/env_recover.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_recover.c -o env_recover.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_region.c -fPIC -DPIC -o .libs/env_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_region.c -o env_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_register.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_register.c -fPIC -DPIC -o .libs/env_register.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_register.c -o env_register.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_sig.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_sig.c -fPIC -DPIC -o .libs/env_sig.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_sig.c -o env_sig.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../env/env_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_stat.c -fPIC -DPIC -o .libs/env_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../env/env_stat.c -o env_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../fileops/fileops_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fileops_auto.c -fPIC -DPIC -o .libs/fileops_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fileops_auto.c -o fileops_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../fileops/fop_basic.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_basic.c -fPIC -DPIC -o .libs/fop_basic.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_basic.c -o fop_basic.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../fileops/fop_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_rec.c -fPIC -DPIC -o .libs/fop_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_rec.c -o fop_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../fileops/fop_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_util.c -fPIC -DPIC -o .libs/fop_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fop_util.c -o fop_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_func.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_func.c -fPIC -DPIC -o .libs/hash_func.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_func.c -o hash_func.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hmac/hmac.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hmac/hmac.c -fPIC -DPIC -o .libs/hmac.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hmac/hmac.c -o hmac.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hsearch/hsearch.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hsearch/hsearch.c -fPIC -DPIC -o .libs/hsearch.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hsearch/hsearch.c -o hsearch.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log.c -fPIC -DPIC -o .libs/log.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log.c -o log.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_archive.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_archive.c -fPIC -DPIC -o .libs/log_archive.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_archive.c -o log_archive.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_compare.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_compare.c -fPIC -DPIC -o .libs/log_compare.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_compare.c -o log_compare.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_debug.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_debug.c -fPIC -DPIC -o .libs/log_debug.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_debug.c -o log_debug.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_get.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_get.c -fPIC -DPIC -o .libs/log_get.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_get.c -o log_get.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_method.c -fPIC -DPIC -o .libs/log_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_method.c -o log_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_put.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_put.c -fPIC -DPIC -o .libs/log_put.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_put.c -o log_put.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../log/log_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_stat.c -fPIC -DPIC -o .libs/log_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../log/log_stat.c -o log_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/mkpath.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/mkpath.c -fPIC -DPIC -o .libs/mkpath.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/mkpath.c -o mkpath.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_alloc.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_alloc.c -fPIC -DPIC -o .libs/mp_alloc.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_alloc.c -o mp_alloc.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_bh.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_bh.c -fPIC -DPIC -o .libs/mp_bh.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_bh.c -o mp_bh.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_fget.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fget.c -fPIC -DPIC -o .libs/mp_fget.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fget.c -o mp_fget.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_fmethod.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fmethod.c -fPIC -DPIC -o .libs/mp_fmethod.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fmethod.c -o mp_fmethod.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_fopen.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fopen.c -fPIC -DPIC -o .libs/mp_fopen.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fopen.c -o mp_fopen.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_fput.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fput.c -fPIC -DPIC -o .libs/mp_fput.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fput.c -o mp_fput.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_fset.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fset.c -fPIC -DPIC -o .libs/mp_fset.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_fset.c -o mp_fset.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_method.c -fPIC -DPIC -o .libs/mp_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_method.c -o mp_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_mvcc.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_mvcc.c -fPIC -DPIC -o .libs/mp_mvcc.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_mvcc.c -o mp_mvcc.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_region.c -fPIC -DPIC -o .libs/mp_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_region.c -o mp_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_register.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_register.c -fPIC -DPIC -o .libs/mp_register.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_register.c -o mp_register.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_resize.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_resize.c -fPIC -DPIC -o .libs/mp_resize.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_resize.c -o mp_resize.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_stat.c -fPIC -DPIC -o .libs/mp_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_stat.c -o mp_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_sync.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_sync.c -fPIC -DPIC -o .libs/mp_sync.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_sync.c -o mp_sync.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../mp/mp_trickle.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_trickle.c -fPIC -DPIC -o .libs/mp_trickle.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../mp/mp_trickle.c -o mp_trickle.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/openflags.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/openflags.c -fPIC -DPIC -o .libs/openflags.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/openflags.c -o openflags.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_abort.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_abort.c -fPIC -DPIC -o .libs/os_abort.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_abort.c -o os_abort.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_abs.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_abs.c -fPIC -DPIC -o .libs/os_abs.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_abs.c -o os_abs.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_alloc.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_alloc.c -fPIC -DPIC -o .libs/os_alloc.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_alloc.c -o os_alloc.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_clock.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_clock.c -fPIC -DPIC -o .libs/os_clock.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_clock.c -o os_clock.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_cpu.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_cpu.c -fPIC -DPIC -o .libs/os_cpu.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_cpu.c -o os_cpu.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_ctime.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_ctime.c -fPIC -DPIC -o .libs/os_ctime.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_ctime.c -o os_ctime.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_config.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_config.c -fPIC -DPIC -o .libs/os_config.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_config.c -o os_config.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_dir.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_dir.c -fPIC -DPIC -o .libs/os_dir.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_dir.c -o os_dir.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_errno.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_errno.c -fPIC -DPIC -o .libs/os_errno.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_errno.c -o os_errno.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_fid.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_fid.c -fPIC -DPIC -o .libs/os_fid.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_fid.c -o os_fid.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_flock.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_flock.c -fPIC -DPIC -o .libs/os_flock.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_flock.c -o os_flock.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_fsync.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_fsync.c -fPIC -DPIC -o .libs/os_fsync.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_fsync.c -o os_fsync.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_getenv.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_getenv.c -fPIC -DPIC -o .libs/os_getenv.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_getenv.c -o os_getenv.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_handle.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_handle.c -fPIC -DPIC -o .libs/os_handle.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_handle.c -o os_handle.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_map.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_map.c -fPIC -DPIC -o .libs/os_map.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_map.c -o os_map.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/os_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/os_method.c -fPIC -DPIC -o .libs/os_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/os_method.c -o os_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_mkdir.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_mkdir.c -fPIC -DPIC -o .libs/os_mkdir.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_mkdir.c -o os_mkdir.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_open.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_open.c -fPIC -DPIC -o .libs/os_open.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_open.c -o os_open.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_pid.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_pid.c -fPIC -DPIC -o .libs/os_pid.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_pid.c -o os_pid.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_rename.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rename.c -fPIC -DPIC -o .libs/os_rename.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rename.c -o os_rename.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_root.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_root.c -fPIC -DPIC -o .libs/os_root.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_root.c -o os_root.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_rpath.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rpath.c -fPIC -DPIC -o .libs/os_rpath.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rpath.c -o os_rpath.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_rw.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rw.c -fPIC -DPIC -o .libs/os_rw.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_rw.c -o os_rw.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_seek.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_seek.c -fPIC -DPIC -o .libs/os_seek.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_seek.c -o os_seek.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_stack.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_stack.c -fPIC -DPIC -o .libs/os_stack.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_stack.c -o os_stack.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_stat.c -fPIC -DPIC -o .libs/os_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_stat.c -o os_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_tmpdir.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_tmpdir.c -fPIC -DPIC -o .libs/os_tmpdir.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_tmpdir.c -o os_tmpdir.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_truncate.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_truncate.c -fPIC -DPIC -o .libs/os_truncate.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_truncate.c -o os_truncate.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_uid.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_uid.c -fPIC -DPIC -o .libs/os_uid.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_uid.c -o os_uid.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_unlink.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_unlink.c -fPIC -DPIC -o .libs/os_unlink.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_unlink.c -o os_unlink.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../os/os_yield.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_yield.c -fPIC -DPIC -o .libs/os_yield.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../os/os_yield.c -o os_yield.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/partition.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/partition.c -fPIC -DPIC -o .libs/partition.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/partition.c -o partition.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../sequence/seq_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../sequence/seq_stat.c -fPIC -DPIC -o .libs/seq_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../sequence/seq_stat.c -o seq_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../sequence/sequence.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../sequence/sequence.c -fPIC -DPIC -o .libs/sequence.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../sequence/sequence.c -o sequence.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hmac/sha1.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hmac/sha1.c -fPIC -DPIC -o .libs/sha1.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hmac/sha1.c -o sha1.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../clib/snprintf.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../clib/snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../clib/snprintf.c -o snprintf.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn.c -fPIC -DPIC -o .libs/txn.o ../dist/../txn/txn.c: In function '__txn_begin': ../dist/../txn/txn.c:171:3: warning: format not a string literal and no format arguments [-Wformat-security] __db_errx(env, TxnAlloc); ^~~~~~~~~ ../dist/../txn/txn.c: In function '__txn_compensate_begin': ../dist/../txn/txn.c:318:3: warning: format not a string literal and no format arguments [-Wformat-security] __db_errx(env, TxnAlloc); ^~~~~~~~~ libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn.c -o txn.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_auto.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_auto.c -fPIC -DPIC -o .libs/txn_auto.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_auto.c -o txn_auto.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_chkpt.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_chkpt.c -fPIC -DPIC -o .libs/txn_chkpt.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_chkpt.c -o txn_chkpt.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_failchk.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_failchk.c -fPIC -DPIC -o .libs/txn_failchk.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_failchk.c -o txn_failchk.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_method.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_method.c -fPIC -DPIC -o .libs/txn_method.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_method.c -o txn_method.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_rec.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_rec.c -fPIC -DPIC -o .libs/txn_rec.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_rec.c -o txn_rec.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_recover.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_recover.c -fPIC -DPIC -o .libs/txn_recover.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_recover.c -o txn_recover.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_region.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_region.c -fPIC -DPIC -o .libs/txn_region.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_region.c -o txn_region.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_stat.c -fPIC -DPIC -o .libs/txn_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_stat.c -o txn_stat.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_util.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_util.c -fPIC -DPIC -o .libs/txn_util.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_util.c -o txn_util.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/zerofill.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/zerofill.c -fPIC -DPIC -o .libs/zerofill.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/zerofill.c -o zerofill.o >/dev/null 2>&1 ./libtool --mode=link cc -version-info 8:30 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -rpath /usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o libdb4-4.8.la db185.lo mut_tas.lo mut_pthread.lo bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_auto.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo db_cds.lo db_compint.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbm.lo dbreg.lo dbreg_auto.lo dbreg_rec.lo dbreg_stat.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_failchk.lo env_file.lo env_globals.lo env_method.lo env_name.lo env_open.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo hsearch.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo zerofill.lo -lpthread libtool: link: cc -shared -fPIC -DPIC .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_auto.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compint.o .libs/db_conv.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbm.o .libs/dbreg.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_stat.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_method.o .libs/env_name.o .libs/env_open.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/hsearch.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/zerofill.o -lpthread -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libdb4-4.8.so.8 -o .libs/libdb4-4.8.so.8.0.30 libtool: link: (cd ".libs" && rm -f "libdb4-4.8.so.8" && ln -s "libdb4-4.8.so.8.0.30" "libdb4-4.8.so.8") libtool: link: (cd ".libs" && rm -f "libdb4-4.8.so" && ln -s "libdb4-4.8.so.8.0.30" "libdb4-4.8.so") libtool: link: ar cru .libs/libdb4-4.8.a db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_auto.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_cds.o db_compint.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o dbt.o env_alloc.o env_config.o env_failchk.o env_file.o env_globals.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o zerofill.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libdb4-4.8.a libtool: link: ( cd ".libs" && rm -f "libdb4-4.8.la" && ln -s "../libdb4-4.8.la" "libdb4-4.8.la" ) /bin/rm -f libdb4.a /bin/ln -s .libs/libdb4-4.8.a libdb4.a ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_db.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_db.cpp -fPIC -DPIC -o .libs/cxx_db.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_db.cpp -o cxx_db.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_dbc.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_dbc.cpp -fPIC -DPIC -o .libs/cxx_dbc.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_dbc.cpp -o cxx_dbc.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_dbt.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_dbt.cpp -fPIC -DPIC -o .libs/cxx_dbt.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_dbt.cpp -o cxx_dbt.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_env.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_env.cpp -fPIC -DPIC -o .libs/cxx_env.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_env.cpp -o cxx_env.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_except.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_except.cpp -fPIC -DPIC -o .libs/cxx_except.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_except.cpp -o cxx_except.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_lock.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_lock.cpp -fPIC -DPIC -o .libs/cxx_lock.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_lock.cpp -o cxx_lock.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_logc.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_logc.cpp -fPIC -DPIC -o .libs/cxx_logc.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_logc.cpp -o cxx_logc.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_mpool.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_mpool.cpp -fPIC -DPIC -o .libs/cxx_mpool.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_mpool.cpp -o cxx_mpool.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_multi.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_multi.cpp -fPIC -DPIC -o .libs/cxx_multi.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_multi.cpp -o cxx_multi.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_seq.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_seq.cpp -fPIC -DPIC -o .libs/cxx_seq.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_seq.cpp -o cxx_seq.o >/dev/null 2>&1 ./libtool --mode=compile c++ -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../cxx/cxx_txn.cpp libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_txn.cpp -fPIC -DPIC -o .libs/cxx_txn.o libtool: compile: c++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../cxx/cxx_txn.cpp -o cxx_txn.o >/dev/null 2>&1 ./libtool --mode=link c++ -avoid-version -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -rpath /usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o libdb4_cxx-4.8.la cxx_db.lo cxx_dbc.lo cxx_dbt.lo cxx_env.lo cxx_except.lo cxx_lock.lo cxx_logc.lo cxx_mpool.lo cxx_multi.lo cxx_seq.lo cxx_txn.lo db185.lo mut_tas.lo mut_pthread.lo bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_auto.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo db_cds.lo db_compint.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbm.lo dbreg.lo dbreg_auto.lo dbreg_rec.lo dbreg_stat.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_failchk.lo env_file.lo env_globals.lo env_method.lo env_name.lo env_open.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo hsearch.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo zerofill.lo -lpthread libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/crtbeginS.o .libs/cxx_db.o .libs/cxx_dbc.o .libs/cxx_dbt.o .libs/cxx_env.o .libs/cxx_except.o .libs/cxx_lock.o .libs/cxx_logc.o .libs/cxx_mpool.o .libs/cxx_multi.o .libs/cxx_seq.o .libs/cxx_txn.o .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_auto.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compint.o .libs/db_conv.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbm.o .libs/dbreg.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_stat.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_method.o .libs/env_name.o .libs/env_open.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/hsearch.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/zerofill.o -lpthread -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0 -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/crtendS.o /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib/crtn.o -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libdb4_cxx-4.8.so -o .libs/libdb4_cxx-4.8.so libtool: link: ar cru .libs/libdb4_cxx-4.8.a cxx_db.o cxx_dbc.o cxx_dbt.o cxx_env.o cxx_except.o cxx_lock.o cxx_logc.o cxx_mpool.o cxx_multi.o cxx_seq.o cxx_txn.o db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_auto.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_cds.o db_compint.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o dbt.o env_alloc.o env_config.o env_failchk.o env_file.o env_globals.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o zerofill.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libdb4_cxx-4.8.a libtool: link: ( cd ".libs" && rm -f "libdb4_cxx-4.8.la" && ln -s "../libdb4_cxx-4.8.la" "libdb4_cxx-4.8.la" ) /bin/rm -f libdb4_cxx.a /bin/ln -s .libs/libdb4_cxx-4.8.a libdb4_cxx.a ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_archive/db_archive.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_archive/db_archive.c -fPIC -DPIC -o .libs/db_archive.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_archive/db_archive.c -o db_archive.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/util_sig.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_sig.c -fPIC -DPIC -o .libs/util_sig.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_sig.c -o util_sig.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_archive -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_archive.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_archive -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_archive.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_archive ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_checkpoint/db_checkpoint.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_checkpoint/db_checkpoint.c -fPIC -DPIC -o .libs/db_checkpoint.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_checkpoint/db_checkpoint.c -o db_checkpoint.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/util_log.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_log.c -fPIC -DPIC -o .libs/util_log.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_log.c -o util_log.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_checkpoint -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_checkpoint.lo util_log.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_checkpoint -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_checkpoint.o .libs/util_log.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_checkpoint ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_deadlock/db_deadlock.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_deadlock/db_deadlock.c -fPIC -DPIC -o .libs/db_deadlock.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_deadlock/db_deadlock.c -o db_deadlock.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_deadlock -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_deadlock.lo util_log.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_deadlock -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_deadlock.o .libs/util_log.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_deadlock ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_dump/db_dump.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_dump/db_dump.c -fPIC -DPIC -o .libs/db_dump.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_dump/db_dump.c -o db_dump.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../common/util_cache.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_cache.c -fPIC -DPIC -o .libs/util_cache.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../common/util_cache.c -o util_cache.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_dump -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_dump.lo util_cache.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_dump -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_dump.o .libs/util_cache.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_dump ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_hotbackup/db_hotbackup.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_hotbackup/db_hotbackup.c -fPIC -DPIC -o .libs/db_hotbackup.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_hotbackup/db_hotbackup.c -o db_hotbackup.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_hotbackup -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_hotbackup.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_hotbackup -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_hotbackup.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_hotbackup ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_load/db_load.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_load/db_load.c -fPIC -DPIC -o .libs/db_load.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_load/db_load.c -o db_load.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_load -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_load.lo util_cache.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_load -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_load.o .libs/util_cache.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_load ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_printlog/db_printlog.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_printlog/db_printlog.c -fPIC -DPIC -o .libs/db_printlog.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_printlog/db_printlog.c -o db_printlog.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../btree/btree_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/btree_autop.c -fPIC -DPIC -o .libs/btree_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../btree/btree_autop.c -o btree_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/crdel_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_autop.c -fPIC -DPIC -o .libs/crdel_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/crdel_autop.c -o crdel_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db/db_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_autop.c -fPIC -DPIC -o .libs/db_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db/db_autop.c -o db_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../dbreg/dbreg_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_autop.c -fPIC -DPIC -o .libs/dbreg_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../dbreg/dbreg_autop.c -o dbreg_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../fileops/fileops_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fileops_autop.c -fPIC -DPIC -o .libs/fileops_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../fileops/fileops_autop.c -o fileops_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../hash/hash_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_autop.c -fPIC -DPIC -o .libs/hash_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../hash/hash_autop.c -o hash_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../qam/qam_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_autop.c -fPIC -DPIC -o .libs/qam_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../qam/qam_autop.c -o qam_autop.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../txn/txn_autop.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_autop.c -fPIC -DPIC -o .libs/txn_autop.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../txn/txn_autop.c -o txn_autop.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_printlog -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_printlog.lo btree_autop.lo crdel_autop.lo db_autop.lo dbreg_autop.lo fileops_autop.lo hash_autop.lo qam_autop.lo txn_autop.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_printlog -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_printlog.o .libs/btree_autop.o .libs/crdel_autop.o .libs/db_autop.o .libs/dbreg_autop.o .libs/fileops_autop.o .libs/hash_autop.o .libs/qam_autop.o .libs/txn_autop.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_printlog ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_recover/db_recover.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_recover/db_recover.c -fPIC -DPIC -o .libs/db_recover.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_recover/db_recover.c -o db_recover.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_recover -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_recover.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_recover -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_recover.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_recover ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/db_sql.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/db_sql.c -fPIC -DPIC -o .libs/db_sql.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/db_sql.c -o db_sql.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/sqlite/parse.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/sqlite/parse.c -fPIC -DPIC -o .libs/parse.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/sqlite/parse.c -o parse.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/preparser.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/preparser.c -fPIC -DPIC -o .libs/preparser.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/preparser.c -o preparser.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/parsefuncs.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/parsefuncs.c -fPIC -DPIC -o .libs/parsefuncs.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/parsefuncs.c -o parsefuncs.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/tokenize.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/tokenize.c -fPIC -DPIC -o .libs/tokenize.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/tokenize.c -o tokenize.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/sqlite/sqlprintf.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/sqlite/sqlprintf.c -fPIC -DPIC -o .libs/sqlprintf.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/sqlite/sqlprintf.c -o sqlprintf.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/buildpt.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/buildpt.c -fPIC -DPIC -o .libs/buildpt.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/buildpt.c -o buildpt.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/utils.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/utils.c -fPIC -DPIC -o .libs/utils.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/utils.c -o utils.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/generate.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate.c -fPIC -DPIC -o .libs/generate.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate.c -o generate.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/generate_test.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate_test.c -fPIC -DPIC -o .libs/generate_test.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate_test.c -o generate_test.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/generation_utils.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generation_utils.c -fPIC -DPIC -o .libs/generation_utils.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generation_utils.c -o generation_utils.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/generate_verification.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate_verification.c -fPIC -DPIC -o .libs/generate_verification.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/generate_verification.c -o generate_verification.o >/dev/null 2>&1 ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_sql/hint_comment.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/hint_comment.c -fPIC -DPIC -o .libs/hint_comment.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_sql/hint_comment.c -o hint_comment.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_sql -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_sql.lo parse.lo preparser.lo parsefuncs.lo tokenize.lo sqlprintf.lo buildpt.lo utils.lo generate.lo generate_test.lo generation_utils.lo generate_verification.lo hint_comment.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_sql -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_sql.o .libs/parse.o .libs/preparser.o .libs/parsefuncs.o .libs/tokenize.o .libs/sqlprintf.o .libs/buildpt.o .libs/utils.o .libs/generate.o .libs/generate_test.o .libs/generation_utils.o .libs/generate_verification.o .libs/hint_comment.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_sql ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_stat/db_stat.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_stat/db_stat.c -fPIC -DPIC -o .libs/db_stat.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_stat/db_stat.c -o db_stat.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_stat -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_stat.lo util_cache.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_stat -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_stat.o .libs/util_cache.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_stat ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_upgrade/db_upgrade.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_upgrade/db_upgrade.c -fPIC -DPIC -o .libs/db_upgrade.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_upgrade/db_upgrade.c -o db_upgrade.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_upgrade -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_upgrade.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_upgrade -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_upgrade.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_upgrade ./libtool --mode=compile cc -c -I. -I../dist/.. -I/usr/include -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/include ../dist/../db_verify/db_verify.c libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_verify/db_verify.c -fPIC -DPIC -o .libs/db_verify.o libtool: compile: cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 ../dist/../db_verify/db_verify.c -o db_verify.o >/dev/null 2>&1 ./libtool --mode=link cc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -o db_verify -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib db_verify.lo util_cache.lo util_sig.lo libdb4-4.8.la -lpthread libtool: link: cc -O2 -D_FORTIFY_SOURCE=2 -o .libs/db_verify -Wl,-rpath -Wl,/usr/pkg/lib .libs/db_verify.o .libs/util_cache.o .libs/util_sig.o ./.libs/libdb4-4.8.so -lpthread -Wl,-rpath -Wl,/usr/pkg/lib ./libtool --mode=execute true db_verify ===> Installing for db4-4.8.30 => Generating pre-install file lists => Creating installation directories Installing DB include files: /root/pkg/work/databases/db4/work/.destdir/usr/pkg/include/db4 ... Installing DB library: /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib ... libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4-4.8.so.8.0.30 /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4-4.8.so.8.0.30 libtool: install: (cd /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib && { ln -s -f libdb4-4.8.so.8.0.30 libdb4-4.8.so.8 || { rm -f libdb4-4.8.so.8 && ln -s libdb4-4.8.so.8.0.30 libdb4-4.8.so.8; }; }) libtool: install: (cd /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib && { ln -s -f libdb4-4.8.so.8.0.30 libdb4-4.8.so || { rm -f libdb4-4.8.so && ln -s libdb4-4.8.so.8.0.30 libdb4-4.8.so; }; }) libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4-4.8.lai /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4-4.8.la libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4_cxx-4.8.so /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx-4.8.so libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4_cxx-4.8.lai /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx-4.8.la libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4-4.8.a /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4-4.8.a libtool: install: chmod 644 /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4-4.8.a libtool: install: ranlib /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4-4.8.a libtool: install: /usr/bin/install -c -o root -g root -m 755 libdb4.a /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4.a libtool: install: chmod 644 /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4.a libtool: install: ranlib /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4.a libtool: install: /usr/bin/install -c -o root -g root -m 755 .libs/libdb4_cxx-4.8.a /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx-4.8.a libtool: install: chmod 644 /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx-4.8.a libtool: install: ranlib /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx-4.8.a libtool: install: /usr/bin/install -c -o root -g root -m 755 libdb4_cxx.a /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx.a libtool: install: chmod 644 /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx.a libtool: install: ranlib /root/pkg/work/databases/db4/work/.destdir/usr/pkg/lib/libdb4_cxx.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' Installing DB utilities: /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin ... libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_archive /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_archive libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_checkpoint /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_checkpoint libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_deadlock /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_deadlock libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_dump /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_dump libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_hotbackup /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_hotbackup libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_load /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_load libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_printlog /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_printlog libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_recover /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_recover libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_sql /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_sql libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_stat /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_stat libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_upgrade /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_upgrade libtool: warning: 'libdb4-4.8.la' has not been installed in '/usr/pkg/lib' libtool: install: /usr/bin/install -c -o root -g root -m 755 -s .libs/db_verify /root/pkg/work/databases/db4/work/.destdir/usr/pkg/bin/db4_verify Installing documentation: /root/pkg/work/databases/db4/work/.destdir/usr/pkg/share/doc/db4 ... chown -R root:root /root/pkg/work/databases/db4/work/.destdir/usr/pkg/share/doc/db4 => Automatic manual page handling => Generating post-install file lists => Checking file-check results for db4-4.8.30 => Creating binary package /root/pkg/work/databases/db4/work/.packages/db4-4.8.30.tgz ===> Building binary package for db4-4.8.30 => Creating binary package /root/pkgsrc/packages/All/db4-4.8.30.tgz ===> Installing binary package of db4-4.8.30 => Returning to build of python37-3.7.0 ===> Overriding tools for python37-3.7.0 ===> Extracting for python37-3.7.0 ===> Patching for python37-3.7.0 => Applying pkgsrc patches for python37-3.7.0 ===> Creating toolchain wrappers for python37-3.7.0 ===> Configuring for python37-3.7.0 => Fixing find_library_file on Darwin. => Fixing find_library() on POSIX-like (excluding Darwin) systems. INFO: [subst.mk:pfindlib] Nothing changed in ./Lib/ctypes/util.py. => Fixing find_library() for native X11. INFO: [subst.mk:x11findlib] Nothing changed in ./Lib/ctypes/util.py. => Handle X11BASE paths in dlopen(3) calls of _ctypes.so => 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 => Replacing py37 interpreter in Lib/base64.py Lib/cProfile.py Lib/cgi.py Lib/encodings/rot_13.py Lib/idlelib/pyshell.py Lib/keyword.py Lib/lib2to3/pgen2/token.py Lib/lib2to3/tests/data/different_encoding.py Lib/lib2to3/tests/data/false_encoding.py Lib/lib2to3/tests/pytree_idempotency.py Lib/pdb.py Lib/platform.py Lib/profile.py Lib/pydoc.py Lib/quopri.py Lib/smtpd.py Lib/smtplib.py Lib/symbol.py Lib/tabnanny.py Lib/tarfile.py Lib/test/bisect.py Lib/test/crashers/recursive_call.py Lib/test/curses_tests.py Lib/test/re_tests.py Lib/test/regrtest.py Lib/timeit.py Lib/trace.py Lib/turtledemo/__main__.py Lib/turtledemo/bytedesign.py Lib/turtledemo/clock.py Lib/turtledemo/forest.py Lib/turtledemo/fractalcurves.py Lib/turtledemo/lindenmayer.py Lib/turtledemo/minimal_hanoi.py Lib/turtledemo/paint.py Lib/turtledemo/peace.py Lib/turtledemo/penrose.py Lib/turtledemo/planet_and_moon.py Lib/turtledemo/sorting_animate.py Lib/turtledemo/tree.py Lib/turtledemo/yinyang.py Lib/uu.py Lib/webbrowser.py. => Adding run-time search paths to pkg-config files. configure: WARNING: unrecognized options: --with-threads, --with-libiconv-prefix checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for python3.7... no checking for python3... no checking for python... no checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... checking for --without-gcc... no checking for --with-icc... no checking for x86_64-unknown-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for a sed that does not truncate output... /bin/sed checking for --with-cxx-main=... no checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu checking for -Wl,--no-as-needed... yes checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... 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 the Android API level... not Android checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a checking LINKCC... $(PURIFY) $(MAINCC) checking for GNU ld... yes checking for --enable-shared... yes checking for --enable-profiling... no checking LDLIBRARY... libpython$(LDVERSION).so checking for x86_64-unknown-linux-ar... no checking for x86_64-unknown-linux-aal... no checking for ar... ar checking for x86_64-unknown-linux-readelf... no checking for readelf... readelf checking for a BSD-compatible install... /usr/bin/install -c -o root -g root checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for --with-pydebug... no checking for --with-assertions... no checking for --enable-optimizations... no checking for --with-lto... no checking target system type... x86_64-unknown-linux-gnu checking for -llvm-profdata... no checking for llvm-profdata... '' checking for -Wextra... yes checking whether cc accepts and needs -fno-strict-aliasing... no checking if we can turn off cc unused result warning... yes checking if we can turn off cc unused parameter warning... yes checking if we can turn off cc missing field initializers warning... yes checking if we can turn off cc invalid function cast warning... no checking if we can turn on cc mixed sign comparison warning... yes checking if we can turn on cc unreachable code warning... no checking if we can turn on cc strict-prototypes warning... no checking if we can make implicit function declaration an error in cc... yes checking whether pthreads are available without options... yes checking whether c++ also accepts flags for thread support... no checking for ANSI C header files... (cached) yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.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 grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no 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 libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no 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/kern_control.h usability... no checking sys/kern_control.h presence... no checking for sys/kern_control.h... no checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/lock.h usability... no checking sys/lock.h presence... no checking for sys/lock.h... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/random.h usability... no checking sys/random.h presence... no checking for sys/random.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for sys/stat.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sys_domain.h usability... no checking sys/sys_domain.h presence... no checking for sys/sys_domain.h... no checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.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/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... 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 pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking bluetooth.h usability... no checking bluetooth.h presence... no checking for bluetooth.h... no checking linux/tipc.h usability... yes checking linux/tipc.h presence... yes checking for linux/tipc.h... yes checking linux/random.h usability... yes checking linux/random.h presence... yes checking for linux/random.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether sys/types.h defines makedev... yes checking bluetooth/bluetooth.h usability... no checking bluetooth/bluetooth.h presence... no checking for bluetooth/bluetooth.h... no checking for net/if.h... yes checking for linux/netlink.h... yes checking for linux/vm_sockets.h... yes checking for linux/can.h... yes checking for linux/can/raw.h... yes checking for linux/can/bcm.h... yes checking for netcan/can.h... no checking for clock_t in time.h... yes checking for makedev... yes checking for le64toh... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for __uint128_t... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of void *... 8 checking size of short... 2 checking size of float... 4 checking size of double... 8 checking size of fpos_t... 16 checking size of size_t... 8 checking size of pid_t... 4 checking size of uintptr_t... 8 checking for long double support... yes checking size of long double... 16 checking size of _Bool... 1 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 checking size of pthread_key_t... 4 checking whether pthread_key_t is compatible with int... yes checking for --enable-framework... no checking for dyld... no checking the extension of shared libraries... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Xlinker -export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking for uuid_generate_time_safe... yes checking for uuid_create... no checking for uuid_enc_be... no checking for library containing sem_init... none required checking for textdomain in -lintl... yes checking aligned memory access is required... no checking for --with-hash-algorithm... default checking for --with-address-sanitizer... no checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for --with-libs... no checking for --with-system-expat... no checking for --with-system-ffi... yes configure: WARNING: --with(out)-system-ffi is ignored on this platform checking for --with-system-libmpdec... no checking for --enable-loadable-sqlite-extensions... no checking for --with-tcltk-includes... default checking for --with-tcltk-libs... default checking for --with-dbmliborder... checking if PTHREAD_SCOPE_SYSTEM is supported... yes checking for pthread_sigmask... yes checking for pthread_getcpuclockid... yes checking if --enable-ipv6 is specified... yes checking if RFC2553 API is available... yes checking ipv6 stack type... unknown checking for CAN_RAW_FD_FRAMES... yes checking for --with-doc-strings... yes checking for --with-pymalloc... no checking for --with-c-locale-coercion... yes checking for --with-c-locale-warning... yes checking for --with-valgrind... no checking for --with-dtrace... no checking for dlopen... yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... none checking for alarm... yes checking for accept4... yes checking for setitimer... yes checking for getitimer... yes checking for bind_textdomain_codeset... yes checking for chown... yes checking for clock... yes checking for confstr... yes checking for ctermid... yes checking for dup3... yes checking for execv... yes checking for faccessat... yes checking for fchmod... yes checking for fchmodat... yes checking for fchown... yes checking for fchownat... yes checking for fexecve... yes checking for fdopendir... yes checking for fork... yes checking for fpathconf... yes checking for fstatat... yes checking for ftime... yes checking for ftruncate... yes checking for futimesat... yes checking for futimens... yes checking for futimes... yes checking for gai_strerror... yes checking for getentropy... no checking for getgrouplist... yes checking for getgroups... yes checking for getlogin... yes checking for getloadavg... yes checking for getpeername... yes checking for getpgid... yes checking for getpid... yes checking for getpriority... yes checking for getresuid... yes checking for getresgid... yes checking for getpwent... yes checking for getspnam... yes checking for getspent... yes checking for getsid... yes checking for getwd... no checking for if_nameindex... yes checking for initgroups... yes checking for kill... yes checking for killpg... yes checking for lchmod... yes checking for lchown... yes checking for lockf... yes checking for linkat... yes checking for lstat... yes checking for lutimes... yes checking for mmap... yes checking for memrchr... yes checking for mbrtowc... yes checking for mkdirat... yes checking for mkfifo... yes checking for mkfifoat... yes checking for mknod... yes checking for mknodat... yes checking for mktime... yes checking for mremap... yes checking for nice... yes checking for openat... yes checking for pathconf... yes checking for pause... yes checking for pipe2... yes checking for plock... no checking for poll... yes checking for posix_fallocate... yes checking for posix_fadvise... yes checking for posix_spawn... yes checking for pread... yes checking for preadv... yes checking for preadv2... no checking for pthread_init... no checking for pthread_kill... yes checking for putenv... yes checking for pwrite... yes checking for pwritev... yes checking for pwritev2... no checking for readlink... yes checking for readlinkat... yes checking for readv... yes checking for realpath... yes checking for renameat... yes checking for sem_open... yes checking for sem_timedwait... yes checking for sem_getvalue... yes checking for sem_unlink... yes checking for sendfile... yes checking for setegid... yes checking for seteuid... yes checking for setgid... yes checking for sethostname... yes checking for setlocale... yes checking for setregid... yes checking for setreuid... yes checking for setresuid... yes checking for setresgid... yes checking for setsid... yes checking for setpgid... yes checking for setpgrp... yes checking for setpriority... yes checking for setuid... yes checking for setvbuf... yes checking for sched_get_priority_max... yes checking for sched_setaffinity... yes checking for sched_setscheduler... yes checking for sched_setparam... yes checking for sched_rr_get_interval... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for sigpending... yes checking for sigrelse... yes checking for sigtimedwait... yes checking for sigwait... yes checking for sigwaitinfo... yes checking for snprintf... yes checking for strftime... yes checking for strlcpy... yes checking for symlinkat... yes checking for sync... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for tempnam... yes checking for timegm... yes checking for times... yes checking for tmpfile... yes checking for tmpnam... yes checking for tmpnam_r... no checking for truncate... yes checking for uname... yes checking for unlinkat... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for waitid... yes checking for waitpid... yes checking for wait3... yes checking for wait4... yes checking for wcscoll... yes checking for wcsftime... yes checking for wcsxfrm... yes checking for wmemcmp... yes checking for writev... yes checking for _getpty... no checking whether dirfd is declared... yes checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... yes checking for epoll... yes checking for epoll_create1... yes checking for kqueue... no checking for prlimit... yes checking for ctermid_r... no checking for flock declaration... yes checking for flock... yes checking for getpagesize... yes checking for broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... no checking for lchflags... no checking for inflateCopy in -lz... yes checking for hstrerror... yes checking for inet_aton... yes checking for inet_pton... yes checking for setgroups... yes checking for openpty... yes checking for forkpty... yes checking for fseek64... no checking for fseeko... yes checking for fstatvfs... yes checking for ftell64... no checking for ftello... yes checking for statvfs... yes checking for dup2... yes checking for strdup... yes checking for getpgrp... yes checking for setpgrp... (cached) yes checking for gettimeofday... yes checking for clock_gettime... yes checking for clock_getres... yes checking for clock_settime... yes checking for major... yes checking for getaddrinfo... yes checking getaddrinfo bug... no checking for getnameinfo... 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 for struct tm.tm_zone... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for struct stat.st_gen... no checking for struct stat.st_birthtime... no checking for struct stat.st_blocks... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_passwd... yes checking for siginfo_t.si_band... yes checking for time.h that defines altzone... no checking whether sys/select.h and sys/time.h may both be included... yes checking for addrinfo... yes checking for sockaddr_storage... yes checking for sockaddr_alg... yes checking whether char is unsigned... no checking for an ANSI C-conforming const... yes checking for working signed char... yes checking for prototypes... yes checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... no checking for __fpu_control in -lieee... no checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking for x64 gcc inline assembler... yes checking whether C doubles are little-endian IEEE 754 binary64... yes checking whether C doubles are big-endian IEEE 754 binary64... no checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no checking whether we can use gcc inline assembler to get and set x87 control word... yes checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no checking for x87-style double rounding... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for copysign... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for finite... yes checking for gamma... no checking for hypot... yes checking for lgamma... yes checking for log1p... yes checking for log2... yes checking for round... yes checking for tgamma... yes checking whether isinf is declared... yes checking whether isnan is declared... yes checking whether isfinite is declared... yes checking whether tanh preserves the sign of zero... yes checking whether log1p drops the sign of negative zero... no checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... no checking whether RTLD_LAZY is declared... yes checking whether RTLD_NOW is declared... yes checking whether RTLD_GLOBAL is declared... yes checking whether RTLD_LOCAL is declared... yes checking whether RTLD_NODELETE is declared... yes checking whether RTLD_NOLOAD is declared... yes checking whether RTLD_DEEPBIND is declared... no checking whether RTLD_MEMBER is declared... no checking digit size for Python's longs... no value specified checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking size of wchar_t... 4 checking for UCS-4 tcl... no checking whether wchar_t is signed... yes no usable wchar_t found checking whether byte ordering is bigendian... no checking ABIFLAGS... checking SOABI... cpython-37-x86_64-linux-gnu checking LDVERSION... $(VERSION)$(ABIFLAGS) checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_resize_terminal in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking for append_history in -lreadline... yes checking for broken nice()... yes checking for broken poll()... no checking for struct tm.tm_zone... (cached) yes checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for is_pad... yes checking for is_term_resized... yes checking for resize_term... yes checking for resizeterm... yes checking for immedok... yes checking for syncok... yes checking for wchgat... yes checking for filter... yes checking for has_key... yes checking for typeahead... yes checking for use_env... yes configure: checking for device files checking for /dev/ptmx... yes checking for /dev/ptc... no checking for %zd printf() format support... yes checking for socklen_t... yes checking for broken mbstowcs... no checking for --with-computed-gotos... no value specified checking whether cc supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no checking for stdatomic.h... yes checking for GCC >= 4.7 __atomic builtins... yes checking for ensurepip... no checking if the dirent structure of a d_type field... yes checking for the Linux getrandom() syscall... yes checking for the getrandom() function... no checking for openssl/ssl.h in /usr... yes checking whether compiling and linking against OpenSSL works... yes checking for X509_VERIFY_PARAM_set1_host in libssl... yes checking for --with-ssl-default-suites... python configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Misc/python.pc config.status: creating Misc/python-config.sh config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h creating Modules/Setup configure: WARNING: unrecognized options: --with-threads, --with-libiconv-prefix creating Modules/Setup.local creating Makefile If you want a release build with all stable optimizations active (PGO, etc), please run ./configure --enable-optimizations touch /root/pkg/work/lang/python37/work/Python-3.7.0/Include/opcode.h ===> Building for python37-3.7.0 cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c Python/pylifecycle.c: In function 'Py_NewInterpreter': Python/pylifecycle.c:1413:12: warning: 'tstate' may be used uninitialized in this function [-Wmaybe-uninitialized] return tstate; ^~~~~~ cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -DABIFLAGS='""' -DMULTIARCH=\"x86_64-linux-gnu\" -o Python/sysmodule.o ./Python/sysmodule.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -DSOABI='"cpython-37-x86_64-linux-gnu"' -o Python/dynload_shlib.o ./Python/dynload_shlib.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' -DPREFIX='"/usr/pkg"' -DEXEC_PREFIX='"/usr/pkg"' -DVERSION='"3.7"' -DVPATH='""' -o Modules/getpath.o ./Modules/getpath.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/errnomodule.c -o Modules/errnomodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_sre.c -o Modules/_sre.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_weakref.c -o Modules/_weakref.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_operator.c -o Modules/_operator.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_abc.c -o Modules/_abc.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_stat.c -o Modules/_stat.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/timemodule.c -o Modules/timemodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_localemodule.c -o Modules/_localemodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/faulthandler.c -o Modules/faulthandler.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/hashtable.c -o Modules/hashtable.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -DGITVERSION="\"`LC_ALL=C `\"" -DGITTAG="\"`LC_ALL=C `\"" -DGITBRANCH="\"`LC_ALL=C `\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c rm -f libpython3.7.a ar rcs libpython3.7.a Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o if test libpython3.7.so.1.0 != libpython3.7.so; then cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-hlibpython3.7.so.1.0 -o libpython3.7.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lintl -ldl -lm ; /bin/ln -f libpython3.7.so.1.0 libpython3.7.so; else cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libpython3.7.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lintl -ldl -lm ; fi cc -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.7 -lintl -ldl -lm LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -S -m sysconfig --generate-posix-vars ; if test $? -ne 0 ; then echo "generate-posix-vars failed" ; rm -f ./pybuilddir.txt ; exit 1 ; fi cc -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 CC='cc' LDSHARED='cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib' OPT='-DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers building '_struct' extension creating build/temp.linux-x86_64-3.7/root creating build/temp.linux-x86_64-3.7/root/pkg creating build/temp.linux-x86_64-3.7/root/pkg/work creating build/temp.linux-x86_64-3.7/root/pkg/work/lang creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37 creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0 creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_struct.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_struct.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_struct.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_struct.so building '_ctypes_test' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes_test.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes_test.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/_ctypes_test.so building 'array' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/arraymodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/arraymodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/arraymodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/array.so building '_contextvars' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_contextvarsmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_contextvarsmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_contextvars.so building 'cmath' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cmathmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cmathmodule.o Modules/_math.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/cmath.so building 'math' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mathmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mathmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mathmodule.o Modules/_math.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/math.so building '_datetime' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_datetimemodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_datetimemodule.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/_datetime.so building '_random' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_randommodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_randommodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_randommodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_random.so building '_bisect' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bisectmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bisectmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_bisect.so building '_heapq' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_heapqmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_heapqmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_heapq.so building '_pickle' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_pickle.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_pickle.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_pickle.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_pickle.so building '_json' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_json.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_json.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_json.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_json.so building '_testcapi' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testcapimodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testcapimodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_testcapi.so building '_testbuffer' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testbuffer.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testbuffer.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_testbuffer.so building '_testimportmultiple' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testimportmultiple.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testimportmultiple.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_testimportmultiple.so building '_testmultiphase' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testmultiphase.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_testmultiphase.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_testmultiphase.so building '_lsprof' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lsprof.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lsprof.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/rotatingtree.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lsprof.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/rotatingtree.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_lsprof.so building 'unicodedata' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/unicodedata.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/unicodedata.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/unicodedata.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/unicodedata.so building '_opcode' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_opcode.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_opcode.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_opcode.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_opcode.so building '_asyncio' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_asynciomodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_asynciomodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_asyncio.so building '_queue' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_queuemodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_queuemodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_queue.so building 'fcntl' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/fcntlmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/fcntlmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/fcntl.so building 'grp' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/grpmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/grpmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/grpmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/grp.so building 'spwd' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/spwdmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/spwdmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/spwd.so building 'select' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/selectmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/selectmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/selectmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/select.so building 'parser' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/parsermodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/parsermodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/parsermodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/parser.so building 'mmap' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mmapmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/mmapmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/mmap.so building 'syslog' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/syslogmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/syslogmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/syslog.so building '_xxtestfuzz' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/_xxtestfuzz.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/fuzzer.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_xxtestfuzz.so building 'audioop' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/audioop.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/audioop.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/audioop.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/audioop.so building '_crypt' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_cryptmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_cryptmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lcrypt -lpython3.7 -o build/lib.linux-x86_64-3.7/_crypt.so building '_csv' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_csv.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_csv.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_csv.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_csv.so building '_posixsubprocess' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_posixsubprocess.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_posixsubprocess.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_posixsubprocess.so building '_socket' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/socketmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/socketmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/socketmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_socket.so building '_ssl' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ssl.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ssl.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ssl.o -L/usr/lib -L. -L/usr/lib -L/usr/pkg/lib -lssl -lcrypto -lpython3.7 -o build/lib.linux-x86_64-3.7/_ssl.so building '_hashlib' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_hashopenssl.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_hashopenssl.o -L/usr/lib -L. -L/usr/lib -L/usr/pkg/lib -lssl -lcrypto -lpython3.7 -o build/lib.linux-x86_64-3.7/_hashlib.so building '_sha256' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha256module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha256module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha256module.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_sha256.so building '_sha512' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha512module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha512module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha512module.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_sha512.so building '_md5' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/md5module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/md5module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/md5module.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_md5.so building '_sha1' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha1module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha1module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/sha1module.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_sha1.so building '_blake2' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2 cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2module.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2b_impl.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2s_impl.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_blake2/blake2s_impl.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_blake2.so building '_sha3' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_sha3 cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_sha3/sha3module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_sha3/sha3module.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_sha3.so building '_dbm' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DHAVE_BERKDB_H -DDB_DBM_HSEARCH -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_dbmmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_dbmmodule.o -L. -L/usr/lib -L/usr/pkg/lib -ldb4 -lpython3.7 -o build/lib.linux-x86_64-3.7/_dbm.so building 'termios' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/termios.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/termios.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/termios.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/termios.so building 'resource' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/resource.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/resource.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/resource.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/resource.so building 'zlib' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/zlibmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/zlibmodule.o -L. -L/usr/lib -L/usr/pkg/lib -lz -lpython3.7 -o build/lib.linux-x86_64-3.7/zlib.so building 'binascii' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/binascii.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/binascii.o -DUSE_ZLIB_CRC32 cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/binascii.o -L. -L/usr/lib -L/usr/pkg/lib -lz -lpython3.7 -o build/lib.linux-x86_64-3.7/binascii.so building '_bz2' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bz2module.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bz2module.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_bz2module.o -L. -L/usr/lib -L/usr/pkg/lib -lbz2 -lpython3.7 -o build/lib.linux-x86_64-3.7/_bz2.so building '_lzma' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lzmamodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_lzmamodule.o -L. -L/usr/lib -L/usr/pkg/lib -llzma -lpython3.7 -o build/lib.linux-x86_64-3.7/_lzma.so building '_multibytecodec' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/multibytecodec.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_multibytecodec.so building '_codecs_kr' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_kr.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_kr.so building '_codecs_jp' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_jp.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_jp.so building '_codecs_cn' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_cn.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_cn.so building '_codecs_tw' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_tw.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_tw.so building '_codecs_hk' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_hk.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_hk.so building '_codecs_iso2022' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_iso2022.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_codecs_iso2022.so building '_decimal' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/_decimal.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/basearith.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/constants.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/context.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/convolute.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/crt.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/difradix2.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fnt.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fourstep.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/io.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/memory.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/mpdecimal.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/numbertheory.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/sixstep.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -IModules/_decimal/libmpdec -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/transpose.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/lib -L/usr/pkg/lib -lm -lpython3.7 -o build/lib.linux-x86_64-3.7/_decimal.so building '_multiprocessing' extension creating build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -IModules/_multiprocessing -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/multiprocessing.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -IModules/_multiprocessing -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/semaphore.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_multiprocessing/semaphore.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/_multiprocessing.so building 'ossaudiodev' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/ossaudiodev.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/ossaudiodev.o -L. -L/usr/lib -L/usr/pkg/lib -lpython3.7 -o build/lib.linux-x86_64-3.7/ossaudiodev.so building '_uuid' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_uuidmodule.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_uuidmodule.o -L. -L/usr/lib -L/usr/pkg/lib -luuid -lpython3.7 -o build/lib.linux-x86_64-3.7/_uuid.so building '_ctypes' extension cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callbacks.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callproc.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/stgdict.o cc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I/usr/include -I./Include -I. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/root/pkg/work/lang/python37/work/Python-3.7.0/Include -I/root/pkg/work/lang/python37/work/Python-3.7.0 -c /root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/cfield.o cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.7/root/pkg/work/lang/python37/work/Python-3.7.0/Modules/_ctypes/cfield.o -L. -L/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lffi -ldl -lpython3.7 -o build/lib.linux-x86_64-3.7/_ctypes.so Python build finished successfully! The necessary bits to build these optional modules were not found: _gdbm _sqlite3 _tkinter nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time running build_scripts creating build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pydoc3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/2to3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pyvenv -> build/scripts-3.7 changing mode of build/scripts-3.7/pydoc3 from 644 to 755 changing mode of build/scripts-3.7/2to3 from 644 to 755 changing mode of build/scripts-3.7/pyvenv from 644 to 755 renaming build/scripts-3.7/pydoc3 to build/scripts-3.7/pydoc3.7 renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 /usr/bin/install -c -o root -g root -m 644 ./Tools/gdb/libpython.py python-gdb.py cc -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -std=gnu99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I. -I./Include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c cc -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.7 -lintl -ldl -lm sed -e "s,@EXENAME@,/usr/pkg/bin/python3.7," < ./Misc/python-config.in >python-config.py LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config ===> Installing for python37-3.7.0 => Generating pre-install file lists Creating directory /usr/pkg/bin Creating directory /usr/pkg/lib if test "no-framework" = "no-framework" ; then /usr/bin/install -c -s -o root -g root -m 755 python /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7; else /usr/bin/install -c -s -o root -g root -m 755 -s Mac/pythonw /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7; fi if test "3.7" != "3.7"; then if test -f /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7 -o -h /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7; then rm -f /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7; fi; (cd /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin; /bin/ln python3.7 python3.7); fi if test -f libpython3.7.so && test "no-framework" = "no-framework" ; then if test -n "" ; then /usr/bin/install -c -o root -g root -m 555 /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin; else /usr/bin/install -c -o root -g root -m 555 libpython3.7.so /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/libpython3.7.so.1.0; if test libpython3.7.so != libpython3.7.so.1.0; then (cd /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib; /bin/ln -sf libpython3.7.so.1.0 libpython3.7.so) fi fi; if test -n ""; then /usr/bin/install -c -o root -g root -m 555 /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/; fi; elif test -f libpython3.7.so.1.0; then /usr/bin/install -c -o root -g root -m 555 libpython3.7.so.1.0 /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib; fi if test "x" != "x" ; then rm -f /root/pkg/work/lang/python37/work/.destdir/usr/pkg/binpython3.7-32; lipo -output /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7-32 /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7; fi LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 CC='cc' LDSHARED='cc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib' OPT='-DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers Python build finished successfully! The necessary bits to build these optional modules were not found: _gdbm _sqlite3 _tkinter nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time running build_scripts copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pydoc3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/2to3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pyvenv -> build/scripts-3.7 changing mode of build/scripts-3.7/pydoc3 from 644 to 755 changing mode of build/scripts-3.7/2to3 from 644 to 755 changing mode of build/scripts-3.7/pyvenv from 644 to 755 renaming build/scripts-3.7/pydoc3 to build/scripts-3.7/pydoc3.7 renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 Creating directory /usr/pkg/lib/python3.7/config-3.7 Creating directory /usr/pkg/lib/pkgconfig /usr/bin/install -c -o root -g root -m 644 Modules/config.c /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/config.c /usr/bin/install -c -o root -g root -m 644 Programs/python.o /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/python.o /usr/bin/install -c -o root -g root -m 644 ./Modules/config.c.in /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/config.c.in /usr/bin/install -c -o root -g root -m 644 Makefile /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/Makefile /usr/bin/install -c -o root -g root -m 644 Modules/Setup /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/Setup /usr/bin/install -c -o root -g root -m 644 Modules/Setup.local /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/Setup.local /usr/bin/install -c -o root -g root -m 644 Misc/python.pc /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/pkgconfig/python-3.7.pc /usr/bin/install -c -o root -g root -m 755 ./Modules/makesetup /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/makesetup /usr/bin/install -c -o root -g root -m 755 ./install-sh /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/install-sh /usr/bin/install -c -o root -g root -m 755 python-config.py /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/python-config.py /usr/bin/install -c -o root -g root -m 755 python-config /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/python3.7-config Creating directory /usr/pkg/include Creating directory /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/Python-ast.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/Python.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/abstract.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/accu.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/asdl.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/ast.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/bitset.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/bltinmodule.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/boolobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/bytearrayobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/bytes_methods.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/bytesobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/cellobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/ceval.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/classobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/code.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/codecs.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/compile.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/complexobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/context.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/datetime.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/descrobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/dictobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/dtoa.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/dynamic_annotations.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/enumobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/errcode.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/eval.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/fileobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/fileutils.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/floatobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/frameobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/funcobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/genobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/graminit.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/grammar.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/import.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/intrcheck.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/iterobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/listobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/longintrepr.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/longobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/marshal.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/memoryobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/metagrammar.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/methodobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/modsupport.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/moduleobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/namespaceobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/node.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/object.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/objimpl.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/odictobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/opcode.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/osdefs.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/osmodule.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/parsetok.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/patchlevel.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pgen.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pgenheaders.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/py_curses.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyarena.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyatomic.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pycapsule.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyctype.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pydebug.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pydtrace.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyerrors.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyexpat.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyfpe.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyhash.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pylifecycle.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pymacconfig.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pymacro.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pymath.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pymem.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pyport.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pystate.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pystrcmp.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pystrhex.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pystrtod.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pythonrun.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pythread.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/pytime.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/rangeobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/setobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/sliceobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/structmember.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/structseq.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/symtable.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/sysmodule.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/token.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/traceback.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/tupleobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/typeslots.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/ucnhash.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/unicodeobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/warnings.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Include/weakrefobject.h /usr/pkg/include/python3.7 /usr/bin/install -c -o root -g root -m 644 pyconfig.h /root/pkg/work/lang/python37/work/.destdir/usr/pkg/include/python3.7/pyconfig.h Creating directory /usr/pkg/lib/python3.7/tkinter Creating directory /usr/pkg/lib/python3.7/tkinter/test Creating directory /usr/pkg/lib/python3.7/tkinter/test/test_tkinter Creating directory /usr/pkg/lib/python3.7/tkinter/test/test_ttk Creating directory /usr/pkg/lib/python3.7/site-packages Creating directory /usr/pkg/lib/python3.7/test Creating directory /usr/pkg/lib/python3.7/test/audiodata Creating directory /usr/pkg/lib/python3.7/test/capath Creating directory /usr/pkg/lib/python3.7/test/data Creating directory /usr/pkg/lib/python3.7/test/cjkencodings Creating directory /usr/pkg/lib/python3.7/test/decimaltestdata Creating directory /usr/pkg/lib/python3.7/test/xmltestdata Creating directory /usr/pkg/lib/python3.7/test/dtracedata Creating directory /usr/pkg/lib/python3.7/test/eintrdata Creating directory /usr/pkg/lib/python3.7/test/imghdrdata Creating directory /usr/pkg/lib/python3.7/test/libregrtest Creating directory /usr/pkg/lib/python3.7/test/subprocessdata Creating directory /usr/pkg/lib/python3.7/test/sndhdrdata Creating directory /usr/pkg/lib/python3.7/test/support Creating directory /usr/pkg/lib/python3.7/test/tracedmodules Creating directory /usr/pkg/lib/python3.7/test/encoded_modules Creating directory /usr/pkg/lib/python3.7/test/test_import Creating directory /usr/pkg/lib/python3.7/test/test_import/data Creating directory /usr/pkg/lib/python3.7/test/test_import/data/circular_imports Creating directory /usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg Creating directory /usr/pkg/lib/python3.7/test/test_import/data/package Creating directory /usr/pkg/lib/python3.7/test/test_import/data/package2 Creating directory /usr/pkg/lib/python3.7/importlib Creating directory /usr/pkg/lib/python3.7/test/test_importlib Creating directory /usr/pkg/lib/python3.7/test/test_importlib/builtin Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data01 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data02 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data02/one Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data02/two Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data03 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/extension Creating directory /usr/pkg/lib/python3.7/test/test_importlib/frozen Creating directory /usr/pkg/lib/python3.7/test/test_importlib/import_ Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent Creating directory /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child Creating directory /usr/pkg/lib/python3.7/test/test_importlib/source Creating directory /usr/pkg/lib/python3.7/test/test_importlib/zipdata01 Creating directory /usr/pkg/lib/python3.7/test/test_importlib/zipdata02 Creating directory /usr/pkg/lib/python3.7/asyncio Creating directory /usr/pkg/lib/python3.7/test/test_asyncio Creating directory /usr/pkg/lib/python3.7/collections Creating directory /usr/pkg/lib/python3.7/concurrent Creating directory /usr/pkg/lib/python3.7/concurrent/futures Creating directory /usr/pkg/lib/python3.7/encodings Creating directory /usr/pkg/lib/python3.7/email Creating directory /usr/pkg/lib/python3.7/email/mime Creating directory /usr/pkg/lib/python3.7/test/test_email Creating directory /usr/pkg/lib/python3.7/test/test_email/data Creating directory /usr/pkg/lib/python3.7/ensurepip Creating directory /usr/pkg/lib/python3.7/ensurepip/_bundled Creating directory /usr/pkg/lib/python3.7/html Creating directory /usr/pkg/lib/python3.7/json Creating directory /usr/pkg/lib/python3.7/test/test_json Creating directory /usr/pkg/lib/python3.7/http Creating directory /usr/pkg/lib/python3.7/dbm Creating directory /usr/pkg/lib/python3.7/xmlrpc Creating directory /usr/pkg/lib/python3.7/sqlite3 Creating directory /usr/pkg/lib/python3.7/sqlite3/test Creating directory /usr/pkg/lib/python3.7/logging Creating directory /usr/pkg/lib/python3.7/wsgiref Creating directory /usr/pkg/lib/python3.7/urllib Creating directory /usr/pkg/lib/python3.7/lib2to3 Creating directory /usr/pkg/lib/python3.7/lib2to3/fixes Creating directory /usr/pkg/lib/python3.7/lib2to3/pgen2 Creating directory /usr/pkg/lib/python3.7/lib2to3/tests Creating directory /usr/pkg/lib/python3.7/lib2to3/tests/data Creating directory /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers Creating directory /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes Creating directory /usr/pkg/lib/python3.7/ctypes Creating directory /usr/pkg/lib/python3.7/ctypes/test Creating directory /usr/pkg/lib/python3.7/ctypes/macholib Creating directory /usr/pkg/lib/python3.7/idlelib Creating directory /usr/pkg/lib/python3.7/idlelib/Icons Creating directory /usr/pkg/lib/python3.7/idlelib/idle_test Creating directory /usr/pkg/lib/python3.7/distutils Creating directory /usr/pkg/lib/python3.7/distutils/command Creating directory /usr/pkg/lib/python3.7/distutils/tests Creating directory /usr/pkg/lib/python3.7/xml Creating directory /usr/pkg/lib/python3.7/xml/dom Creating directory /usr/pkg/lib/python3.7/xml/etree Creating directory /usr/pkg/lib/python3.7/xml/parsers Creating directory /usr/pkg/lib/python3.7/xml/sax Creating directory /usr/pkg/lib/python3.7/test/test_tools Creating directory /usr/pkg/lib/python3.7/test/test_warnings Creating directory /usr/pkg/lib/python3.7/test/test_warnings/data Creating directory /usr/pkg/lib/python3.7/turtledemo Creating directory /usr/pkg/lib/python3.7/multiprocessing Creating directory /usr/pkg/lib/python3.7/multiprocessing/dummy Creating directory /usr/pkg/lib/python3.7/unittest Creating directory /usr/pkg/lib/python3.7/unittest/test Creating directory /usr/pkg/lib/python3.7/unittest/test/testmock Creating directory /usr/pkg/lib/python3.7/venv Creating directory /usr/pkg/lib/python3.7/venv/scripts Creating directory /usr/pkg/lib/python3.7/venv/scripts/common Creating directory /usr/pkg/lib/python3.7/venv/scripts/posix Creating directory /usr/pkg/lib/python3.7/curses Creating directory /usr/pkg/lib/python3.7/pydoc_data /usr/bin/install -c -o root -g root -m 644 ./Lib/__future__.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/__phello__.foo.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_bootlocale.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_collections_abc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_compat_pickle.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_compression.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_dummy_thread.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_markupbase.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_osx_support.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_py_abc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_pydecimal.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_pyio.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_sitebuiltins.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_strptime.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_threading_local.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/_weakrefset.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/abc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/aifc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/antigravity.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/argparse.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/ast.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/asynchat.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncore.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/base64.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/bdb.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/binhex.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/bisect.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/bz2.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/cProfile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/calendar.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/cgi.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/cgitb.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/chunk.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/cmd.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/code.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/codecs.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/codeop.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/colorsys.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/compileall.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/configparser.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/contextlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/contextvars.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/copy.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/copyreg.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/crypt.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/csv.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/dataclasses.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/datetime.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/decimal.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/difflib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/dis.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/doctest.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/dummy_threading.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/enum.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/filecmp.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/fileinput.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/fnmatch.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/formatter.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/fractions.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/ftplib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/functools.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/genericpath.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/getopt.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/getpass.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/gettext.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/glob.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/gzip.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/hashlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/heapq.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/hmac.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/imaplib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/imghdr.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/imp.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/inspect.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/io.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/ipaddress.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/keyword.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/linecache.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/locale.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/lzma.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/macpath.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/mailbox.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/mailcap.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/mimetypes.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/modulefinder.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/netrc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/nntplib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/ntpath.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/nturl2path.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/numbers.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/opcode.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/operator.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/optparse.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/os.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pathlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/pdb.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pickle.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pickletools.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pipes.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pkgutil.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/platform.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/plistlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/poplib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/posixpath.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pprint.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/profile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pstats.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pty.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/py_compile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pyclbr.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/pydoc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/queue.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/quopri.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/random.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/re.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/reprlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/rlcompleter.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/runpy.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sched.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/secrets.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/selectors.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/shelve.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/shlex.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/shutil.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/signal.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/site.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/smtpd.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/smtplib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sndhdr.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/socket.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/socketserver.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sre_compile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sre_constants.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sre_parse.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/ssl.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/stat.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/statistics.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/string.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/stringprep.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/struct.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/subprocess.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sunau.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/symbol.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/symtable.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/sysconfig.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/tabnanny.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/tarfile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/telnetlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/tempfile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/textwrap.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/this.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/threading.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/timeit.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/token.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/tokenize.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/trace.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/traceback.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/tracemalloc.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/tty.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/turtle.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/types.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/typing.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/uu.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/uuid.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/warnings.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/wave.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/weakref.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 755 ./Lib/webbrowser.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/xdrlib.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/zipapp.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/zipfile.py /usr/pkg/lib/python3.7 /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/__init__.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/__main__.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/colorchooser.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/commondialog.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/constants.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/dialog.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/dnd.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/filedialog.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/font.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/messagebox.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/scrolledtext.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/simpledialog.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/tix.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/ttk.py /usr/pkg/lib/python3.7/tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/README /usr/pkg/lib/python3.7/tkinter/test /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/__init__.py /usr/pkg/lib/python3.7/tkinter/test /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/runtktests.py /usr/pkg/lib/python3.7/tkinter/test /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/support.py /usr/pkg/lib/python3.7/tkinter/test /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/widget_tests.py /usr/pkg/lib/python3.7/tkinter/test /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/__init__.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_font.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_geometry_managers.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_images.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_loadtk.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_misc.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_text.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_variables.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_tkinter/test_widgets.py /usr/pkg/lib/python3.7/tkinter/test/test_tkinter /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_ttk/__init__.py /usr/pkg/lib/python3.7/tkinter/test/test_ttk /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_ttk/test_extensions.py /usr/pkg/lib/python3.7/tkinter/test/test_ttk /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_ttk/test_functions.py /usr/pkg/lib/python3.7/tkinter/test/test_ttk /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_ttk/test_style.py /usr/pkg/lib/python3.7/tkinter/test/test_ttk /usr/bin/install -c -o root -g root -m 644 ./Lib/tkinter/test/test_ttk/test_widgets.py /usr/pkg/lib/python3.7/tkinter/test/test_ttk /usr/bin/install -c -o root -g root -m 644 ./Lib/site-packages/README.txt /usr/pkg/lib/python3.7/site-packages /usr/bin/install -c -o root -g root -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/__init__.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/__main__.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/_test_multiprocessing.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/allsans.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ann_module.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ann_module2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ann_module3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiotest.au /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiotests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/autotest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bad_coding.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bad_coding2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bad_getattr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bad_getattr2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bad_getattr3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badcert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badkey.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_3131.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future10.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future4.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future5.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future6.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future7.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future8.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_future9.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/badsyntax_pep3120.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 755 ./Lib/test/bisect.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/bytecode_helper.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cfgparser.1 /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cfgparser.2 /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cfgparser.3 /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cmath_testcases.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/coding20731.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 755 ./Lib/test/curses_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dataclass_module_1.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dataclass_module_1_str.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dataclass_module_2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dataclass_module_2_str.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/datetimetester.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dh1024.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dis_module.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/doctest_aliases.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/double_const.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/empty.vbs /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/exception_hierarchy.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/final_a.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/final_b.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/floating_points.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/fork_wait.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/formatfloat_testcases.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/future_test1.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/future_test2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/gdb_sample.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/good_getattr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/idnsans.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ieee754.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imp_dummy.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/inspect_fodder.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/inspect_fodder2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycert.passwd.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycert2.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycert3.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycert4.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/keycertecc.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/list_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/lock_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mailcap.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/make_ssl_certs.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mapping_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/math_testcases.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/memory_watchdog.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mime.types /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mock_socket.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mod_generics_cache.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mp_fork_bomb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/mp_preload.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/multibytecodec_support.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/nokia.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/nullbytecert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/nullcert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/outstanding_bugs.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pickletester.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/profilee.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pstats.pck /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pycacert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pycakey.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pyclbr_input.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pydoc_mod.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pydocfodder.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/pythoninfo.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/randv2_32.pck /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/randv2_64.pck /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/randv3.pck /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 755 ./Lib/test/re_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 755 ./Lib/test/regrtest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/relimport.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/reperf.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/revocation.crl /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sample_doctest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sample_doctest_no_docstrings.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sample_doctest_no_doctests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/secp384r1.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/selfsigned_pythontestdotnet.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/seq_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sgml_input.html /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/signalinterproctester.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sortperf.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ssl_cert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ssl_key.passwd.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ssl_key.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ssl_servers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/ssltests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/string_tests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test___all__.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test___future__.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test__locale.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test__opcode.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test__osx_support.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_abc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_abstract_numbers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_aifc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_argparse.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_array.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asdl_parser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ast.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncgen.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asynchat.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncore.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_atexit.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_audioop.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_augassign.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_base64.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_baseexception.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bdb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bigaddrspace.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bigmem.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_binascii.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_binhex.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_binop.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bisect.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bool.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_buffer.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bufio.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_builtin.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bytes.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_bz2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_c_locale_coercion.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_calendar.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_call.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_capi.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cgi.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cgitb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_charmapcodec.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_class.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cmath.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cmd.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cmd_line.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cmd_line_script.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_code.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_code_module.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codeccallbacks.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_cn.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_hk.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_iso2022.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_jp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_kr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecencodings_tw.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecmaps_cn.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecmaps_hk.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecmaps_jp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecmaps_kr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecmaps_tw.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codecs.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_codeop.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_collections.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_colorsys.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_compare.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_compile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_compileall.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_complex.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_concurrent_futures.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_configparser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_contains.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_context.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_contextlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_contextlib_async.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_copy.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_copyreg.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_coroutines.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_cprofile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_crashers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_crypt.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_csv.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ctypes.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_curses.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 755 ./Lib/test/test_dataclasses.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_datetime.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dbm.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dbm_dumb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dbm_gnu.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dbm_ndbm.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_decimal.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_decorators.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_defaultdict.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_deque.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_descr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_descrtut.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_devpoll.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dict.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dict_version.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dictcomps.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dictviews.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_difflib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_difflib_expect.html /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dis.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_distutils.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest2.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest3.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_doctest4.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_docxmlrpc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dtrace.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dummy_thread.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dummy_threading.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dynamic.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_dynamicclassattribute.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_eintr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_embed.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ensurepip.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_enum.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_enumerate.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_eof.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_epoll.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_errno.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_exception_hierarchy.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_exception_variations.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_exceptions.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_extcall.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_faulthandler.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fcntl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_file.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_file_eintr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_filecmp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fileinput.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fileio.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_finalization.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_float.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_flufl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fnmatch.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fork1.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_format.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fractions.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_frame.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_frozen.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_fstring.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ftplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_funcattrs.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_functools.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_future.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_future3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_future4.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_future5.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_gc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_gdb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_generator_stop.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_generators.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_genericclass.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_genericpath.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_genexps.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_getargs2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_getopt.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_getpass.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_gettext.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_glob.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_global.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_grammar.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_grp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_gzip.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_hash.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_hashlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_heapq.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_hmac.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_html.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_htmlparser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_http_cookiejar.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_http_cookies.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_httplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_httpservers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_idle.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_imaplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_imghdr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_imp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_index.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_inspect.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_int.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_int_literal.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_io.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ioctl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ipaddress.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_isinstance.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_iter.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_iterlen.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_itertools.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_keyword.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_keywordonlyarg.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_kqueue.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_largefile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_lib2to3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_linecache.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_list.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_listcomps.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_locale.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_logging.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_long.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_longexp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_lzma.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_macpath.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_mailbox.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_mailcap.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_marshal.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_math.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_memoryio.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_memoryview.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_metaclass.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_mimetypes.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_minidom.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_mmap.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_module.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_modulefinder.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_msilib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_multibytecodec.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_multiprocessing_fork.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_multiprocessing_forkserver.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_multiprocessing_main_handling.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_multiprocessing_spawn.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_netrc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_nis.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_nntplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_normalization.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ntpath.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_numeric_tower.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_opcodes.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_openpty.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_operator.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_optparse.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ordered_dict.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_os.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ossaudiodev.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_osx_env.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_parser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pathlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pdb.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_peepholer.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pickle.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pickletools.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pipes.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pkg.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pkgimport.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pkgutil.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_platform.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_plistlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_poll.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_popen.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_poplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_posix.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_posixpath.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pow.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pprint.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_print.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_profile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_property.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pstats.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pty.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pulldom.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pwd.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_py_compile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pyclbr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pydoc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_pyexpat.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_queue.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_quopri.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_raise.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_random.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_range.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_re.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_readline.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_regrtest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_repl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_reprlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_resource.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_richcmp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_rlcompleter.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_robotparser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_runpy.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sax.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sched.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_scope.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_script_helper.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_secrets.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_select.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_selectors.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_set.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_setcomps.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_shelve.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_shlex.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_shutil.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_signal.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_site.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_slice.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_smtpd.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_smtplib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_smtpnet.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sndhdr.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_socket.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_socketserver.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sort.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_source_encoding.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_spwd.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sqlite.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ssl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_startfile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_stat.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_statistics.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_strftime.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_string.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_string_literals.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_stringprep.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_strptime.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_strtod.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_struct.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_structmembers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_structseq.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_subclassinit.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_subprocess.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sunau.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sundry.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_super.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_support.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_symbol.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_symtable.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_syntax.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sys.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sys_setprofile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sys_settrace.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_sysconfig.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_syslog.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tarfile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tcl.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_telnetlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tempfile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_textwrap.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_thread.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_threaded_import.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_threadedtempfile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_threading.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_threading_local.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_threadsignals.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_time.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_timeit.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_timeout.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tix.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tk.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tokenize.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_trace.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_traceback.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tracemalloc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ttk_guionly.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ttk_textonly.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tuple.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_turtle.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_typechecks.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_types.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_typing.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_ucn.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unary.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unicode.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unicode_file.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unicode_file_functions.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unicode_identifiers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unicodedata.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unittest.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_univnewlines.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unpack.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_unpack_ex.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllib2.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllib2_localnet.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllib2net.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllib_response.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urllibnet.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_urlparse.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_userdict.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_userlist.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_userstring.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_utf8_mode.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_utf8source.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_uu.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_uuid.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_venv.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_wait3.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_wait4.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_wave.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_weakref.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_weakset.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_webbrowser.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_winconsoleio.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_winreg.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_winsound.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_with.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_wsgiref.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xdrlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xml_dom_minicompat.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xml_etree.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xml_etree_c.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xmlrpc.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xmlrpc_net.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_xxtestfuzz.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_yield_from.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zipapp.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zipfile.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zipfile64.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zipimport.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zipimport_support.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_zlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/testcodec.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/testtar.tar /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tf_inherit_check.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/threaded_import_hangers.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/time_hashlib.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tokenize_tests.txt /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/win_console_handler.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/wrongcert.pem /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltests.py /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/zip_cp437_header.zip /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/zipdir.zip /usr/pkg/lib/python3.7/test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-alaw.aifc /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm16.aiff /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm16.au /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm16.wav /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm24.aiff /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm24.au /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm24.wav /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm32.aiff /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm32.au /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm32.wav /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm8.aiff /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm8.au /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-pcm8.wav /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-ulaw.aifc /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/audiodata/pluck-ulaw.au /usr/pkg/lib/python3.7/test/audiodata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/4e1295a3.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/5ed36f99.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/6e88d7b8.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/99d0fa06.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/b1930218.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/capath/ceff1710.0 /usr/pkg/lib/python3.7/test/capath /usr/bin/install -c -o root -g root -m 644 ./Lib/test/data/README /usr/pkg/lib/python3.7/test/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/big5.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/cp949.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_jp.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/euc_kr.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gb18030.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gb2312.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/gbk.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/hz.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/johab.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/shift_jis.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /usr/pkg/lib/python3.7/test/cjkencodings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/abs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/add.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/and.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/base.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/clamp.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/class.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/compare.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/copy.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/copysign.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/divide.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/divideint.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/exp.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/extra.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/fma.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/inexact.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/invert.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/ln.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/log10.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/logb.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/max.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/min.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/minmag.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/minus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/multiply.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/or.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/plus.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/power.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/quantize.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/randoms.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/reduce.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/remainder.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/rescale.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/rotate.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/rounding.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/shift.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/subtract.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/testall.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/decimaltestdata/xor.decTest /usr/pkg/lib/python3.7/test/decimaltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltestdata/expat224_utf8_bug.xml /usr/pkg/lib/python3.7/test/xmltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltestdata/simple-ns.xml /usr/pkg/lib/python3.7/test/xmltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltestdata/simple.xml /usr/pkg/lib/python3.7/test/xmltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltestdata/test.xml /usr/pkg/lib/python3.7/test/xmltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/xmltestdata/test.xml.out /usr/pkg/lib/python3.7/test/xmltestdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/assert_usable.d /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/assert_usable.stp /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/call_stack.d /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/call_stack.d.expected /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/call_stack.py /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/call_stack.stp /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/call_stack.stp.expected /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/gc.d /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/gc.d.expected /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/gc.py /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/gc.stp /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/gc.stp.expected /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/instance.py /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/line.d /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/line.d.expected /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/dtracedata/line.py /usr/pkg/lib/python3.7/test/dtracedata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/eintrdata/eintr_tester.py /usr/pkg/lib/python3.7/test/eintrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.bmp /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.exr /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.gif /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.jpg /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.pbm /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.pgm /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.png /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.ppm /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.ras /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.sgi /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.tiff /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.webp /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/imghdrdata/python.xbm /usr/pkg/lib/python3.7/test/imghdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/__init__.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/cmdline.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/main.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/refleak.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/runtest.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/runtest_mp.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/save_env.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/setup.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/libregrtest/utils.py /usr/pkg/lib/python3.7/test/libregrtest /usr/bin/install -c -o root -g root -m 644 ./Lib/test/subprocessdata/fd_status.py /usr/pkg/lib/python3.7/test/subprocessdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/subprocessdata/input_reader.py /usr/pkg/lib/python3.7/test/subprocessdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/subprocessdata/qcat.py /usr/pkg/lib/python3.7/test/subprocessdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/subprocessdata/qgrep.py /usr/pkg/lib/python3.7/test/subprocessdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /usr/pkg/lib/python3.7/test/subprocessdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/README /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.8svx /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.aifc /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.aiff /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.au /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.hcom /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.sndt /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.voc /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/sndhdrdata/sndhdr.wav /usr/pkg/lib/python3.7/test/sndhdrdata /usr/bin/install -c -o root -g root -m 644 ./Lib/test/support/__init__.py /usr/pkg/lib/python3.7/test/support /usr/bin/install -c -o root -g root -m 644 ./Lib/test/support/script_helper.py /usr/pkg/lib/python3.7/test/support /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tracedmodules/__init__.py /usr/pkg/lib/python3.7/test/tracedmodules /usr/bin/install -c -o root -g root -m 644 ./Lib/test/tracedmodules/testmod.py /usr/pkg/lib/python3.7/test/tracedmodules /usr/bin/install -c -o root -g root -m 644 ./Lib/test/encoded_modules/__init__.py /usr/pkg/lib/python3.7/test/encoded_modules /usr/bin/install -c -o root -g root -m 644 ./Lib/test/encoded_modules/module_iso_8859_1.py /usr/pkg/lib/python3.7/test/encoded_modules /usr/bin/install -c -o root -g root -m 644 ./Lib/test/encoded_modules/module_koi8_r.py /usr/pkg/lib/python3.7/test/encoded_modules /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/__init__.py /usr/pkg/lib/python3.7/test/test_import /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/__main__.py /usr/pkg/lib/python3.7/test/test_import /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/basic.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/basic2.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/binding.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/binding2.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/indirect.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/rebinding.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/rebinding2.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/subpackage.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/util.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/circular_imports/subpkg/util.py /usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/package/__init__.py /usr/pkg/lib/python3.7/test/test_import/data/package /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/package/submodule.py /usr/pkg/lib/python3.7/test/test_import/data/package /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/package2/submodule1.py /usr/pkg/lib/python3.7/test/test_import/data/package2 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_import/data/package2/submodule2.py /usr/pkg/lib/python3.7/test/test_import/data/package2 /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/__init__.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/_bootstrap.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/_bootstrap_external.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/abc.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/machinery.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/resources.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/importlib/util.py /usr/pkg/lib/python3.7/importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/__init__.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/__main__.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/abc.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_abc.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_api.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_lazy.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_locks.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_namespace_pkgs.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_open.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_path.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_read.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_resource.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_spec.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_util.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/test_windows.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/util.py /usr/pkg/lib/python3.7/test/test_importlib /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/builtin/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/builtin /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/builtin/__main__.py /usr/pkg/lib/python3.7/test/test_importlib/builtin /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/builtin/test_finder.py /usr/pkg/lib/python3.7/test/test_importlib/builtin /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/builtin/test_loader.py /usr/pkg/lib/python3.7/test/test_importlib/builtin /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/binary.file /usr/pkg/lib/python3.7/test/test_importlib/data01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/utf-16.file /usr/pkg/lib/python3.7/test/test_importlib/data01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/utf-8.file /usr/pkg/lib/python3.7/test/test_importlib/data01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/subdirectory/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data01/subdirectory/binary.file /usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data02/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data02 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data02/one/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data02/one /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data02/one/resource1.txt /usr/pkg/lib/python3.7/test/test_importlib/data02/one /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data02/two/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data02/two /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data02/two/resource2.txt /usr/pkg/lib/python3.7/test/test_importlib/data02/two /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data03/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data03 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data03/namespace/resource1.txt /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data03/namespace/portion1/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/data03/namespace/portion2/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/__main__.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/test_case_sensitivity.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/test_finder.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/test_loader.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/extension/test_path_hook.py /usr/pkg/lib/python3.7/test/test_importlib/extension /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/frozen/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/frozen /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/frozen/__main__.py /usr/pkg/lib/python3.7/test/test_importlib/frozen /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/frozen/test_finder.py /usr/pkg/lib/python3.7/test/test_importlib/frozen /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/frozen/test_loader.py /usr/pkg/lib/python3.7/test/test_importlib/frozen /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/__main__.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test___loader__.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test___package__.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_api.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_caching.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_fromlist.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_meta_path.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_packages.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_path.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/import_/test_relative_imports.py /usr/pkg/lib/python3.7/test/test_importlib/import_ /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/missing_directory.zip /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py /usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/__main__.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/test_case_sensitivity.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/test_file_loader.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/test_finder.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/test_path_hook.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/source/test_source_encoding.py /usr/pkg/lib/python3.7/test/test_importlib/source /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/zipdata01/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/zipdata01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/zipdata01/ziptestdata.zip /usr/pkg/lib/python3.7/test/test_importlib/zipdata01 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/zipdata02/__init__.py /usr/pkg/lib/python3.7/test/test_importlib/zipdata02 /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_importlib/zipdata02/ziptestdata.zip /usr/pkg/lib/python3.7/test/test_importlib/zipdata02 /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/__init__.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/base_events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/base_futures.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/base_subprocess.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/base_tasks.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/constants.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/coroutines.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/format_helpers.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/futures.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/locks.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/log.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/proactor_events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/protocols.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/queues.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/runners.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/selector_events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/sslproto.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/streams.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/subprocess.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/tasks.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/transports.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/unix_events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/windows_events.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/asyncio/windows_utils.py /usr/pkg/lib/python3.7/asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/__init__.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/__main__.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/echo.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/echo2.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/echo3.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/functional.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/keycert3.pem /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/pycacert.pem /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/ssl_cert.pem /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/ssl_key.pem /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_base_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_buffered_proto.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_context.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_futures.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_locks.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_pep492.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_proactor_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_queues.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_runners.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_selector_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_server.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_sslproto.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_streams.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_subprocess.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_tasks.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_transports.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_unix_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_windows_events.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/test_windows_utils.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_asyncio/utils.py /usr/pkg/lib/python3.7/test/test_asyncio /usr/bin/install -c -o root -g root -m 644 ./Lib/collections/__init__.py /usr/pkg/lib/python3.7/collections /usr/bin/install -c -o root -g root -m 644 ./Lib/collections/abc.py /usr/pkg/lib/python3.7/collections /usr/bin/install -c -o root -g root -m 644 ./Lib/concurrent/__init__.py /usr/pkg/lib/python3.7/concurrent /usr/bin/install -c -o root -g root -m 644 ./Lib/concurrent/futures/__init__.py /usr/pkg/lib/python3.7/concurrent/futures /usr/bin/install -c -o root -g root -m 644 ./Lib/concurrent/futures/_base.py /usr/pkg/lib/python3.7/concurrent/futures /usr/bin/install -c -o root -g root -m 644 ./Lib/concurrent/futures/process.py /usr/pkg/lib/python3.7/concurrent/futures /usr/bin/install -c -o root -g root -m 644 ./Lib/concurrent/futures/thread.py /usr/pkg/lib/python3.7/concurrent/futures /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/__init__.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/aliases.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/ascii.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/base64_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/big5.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/big5hkscs.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/bz2_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/charmap.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp037.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1006.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1026.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1125.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1140.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1250.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1251.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1252.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1253.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1254.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1255.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1256.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1257.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp1258.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp273.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp424.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp437.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp500.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp65001.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp720.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp737.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp775.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp850.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp852.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp855.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp856.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp857.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp858.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp860.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp861.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp862.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp863.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp864.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp865.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp866.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp869.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp874.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp875.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp932.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp949.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/cp950.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/euc_jis_2004.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/euc_jisx0213.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/euc_jp.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/euc_kr.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/gb18030.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/gb2312.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/gbk.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/hex_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/hp_roman8.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/hz.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/idna.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp_1.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp_2.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp_2004.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp_3.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_jp_ext.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso2022_kr.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_1.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_10.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_11.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_13.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_14.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_15.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_16.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_2.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_3.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_4.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_5.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_6.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_7.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_8.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/iso8859_9.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/johab.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/koi8_r.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/koi8_t.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/koi8_u.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/kz1048.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/latin_1.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_arabic.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_centeuro.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_croatian.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_cyrillic.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_farsi.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_greek.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_iceland.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_latin2.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_roman.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_romanian.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mac_turkish.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/mbcs.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/oem.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/palmos.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/ptcp154.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/punycode.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/quopri_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/raw_unicode_escape.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 755 ./Lib/encodings/rot_13.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/shift_jis.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/shift_jis_2004.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/shift_jisx0213.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/tis_620.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/undefined.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/unicode_escape.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/unicode_internal.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_16.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_16_be.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_16_le.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_32.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_32_be.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_32_le.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_7.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_8.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/utf_8_sig.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/uu_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/encodings/zlib_codec.py /usr/pkg/lib/python3.7/encodings /usr/bin/install -c -o root -g root -m 644 ./Lib/email/__init__.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/_encoded_words.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/_header_value_parser.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/_parseaddr.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/_policybase.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/architecture.rst /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/base64mime.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/charset.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/contentmanager.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/encoders.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/errors.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/feedparser.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/generator.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/header.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/headerregistry.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/iterators.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/message.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/parser.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/policy.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/quoprimime.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/utils.py /usr/pkg/lib/python3.7/email /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/__init__.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/application.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/audio.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/base.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/image.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/message.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/multipart.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/nonmultipart.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/email/mime/text.py /usr/pkg/lib/python3.7/email/mime /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/__init__.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/__main__.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test__encoded_words.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test__header_value_parser.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_asian_codecs.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_contentmanager.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_defect_handling.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_email.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_generator.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_headerregistry.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_inversion.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_message.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_parser.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_pickleable.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_policy.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/test_utils.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/torture_test.py /usr/pkg/lib/python3.7/test/test_email /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/PyBanner048.gif /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/audiotest.au /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_01.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_02.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_03.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_04.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_05.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_06.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_07.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_08.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_09.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_10.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_11.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_12.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_12a.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_13.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_14.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_15.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_16.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_17.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_18.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_19.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_20.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_21.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_22.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_23.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_24.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_25.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_26.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_27.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_28.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_29.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_30.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_31.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_32.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_33.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_34.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_35.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_36.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_37.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_38.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_39.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_40.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_41.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_42.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_43.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_44.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_45.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_email/data/msg_46.txt /usr/pkg/lib/python3.7/test/test_email/data /usr/bin/install -c -o root -g root -m 644 ./Lib/ensurepip/__init__.py /usr/pkg/lib/python3.7/ensurepip /usr/bin/install -c -o root -g root -m 644 ./Lib/ensurepip/__main__.py /usr/pkg/lib/python3.7/ensurepip /usr/bin/install -c -o root -g root -m 644 ./Lib/ensurepip/_uninstall.py /usr/pkg/lib/python3.7/ensurepip /usr/bin/install -c -o root -g root -m 644 ./Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl /usr/pkg/lib/python3.7/ensurepip/_bundled /usr/bin/install -c -o root -g root -m 644 ./Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl /usr/pkg/lib/python3.7/ensurepip/_bundled /usr/bin/install -c -o root -g root -m 644 ./Lib/html/__init__.py /usr/pkg/lib/python3.7/html /usr/bin/install -c -o root -g root -m 644 ./Lib/html/entities.py /usr/pkg/lib/python3.7/html /usr/bin/install -c -o root -g root -m 644 ./Lib/html/parser.py /usr/pkg/lib/python3.7/html /usr/bin/install -c -o root -g root -m 644 ./Lib/json/__init__.py /usr/pkg/lib/python3.7/json /usr/bin/install -c -o root -g root -m 644 ./Lib/json/decoder.py /usr/pkg/lib/python3.7/json /usr/bin/install -c -o root -g root -m 644 ./Lib/json/encoder.py /usr/pkg/lib/python3.7/json /usr/bin/install -c -o root -g root -m 644 ./Lib/json/scanner.py /usr/pkg/lib/python3.7/json /usr/bin/install -c -o root -g root -m 644 ./Lib/json/tool.py /usr/pkg/lib/python3.7/json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/__init__.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/__main__.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_decode.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_default.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_dump.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_encode_basestring_ascii.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_enum.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_fail.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_float.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_indent.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_pass1.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_pass2.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_pass3.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_recursion.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_scanstring.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_separators.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_speedups.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_tool.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_json/test_unicode.py /usr/pkg/lib/python3.7/test/test_json /usr/bin/install -c -o root -g root -m 644 ./Lib/http/__init__.py /usr/pkg/lib/python3.7/http /usr/bin/install -c -o root -g root -m 644 ./Lib/http/client.py /usr/pkg/lib/python3.7/http /usr/bin/install -c -o root -g root -m 644 ./Lib/http/cookiejar.py /usr/pkg/lib/python3.7/http /usr/bin/install -c -o root -g root -m 644 ./Lib/http/cookies.py /usr/pkg/lib/python3.7/http /usr/bin/install -c -o root -g root -m 644 ./Lib/http/server.py /usr/pkg/lib/python3.7/http /usr/bin/install -c -o root -g root -m 644 ./Lib/dbm/__init__.py /usr/pkg/lib/python3.7/dbm /usr/bin/install -c -o root -g root -m 644 ./Lib/dbm/dumb.py /usr/pkg/lib/python3.7/dbm /usr/bin/install -c -o root -g root -m 644 ./Lib/dbm/gnu.py /usr/pkg/lib/python3.7/dbm /usr/bin/install -c -o root -g root -m 644 ./Lib/dbm/ndbm.py /usr/pkg/lib/python3.7/dbm /usr/bin/install -c -o root -g root -m 644 ./Lib/xmlrpc/__init__.py /usr/pkg/lib/python3.7/xmlrpc /usr/bin/install -c -o root -g root -m 644 ./Lib/xmlrpc/client.py /usr/pkg/lib/python3.7/xmlrpc /usr/bin/install -c -o root -g root -m 644 ./Lib/xmlrpc/server.py /usr/pkg/lib/python3.7/xmlrpc /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/__init__.py /usr/pkg/lib/python3.7/sqlite3 /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/dbapi2.py /usr/pkg/lib/python3.7/sqlite3 /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/dump.py /usr/pkg/lib/python3.7/sqlite3 /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/__init__.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/backup.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/dbapi.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/dump.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/factory.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/hooks.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/regression.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/transactions.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/types.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/sqlite3/test/userfunctions.py /usr/pkg/lib/python3.7/sqlite3/test /usr/bin/install -c -o root -g root -m 644 ./Lib/logging/__init__.py /usr/pkg/lib/python3.7/logging /usr/bin/install -c -o root -g root -m 644 ./Lib/logging/config.py /usr/pkg/lib/python3.7/logging /usr/bin/install -c -o root -g root -m 644 ./Lib/logging/handlers.py /usr/pkg/lib/python3.7/logging /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/__init__.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/handlers.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/headers.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/simple_server.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/util.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/wsgiref/validate.py /usr/pkg/lib/python3.7/wsgiref /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/__init__.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/error.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/parse.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/request.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/response.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/urllib/robotparser.py /usr/pkg/lib/python3.7/urllib /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/Grammar.txt /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/PatternGrammar.txt /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/__init__.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/__main__.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/btm_matcher.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/btm_utils.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixer_base.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixer_util.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/main.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/patcomp.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pygram.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pytree.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/refactor.py /usr/pkg/lib/python3.7/lib2to3 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/__init__.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_apply.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_asserts.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_dict.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_except.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_exec.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_filter.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_future.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_import.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_imports.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_input.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_intern.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_long.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_map.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_ne.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_next.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_operator.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_paren.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_print.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_raise.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_reload.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_renames.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_repr.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_throw.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_types.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/fixes/fix_zip.py /usr/pkg/lib/python3.7/lib2to3/fixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/__init__.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/conv.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/driver.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/grammar.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/literals.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/parse.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/pgen.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 755 ./Lib/lib2to3/pgen2/token.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/pgen2/tokenize.py /usr/pkg/lib/python3.7/lib2to3/pgen2 /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/__init__.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/__main__.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 755 ./Lib/lib2to3/tests/pytree_idempotency.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/support.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_all_fixers.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_fixers.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_main.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_parser.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_pytree.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_refactor.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/test_util.py /usr/pkg/lib/python3.7/lib2to3/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/README /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/bom.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/crlf.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 755 ./Lib/lib2to3/tests/data/different_encoding.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 755 ./Lib/lib2to3/tests/data/false_encoding.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/infinite_recursion.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/py2_test_grammar.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/py3_test_grammar.py /usr/pkg/lib/python3.7/lib2to3/tests/data /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/bad_order.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/parrot_example.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/__init__.py /usr/pkg/lib/python3.7/ctypes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/_aix.py /usr/pkg/lib/python3.7/ctypes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/_endian.py /usr/pkg/lib/python3.7/ctypes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/util.py /usr/pkg/lib/python3.7/ctypes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/wintypes.py /usr/pkg/lib/python3.7/ctypes /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/__init__.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/__main__.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_anon.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_arrays.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_as_parameter.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_bitfields.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_buffers.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_bytes.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_byteswap.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_callbacks.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_cast.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_cfuncs.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_checkretval.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_delattr.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_errno.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_find.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_frombuffer.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_funcptr.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_functions.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_incomplete.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_init.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_internals.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_keeprefs.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_libc.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_loading.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_macholib.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_memfunctions.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_numbers.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_objects.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_parameters.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_pep3118.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_pickling.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_pointers.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_prototypes.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_python_api.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_random_things.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_refcounts.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_repr.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_sizes.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_slicing.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_stringptr.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_strings.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_struct_fields.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_structures.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_unicode.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_values.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_varsize_struct.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_win32.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/test/test_wintypes.py /usr/pkg/lib/python3.7/ctypes/test /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/README.ctypes /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/__init__.py /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/dyld.py /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/dylib.py /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 755 ./Lib/ctypes/macholib/fetch_macholib /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/ctypes/macholib/framework.py /usr/pkg/lib/python3.7/ctypes/macholib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/CREDITS.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/ChangeLog /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/HISTORY.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/NEWS.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/NEWS2x.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/README.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/TODO.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/__init__.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/__main__.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/autocomplete.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/autocomplete_w.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/autoexpand.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/browser.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/calltip_w.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/calltips.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/codecontext.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/colorizer.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config-extensions.def /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config-highlight.def /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config-keys.def /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config-main.def /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/config_key.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/configdialog.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/debugger.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/debugger_r.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/debugobj.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/debugobj_r.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/delegator.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/dynoption.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/editor.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/extend.txt /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/filelist.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/grep.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/help.html /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/help.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/help_about.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/history.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/hyperparser.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 755 ./Lib/idlelib/idle.bat /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle.pyw /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/iomenu.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/macosx.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/mainmenu.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/multicall.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/outwin.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/paragraph.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/parenmatch.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/pathbrowser.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/percolator.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/pyparse.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 755 ./Lib/idlelib/pyshell.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/query.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/redirector.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/replace.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/rpc.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/rstrip.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/run.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/runscript.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/scrolledlist.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/search.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/searchbase.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/searchengine.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/stackviewer.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/statusbar.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/textview.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/tooltip.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/tree.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/undo.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/windows.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/zoomheight.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/zzdummy.py /usr/pkg/lib/python3.7/idlelib /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/folder.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle.icns /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle.ico /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_16.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_16.png /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_32.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_32.png /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_48.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/idle_48.png /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/minusnode.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/openfolder.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/plusnode.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/python.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/Icons/tk.gif /usr/pkg/lib/python3.7/idlelib/Icons /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/README.txt /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/__init__.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/htest.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/mock_idle.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/mock_tk.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_autocomplete.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_autoexpand.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_browser.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_calltips.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_codecontext.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_colorizer.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_config.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_config_key.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_configdialog.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_debugger.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_delegator.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_editmenu.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_editor.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_grep.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_help.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_help_about.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_history.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_hyperparser.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_iomenu.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_macosx.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_outwin.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_paragraph.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_parenmatch.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_pathbrowser.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_percolator.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_pyparse.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_query.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_redirector.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_replace.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_rstrip.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_run.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_scrolledlist.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_search.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_searchbase.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_searchengine.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_text.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_textview.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_tree.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_undo.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/idlelib/idle_test/test_warning.py /usr/pkg/lib/python3.7/idlelib/idle_test /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/README /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/__init__.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/_msvccompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/archive_util.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/bcppcompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/ccompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/cmd.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/config.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/core.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/cygwinccompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/debug.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/dep_util.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/dir_util.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/dist.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/errors.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/extension.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/fancy_getopt.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/file_util.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/filelist.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/log.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/msvc9compiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/msvccompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/spawn.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/sysconfig.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/text_file.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/unixccompiler.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/util.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/version.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/versionpredicate.py /usr/pkg/lib/python3.7/distutils /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/__init__.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/bdist.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/bdist_dumb.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/bdist_msi.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/bdist_rpm.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/bdist_wininst.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/build.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/build_clib.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/build_ext.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/build_py.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/build_scripts.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/check.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/clean.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/command_template /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/config.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install_data.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install_egg_info.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install_headers.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install_lib.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/install_scripts.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/register.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/sdist.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/upload.py /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-10.0-amd64.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-10.0.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-14.0-amd64.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-14.0.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-6.0.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-7.1.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-8.0.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-9.0-amd64.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/command/wininst-9.0.exe /usr/pkg/lib/python3.7/distutils/command /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/Setup.sample /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/__init__.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/support.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_archive_util.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_bdist.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_bdist_dumb.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_bdist_msi.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_bdist_rpm.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_bdist_wininst.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_build.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_build_clib.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_build_ext.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_build_py.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_build_scripts.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_check.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_clean.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_cmd.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_config.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_config_cmd.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_core.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_cygwinccompiler.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_dep_util.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_dir_util.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_dist.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_extension.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_file_util.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_filelist.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_install.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_install_data.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_install_headers.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_install_lib.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_install_scripts.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_log.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_msvc9compiler.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_msvccompiler.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_register.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_sdist.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_spawn.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_sysconfig.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_text_file.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_unixccompiler.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_upload.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_util.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_version.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/distutils/tests/test_versionpredicate.py /usr/pkg/lib/python3.7/distutils/tests /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/__init__.py /usr/pkg/lib/python3.7/xml /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/NodeFilter.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/__init__.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/domreg.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/expatbuilder.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/minicompat.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/minidom.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/pulldom.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/dom/xmlbuilder.py /usr/pkg/lib/python3.7/xml/dom /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/etree/ElementInclude.py /usr/pkg/lib/python3.7/xml/etree /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/etree/ElementPath.py /usr/pkg/lib/python3.7/xml/etree /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/etree/ElementTree.py /usr/pkg/lib/python3.7/xml/etree /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/etree/__init__.py /usr/pkg/lib/python3.7/xml/etree /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/etree/cElementTree.py /usr/pkg/lib/python3.7/xml/etree /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/parsers/__init__.py /usr/pkg/lib/python3.7/xml/parsers /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/parsers/expat.py /usr/pkg/lib/python3.7/xml/parsers /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/__init__.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/_exceptions.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/expatreader.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/handler.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/saxutils.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/xml/sax/xmlreader.py /usr/pkg/lib/python3.7/xml/sax /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/__init__.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/__main__.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_fixcid.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_gprof2html.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_i18n.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_md5sum.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_pdeps.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_pindent.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_reindent.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_sundry.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_tools/test_unparse.py /usr/pkg/lib/python3.7/test/test_tools /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_warnings/__init__.py /usr/pkg/lib/python3.7/test/test_warnings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_warnings/__main__.py /usr/pkg/lib/python3.7/test/test_warnings /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_warnings/data/import_warning.py /usr/pkg/lib/python3.7/test/test_warnings/data /usr/bin/install -c -o root -g root -m 644 ./Lib/test/test_warnings/data/stacklevel.py /usr/pkg/lib/python3.7/test/test_warnings/data /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/__init__.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/__main__.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/bytedesign.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/chaos.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/clock.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/colormixer.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/forest.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/fractalcurves.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/lindenmayer.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/minimal_hanoi.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/nim.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/paint.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/peace.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/penrose.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/planet_and_moon.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/round_dance.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/sorting_animate.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/tree.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/turtle.cfg /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/two_canvases.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/turtledemo/wikipedia.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 755 ./Lib/turtledemo/yinyang.py /usr/pkg/lib/python3.7/turtledemo /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/__init__.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/connection.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/context.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/forkserver.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/heap.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/managers.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/pool.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/popen_fork.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/popen_forkserver.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/popen_spawn_posix.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/popen_spawn_win32.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/process.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/queues.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/reduction.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/resource_sharer.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/semaphore_tracker.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/sharedctypes.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/spawn.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/synchronize.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/util.py /usr/pkg/lib/python3.7/multiprocessing /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/dummy/__init__.py /usr/pkg/lib/python3.7/multiprocessing/dummy /usr/bin/install -c -o root -g root -m 644 ./Lib/multiprocessing/dummy/connection.py /usr/pkg/lib/python3.7/multiprocessing/dummy /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/__init__.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/__main__.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/case.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/loader.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/main.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/mock.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/result.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/runner.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/signals.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/suite.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/util.py /usr/pkg/lib/python3.7/unittest /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/__init__.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/__main__.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/_test_warnings.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/dummy.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/support.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_assertions.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_break.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_case.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_discovery.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_functiontestcase.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_loader.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_program.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_result.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_runner.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_setups.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_skipping.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/test_suite.py /usr/pkg/lib/python3.7/unittest/test /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/__init__.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/__main__.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/support.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testcallable.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testhelpers.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testmagicmethods.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testmock.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testpatch.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testsealable.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testsentinel.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/unittest/test/testmock/testwith.py /usr/pkg/lib/python3.7/unittest/test/testmock /usr/bin/install -c -o root -g root -m 644 ./Lib/venv/__init__.py /usr/pkg/lib/python3.7/venv /usr/bin/install -c -o root -g root -m 644 ./Lib/venv/__main__.py /usr/pkg/lib/python3.7/venv /usr/bin/install -c -o root -g root -m 644 ./Lib/venv/scripts/common/activate /usr/pkg/lib/python3.7/venv/scripts/common /usr/bin/install -c -o root -g root -m 644 ./Lib/venv/scripts/posix/activate.csh /usr/pkg/lib/python3.7/venv/scripts/posix /usr/bin/install -c -o root -g root -m 644 ./Lib/venv/scripts/posix/activate.fish /usr/pkg/lib/python3.7/venv/scripts/posix /usr/bin/install -c -o root -g root -m 644 ./Lib/curses/__init__.py /usr/pkg/lib/python3.7/curses /usr/bin/install -c -o root -g root -m 644 ./Lib/curses/ascii.py /usr/pkg/lib/python3.7/curses /usr/bin/install -c -o root -g root -m 644 ./Lib/curses/has_key.py /usr/pkg/lib/python3.7/curses /usr/bin/install -c -o root -g root -m 644 ./Lib/curses/panel.py /usr/pkg/lib/python3.7/curses /usr/bin/install -c -o root -g root -m 644 ./Lib/curses/textpad.py /usr/pkg/lib/python3.7/curses /usr/bin/install -c -o root -g root -m 644 ./Lib/pydoc_data/__init__.py /usr/pkg/lib/python3.7/pydoc_data /usr/bin/install -c -o root -g root -m 644 ./Lib/pydoc_data/_pydoc.css /usr/pkg/lib/python3.7/pydoc_data /usr/bin/install -c -o root -g root -m 644 ./Lib/pydoc_data/topics.py /usr/pkg/lib/python3.7/pydoc_data /usr/bin/install -c -o root -g root -m 644 `cat pybuilddir.txt`/_sysconfigdata_linux.py /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7; /usr/bin/install -c -o root -g root -m 644 ./LICENSE /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/LICENSE.txt if test -d /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests; then /usr/bin/install -c -o root -g root -m 644 ./Modules/xxmodule.c /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests ; fi PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -Wi /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py -d /usr/pkg/lib/python3.7 -f -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/__future__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/__phello__.foo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_bootlocale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_collections_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_compat_pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_compression.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_dummy_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_markupbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_osx_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_py_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_pydecimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_pyio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_sitebuiltins.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_strptime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_sysconfigdata_linux.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_threading_local.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_weakrefset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/aifc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/antigravity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/argparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asynchat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/coroutines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/format_helpers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/proactor_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/protocols.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/runners.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/selector_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/sslproto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/streams.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/transports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/unix_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/windows_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/windows_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncore.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/base64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/binhex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bz2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cProfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/calendar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cgi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cgitb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/chunk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/code.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/codeop.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/colorsys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/_base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/process.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/thread.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/python-config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/configparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/contextlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/contextvars.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/copy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/copyreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/crypt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/csv.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/_aix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/_endian.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/dyld.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/dylib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/framework.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_anon.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_array_in_pointer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_arrays.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_as_parameter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_bitfields.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_buffers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_bytes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_byteswap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_callbacks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_cast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_cfuncs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_checkretval.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_delattr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_errno.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_find.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_frombuffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_funcptr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_incomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_init.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_internals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_keeprefs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_libc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_loading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_macholib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_memfunctions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_objects.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_parameters.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pep3118.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pickling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pointers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_prototypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_python_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_random_things.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_refcounts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_repr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_returnfuncptrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_simplesubclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_sizes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_slicing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_stringptr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_strings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_struct_fields.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_structures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_unaligned_structures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_values.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_varsize_struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_win32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_wintypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/wintypes.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/has_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/panel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/textpad.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dataclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/datetime.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/gnu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/ndbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/decimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/difflib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dis.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/_msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/archive_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/bcppcompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/ccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/cmd.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_msi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_rpm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_wininst.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_clib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_py.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/clean.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_data.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_egg_info.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_lib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/register.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/sdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/upload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/core.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/cygwinccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/debug.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dep_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dir_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/errors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/extension.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/fancy_getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/file_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/msvc9compiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/sysconfig.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_archive_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_msi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_rpm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_wininst.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_clib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_py.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_clean.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_config_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_core.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_cygwinccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dep_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dir_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_extension.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_file_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_data.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_lib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_msvc9compiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_register.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_sdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_text_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_unixccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_upload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_versionpredicate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/text_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/unixccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/versionpredicate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dummy_threading.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_encoded_words.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_header_value_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_parseaddr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_policybase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/base64mime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/charset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/contentmanager.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/encoders.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/errors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/feedparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/generator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/header.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/headerregistry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/iterators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/message.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/application.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/audio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/image.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/message.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/multipart.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/nonmultipart.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/policy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/quoprimime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/utils.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/aliases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/base64_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/big5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/big5hkscs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/bz2_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/charmap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp037.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1006.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1026.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1125.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1140.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1250.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1251.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1252.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1253.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1254.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1255.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1256.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1257.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1258.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp273.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp424.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp437.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp500.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp65001.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp720.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp737.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp775.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp850.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp852.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp855.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp856.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp857.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp858.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp860.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp861.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp862.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp863.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp864.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp865.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp866.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp869.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp874.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp875.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp932.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp949.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp950.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jis_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jisx0213.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gb18030.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gb2312.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gbk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hex_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hp_roman8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hz.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/idna.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_10.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_11.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_13.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_14.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_15.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_16.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_4.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_6.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_7.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_9.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/johab.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_t.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_u.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/kz1048.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/latin_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_arabic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_centeuro.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_croatian.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_cyrillic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_farsi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_greek.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_iceland.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_latin2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_roman.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_romanian.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_turkish.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mbcs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/oem.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/palmos.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/ptcp154.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/punycode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/quopri_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/raw_unicode_escape.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/rot_13.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jis_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jisx0213.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/tis_620.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/undefined.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/unicode_escape.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/unicode_internal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16_be.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16_le.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32_be.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32_le.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_7.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_8_sig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/uu_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/zlib_codec.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/_bundled'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/_uninstall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/filecmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fileinput.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fnmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/formatter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fractions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ftplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/functools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/genericpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/getpass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/gettext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/glob.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/gzip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/hashlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/heapq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/hmac.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/entities.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/parser.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/client.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/cookiejar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/cookies.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/server.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/Icons'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autocomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autocomplete_w.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autoexpand.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/browser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/calltip_w.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/calltips.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/codecontext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/colorizer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/config_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/configdialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugger.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugger_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugobj.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugobj_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/delegator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/dynoption.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/editor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/grep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/help.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/help_about.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/history.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/hyperparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/htest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/mock_idle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/mock_tk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_autocomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_autoexpand.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_browser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_calltips.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_codecontext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_colorizer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_config_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_configdialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_debugger.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_delegator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_editmenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_editor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_grep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_help.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_help_about.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_history.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_hyperparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_iomenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_macosx.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_outwin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_paragraph.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_parenmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_pathbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_percolator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_pyparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_query.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_redirector.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_replace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_rstrip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_run.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_scrolledlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_search.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_searchbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_searchengine.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_textview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_undo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_warning.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/iomenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/macosx.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/mainmenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/multicall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/outwin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/paragraph.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/parenmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pathbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/percolator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pyparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pyshell.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/query.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/redirector.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/replace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/rpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/rstrip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/run.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/runscript.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/scrolledlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/search.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/searchbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/searchengine.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/stackviewer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/statusbar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/textview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/tooltip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/undo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/windows.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/zoomheight.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/zzdummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imaplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imghdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/_bootstrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/_bootstrap_external.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/machinery.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/resources.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/inspect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/io.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ipaddress.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/decoder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/encoder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/scanner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/tool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/keyword.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/btm_matcher.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/btm_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixer_base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixer_util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_apply.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_asserts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_basestring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_buffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_except.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_exec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_execfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_exitfunc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_filter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_funcattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_future.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_getcwdu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_has_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_idioms.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_import.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_imports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_imports2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_intern.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_isinstance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_itertools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_long.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_map.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_metaclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_methodattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_ne.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_next.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_nonzero.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_numliterals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_paren.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_print.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_raise.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_raw_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_reduce.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_reload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_renames.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_repr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_set_literal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_standarderror.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_sys_exc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_throw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_tuple_params.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_urllib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_ws_comma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_xrange.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_xreadlines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_zip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/patcomp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/conv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/driver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/grammar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/literals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/pgen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/token.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/tokenize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pygram.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pytree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/refactor.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data/fixers'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/pytree_idempotency.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_all_fixers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_fixers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_pytree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_refactor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/linecache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/locale.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/handlers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lzma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/macpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mailbox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mailcap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mimetypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/modulefinder.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/connection.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/context.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy/connection.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/heap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/managers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/pool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_fork.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_spawn_posix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_spawn_win32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/process.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/reduction.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/resource_sharer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/semaphore_tracker.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/sharedctypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/synchronize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/netrc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/nntplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ntpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/nturl2path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/opcode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/optparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/os.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pathlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pickletools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pipes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pkgutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/platform.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/plistlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/poplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/posixpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pprint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/profile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pstats.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/py_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pyclbr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data/topics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/queue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/quopri.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/random.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/re.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/reprlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/rlcompleter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/runpy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sched.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/secrets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/selectors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shelve.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shlex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/signal.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/smtpd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/smtplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sndhdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/socketserver.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/dbapi2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/dump.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/backup.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/dbapi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/dump.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/factory.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/hooks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/regression.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/transactions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/userfunctions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ssl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/stat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/statistics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/string.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/stringprep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sunau.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/symbol.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/symtable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tabnanny.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tarfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/telnetlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tempfile.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/_test_multiprocessing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module3.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/audiodata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/audiotests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/autotest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bytecode_helper.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/capath'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/cjkencodings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/coding20731.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/curses_tests.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_1_str.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_2_str.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/datetimetester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/decimaltestdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dis_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/doctest_aliases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/double_const.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/call_stack.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/gc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/instance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/line.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/eintrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/eintrdata/eintr_tester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/module_iso_8859_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/module_koi8_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/final_a.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/final_b.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/fork_wait.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/future_test1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/future_test2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/gdb_sample.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/good_getattr.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/imghdrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/imp_dummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/inspect_fodder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/inspect_fodder2.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/cmdline.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/refleak.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/runtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/runtest_mp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/save_env.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/setup.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/list_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/lock_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/make_ssl_certs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mapping_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/memory_watchdog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mock_socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mod_generics_cache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mp_fork_bomb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mp_preload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/multibytecodec_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/outstanding_bugs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pickletester.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/profilee.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pyclbr_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pydoc_mod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pydocfodder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pythoninfo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/re_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/regrtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/relimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/reperf.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest_no_docstrings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest_no_doctests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/seq_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/signalinterproctester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sndhdrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sortperf.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ssl_servers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ssltests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/string_tests.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/fd_status.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/input_reader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/qcat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/qgrep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/sigchild_ignore.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support/script_helper.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test___all__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test___future__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__locale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__opcode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__osx_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_abstract_numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_aifc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_argparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_array.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asdl_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncgen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asynchat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/functional.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_base_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_buffered_proto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_context.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_pep492.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_proactor_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_runners.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_selector_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_sslproto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_streams.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_transports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_unix_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_windows_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_windows_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncore.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_atexit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_audioop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_augassign.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_base64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_baseexception.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bigaddrspace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bigmem.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binhex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_buffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bufio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_builtin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bytes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bz2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_c_locale_coercion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_calendar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_call.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_capi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cgi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cgitb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_charmapcodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_class.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd_line.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd_line_script.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_code.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_code_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codeccallbacks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_cn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_hk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_iso2022.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_tw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_cn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_hk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_tw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codeop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_collections.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_colorsys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compare.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compileall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_complex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_concurrent_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_configparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contains.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_context.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contextlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contextlib_async.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_copy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_copyreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_coroutines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cprofile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_crashers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_crypt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_csv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ctypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_curses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dataclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_datetime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_gnu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_ndbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_decimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_decorators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_defaultdict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_deque.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_descr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_descrtut.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_devpoll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dict_version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dictcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dictviews.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_difflib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_distutils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_doctest2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_docxmlrpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dtrace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dummy_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dummy_threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dynamic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dynamicclassattribute.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_eintr.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test__encoded_words.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test__header_value_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_asian_codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_contentmanager.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_defect_handling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_email.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_generator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_headerregistry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_inversion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_message.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_pickleable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_policy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/torture_test.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_embed.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ensurepip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_enumerate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_eof.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_epoll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_errno.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exception_hierarchy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exception_variations.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exceptions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_extcall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_faulthandler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fcntl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_file_eintr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_filecmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fileinput.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fileio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_finalization.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_float.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_flufl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fnmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fork1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_format.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fractions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_frame.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_frozen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ftplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_funcattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_functools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future4.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_generator_stop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_generators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genericclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genericpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genexps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getargs2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getpass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gettext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_glob.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_global.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_grammar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_grp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gzip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hash.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hashlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_heapq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hmac.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_html.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_htmlparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_http_cookiejar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_http_cookies.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_httplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_httpservers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_idle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imaplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imghdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/basic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/basic2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/binding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/binding2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/indirect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/rebinding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpackage.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package/submodule.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2/submodule1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2/submodule2.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/abc.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/test_loader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/one'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/one/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/two'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/two/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_path_hook.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/test_loader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test___loader__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test___package__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_caching.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_fromlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_meta_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_packages.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_relative_imports.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_file_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_path_hook.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_source_encoding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_lazy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_namespace_pkgs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_open.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_read.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_resource.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_spec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_windows.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata01'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata01/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata02'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata02/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_index.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_inspect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_int.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_int_literal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_io.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ioctl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ipaddress.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_isinstance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_iter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_iterlen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_itertools.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_decode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_default.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_dump.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_encode_basestring_ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_fail.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_float.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_indent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_recursion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_scanstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_separators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_speedups.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_tool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_keyword.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_keywordonlyarg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_kqueue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_largefile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_lib2to3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_linecache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_list.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_listcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_locale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_logging.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_long.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_longexp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_lzma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_macpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mailbox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mailcap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_marshal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_math.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_memoryio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_memoryview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_metaclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mimetypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_minidom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mmap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_modulefinder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_msilib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multibytecodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_fork.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_main_handling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_netrc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_nis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_nntplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_normalization.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ntpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_numeric_tower.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_opcodes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_openpty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_optparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ordered_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_os.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ossaudiodev.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_osx_env.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pathlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_peepholer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pickletools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pipes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkgimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkgutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_platform.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_plistlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_poll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_popen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_poplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_posix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_posixpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pow.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pprint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_print.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_profile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_property.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pstats.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pulldom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pwd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_py_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pyclbr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pydoc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pyexpat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_queue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_quopri.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_raise.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_random.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_range.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_re.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_readline.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_regrtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_repl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_reprlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_resource.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_richcmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_rlcompleter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_robotparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_runpy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sax.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sched.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_scope.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_script_helper.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_secrets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_select.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_selectors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_set.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_setcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shelve.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shlex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_signal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_site.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_slice.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtpd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtpnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sndhdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_socketserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sort.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_source_encoding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_spwd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sqlite.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ssl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_startfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_stat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_statistics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strftime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_string.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_string_literals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_stringprep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strptime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strtod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_structmembers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_structseq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_subclassinit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sunau.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sundry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_super.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_symbol.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_symtable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_syntax.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys_setprofile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys_settrace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_syslog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tarfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tcl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_telnetlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tempfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_textwrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threaded_import.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threadedtempfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threading_local.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threadsignals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_time.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_timeit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_timeout.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tokenize.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_fixcid.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_gprof2html.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_i18n.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_md5sum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_pdeps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_pindent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_reindent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_sundry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_unparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_trace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_traceback.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tracemalloc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ttk_guionly.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ttk_textonly.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tuple.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_turtle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_typechecks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_typing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ucn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unary.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_file_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_identifiers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicodedata.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unittest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_univnewlines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unpack.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unpack_ex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2_localnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2net.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib_response.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllibnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urlparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userdict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_utf8_mode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_utf8source.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_uu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_uuid.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_venv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wait3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wait4.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data/import_warning.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data/stacklevel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wave.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_weakref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_weakset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_webbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winconsoleio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winsound.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_with.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wsgiref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xdrlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_dom_minicompat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_etree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_etree_c.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xmlrpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xmlrpc_net.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xxtestfuzz.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_yield_from.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipapp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipfile64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipimport_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/testcodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tf_inherit_check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/threaded_import_hangers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/time_hashlib.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules/testmod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/win_console_handler.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/xmltestdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/xmltests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/textwrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/this.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/timeit.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/colorchooser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/commondialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/dialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/dnd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/filedialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/font.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/messagebox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/scrolledtext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/simpledialog.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/runtktests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/support.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_font.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_images.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_misc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_variables.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_widgets.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_extensions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_style.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_widgets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/widget_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/tix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/ttk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/token.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tokenize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/trace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/traceback.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tracemalloc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtle.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/bytedesign.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/chaos.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/clock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/colormixer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/forest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/fractalcurves.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/lindenmayer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/minimal_hanoi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/nim.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/paint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/peace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/penrose.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/planet_and_moon.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/round_dance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/sorting_animate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/two_canvases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/wikipedia.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/yinyang.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/typing.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/case.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/mock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/result.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/runner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/signals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/suite.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/_test_warnings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/dummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_assertions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_break.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_case.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_discovery.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_functiontestcase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_program.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_result.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_runner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_setups.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_skipping.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_suite.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testcallable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testhelpers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testmagicmethods.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testmock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testpatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testsealable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testsentinel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testwith.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/error.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/request.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/response.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/robotparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/uu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/uuid.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts/common'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts/posix'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/warnings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wave.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/weakref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/webbrowser.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/handlers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/simple_server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/validate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xdrlib.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/NodeFilter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/domreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/expatbuilder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/minicompat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/minidom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/pulldom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/xmlbuilder.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementInclude.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementPath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementTree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/cElementTree.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers/expat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/_exceptions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/expatreader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/handler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/saxutils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/xmlreader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/client.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/zipapp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/zipfile.py'... PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -Wi -O /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py -d /usr/pkg/lib/python3.7 -f -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/__future__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/__phello__.foo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_bootlocale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_collections_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_compat_pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_compression.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_dummy_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_markupbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_osx_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_py_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_pydecimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_pyio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_sitebuiltins.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_strptime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_sysconfigdata_linux.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_threading_local.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/_weakrefset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/aifc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/antigravity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/argparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asynchat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/base_tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/coroutines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/format_helpers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/proactor_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/protocols.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/runners.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/selector_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/sslproto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/streams.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/transports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/unix_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/windows_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncio/windows_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/asyncore.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/base64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/binhex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/bz2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cProfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/calendar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cgi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cgitb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/chunk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/code.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/codeop.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/collections/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/colorsys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/_base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/process.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/concurrent/futures/thread.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/config-3.7/python-config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/configparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/contextlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/contextvars.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/copy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/copyreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/crypt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/csv.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/_aix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/_endian.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/dyld.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/dylib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/macholib/framework.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_anon.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_array_in_pointer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_arrays.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_as_parameter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_bitfields.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_buffers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_bytes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_byteswap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_callbacks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_cast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_cfuncs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_checkretval.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_delattr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_errno.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_find.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_frombuffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_funcptr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_incomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_init.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_internals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_keeprefs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_libc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_loading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_macholib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_memfunctions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_objects.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_parameters.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pep3118.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pickling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_pointers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_prototypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_python_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_random_things.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_refcounts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_repr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_returnfuncptrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_simplesubclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_sizes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_slicing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_stringptr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_strings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_struct_fields.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_structures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_unaligned_structures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_values.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_varsize_struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_win32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/test/test_wintypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ctypes/wintypes.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/has_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/panel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/curses/textpad.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dataclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/datetime.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/gnu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dbm/ndbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/decimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/difflib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dis.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/_msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/archive_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/bcppcompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/ccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/cmd.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_msi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_rpm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/bdist_wininst.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_clib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_py.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/build_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/clean.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_data.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_egg_info.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_lib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/install_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/register.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/sdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/command/upload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/core.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/cygwinccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/debug.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dep_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dir_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/dist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/errors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/extension.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/fancy_getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/file_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/msvc9compiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/sysconfig.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_archive_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_msi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_rpm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_bdist_wininst.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_clib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_py.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_build_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_clean.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_config_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_core.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_cygwinccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dep_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dir_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_dist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_extension.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_file_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_data.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_lib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_install_scripts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_log.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_msvc9compiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_msvccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_register.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_sdist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_text_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_unixccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_upload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/tests/test_versionpredicate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/text_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/unixccompiler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/distutils/versionpredicate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/dummy_threading.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_encoded_words.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_header_value_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_parseaddr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/_policybase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/base64mime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/charset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/contentmanager.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/encoders.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/errors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/feedparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/generator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/header.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/headerregistry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/iterators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/message.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/application.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/audio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/image.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/message.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/multipart.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/nonmultipart.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/mime/text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/policy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/quoprimime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/email/utils.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/aliases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/base64_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/big5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/big5hkscs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/bz2_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/charmap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp037.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1006.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1026.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1125.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1140.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1250.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1251.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1252.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1253.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1254.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1255.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1256.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1257.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp1258.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp273.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp424.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp437.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp500.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp65001.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp720.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp737.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp775.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp850.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp852.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp855.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp856.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp857.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp858.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp860.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp861.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp862.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp863.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp864.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp865.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp866.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp869.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp874.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp875.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp932.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp949.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/cp950.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jis_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jisx0213.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/euc_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gb18030.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gb2312.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/gbk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hex_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hp_roman8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/hz.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/idna.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_jp_ext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso2022_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_10.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_11.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_13.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_14.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_15.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_16.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_4.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_6.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_7.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/iso8859_9.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/johab.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_t.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/koi8_u.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/kz1048.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/latin_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_arabic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_centeuro.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_croatian.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_cyrillic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_farsi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_greek.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_iceland.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_latin2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_roman.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_romanian.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mac_turkish.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/mbcs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/oem.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/palmos.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/ptcp154.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/punycode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/quopri_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/raw_unicode_escape.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/rot_13.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jis_2004.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/shift_jisx0213.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/tis_620.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/undefined.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/unicode_escape.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/unicode_internal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16_be.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_16_le.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32_be.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_32_le.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_7.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_8.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/utf_8_sig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/uu_codec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/encodings/zlib_codec.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/_bundled'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ensurepip/_uninstall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/filecmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fileinput.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fnmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/formatter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/fractions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ftplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/functools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/genericpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/getpass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/gettext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/glob.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/gzip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/hashlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/heapq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/hmac.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/entities.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/html/parser.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/client.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/cookiejar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/cookies.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/http/server.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/Icons'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autocomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autocomplete_w.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/autoexpand.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/browser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/calltip_w.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/calltips.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/codecontext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/colorizer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/config_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/configdialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugger.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugger_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugobj.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/debugobj_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/delegator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/dynoption.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/editor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/filelist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/grep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/help.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/help_about.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/history.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/hyperparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/htest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/mock_idle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/mock_tk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_autocomplete.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_autoexpand.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_browser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_calltips.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_codecontext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_colorizer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_config_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_configdialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_debugger.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_delegator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_editmenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_editor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_grep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_help.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_help_about.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_history.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_hyperparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_iomenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_macosx.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_outwin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_paragraph.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_parenmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_pathbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_percolator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_pyparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_query.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_redirector.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_replace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_rstrip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_run.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_scrolledlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_search.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_searchbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_searchengine.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_textview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_undo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/idle_test/test_warning.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/iomenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/macosx.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/mainmenu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/multicall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/outwin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/paragraph.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/parenmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pathbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/percolator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pyparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/pyshell.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/query.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/redirector.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/replace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/rpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/rstrip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/run.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/runscript.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/scrolledlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/search.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/searchbase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/searchengine.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/stackviewer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/statusbar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/textview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/tooltip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/undo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/windows.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/zoomheight.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/idlelib/zzdummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imaplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imghdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/imp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/_bootstrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/_bootstrap_external.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/machinery.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/resources.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/importlib/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/inspect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/io.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ipaddress.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/decoder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/encoder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/scanner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/json/tool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/keyword.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/btm_matcher.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/btm_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixer_base.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixer_util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_apply.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_asserts.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_basestring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_buffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_except.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_exec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_execfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_exitfunc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_filter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_funcattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_future.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_getcwdu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_has_key.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_idioms.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_import.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_imports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_imports2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_intern.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_isinstance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_itertools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_long.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_map.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_metaclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_methodattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_ne.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_next.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_nonzero.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_numliterals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_paren.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_print.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_raise.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_raw_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_reduce.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_reload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_renames.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_repr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_set_literal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_standarderror.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_sys_exc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_throw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_tuple_params.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_urllib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_ws_comma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_xrange.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_xreadlines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/fixes/fix_zip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/patcomp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/conv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/driver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/grammar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/literals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/pgen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/token.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pgen2/tokenize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pygram.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/pytree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/refactor.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data/fixers'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/data/fixers/myfixes'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/pytree_idempotency.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_all_fixers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_fixers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_pytree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_refactor.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/tests/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/linecache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/locale.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/config.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/logging/handlers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lzma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/macpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mailbox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mailcap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/mimetypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/modulefinder.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/connection.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/context.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/dummy/connection.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/heap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/managers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/pool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_fork.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_spawn_posix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/popen_spawn_win32.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/process.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/reduction.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/resource_sharer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/semaphore_tracker.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/sharedctypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/synchronize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/multiprocessing/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/netrc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/nntplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ntpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/nturl2path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/opcode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/optparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/os.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pathlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pickletools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pipes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pkgutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/platform.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/plistlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/poplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/posixpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pprint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/profile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pstats.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/py_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pyclbr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/pydoc_data/topics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/queue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/quopri.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/random.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/re.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/reprlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/rlcompleter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/runpy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sched.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/secrets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/selectors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shelve.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shlex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/shutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/signal.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/smtpd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/smtplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sndhdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/socketserver.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/dbapi2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/dump.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/backup.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/dbapi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/dump.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/factory.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/hooks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/regression.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/transactions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sqlite3/test/userfunctions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sre_parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/ssl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/stat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/statistics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/string.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/stringprep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sunau.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/symbol.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/symtable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tabnanny.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tarfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/telnetlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tempfile.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/_test_multiprocessing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ann_module3.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/audiodata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/audiotests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/autotest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bad_getattr3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/bytecode_helper.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/capath'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/cjkencodings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/coding20731.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/curses_tests.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_1_str.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dataclass_module_2_str.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/datetimetester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/decimaltestdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dis_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/doctest_aliases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/double_const.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/call_stack.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/gc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/instance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/dtracedata/line.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/eintrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/eintrdata/eintr_tester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/module_iso_8859_1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/encoded_modules/module_koi8_r.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/final_a.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/final_b.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/fork_wait.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/future_test1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/future_test2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/gdb_sample.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/good_getattr.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/imghdrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/imp_dummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/inspect_fodder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/inspect_fodder2.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/cmdline.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/refleak.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/runtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/runtest_mp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/save_env.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/setup.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/libregrtest/utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/list_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/lock_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/make_ssl_certs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mapping_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/memory_watchdog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mock_socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mod_generics_cache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mp_fork_bomb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/mp_preload.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/multibytecodec_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/outstanding_bugs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pickletester.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/profilee.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pyclbr_input.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pydoc_mod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pydocfodder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/pythoninfo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/re_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/regrtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/relimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/reperf.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest_no_docstrings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sample_doctest_no_doctests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/seq_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/signalinterproctester.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sndhdrdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/sortperf.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ssl_servers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/ssltests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/string_tests.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/fd_status.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/input_reader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/qcat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/qgrep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/subprocessdata/sigchild_ignore.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/support/script_helper.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test___all__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test___future__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__locale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__opcode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test__osx_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_abstract_numbers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_aifc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_argparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_array.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asdl_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ast.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncgen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asynchat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/echo3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/functional.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_base_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_buffered_proto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_context.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_pep492.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_proactor_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_queues.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_runners.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_selector_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_sslproto.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_streams.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_tasks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_transports.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_unix_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_windows_events.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/test_windows_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncio/utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_asyncore.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_atexit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_audioop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_augassign.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_base64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_baseexception.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bigaddrspace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bigmem.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binhex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_binop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bisect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_buffer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bufio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_builtin.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bytes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_bz2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_c_locale_coercion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_calendar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_call.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_capi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cgi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cgitb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_charmapcodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_class.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd_line.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cmd_line_script.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_code.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_code_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codeccallbacks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_cn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_hk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_iso2022.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecencodings_tw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_cn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_hk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_jp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_kr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecmaps_tw.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_codeop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_collections.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_colorsys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compare.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_compileall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_complex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_concurrent_futures.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_configparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contains.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_context.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contextlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_contextlib_async.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_copy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_copyreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_coroutines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_cprofile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_crashers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_crypt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_csv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ctypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_curses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dataclasses.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_datetime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_dumb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_gnu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dbm_ndbm.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_decimal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_decorators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_defaultdict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_deque.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_descr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_descrtut.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_devpoll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dict_version.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dictcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dictviews.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_difflib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_distutils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_doctest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_doctest2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_docxmlrpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dtrace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dummy_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dummy_threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dynamic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_dynamicclassattribute.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_eintr.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test__encoded_words.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test__header_value_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_asian_codecs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_contentmanager.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_defect_handling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_email.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_generator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_headerregistry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_inversion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_message.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_pickleable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_policy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/test_utils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_email/torture_test.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_embed.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ensurepip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_enumerate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_eof.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_epoll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_errno.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exception_hierarchy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exception_variations.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_exceptions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_extcall.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_faulthandler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fcntl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_file_eintr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_filecmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fileinput.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fileio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_finalization.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_float.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_flufl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fnmatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fork1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_format.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fractions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_frame.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_frozen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_fstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ftplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_funcattrs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_functools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future4.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_future5.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_generator_stop.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_generators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genericclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genericpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_genexps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getargs2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getopt.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_getpass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gettext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_glob.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_global.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_grammar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_grp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_gzip.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hash.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hashlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_heapq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_hmac.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_html.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_htmlparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_http_cookiejar.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_http_cookies.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_httplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_httpservers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_idle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imaplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imghdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_imp.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/basic.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/basic2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/binding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/binding2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/indirect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/rebinding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpackage.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/circular_imports/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package/submodule.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2/submodule1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_import/data/package2/submodule2.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/abc.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/builtin/test_loader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data01/subdirectory/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/one'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/one/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/two'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data02/two/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion1/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/data03/namespace/portion2/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/extension/test_path_hook.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/frozen/test_loader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test___loader__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test___package__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_caching.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_fromlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_meta_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_packages.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/import_/test_relative_imports.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_file_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_finder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_path_hook.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/source/test_source_encoding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_abc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_api.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_lazy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_locks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_namespace_pkgs.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_open.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_path.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_read.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_resource.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_spec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/test_windows.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata01'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata01/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata02'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_importlib/zipdata02/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_index.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_inspect.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_int.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_int_literal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_io.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ioctl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ipaddress.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_isinstance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_iter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_iterlen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_itertools.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_decode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_default.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_dump.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_encode_basestring_ascii.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_enum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_fail.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_float.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_indent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass1.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_pass3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_recursion.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_scanstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_separators.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_speedups.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_tool.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_json/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_keyword.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_keywordonlyarg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_kqueue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_largefile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_lib2to3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_linecache.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_list.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_listcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_locale.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_logging.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_long.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_longexp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_lzma.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_macpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mailbox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mailcap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_marshal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_math.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_memoryio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_memoryview.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_metaclass.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mimetypes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_minidom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_mmap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_module.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_modulefinder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_msilib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multibytecodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_fork.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_forkserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_main_handling.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_multiprocessing_spawn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_netrc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_nis.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_nntplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_normalization.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ntpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_numeric_tower.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_opcodes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_openpty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_operator.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_optparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ordered_dict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_os.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ossaudiodev.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_osx_env.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_parser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pathlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pdb.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_peepholer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pickle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pickletools.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pipes.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkgimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pkgutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_platform.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_plistlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_poll.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_popen.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_poplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_posix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_posixpath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pow.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pprint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_print.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_profile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_property.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pstats.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pulldom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pwd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_py_compile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pyclbr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pydoc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_pyexpat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_queue.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_quopri.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_raise.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_random.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_range.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_re.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_readline.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_regrtest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_repl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_reprlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_resource.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_richcmp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_rlcompleter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_robotparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_runpy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sax.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sched.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_scope.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_script_helper.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_secrets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_select.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_selectors.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_set.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_setcomps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shelve.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shlex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_shutil.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_signal.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_site.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_slice.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtpd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtplib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_smtpnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sndhdr.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_socket.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_socketserver.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sort.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_source_encoding.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_spwd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sqlite.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ssl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_startfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_stat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_statistics.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strftime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_string.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_string_literals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_stringprep.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strptime.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_strtod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_struct.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_structmembers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_structseq.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_subclassinit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_subprocess.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sunau.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sundry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_super.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_symbol.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_symtable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_syntax.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys_setprofile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sys_settrace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_sysconfig.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_syslog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tarfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tcl.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_telnetlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tempfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_textwrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_thread.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threaded_import.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threadedtempfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threading_local.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_threadsignals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_time.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_timeit.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_timeout.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tokenize.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_fixcid.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_gprof2html.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_i18n.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_md5sum.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_pdeps.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_pindent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_reindent.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_sundry.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tools/test_unparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_trace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_traceback.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tracemalloc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ttk_guionly.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ttk_textonly.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_tuple.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_turtle.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_typechecks.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_typing.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_ucn.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unary.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_file.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_file_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicode_identifiers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unicodedata.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unittest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_univnewlines.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unpack.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_unpack_ex.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2_localnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib2net.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllib_response.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urllibnet.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_urlparse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userdict.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userlist.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_userstring.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_utf8_mode.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_utf8source.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_uu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_uuid.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_venv.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wait3.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wait4.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data/import_warning.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_warnings/data/stacklevel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wave.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_weakref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_weakset.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_webbrowser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winconsoleio.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_winsound.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_with.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_wsgiref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xdrlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_dom_minicompat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_etree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xml_etree_c.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xmlrpc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xmlrpc_net.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_xxtestfuzz.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_yield_from.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipapp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipfile.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipfile64.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipimport.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zipimport_support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/test_zlib.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/testcodec.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tf_inherit_check.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/threaded_import_hangers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/time_hashlib.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/tracedmodules/testmod.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/win_console_handler.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/xmltestdata'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/test/xmltests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/textwrap.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/this.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/threading.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/timeit.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/colorchooser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/commondialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/constants.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/dialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/dnd.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/filedialog.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/font.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/messagebox.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/scrolledtext.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/simpledialog.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/runtktests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/support.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_font.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_images.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_misc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_text.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_variables.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_tkinter/test_widgets.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_extensions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_functions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_style.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/test_ttk/test_widgets.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/test/widget_tests.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/tix.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tkinter/ttk.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/token.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tokenize.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/trace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/traceback.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tracemalloc.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/tty.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtle.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/bytedesign.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/chaos.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/clock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/colormixer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/forest.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/fractalcurves.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/lindenmayer.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/minimal_hanoi.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/nim.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/paint.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/peace.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/penrose.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/planet_and_moon.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/round_dance.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/sorting_animate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/tree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/two_canvases.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/wikipedia.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/turtledemo/yinyang.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/types.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/typing.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/case.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/main.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/mock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/result.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/runner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/signals.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/suite.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/_test_warnings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/dummy.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_assertions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_break.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_case.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_discovery.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_functiontestcase.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_loader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_program.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_result.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_runner.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_setups.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_skipping.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/test_suite.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/__main__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/support.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testcallable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testhelpers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testmagicmethods.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testmock.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testpatch.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testsealable.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testsentinel.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/test/testmock/testwith.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/unittest/util.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/error.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/parse.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/request.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/response.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/urllib/robotparser.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/uu.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/uuid.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/__main__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts/common'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/venv/scripts/posix'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/warnings.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wave.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/weakref.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/webbrowser.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/handlers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/headers.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/simple_server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/util.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/wsgiref/validate.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xdrlib.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/__init__.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/NodeFilter.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/domreg.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/expatbuilder.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/minicompat.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/minidom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/pulldom.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/dom/xmlbuilder.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementInclude.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementPath.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/ElementTree.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/etree/cElementTree.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/parsers/expat.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/_exceptions.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/expatreader.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/handler.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/saxutils.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xml/sax/xmlreader.py'... Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/__init__.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/client.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/xmlrpc/server.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/zipapp.py'... Compiling '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/zipfile.py'... PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -Wi /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py -d /usr/pkg/lib/python3.7/site-packages -f -x badsyntax /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages'... PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -Wi -O /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/compileall.py -d /usr/pkg/lib/python3.7/site-packages -f -x badsyntax /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages Listing '/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/site-packages'... PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -m lib2to3.pgen2.driver /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/Grammar.txt Generating grammar tables from /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/Grammar.txt Writing grammar tables to /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/Grammar3.7.0.final.0.pickle PYTHONPATH=/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7 LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -m lib2to3.pgen2.driver /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/PatternGrammar.txt Generating grammar tables from /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/PatternGrammar.txt Writing grammar tables to /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib2to3/PatternGrammar3.7.0.final.0.pickle LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E ./setup.py install --prefix=/usr/pkg --install-scripts=/usr/pkg/bin --install-platlib=/usr/pkg/lib/python3.7/lib-dynload --root=/root/pkg/work/lang/python37/work/.destdir/ running install running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers Python build finished successfully! The necessary bits to build these optional modules were not found: _gdbm _sqlite3 _tkinter nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time running build_scripts copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pydoc3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/2to3 -> build/scripts-3.7 copying and adjusting /root/pkg/work/lang/python37/work/Python-3.7.0/Tools/scripts/pyvenv -> build/scripts-3.7 changing mode of build/scripts-3.7/pydoc3 from 644 to 755 changing mode of build/scripts-3.7/2to3 from 644 to 755 changing mode of build/scripts-3.7/pyvenv from 644 to 755 renaming build/scripts-3.7/pydoc3 to build/scripts-3.7/pydoc3.7 renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 running install_lib creating /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_heapq.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_sha256.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/array.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_decimal.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_sha3.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/grp.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_posixsubprocess.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_blake2.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_jp.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_multibytecodec.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_cn.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/unicodedata.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_sha512.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_kr.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_crypt.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_random.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/ossaudiodev.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_lsprof.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_hk.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/fcntl.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/audioop.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_iso2022.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_bisect.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_sha1.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/cmath.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_ctypes.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/zlib.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/parser.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/termios.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/math.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_lzma.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_opcode.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_multiprocessing.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/binascii.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_queue.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_asyncio.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_dbm.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_codecs_tw.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/syslog.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_testimportmultiple.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_uuid.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_datetime.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_json.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_ssl.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_csv.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_xxtestfuzz.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload creating /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/__pycache__ copying build/lib.linux-x86_64-3.7/__pycache__/_sysconfigdata_linux.cpython-37.pyc -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/__pycache__ copying build/lib.linux-x86_64-3.7/_testcapi.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_testmultiphase.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/select.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_socket.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_pickle.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/spwd.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_testbuffer.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/resource.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_md5.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_struct.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_ctypes_test.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_hashlib.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/mmap.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_sysconfigdata_linux.py -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_bz2.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload copying build/lib.linux-x86_64-3.7/_contextvars.so -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_heapq.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sha256.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/array.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_decimal.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sha3.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/grp.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_posixsubprocess.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_blake2.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_jp.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_multibytecodec.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_cn.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/unicodedata.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sha512.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_kr.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_crypt.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_random.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/ossaudiodev.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_lsprof.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_hk.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/fcntl.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/audioop.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_iso2022.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_bisect.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sha1.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/cmath.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_ctypes.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/zlib.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/parser.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/termios.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/math.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_lzma.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_opcode.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_multiprocessing.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/binascii.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_queue.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_asyncio.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_dbm.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_codecs_tw.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/syslog.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_testimportmultiple.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_uuid.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_datetime.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_json.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_ssl.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_csv.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_xxtestfuzz.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/__pycache__/_sysconfigdata_linux.cpython-37.pyc to 644 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_testcapi.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_testmultiphase.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/select.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_socket.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_pickle.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/spwd.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_testbuffer.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/resource.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_md5.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_struct.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_ctypes_test.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_hashlib.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/mmap.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sysconfigdata_linux.py to 644 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_bz2.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_contextvars.so to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/ to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/__pycache__ to 755 running install_scripts copying build/scripts-3.7/pydoc3.7 -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin copying build/scripts-3.7/2to3-3.7 -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin copying build/scripts-3.7/pyvenv-3.7 -> /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/pydoc3.7 to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/2to3-3.7 to 755 changing mode of /root/pkg/work/lang/python37/work/.destdir/usr/pkg/bin/pyvenv-3.7 to 755 rm /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/_sysconfigdata_linux.py rm -r /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/__pycache__ Creating directory /usr/pkg/man Creating directory /usr/pkg/man/man1 /usr/bin/install -c -o root -g root -m 644 ./Misc/python.man /root/pkg/work/lang/python37/work/.destdir/usr/pkg/man/man1/python3.7.1 if test "xno" != "xno" ; then case no in upgrade) ensurepip="--altinstall --upgrade" ;; install|*) ensurepip="--altinstall" ;; esac; LD_LIBRARY_PATH=/root/pkg/work/lang/python37/work/Python-3.7.0 ./python -E -m ensurepip $ensurepip --root=/root/pkg/work/lang/python37/work/.destdir/ ; fi => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/nis.so' => Checking file-check results for python37-3.7.0 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /root/pkg/work/lang/python37/work/.destdir/usr/pkg: ERROR: /root/pkg/work/lang/python37/work/.destdir/usr/pkg/lib/python3.7/lib-dynload/nis.so *** Error code 1 Stop. bmake[1]: stopped in /root/pkgsrc/lang/python37 *** Error code 1 Stop. bmake: stopped in /root/pkgsrc/lang/python37 The command '/bin/sh -c . /etc/profile.d/pkgsrc && cd /root/pkgsrc/lang/python37 && bmake install clean clean-depends && cd /root/pkgsrc/devel/py-pip && bmake install clean clean-depends && cd /root/pkgsrc/devel/py-virtualenv && bmake install clean clean-depends' returned a non-zero code: 1 Script done on Mon Oct 15 17:13:35 2018