Script started on Tue Aug 13 22:52:44 2019 Command: sh -c export DEVELOPER=1; make clean; make build && make stage && make package && tar tvJf work/pkg/*.* ===> Cleaning for distcc-3.3.2_1 ===> NOTICE: The distcc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> License GPLv2 accepted by the user ===> distcc-3.3.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by distcc-3.3.2_1 for building ===> Extracting for distcc-3.3.2_1 => SHA256 Checksum OK for distcc-distcc-3.3.2-8600f08_GH0.tar.gz. ===> Patching for distcc-3.3.2_1 ===> Applying FreeBSD patches for distcc-3.3.2_1 ===> distcc-3.3.2_1 depends on file: /usr/local/lib/libiberty.a - found ===> distcc-3.3.2_1 depends on package: autoconf>=2.69 - found ===> distcc-3.3.2_1 depends on package: automake>=1.16.1 - found ===> distcc-3.3.2_1 depends on executable: libtoolize - found ===> distcc-3.3.2_1 depends on executable: gmake - found ===> distcc-3.3.2_1 depends on package: pkgconf>=1.3.0_1 - found ===> distcc-3.3.2_1 depends on file: /usr/local/bin/python3.6 - found ===> distcc-3.3.2_1 depends on shared library: libpopt.so - found (/usr/local/lib/libpopt.so) ===> Configuring for distcc-3.3.2_1 configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for socklen_t... (cached) yes checking if building on Android... no checking whether /usr/local/bin/python3.6 version is >= 3.1... yes checking for /usr/local/bin/python3.6 version... 3.6 checking for /usr/local/bin/python3.6 platform... freebsd11 checking for /usr/local/bin/python3.6 script directory... ${prefix}/lib/python3.6/site-packages checking for /usr/local/bin/python3.6 extension module directory... ${exec_prefix}/lib/python3.6/site-packages checking for 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 configure: Adding gcc options: -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized checking for library containing strerror... none required checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for inline... inline checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking for ctype.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/select.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for resolv.h... (cached) yes checking for float.h... (cached) yes checking mcheck.h usability... no checking mcheck.h presence... no checking for mcheck.h... no checking for alloca.h... (cached) no checking for sys/mman.h... (cached) yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking for elf.h... (cached) yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for in_port_t... (cached) yes checking for in_addr_t... (cached) yes checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing hstrerror... none required checking for library containing inet_aton... none required checking for poptGetContext in -lpopt... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking whether to use included libpopt... no checking for poptGetContext in -lpopt... (cached) yes checking for expandargv in -liberty... yes checking libiberty.h usability... no checking libiberty.h presence... no checking for libiberty.h... no checking libiberty/libiberty.h usability... yes checking libiberty/libiberty.h presence... yes checking for libiberty/libiberty.h... yes checking return type of signal handlers... void checking for getpagesize... (cached) yes checking for sendfile... yes checking for setsid... (cached) yes checking for flock... yes checking for lockf... yes checking for hstrerror... yes checking for strerror... (cached) yes checking for setuid... (cached) yes checking for setreuid... (cached) yes checking for getuid... (cached) yes checking for geteuid... (cached) yes checking for mcheck... no checking for wait4... (cached) yes checking for wait3... (cached) yes checking for waitpid... (cached) yes checking for setgroups... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vasprintf... (cached) yes checking for asprintf... (cached) yes checking for getcwd... (cached) yes checking for getwd... (cached) yes checking for mkdtemp... (cached) yes checking for getrusage... (cached) yes checking for strsignal... (cached) yes checking for gettimeofday... (cached) yes checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking for inet_ntop... (cached) yes checking for inet_ntoa... (cached) yes checking for strndup... (cached) yes checking for strsep... (cached) yes checking for mmap... (cached) yes checking for strlcpy... (cached) yes checking for getloadavg... yes checking for getline... (cached) yes checking for fstatat... (cached) yes checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes checking whether asprintf is declared... yes checking whether strndup is declared... (cached) yes checking if mmap() supports MAP_FAILED... checking for vararg macro support... yes checking for va_copy... yes checking for __va_copy... yes checking for C99 vsnprintf... yes checking for working socketpair... yes checking for struct sockaddr_storage.ss_family... yes ./configure: ACX_PTHREAD: not found configure: creating ./config.status config.status: creating Makefile config.status: creating popt/.stamp-conf config.status: creating lzo/.stamp-conf config.status: creating pump config.status: creating src/config.h gmake[2]: Entering directory '/usr/ports/devel/distcc/work/distcc-8600f08' 'make install' will install distcc as follows: man pages /usr/local/man/man1 documents /usr/local/share/doc/distcc programs /usr/local/bin sbin programs /usr/local/sbin system configuration /usr/local/etc shared data files /usr/local/share/distcc gmake[2]: Leaving directory '/usr/ports/devel/distcc/work/distcc-8600f08' distcc 3.3.2 configured Copyright (C) 2002, 2003, 2004 by Martin Pool Portions Copyright 2005 Google Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. After installing distcc, please complete the survey in the file "survey.txt". ===> Building for distcc-3.3.2_1 gmake[2]: Entering directory '/usr/ports/devel/distcc/work/distcc-8600f08' cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/backoff.o -c src/backoff.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/climasq.o -c src/climasq.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/clinet.o -c src/clinet.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/clirpc.o -c src/clirpc.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/compile.o -c src/compile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/cpp.o -c src/cpp.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/distcc.o -c src/distcc.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/remote.o -c src/remote.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/ssh.o -c src/ssh.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/state.o -c src/state.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/strip.o -c src/strip.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/timefile.o -c src/timefile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/traceenv.o -c src/traceenv.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/include_server_if.o -c src/include_server_if.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/where.o -c src/where.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/emaillog.o -c src/emaillog.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/arg.o -c src/arg.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/argutil.o -c src/argutil.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/cleanup.o -c src/cleanup.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/compress.o -c src/compress.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/trace.o -c src/trace.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/util.o -c src/util.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/io.o -c src/io.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/exec.o -c src/exec.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/rpc.o -c src/rpc.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/tempfile.o -c src/tempfile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/bulk.o -c src/bulk.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/help.o -c src/help.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/filename.o -c src/filename.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/lock.o -c src/lock.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/netutil.o -c src/netutil.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/pump.o -c src/pump.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/sendfile.o -c src/sendfile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/safeguard.o -c src/safeguard.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/snprintf.o -c src/snprintf.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/timeval.o -c src/timeval.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/dotd.o -c src/dotd.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/hosts.o -c src/hosts.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/hostfile.o -c src/hostfile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/implicit.o -c src/implicit.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/loadfile.o -c src/loadfile.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o lzo/minilzo.o -c lzo/minilzo.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/mon.o -c src/mon.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/mon-text.o -c src/mon-text.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/lsdistcc.o -c src/lsdistcc.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/rslave.o -c src/rslave.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/access.o -c src/access.c src/access.c:200:29: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in *' increases required alignment from 1 to 4 [-Wcast-align] value->addr.inet = ((struct sockaddr_in *)res->ai_addr)->sin_addr;  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/access.c:202:30: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 1 to 4 [-Wcast-align] value->addr.inet6 = ((struct sockaddr_in6 *)res->ai_addr)->sin6_addr;  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/access.c:358:42: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in6 *' increases required alignment from 1 to 4 [-Wcast-align] const struct sockaddr_in6 *sa6 = (const struct sockaddr_in6 *)client;  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/daemon.o -c src/daemon.c 3 warnings generated. cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/dopt.o -c src/dopt.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/dparent.o -c src/dparent.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/dsignal.o -c src/dsignal.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/ncpus.o -c src/ncpus.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/prefork.o -c src/prefork.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/stringmap.o -c src/stringmap.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/serve.o -c src/serve.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/setuid.o -c src/setuid.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/srvnet.o -c src/srvnet.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/srvrpc.o -c src/srvrpc.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/stats.o -c src/stats.c cc -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -o src/fix_debug_info.o -c src/fix_debug_info.c if test -z "/usr/local/bin/python3.6"; then \ echo "Not building include-server: No suitable python found"; \ else \ mkdir -p "./_include_server" && \ DISTCC_VERSION="3.3.2" \ SRCDIR="." \ CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings" \ CPPFLAGS="-I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" " \ /usr/local/bin/python3.6 "./include_server/setup.py" \ build \ --build-base="./_include_server" \ --build-temp="./_include_server"; \ fi cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -L/usr/local/lib -fstack-protector-strong -o distcc src/backoff.o src/climasq.o src/clinet.o src/clirpc.o src/compile.o src/cpp.o src/distcc.o src/remote.o src/ssh.o src/state.o src/strip.o src/timefile.o src/traceenv.o src/include_server_if.o src/where.o src/emaillog.o src/arg.o src/argutil.o src/cleanup.o src/compress.o src/trace.o src/util.o src/io.o src/exec.o src/rpc.o src/tempfile.o src/bulk.o src/help.o src/filename.o src/lock.o src/netutil.o src/pump.o src/sendfile.o src/safeguard.o src/snprintf.o src/timeval.o src/dotd.o src/hosts.o src/hostfile.o src/implicit.o src/loadfile.o lzo/minilzo.o -liberty -lpopt -lpopt cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -L/usr/local/lib -fstack-protector-strong -o distccmon-text src/cleanup.o src/filename.o src/io.o src/mon.o src/netutil.o src/argutil.o src/rpc.o src/snprintf.o src/state.o src/tempfile.o src/trace.o src/traceenv.o src/util.o src/mon-text.o -liberty -lpopt -lpopt cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -L/usr/local/lib -fstack-protector-strong -o lsdistcc src/lsdistcc.o src/clinet.o src/io.o src/netutil.o src/trace.o src/util.o src/rslave.o src/snprintf.o lzo/minilzo.o -liberty -lpopt -lpopt cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -L/usr/local/lib -fstack-protector-strong -o distccd src/access.o src/daemon.o src/dopt.o src/dparent.o src/dsignal.o src/ncpus.o src/prefork.o src/stringmap.o src/serve.o src/setuid.o src/srvnet.o src/srvrpc.o src/state.o src/stats.o src/fix_debug_info.o src/arg.o src/argutil.o src/cleanup.o src/compress.o src/trace.o src/util.o src/io.o src/exec.o src/rpc.o src/tempfile.o src/bulk.o src/help.o src/filename.o src/lock.o src/netutil.o src/pump.o src/sendfile.o src/safeguard.o src/snprintf.o src/timeval.o src/dotd.o src/hosts.o src/hostfile.o src/implicit.o src/loadfile.o lzo/minilzo.o -liberty -lpopt -lpopt running build running build_py package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) creating _include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6 creating _include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/mirror_path.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/basics_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/compress_files.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_analyzer_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_server_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_analyzer_memoizing_node.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/macro_eval_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/compiler_defaults.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/cache_basics.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_analyzer.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/parse_file_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_server.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/run.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/mirror_path_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/parse_file.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/setup.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/c_extensions_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/statistics.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/parse_command_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/include_analyzer_memoizing_node_test.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/parse_command.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/basics.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server copying /usr/ports/devel/distcc/work/distcc-8600f08/include_server/macro_eval.py -> ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) running build_ext building 'include_server.distcc_pump_c_extensions' extension creating _include_server/usr creating _include_server/usr/ports creating _include_server/usr/ports/devel creating _include_server/usr/ports/devel/distcc creating _include_server/usr/ports/devel/distcc/work creating _include_server/usr/ports/devel/distcc/work/distcc-8600f08 creating _include_server/usr/ports/devel/distcc/work/distcc-8600f08/src creating _include_server/usr/ports/devel/distcc/work/distcc-8600f08/lzo creating _include_server/usr/ports/devel/distcc/work/distcc-8600f08/include_server creating _include_server/usr/ports/devel/distcc/work/distcc-8600f08/include_server/c_extensions cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/clirpc.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/clirpc.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/clinet.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/clinet.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/state.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/state.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/srvrpc.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/srvrpc.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/pump.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/pump.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/rpc.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/rpc.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/io.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/io.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/include_server_if.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/include_server_if.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/trace.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/trace.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/snprintf.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/snprintf.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/util.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/util.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/tempfile.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/tempfile.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/filename.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/filename.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/bulk.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/bulk.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/sendfile.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/sendfile.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/compress.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/compress.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/argutil.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/argutil.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/cleanup.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/cleanup.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/emaillog.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/emaillog.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/timeval.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/timeval.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/src/netutil.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/netutil.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/lzo/minilzo.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/lzo/minilzo.o cc -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -fPIC -D_GNU_SOURCE=1 -I/usr/local/include -Isrc -I./src -I./lzo -I/usr/local/include/python3.6m -c /usr/ports/devel/distcc/work/distcc-8600f08/include_server/c_extensions/distcc_pump_c_extensions_module.c -o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/include_server/c_extensions/distcc_pump_c_extensions_module.o cc -shared -lpthread -L/usr/local/lib -fstack-protector-strong -L/usr/local/lib -fstack-protector-strong -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings -I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/local/lib -DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/clirpc.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/clinet.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/state.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/srvrpc.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/pump.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/rpc.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/io.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/include_server_if.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/trace.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/snprintf.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/util.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/tempfile.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/filename.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/bulk.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/sendfile.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/compress.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/argutil.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/cleanup.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/emaillog.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/timeval.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/src/netutil.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/lzo/minilzo.o ./_include_server/usr/ports/devel/distcc/work/distcc-8600f08/include_server/c_extensions/distcc_pump_c_extensions_module.o -L/usr/local/lib -lpython3.6m -o ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/distcc_pump_c_extensions.so gmake[2]: Leaving directory '/usr/ports/devel/distcc/work/distcc-8600f08' ===> Staging for distcc-3.3.2_1 ===> distcc-3.3.2_1 depends on file: /usr/local/bin/python3.6 - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users gmake[2]: Entering directory '/usr/ports/devel/distcc/work/distcc-8600f08' 'make install' will install distcc as follows: man pages /usr/ports/devel/distcc/work/stage/usr/local/man/man1 documents /usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc programs /usr/ports/devel/distcc/work/stage/usr/local/bin sbin programs /usr/ports/devel/distcc/work/stage/usr/local/sbin system configuration /usr/ports/devel/distcc/work/stage/usr/local/etc shared data files /usr/ports/devel/distcc/work/stage/usr/local/share/distcc /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc" mkdir /usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc for p in AUTHORS COPYING NEWS README README.pump INSTALL TODO doc/protocol-1.txt doc/status-1.txt doc/protocol-2.txt doc/protocol-3.txt doc/protocol-3-impl.txt doc/protocol-gssapi.txt doc/reporting-bugs.txt survey.txt; do \ install -m 0644 "./$p" "/usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc" || exit 1; \ done /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/man/man1" for p in man/distcc.1 man/distccd.1 man/distccmon-text.1 man/lsdistcc.1 man/pump.1 man/include_server.1; do \ if gzip --help >/dev/null 2>&1; then \ mkdir -p "`dirname $p`"; \ if [ -e "/usr/ports/devel/distcc/work/stage/usr/local/man/man1$p" ]; then rm -fv "/usr/ports/devel/distcc/work/stage/usr/local/man/man1$p"; fi; \ gzip -c "./$p" > "$p.gz"; \ install -m 0644 "$p.gz" "/usr/ports/devel/distcc/work/stage/usr/local/man/man1" || exit 1; \ else \ echo "Warning: no working gzip, installing man pages uncompressed" 1>&2; \ if [ -e "/usr/ports/devel/distcc/work/stage/usr/local/man/man1$p.gz" ]; then rm -fv "/usr/ports/devel/distcc/work/stage/usr/local/man/man1$p.gz"; fi; \ install -m 0644 "./$p" "/usr/ports/devel/distcc/work/stage/usr/local/man/man1" || exit 1; \ fi; \ done echo "path: $PATH" path: /usr/ports/devel/distcc/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/ngie/bin:/home/ngie/git/scratch/profiles/picasso/root/bin:/home/ngie/git/scratch/profiles/picasso/home/ngie/bin:/home/ngie/git/scratch/profiles/base/freebsd/root/bin:/home/ngie/git/scratch/profiles/base/freebsd/home/ngie/bin:/home/ngie/git/scratch/profiles/picasso/root/bin:/home/ngie/git/scratch/profiles/picasso/home/ngie/bin:/home/ngie/git/scratch/profiles/base/freebsd/root/bin:/home/ngie/git/scratch/profiles/base/freebsd/home/ngie/bin ./config.status config.status: creating Makefile config.status: creating popt/.stamp-conf config.status: creating lzo/.stamp-conf config.status: creating pump config.status: creating src/config.h config.status: src/config.h is unchanged touch src/config.h.stamp /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/bin" /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/sbin" for p in distcc distccmon-text lsdistcc ; do \ install -m 555 "$p" "/usr/ports/devel/distcc/work/stage/usr/local/bin" || exit 1; \ done for p in distccd ; do \ install -m 555 "$p" "/usr/ports/devel/distcc/work/stage/usr/local/sbin" || exit 1; \ done if test -z "/usr/local/bin/python3.6"; then \ echo "Not building include-server: No suitable python found"; \ else \ mkdir -p "./_include_server" && \ DISTCC_VERSION="3.3.2" \ SRCDIR="." \ CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings" \ CPPFLAGS="-I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" " \ /usr/local/bin/python3.6 "./include_server/setup.py" \ build \ --build-base="./_include_server" \ --build-temp="./_include_server"; \ fi running build running build_py package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) running build_ext if test -z "/usr/local/bin/python3.6"; then \ echo "Not building install-include-server: No suitable python found"; \ else \ mkdir -p "./_include_server" && \ DESTDIR=`cd "/usr/ports/devel/distcc/work/stage/" && pwd` && \ DISTCC_VERSION="3.3.2" \ SRCDIR="." \ CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-write-strings" \ CPPFLAGS="-I/usr/local/include -DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" " \ /usr/local/bin/python3.6 "./include_server/setup.py" \ build \ --build-base="./_include_server" \ --build-temp="./_include_server" \ install \ --prefix="/usr/local" \ --record="./_include_server/install.log.pre" \ --root="$DESTDIR" \ || exit 1; \ sed -e '/^[^\/]/ s,^,/,' \ -e 's/\r$//' \ "./_include_server/install.log.pre" \ > "./_include_server/install.log"; \ if test -n ""; then \ cp -f "./_include_server/install.log" ""; \ fi; \ /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/bin" && \ INCLUDE_SERVER=`grep '/include_server.py$' "./_include_server/install.log"` && \ sed "s,^include_server='',include_server='$INCLUDE_SERVER'," \ pump > "./_include_server/pump" && \ install -m 555 "./_include_server/pump" "/usr/ports/devel/distcc/work/stage/usr/local/bin"; \ fi running build running build_py package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) running build_ext running install running install_lib creating /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6 creating /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages creating /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_server_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/parse_command_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/compress_files.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/macro_eval_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_analyzer_memoizing_node_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/c_extensions_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/parse_command.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_analyzer_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/statistics.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/macro_eval.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/mirror_path_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/distcc_pump_c_extensions.so -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_analyzer.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_server.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/cache_basics.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/setup.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/mirror_path.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/parse_file_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/basics_test.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/basics.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/parse_file.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/run.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/compiler_defaults.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server copying ./_include_server/lib.freebsd-11.2-RELEASE-p10-amd64-3.6/include_server/include_analyzer_memoizing_node.py -> /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_server_test.py to include_server_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/parse_command_test.py to parse_command_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/compress_files.py to compress_files.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/macro_eval_test.py to macro_eval_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_analyzer_memoizing_node_test.py to include_analyzer_memoizing_node_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/c_extensions_test.py to c_extensions_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/parse_command.py to parse_command.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_analyzer_test.py to include_analyzer_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/statistics.py to statistics.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/macro_eval.py to macro_eval.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/mirror_path_test.py to mirror_path_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_analyzer.py to include_analyzer.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_server.py to include_server.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/cache_basics.py to cache_basics.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/setup.py to setup.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/mirror_path.py to mirror_path.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/parse_file_test.py to parse_file_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/basics_test.py to basics_test.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/basics.py to basics.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/parse_file.py to parse_file.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/run.py to run.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/compiler_defaults.py to compiler_defaults.cpython-36.pyc byte-compiling /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server/include_analyzer_memoizing_node.py to include_analyzer_memoizing_node.cpython-36.pyc running install_egg_info Writing /usr/ports/devel/distcc/work/stage/usr/local/lib/python3.6/site-packages/include_server-3.3.2-py3.6.egg-info package init file '/usr/ports/devel/distcc/work/distcc-8600f08/include_server/__init__.py' not found (or not a regular file) writing list of installed files to './_include_server/install.log.pre' /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc/example" mkdir /usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc/example for p in doc/example/README doc/example/default doc/example/hosts.allow doc/example/services doc/example/init doc/example/init-suse doc/example/logrotate doc/example/xinetd ; do \ install -m 0644 "./$p" "/usr/ports/devel/distcc/work/stage/usr/local/share/doc/distcc/example" || exit 1; \ done /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/etc/distcc" mkdir /usr/ports/devel/distcc/work/stage/usr/local/etc/distcc /bin/sh ./mkinstalldirs "/usr/ports/devel/distcc/work/stage/usr/local/etc/default" mkdir /usr/ports/devel/distcc/work/stage/usr/local/etc/default install -m 0644 ./packaging/RedHat/conf/hosts /usr/ports/devel/distcc/work/stage/usr/local/etc/distcc/hosts install -m 0644 ./packaging/RedHat/conf/clients.allow /usr/ports/devel/distcc/work/stage/usr/local/etc/distcc/clients.allow install -m 0644 ./packaging/RedHat/conf/commands.allow.sh /usr/ports/devel/distcc/work/stage/usr/local/etc/distcc/commands.allow.sh install -m 0644 ./packaging/RedHat/default/distcc /usr/ports/devel/distcc/work/stage/usr/local/etc/default/distcc gmake[2]: Leaving directory '/usr/ports/devel/distcc/work/distcc-8600f08' ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) ===> Building package for distcc-3.3.2_1 -rw-r--r-- 0 root wheel 3236 Dec 31 1969 +COMPACT_MANIFEST -rw-r--r-- 0 root wheel 10432 Dec 31 1969 +MANIFEST -r-xr-xr-x 0 root wheel 132037 Aug 13 22:52 /usr/local/bin/distcc -r-xr-xr-x 0 root wheel 53527 Aug 13 22:52 /usr/local/bin/distccmon-text -r-xr-xr-x 0 root wheel 64607 Aug 13 22:52 /usr/local/bin/lsdistcc -r-xr-xr-x 0 root wheel 19856 Aug 13 22:52 /usr/local/bin/pump hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/CC link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/c++ link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/cc link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++ link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++34 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++42 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++43 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++44 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++45 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++46 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++47 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++48 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++49 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/g++5 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc34 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc42 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc43 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc44 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc45 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc46 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc47 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc48 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc49 link to /usr/local/bin/distcc hr-xr-xr-x 0 root wheel 0 Aug 13 22:52 /usr/local/libexec/distcc/gcc5 link to /usr/local/bin/distcc -rw-r--r-- 0 root wheel 13659 Aug 13 22:52 /usr/local/man/man1/distcc.1.gz -rw-r--r-- 0 root wheel 5092 Aug 13 22:52 /usr/local/man/man1/distccd.1.gz -rw-r--r-- 0 root wheel 905 Aug 13 22:52 /usr/local/man/man1/distccmon-text.1.gz -rw-r--r-- 0 root wheel 5419 Aug 13 22:52 /usr/local/man/man1/include_server.1.gz -rw-r--r-- 0 root wheel 2156 Aug 13 22:52 /usr/local/man/man1/pump.1.gz -r-xr-xr-x 0 root wheel 134257 Aug 13 22:52 /usr/local/sbin/distccd -rw-r--r-- 0 root wheel 283 Aug 13 22:52 /usr/local/share/doc/distcc/AUTHORS -rw-r--r-- 0 root wheel 10914 Aug 13 22:52 /usr/local/share/doc/distcc/INSTALL -rw-r--r-- 0 root wheel 70412 Aug 13 22:52 /usr/local/share/doc/distcc/NEWS -rw-r--r-- 0 root wheel 2592 Aug 13 22:52 /usr/local/share/doc/distcc/README -rw-r--r-- 0 root wheel 6530 Aug 13 22:52 /usr/local/share/doc/distcc/protocol-1.txt -rw-r--r-- 0 root wheel 1712 Aug 13 22:52 /usr/local/share/doc/distcc/status-1.txt -rw-r--r-- 0 root wheel 1234 Aug 13 22:52 /usr/local/share/doc/distcc/protocol-2.txt -rw-r--r-- 0 root wheel 3116 Aug 13 22:52 /usr/local/share/doc/distcc/reporting-bugs.txt -rw-r--r-- 0 root wheel 292 Aug 13 22:52 /usr/local/lib/python3.6/site-packages/include_server-3.3.2-py3.6.egg-info -rwxr-xr-x 0 root wheel 99890 Aug 13 22:52 /usr/local/lib/python3.6/site-packages/include_server/distcc_pump_c_extensions.so -rw-r--r-- 0 root wheel 27175 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_server.py -rw-r--r-- 0 root wheel 6031 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_server_test.py -rw-r--r-- 0 root wheel 19929 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_analyzer_test.py -rw-r--r-- 0 root wheel 8469 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_analyzer_memoizing_node_test.py -rw-r--r-- 0 root wheel 26727 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_analyzer_memoizing_node.py -rw-r--r-- 0 root wheel 17044 Jul 26 2018 /usr/local/lib/python3.6/site-packages/include_server/include_analyzer.py -rw-r--r-- 0 root wheel 221 Aug 13 22:52 /usr/local/share/licenses/distcc-3.3.2_1/catalog.mk -rw-r--r-- 0 root wheel 81 Aug 13 22:52 /usr/local/share/licenses/distcc-3.3.2_1/LICENSE -rw-r--r-- 0 root wheel 17992 Aug 13 22:52 /usr/local/share/licenses/distcc-3.3.2_1/GPLv2 -r-xr-xr-x 0 root wheel 1195 Aug 13 22:52 /usr/local/etc/rc.d/distccd Command exit status: 0 Script done on Tue Aug 13 22:52:52 2019