| 1 | ~ $ sudo port -vu install distcc |
|---|
| 2 | ---> Computing dependencies for distcc. |
|---|
| 3 | ---> Fetching distcc |
|---|
| 4 | ---> Verifying checksum(s) for distcc |
|---|
| 5 | ---> Checksumming distcc-3.1.tar.bz2 |
|---|
| 6 | ---> Extracting distcc |
|---|
| 7 | ---> Extracting distcc-3.1.tar.bz2 |
|---|
| 8 | ---> Configuring distcc |
|---|
| 9 | checking build system type... i386-apple-darwin10.0.0 |
|---|
| 10 | checking host system type... i386-apple-darwin10.0.0 |
|---|
| 11 | checking for gcc... ccache /usr/bin/gcc-4.2 |
|---|
| 12 | checking for C compiler default output file name... a.out |
|---|
| 13 | checking whether the C compiler works... yes |
|---|
| 14 | checking whether we are cross compiling... no |
|---|
| 15 | checking for suffix of executables... |
|---|
| 16 | checking for suffix of object files... o |
|---|
| 17 | checking whether we are using the GNU C compiler... yes |
|---|
| 18 | checking whether ccache /usr/bin/gcc-4.2 accepts -g... yes |
|---|
| 19 | checking for ccache /usr/bin/gcc-4.2 option to accept ANSI C... none needed |
|---|
| 20 | checking for socklen_t... yes |
|---|
| 21 | checking for gcc... (cached) ccache /usr/bin/gcc-4.2 |
|---|
| 22 | checking whether we are using the GNU C compiler... (cached) yes |
|---|
| 23 | checking whether ccache /usr/bin/gcc-4.2 accepts -g... (cached) yes |
|---|
| 24 | checking for ccache /usr/bin/gcc-4.2 option to accept ANSI C... (cached) none needed |
|---|
| 25 | configure: Adding gcc options: -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized |
|---|
| 26 | checking for strerror in -lcposix... no |
|---|
| 27 | checking whether make sets $(MAKE)... yes |
|---|
| 28 | checking for a BSD-compatible install... /usr/bin/install -c |
|---|
| 29 | checking for python2.5... /usr/bin/python2.5 |
|---|
| 30 | checking for inline... inline |
|---|
| 31 | checking whether byte ordering is bigendian... no |
|---|
| 32 | checking how to run the C preprocessor... ccache /usr/bin/gcc-4.2 -E |
|---|
| 33 | checking for egrep... grep -E |
|---|
| 34 | checking for ANSI C header files... yes |
|---|
| 35 | checking for sys/types.h... yes |
|---|
| 36 | checking for sys/stat.h... yes |
|---|
| 37 | checking for stdlib.h... yes |
|---|
| 38 | checking for string.h... yes |
|---|
| 39 | checking for memory.h... yes |
|---|
| 40 | checking for strings.h... yes |
|---|
| 41 | checking for inttypes.h... yes |
|---|
| 42 | checking for stdint.h... yes |
|---|
| 43 | checking for unistd.h... yes |
|---|
| 44 | checking for unistd.h... (cached) yes |
|---|
| 45 | checking for sys/types.h... (cached) yes |
|---|
| 46 | checking sys/sendfile.h usability... no |
|---|
| 47 | checking sys/sendfile.h presence... no |
|---|
| 48 | checking for sys/sendfile.h... no |
|---|
| 49 | checking sys/signal.h usability... yes |
|---|
| 50 | checking sys/signal.h presence... yes |
|---|
| 51 | checking for sys/signal.h... yes |
|---|
| 52 | checking ctype.h usability... yes |
|---|
| 53 | checking ctype.h presence... yes |
|---|
| 54 | checking for ctype.h... yes |
|---|
| 55 | checking sys/resource.h usability... yes |
|---|
| 56 | checking sys/resource.h presence... yes |
|---|
| 57 | checking for sys/resource.h... yes |
|---|
| 58 | checking sys/socket.h usability... yes |
|---|
| 59 | checking sys/socket.h presence... yes |
|---|
| 60 | checking for sys/socket.h... yes |
|---|
| 61 | checking sys/select.h usability... yes |
|---|
| 62 | checking sys/select.h presence... yes |
|---|
| 63 | checking for sys/select.h... yes |
|---|
| 64 | checking for netinet/in.h... yes |
|---|
| 65 | checking for arpa/nameser.h... yes |
|---|
| 66 | checking for resolv.h... yes |
|---|
| 67 | checking float.h usability... yes |
|---|
| 68 | checking float.h presence... yes |
|---|
| 69 | checking for float.h... yes |
|---|
| 70 | checking mcheck.h usability... no |
|---|
| 71 | checking mcheck.h presence... no |
|---|
| 72 | checking for mcheck.h... no |
|---|
| 73 | checking alloca.h usability... yes |
|---|
| 74 | checking alloca.h presence... yes |
|---|
| 75 | checking for alloca.h... yes |
|---|
| 76 | checking sys/mman.h usability... yes |
|---|
| 77 | checking sys/mman.h presence... yes |
|---|
| 78 | checking for sys/mman.h... yes |
|---|
| 79 | checking sys/loadavg.h usability... no |
|---|
| 80 | checking sys/loadavg.h presence... no |
|---|
| 81 | checking for sys/loadavg.h... no |
|---|
| 82 | checking elf.h usability... no |
|---|
| 83 | checking elf.h presence... no |
|---|
| 84 | checking for elf.h... no |
|---|
| 85 | checking fnmatch.h usability... yes |
|---|
| 86 | checking fnmatch.h presence... yes |
|---|
| 87 | checking for fnmatch.h... yes |
|---|
| 88 | checking for in_port_t... yes |
|---|
| 89 | checking for in_addr_t... yes |
|---|
| 90 | checking for library containing gethostent... none required |
|---|
| 91 | checking for library containing setsockopt... none required |
|---|
| 92 | checking for library containing hstrerror... none required |
|---|
| 93 | checking for library containing inet_aton... none required |
|---|
| 94 | checking popt.h usability... yes |
|---|
| 95 | checking popt.h presence... yes |
|---|
| 96 | checking for popt.h... yes |
|---|
| 97 | checking whether to use included libpopt... no |
|---|
| 98 | checking return type of signal handlers... void |
|---|
| 99 | checking for getpagesize... yes |
|---|
| 100 | checking for sendfile... yes |
|---|
| 101 | checking for setsid... yes |
|---|
| 102 | checking for flock... yes |
|---|
| 103 | checking for lockf... yes |
|---|
| 104 | checking for hstrerror... yes |
|---|
| 105 | checking for strerror... yes |
|---|
| 106 | checking for setuid... yes |
|---|
| 107 | checking for setreuid... yes |
|---|
| 108 | checking for getuid... yes |
|---|
| 109 | checking for geteuid... yes |
|---|
| 110 | checking for mcheck... no |
|---|
| 111 | checking for wait4... yes |
|---|
| 112 | checking for wait3... yes |
|---|
| 113 | checking for waitpid... yes |
|---|
| 114 | checking for setgroups... yes |
|---|
| 115 | checking for snprintf... yes |
|---|
| 116 | checking for vsnprintf... yes |
|---|
| 117 | checking for vasprintf... yes |
|---|
| 118 | checking for asprintf... yes |
|---|
| 119 | checking for getcwd... yes |
|---|
| 120 | checking for getwd... yes |
|---|
| 121 | checking for mkdtemp... yes |
|---|
| 122 | checking for getrusage... yes |
|---|
| 123 | checking for strsignal... yes |
|---|
| 124 | checking for gettimeofday... yes |
|---|
| 125 | checking for getaddrinfo... yes |
|---|
| 126 | checking for getnameinfo... yes |
|---|
| 127 | checking for inet_ntop... yes |
|---|
| 128 | checking for inet_ntoa... yes |
|---|
| 129 | checking for strndup... no |
|---|
| 130 | checking for strsep... yes |
|---|
| 131 | checking for mmap... yes |
|---|
| 132 | checking for strlcpy... yes |
|---|
| 133 | checking for getloadavg... yes |
|---|
| 134 | checking whether snprintf is declared... yes |
|---|
| 135 | checking whether vsnprintf is declared... yes |
|---|
| 136 | checking whether vasprintf is declared... yes |
|---|
| 137 | checking whether asprintf is declared... yes |
|---|
| 138 | checking whether strndup is declared... no |
|---|
| 139 | checking if mmap() supports MAP_FAILED... |
|---|
| 140 | checking for vararg macro support... yes |
|---|
| 141 | checking for va_copy... yes |
|---|
| 142 | checking for __va_copy... yes |
|---|
| 143 | checking for C99 vsnprintf... yes |
|---|
| 144 | checking for working socketpair... yes |
|---|
| 145 | checking for struct sockaddr_storage.ss_family... yes |
|---|
| 146 | checking for the pthreads library -lpthreads... no |
|---|
| 147 | checking whether pthreads work without any flags... yes |
|---|
| 148 | checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE |
|---|
| 149 | checking if more special flags are required for pthreads... -D_THREAD_SAFE |
|---|
| 150 | checking whether to check for GCC pthread/shared inconsistencies... no |
|---|
| 151 | configure: creating ./config.status |
|---|
| 152 | config.status: creating Makefile |
|---|
| 153 | config.status: creating popt/.stamp-conf |
|---|
| 154 | config.status: creating lzo/.stamp-conf |
|---|
| 155 | config.status: creating pump |
|---|
| 156 | config.status: creating src/config.h |
|---|
| 157 | |
|---|
| 158 | 'make install' will install distcc as follows: |
|---|
| 159 | man pages /opt/local/share/man/man1 |
|---|
| 160 | documents /opt/local/share/doc/distcc |
|---|
| 161 | programs /opt/local/bin |
|---|
| 162 | system configuration /opt/local/etc |
|---|
| 163 | shared data files /opt/local/share/distcc |
|---|
| 164 | |
|---|
| 165 | |
|---|
| 166 | distcc 3.1 configured |
|---|
| 167 | |
|---|
| 168 | Copyright (C) 2002, 2003, 2004 by Martin Pool <mbp@samba.org> |
|---|
| 169 | Portions Copyright 2005 Google Inc. |
|---|
| 170 | |
|---|
| 171 | This program is free software; you can redistribute it and/or |
|---|
| 172 | modify it under the terms of the GNU General Public License |
|---|
| 173 | as published by the Free Software Foundation; either version 2 |
|---|
| 174 | of the License, or (at your option) any later version. |
|---|
| 175 | |
|---|
| 176 | This program is distributed in the hope that it will be useful, |
|---|
| 177 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 178 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 179 | GNU General Public License for more details. |
|---|
| 180 | |
|---|
| 181 | You should have received a copy of the GNU General Public License |
|---|
| 182 | along with this program; if not, write to the Free Software |
|---|
| 183 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
|---|
| 184 | USA. |
|---|
| 185 | |
|---|
| 186 | After installing distcc, please complete the survey in the file "survey.txt". |
|---|
| 187 | |
|---|
| 188 | ---> Building distcc |
|---|
| 189 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/backoff.o -c src/backoff.c |
|---|
| 190 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/climasq.o -c src/climasq.c |
|---|
| 191 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/clinet.o -c src/clinet.c |
|---|
| 192 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/clirpc.o -c src/clirpc.c |
|---|
| 193 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/compile.o -c src/compile.c |
|---|
| 194 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/cpp.o -c src/cpp.c |
|---|
| 195 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/distcc.o -c src/distcc.c |
|---|
| 196 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/remote.o -c src/remote.c |
|---|
| 197 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/ssh.o -c src/ssh.c |
|---|
| 198 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/state.o -c src/state.c |
|---|
| 199 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/strip.o -c src/strip.c |
|---|
| 200 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/timefile.o -c src/timefile.c |
|---|
| 201 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/traceenv.o -c src/traceenv.c |
|---|
| 202 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/include_server_if.o -c src/include_server_if.c |
|---|
| 203 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/where.o -c src/where.c |
|---|
| 204 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/emaillog.o -c src/emaillog.c |
|---|
| 205 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/arg.o -c src/arg.c |
|---|
| 206 | In file included from src/emaillog.c:37: |
|---|
| 207 | src/snprintf.h:30: error: expected declaration specifiers or '...' before numeric constant |
|---|
| 208 | src/snprintf.h:30: error: expected declaration specifiers or '...' before '__builtin_object_size' |
|---|
| 209 | cc1: warnings being treated as errors |
|---|
| 210 | src/snprintf.h:30: warning: conflicting types for built-in function '__builtin___snprintf_chk' |
|---|
| 211 | src/snprintf.h:37: error: expected declaration specifiers or '...' before numeric constant |
|---|
| 212 | src/snprintf.h:37: error: expected declaration specifiers or '...' before '__builtin_object_size' |
|---|
| 213 | src/snprintf.h:37: warning: conflicting types for built-in function '__builtin___vsnprintf_chk' |
|---|
| 214 | make: *** [src/emaillog.o] Error 1 |
|---|
| 215 | make: *** Waiting for unfinished jobs.... |
|---|
| 216 | Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_distcc/work/distcc-3.1" && /usr/bin/make -j2 all " returned error 2 |
|---|
| 217 | Command output: ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/backoff.o -c src/backoff.c |
|---|
| 218 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/climasq.o -c src/climasq.c |
|---|
| 219 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/clinet.o -c src/clinet.c |
|---|
| 220 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/clirpc.o -c src/clirpc.c |
|---|
| 221 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/compile.o -c src/compile.c |
|---|
| 222 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/cpp.o -c src/cpp.c |
|---|
| 223 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/distcc.o -c src/distcc.c |
|---|
| 224 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/remote.o -c src/remote.c |
|---|
| 225 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/ssh.o -c src/ssh.c |
|---|
| 226 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/state.o -c src/state.c |
|---|
| 227 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/strip.o -c src/strip.c |
|---|
| 228 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/timefile.o -c src/timefile.c |
|---|
| 229 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/traceenv.o -c src/traceenv.c |
|---|
| 230 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/include_server_if.o -c src/include_server_if.c |
|---|
| 231 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/where.o -c src/where.c |
|---|
| 232 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/emaillog.o -c src/emaillog.c |
|---|
| 233 | ccache /usr/bin/gcc-4.2 -I/opt/local/include -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/opt/local/etc\"" -DPKGDATADIR="\"/opt/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" -Werror -O2 -arch x86_64 -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized -D_THREAD_SAFE -o src/arg.o -c src/arg.c |
|---|
| 234 | In file included from src/emaillog.c:37: |
|---|
| 235 | src/snprintf.h:30: error: expected declaration specifiers or '...' before numeric constant |
|---|
| 236 | src/snprintf.h:30: error: expected declaration specifiers or '...' before '__builtin_object_size' |
|---|
| 237 | cc1: warnings being treated as errors |
|---|
| 238 | src/snprintf.h:30: warning: conflicting types for built-in function '__builtin___snprintf_chk' |
|---|
| 239 | src/snprintf.h:37: error: expected declaration specifiers or '...' before numeric constant |
|---|
| 240 | src/snprintf.h:37: error: expected declaration specifiers or '...' before '__builtin_object_size' |
|---|
| 241 | src/snprintf.h:37: warning: conflicting types for built-in function '__builtin___vsnprintf_chk' |
|---|
| 242 | make: *** [src/emaillog.o] Error 1 |
|---|
| 243 | make: *** Waiting for unfinished jobs.... |
|---|
| 244 | |
|---|
| 245 | Warning: the following items did not execute (for distcc): org.macports.activate org.macports.build org.macports.destroot org.macports.install |
|---|
| 246 | Error: Status 1 encountered during processing. |
|---|