Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 12:37:31 +0200 (CEST)
From:      freebsd@nagilum.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        adrian@FreeBSD.org
Subject:   ports/172139: www/squid31
Message-ID:  <20120928103731.51FB16795B@cakebox.homeunix.net>
Resent-Message-ID: <201209281040.q8SAe23u010837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172139
>Category:       ports
>Synopsis:       www/squid31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 10:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r240553M: Tue Sep 18 00:11:57 CEST 2012 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386

>Description:
	squid 3.1.21 fails to build due to include issues:

configure:21386: result: no
configure:21386: checking for netinet/ip_icmp.h
configure:21386: c++ -c -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -I/usr/local/include  conftest.cpp >&5
In file included from conftest.cpp:208:
/usr/include/netinet/ip_compat.h:989:27: error: machine/spl.h: Datei oder Verzeichnis nicht gefunden
configure:21386: $? = 1

	I'm not sure if this is really squid's fault.
	The reason for this is in ip_compat.h:

  988 # if __FreeBSD_version < 300000
  989 #  include <machine/spl.h>
  990 # else

	IMHO /usr/include/netinet/ip_compat.h shouldn't use __FreeBSD_version
	without ensuring <sys/param.h> is included. I tried adding:

#ifndef __FreeBSD_version
# include <sys/param.h>
#endif
	to /usr/include/netinet/ip_compat.h but that only resulted in
	a different error during configure:

In file included from /usr/include/netinet/ip_compat.h:933,
                 from conftest.cpp:208:
/usr/include/net/if_var.h:130: error: 'IFNAMSIZ' was not declared in this scope
/usr/include/net/if_var.h:156: error: field 'if_data' has incomplete type
/usr/include/net/if_var.h:741: error: field 'if_data' has incomplete type

	I didn't want to go further down that rabbit hole.

>How-To-Repeat:
	build /export/ports/www/squid31 version 3.1.21 on 10.0-CURRENT

>Fix:

	Manually set HAVE_NETINET_IP_ICMP_H in include/autoconf.h.in
	after configure stage.

--- include/autoconf.h.orig     2012-09-28 11:39:30.000000000 +0200
+++ include/autoconf.h  2012-09-28 11:42:17.000000000 +0200
@@ -504,7 +504,7 @@
 #define HAVE_NETINET_IP_H 1
 
 /* Define to 1 if you have the <netinet/ip_icmp.h> header file. */
-/* #undef HAVE_NETINET_IP_ICMP_H */
+#define HAVE_NETINET_IP_ICMP_H 1
 
 /* Define to 1 if you have the <netinet/ip_nat.h> header file. */
 /* #undef HAVE_NETINET_IP_NAT_H */


--- build.log begins here ---
Script started on Fri Sep 28 10:23:53 2012
[root@cakebox ~]# idprio 31 portupgrade squid-3.1.20
--->  Upgrading 'squid-3.1.20' to 'squid-3.1.21' (www/squid31)
--->  Building '/usr/ports/www/squid31'
===>  Cleaning for squid-3.1.21
===>  Found saved configuration for squid-3.1.20
===>  Extracting for squid-3.1.21
=> SHA256 Checksum OK for squid3.1/squid-3.1.21.tar.bz2.
===>   squid-3.1.21 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Patching for squid-3.1.21
===>   squid-3.1.21 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Applying distribution patches for squid-3.1.21
===>  Applying FreeBSD patches for squid-3.1.21
===>   squid-3.1.21 depends on file: /usr/local/lib/libcrypto.so.8 - found
===>   squid-3.1.21 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Configuring for squid-3.1.21
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/acinclude.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/aclocal.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/configure
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/lib/libTrie/acinclude.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/lib/libTrie/aclocal.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/lib/libTrie/configure
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/libltdl/m4/libtool.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/libltdl/aclocal.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/libltdl/configure
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/helpers/negotiate_auth/squid_kerb_auth/aclocal.m4
===>   FreeBSD 10 autotools fix applied to /var/tmp/export/ports/www/squid31/work/squid-3.1.21/helpers/negotiate_auth/squid_kerb_auth/configure
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking build system type... i386-portbld-freebsd10.0
checking host system type... i386-portbld-freebsd10.0
checking simplified host os... freebsd (version 10.0)
checking whether to use loadable modules... no, explicitly
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.0 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.0 ld.so
checking how to hardcode library paths into programs... immediate
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers... 
checking where to find libltdl library... -lltdl
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for library containing dlopen... (cached) none required
checking for dlerror... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... (cached) no
checking for ranlib... (cached) ranlib
checking whether compiler accepts -fhuge-objects... no
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking for aio_read in -lrt... yes
configure: Native POSIX AIO support detected.
configure: Enabling AIO DiskIO module
configure: Enabling Blocking DiskIO module
configure: Enabling DiskDaemon DiskIO module
checking for main in -lpthread... yes
configure: Enabling DiskThreads DiskIO module
configure: IO Modules built:  AIO Blocking DiskDaemon DiskThreads
configure: Store modules built:  ufs diskd aufs
configure: Removal policies built: lru heap
configure: ICMP enabled
checking whether to support eCAP... no, explicitly
configure: Web Cache Coordination Protocol disabled
configure: SNMP monitoring disabled
configure: SSL gatewaying using OpenSSL enabled
configure: Using OpenSSL MD5 implementation
configure: Cache Disgests enabled
configure: WARNING: Forcing kqueue() to be enabled
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
configure: WARNING: Forcing epoll() to be disabled
checking for ioctl... yes
checking for write... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking if /dev/poll works... no
configure: PF Transparent Proxy enabled
configure: Auth scheme modules built: basic digest negotiate ntlm
configure: Basic auth helpers built: DB NCSA PAM MSNT SMB squid_radius_auth
configure: NTLM auth helpers built: smb_lm
configure: Digest auth helpers built: password
configure: External acl helpers built: ip_user session unix_group wbinfo_group
configure: unlinkd enabled
checking for cppunit-config... false
configure: WARNING: cppunit does not appear to be installed. squid does not require this, but code testing with 'make check' will fail.
checking how to run the C preprocessor... cpp
checking whether ln -s works... yes
checking for sh... /bin/sh
checking for false... /usr/bin/false
checking for true... /usr/bin/true
checking for mv... /bin/mv
checking for mkdir... /bin/mkdir
checking for ln... /bin/ln
checking for chmod... /bin/chmod
checking for rm... /bin/rm
checking for egrep... (cached) /usr/bin/grep -E
checking for perl... /usr/bin/perl
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking cstdarg usability... yes
checking cstdarg presence... yes
checking for cstdarg... yes
checking cstring usability... yes
checking cstring presence... yes
checking for cstring... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking gnumalloc.h usability... no
checking gnumalloc.h presence... no
checking for gnumalloc.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking iosfwd usability... yes
checking iosfwd presence... yes
checking for iosfwd... yes
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking ip_compat.h usability... no
checking ip_compat.h presence... no
checking for ip_compat.h... no
checking ip_fil_compat.h usability... no
checking ip_fil_compat.h presence... no
checking for ip_fil_compat.h... no
checking ip_fil.h usability... no
checking ip_fil.h presence... no
checking for ip_fil.h... no
checking ip_nat.h usability... no
checking ip_nat.h presence... no
checking for ip_nat.h... no
checking ipl.h usability... no
checking ipl.h presence... no
checking for ipl.h... no
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking limits usability... yes
checking limits presence... yes
checking for limits... yes
checking linux/posix_types.h usability... no
checking linux/posix_types.h presence... no
checking for linux/posix_types.h... no
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking list usability... yes
checking list presence... yes
checking for list... yes
checking machine/byte_swap.h usability... no
checking machine/byte_swap.h presence... no
checking for machine/byte_swap.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking map usability... yes
checking map presence... yes
checking for map... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for memory.h... (cached) yes
checking memory usability... yes
checking memory presence... yes
checking for memory... yes
checking mount.h usability... no
checking mount.h presence... no
checking for mount.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/ip_fil_compat.h usability... no
checking netinet/ip_fil_compat.h presence... no
checking for netinet/ip_fil_compat.h... no
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/txt_db.h usability... yes
checking openssl/txt_db.h presence... yes
checking for openssl/txt_db.h... yes
checking openssl/x509v3.h usability... yes
checking openssl/x509v3.h presence... yes
checking for openssl/x509v3.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking ostream usability... yes
checking ostream presence... yes
checking for ostream... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdexcept usability... yes
checking stdexcept presence... yes
checking for stdexcept... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/md5.h usability... yes
checking sys/md5.h presence... yes
checking for sys/md5.h... yes
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking glib.h usability... no
checking glib.h presence... no
checking for glib.h... no
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for grp.h... (cached) yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking db_185.h usability... no
checking db_185.h presence... no
checking for db_185.h... no
checking for linux/netfilter_ipv4.h... no
checking for linux/netfilter_ipv4/ip_tproxy.h... no
checking for net/if.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/icmp6.h... yes
checking for netinet/in.h... (cached) yes
checking for netinet/ip.h... yes
checking for netinet/ip6.h... yes
checking for netinet/ip_compat.h... yes
checking for netinet/ip_fil_compat.h... (cached) no
checking for netinet/ip_fil.h... no
checking for netinet/ip_icmp.h... no
checking for netinet/ipl.h... no
checking for netinet/ip_nat.h... no
checking for net/pf/pfvar.h... no
checking for net/pfvar.h... no
checking for sys/mount.h... no
checking for resolv.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking for struct mallinfo... no
checking for struct mallinfo.mxfast... no
checking for struct rusage... yes
checking for struct iphdr.ip_hl... yes
checking size of void *... 4
checking for int8_t... yes
checking size of int8_t... 1
checking for char... yes
checking size of char... 1
checking for u_int8_t... yes
checking size of u_int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for u_int16_t... yes
checking size of u_int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for long... yes
checking size of long... 4
checking for u_int32_t... yes
checking size of u_int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for __int64... no
checking for long long... yes
checking size of long long... 8
checking for u_int64_t... yes
checking size of u_int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking size of off_t... 8
checking size of size_t... 4
checking for pad128_t... no
checking for upad128_t... no
checking for pid_t... yes
checking for size_t... yes
checking size of size_t... (cached) 4
checking for ssize_t... yes
checking for off_t... yes
checking size of off_t... (cached) 8
checking for mode_t... yes
checking for fd_mask... yes
checking for uchar... no
checking for size_t... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for socklen_t... yes
checking for cap_clear_flag in -lcap... no
checking for mtyp_t... no
checking for library containing gethostbyname... none required
checking for library containing res_init... none required
checking for library containing bind... none required
checking for library containing opcom_stack_trace... no
checking for library containing strlcpy... none required
checking for library containing yp_match... no
checking for unix domain sockets... yes
checking for main in -lgnumalloc... no
configure: skipping libmalloc check for i386-portbld-freebsd10.0
checking for main in -lregex... no
checking for library containing rint... -lm
checking for library containing log... none required
checking whether to enable IPv6... yes
checking for sin6_len field in struct sockaddr_in6... yes
checking for ss_len field in struct sockaddr_storage... yes
checking for sin_len field in struct sockaddr_in... yes
checking for crypt in -lcrypt... yes
checking for MD5Init in -lmd5... yes
checking for main in -llber... yes
checking whether dbopen is declared... yes
checking if dbopen needs -ldb... no
checking for backtrace_symbols_fd... no
checking for bcopy... yes
checking for bswap_16... no
checking for bswap_32... no
checking for bswap16... no
checking for bswap32... no
checking for fchmod... yes
checking for getdtablesize... yes
checking for getpagesize... yes
checking for getpass... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getspnam... no
checking for gettimeofday... yes
checking for glob... yes
checking for htobe16... no
checking for htole16... no
checking for kqueue... yes
checking for lrand48... yes
checking for mallinfo... no
checking for mallocblksize... no
checking for mallopt... no
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemp... yes
checking for mktime... yes
checking for mstats... no
checking for poll... yes
checking for prctl... no
checking for pthread_attr_setschedparam... yes
checking for pthread_attr_setscope... yes
checking for pthread_setschedparam... no
checking for pthread_sigmask... yes
checking for putenv... yes
checking for random... yes
checking for regcomp... yes
checking for regexec... yes
checking for regfree... yes
checking for res_init... yes
checking for __res_init... yes
checking for rint... yes
checking for sbrk... yes
checking for select... yes
checking for seteuid... yes
checking for setgroups... yes
checking for setpgrp... yes
checking for setsid... yes
checking for sigaction... yes
checking for snprintf... yes
checking for socketpair... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for sysconf... yes
checking for syslog... yes
checking for timegm... yes
checking for vsnprintf... yes
checking for drand48... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for initgroups... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for strerror... yes
checking for strsep... yes
checking for strtoll... yes
checking for tempnam... yes
checking for crypt... yes
configure: Using kqueue for the IO loop.
checking if setresuid is implemented... yes
checking if strnstr is well implemented... no
checking if va_copy is implemented... yes
checking if __va_copy is implemented... yes
checking if PF header file is installed... no
configure: WARNING: Cannot find necessary PF header file
configure: WARNING: Transparent Proxy support WILL NOT be enabled
checking if GNUregex needs to be compiled... no
checking Default FD_SETSIZE value... 1024
checking Maximum number of filedescriptors we can open... checking for setrlimit... yes
7232
checking Default UDP send buffer size... 9216
checking Default UDP receive buffer size... 42080
checking Default TCP send buffer size... 32768
checking Default TCP receive buffer size... 65536
configure: Limiting receive buffer size to 64K
checking if sys_errlist is already defined... yes
checking for libresolv _dns_ttl_ hack... no
checking for working statvfs() interface... yes
checking for _res_ext.nsaddr_list... no
checking for _res._u._ext.nsaddrs... no
checking for _res.nsaddr_list... no
checking for _res.ns_list... no
configure: Enabling Multi-Language Support
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/base/Makefile
config.status: creating src/acl/Makefile
config.status: creating src/fs/Makefile
config.status: creating src/repl/Makefile
config.status: creating src/auth/Makefile
config.status: creating src/adaptation/Makefile
config.status: creating src/adaptation/icap/Makefile
config.status: creating src/adaptation/ecap/Makefile
config.status: creating src/esi/Makefile
config.status: creating src/icmp/Makefile
config.status: creating src/ident/Makefile
config.status: creating src/ip/Makefile
config.status: creating src/ssl/Makefile
config.status: creating contrib/Makefile
config.status: creating snmplib/Makefile
config.status: creating icons/Makefile
config.status: creating errors/Makefile
config.status: creating test-suite/Makefile
config.status: creating doc/Makefile
config.status: creating helpers/Makefile
config.status: creating helpers/basic_auth/Makefile
config.status: creating helpers/basic_auth/LDAP/Makefile
config.status: creating helpers/basic_auth/MSNT/Makefile
config.status: creating helpers/basic_auth/NCSA/Makefile
config.status: creating helpers/basic_auth/PAM/Makefile
config.status: creating helpers/basic_auth/SMB/Makefile
config.status: creating helpers/basic_auth/mswin_sspi/Makefile
config.status: creating helpers/basic_auth/YP/Makefile
config.status: creating helpers/basic_auth/getpwnam/Makefile
config.status: creating helpers/basic_auth/multi-domain-NTLM/Makefile
config.status: creating helpers/basic_auth/SASL/Makefile
config.status: creating helpers/basic_auth/POP3/Makefile
config.status: creating helpers/basic_auth/DB/Makefile
config.status: creating helpers/basic_auth/squid_radius_auth/Makefile
config.status: creating helpers/digest_auth/Makefile
config.status: creating helpers/digest_auth/password/Makefile
config.status: creating helpers/digest_auth/ldap/Makefile
config.status: creating helpers/digest_auth/eDirectory/Makefile
config.status: creating helpers/ntlm_auth/Makefile
config.status: creating helpers/ntlm_auth/fakeauth/Makefile
config.status: creating helpers/ntlm_auth/no_check/Makefile
config.status: creating helpers/ntlm_auth/smb_lm/Makefile
config.status: creating helpers/ntlm_auth/smb_lm/smbval/Makefile
config.status: creating helpers/ntlm_auth/mswin_sspi/Makefile
config.status: creating helpers/negotiate_auth/Makefile
config.status: creating helpers/negotiate_auth/mswin_sspi/Makefile
config.status: creating helpers/external_acl/Makefile
config.status: creating helpers/external_acl/ip_user/Makefile
config.status: creating helpers/external_acl/ldap_group/Makefile
config.status: creating helpers/external_acl/session/Makefile
config.status: creating helpers/external_acl/unix_group/Makefile
config.status: creating helpers/external_acl/wbinfo_group/Makefile
config.status: creating helpers/external_acl/mswin_ad_group/Makefile
config.status: creating helpers/external_acl/mswin_lm_group/Makefile
config.status: creating tools/Makefile
config.status: creating include/autoconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libltdl (/var/tmp/export/ports/www/squid31/work/squid-3.1.21/libltdl)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--with-default-user=squid' '--bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/var/squid' '--sysconfdir=/usr/local/etc/squid' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid/squid.pid' '--enable-removal-policies=lru heap' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-epoll' '--disable-translation' '--enable-auth=basic digest negotiate ntlm' '--enable-basic-auth-helpers=DB NCSA PAM MSNT SMB squid_radius_auth' '--enable-digest-auth-helpers=password' '--enable-external-acl-helpers=ip_user session unix_group wbinfo_group' '--enable-ntlm-auth-helpers=smb_lm' '--enable-storeio=ufs diskd aufs' '--enable-disk-io=AIO Blocking DiskDaemon DiskThreads' '--disable-snmp' '--enable-ssl' '--with-openssl=/usr/local' '--enable-icmp' '--enable-cache-digests' '--disable-wccp' '--enable-pf-tra
 nsparent' '--disable-ecap' '--disable-loadable-modules' '--enable-kqueue' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0' 'build_alias=i386-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/local/lib -L/usr/local/lib' 'CPPFLAGS=' 'CXX=c++' 'CXXFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing' 'CPP=cpp' '--with-squid=/var/tmp/export/ports/www/squid31/work/squid-3.1.21' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-portbld-freebsd10.0
checking host system type... i386-portbld-freebsd10.0
checking how to print strings... printf
checking for style of include used by make... GNU
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 dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.0 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in helpers/negotiate_auth/squid_kerb_auth (/var/tmp/export/ports/www/squid31/work/squid-3.1.21/helpers/negotiate_auth/squid_kerb_auth)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--with-default-user=squid' '--bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/var/squid' '--sysconfdir=/usr/local/etc/squid' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid/squid.pid' '--enable-removal-policies=lru heap' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-epoll' '--disable-translation' '--enable-auth=basic digest negotiate ntlm' '--enable-basic-auth-helpers=DB NCSA PAM MSNT SMB squid_radius_auth' '--enable-digest-auth-helpers=password' '--enable-external-acl-helpers=ip_user session unix_group wbinfo_group' '--enable-ntlm-auth-helpers=smb_lm' '--enable-storeio=ufs diskd aufs' '--enable-disk-io=AIO Blocking DiskDaemon DiskThreads' '--disable-snmp' '--enable-ssl' '--with-openssl=/usr/local' '--enable-icmp' '--enable-cache-digests' '--disable-wccp' '--enable-pf-tra
 nsparent' '--disable-ecap' '--disable-loadable-modules' '--enable-kqueue' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0' 'build_alias=i386-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/local/lib -L/usr/local/lib' 'CPPFLAGS=' 'CXX=c++' 'CXXFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing' 'CPP=cpp' '--with-squid=/var/tmp/export/ports/www/squid31/work/squid-3.1.21' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for krb5-config... yes
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking whether byte ordering is bigendian... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking for SQUID at '/var/tmp/export/ports/www/squid31/work/squid-3.1.21' ... yes
checking getaddrinfo.h usability... yes
checking getaddrinfo.h presence... yes
checking for getaddrinfo.h... yes
checking getnameinfo.h usability... yes
checking getnameinfo.h presence... yes
checking for getnameinfo.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking whether xgetaddrinfo is declared... yes
checking whether xfreeaddrinfo is declared... yes
checking whether xgai_strerror is declared... yes
checking whether xgetnameinfo is declared... yes
checking whether xstrdup is declared... yes
checking whether xmalloc is declared... yes
checking whether xfree is declared... yes
checking for main in -lm... yes
checking for main in -lmw... no
configure: ## -----------------------------##
configure: ##
configure: ## heimdal has been selected
configure: ##
configure: ## -----------------------------##
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ska_config.h
config.status: executing depfiles commands
configure: updating ska_config.h
=== configuring in lib/libTrie (/var/tmp/export/ports/www/squid31/work/squid-3.1.21/lib/libTrie)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--with-default-user=squid' '--bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/var/squid' '--sysconfdir=/usr/local/etc/squid' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid/squid.pid' '--enable-removal-policies=lru heap' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-epoll' '--disable-translation' '--enable-auth=basic digest negotiate ntlm' '--enable-basic-auth-helpers=DB NCSA PAM MSNT SMB squid_radius_auth' '--enable-digest-auth-helpers=password' '--enable-external-acl-helpers=ip_user session unix_group wbinfo_group' '--enable-ntlm-auth-helpers=smb_lm' '--enable-storeio=ufs diskd aufs' '--enable-disk-io=AIO Blocking DiskDaemon DiskThreads' '--disable-snmp' '--enable-ssl' '--with-openssl=/usr/local' '--enable-icmp' '--enable-cache-digests' '--disable-wccp' '--enable-pf-tra
 nsparent' '--disable-ecap' '--disable-loadable-modules' '--enable-kqueue' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0' 'build_alias=i386-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/local/lib -L/usr/local/lib' 'CPPFLAGS=' 'CXX=c++' 'CXXFLAGS=-Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing' 'CPP=cpp' '--with-squid=/var/tmp/export/ports/www/squid31/work/squid-3.1.21' --cache-file=/dev/null --srcdir=.
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 c++ accepts -g... yes
checking for gcc... cc
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking dependency style of c++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... ranlib
configure: strict error checking enabled: yes
checking whether compiler accepts -fhuge-objects... no
checking how to run the C++ preprocessor... c++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
===>  Building for squid-3.1.21
Making all in compat
/bin/sh ../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I.. -I../include -I../src -I../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.cc -o assert.o
mv -f .deps/assert.Tpo .deps/assert.Plo
/bin/sh ../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I.. -I../include -I../src -I../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o
mv -f .deps/compat.Tpo .deps/compat.Plo
/bin/sh ../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT GnuRegex.lo -MD -MP -MF .deps/GnuRegex.Tpo -c -o GnuRegex.lo GnuRegex.c
libtool: compile:  cc -DHAVE_CONFIG_H -I.. -I../include -I../src -I../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT GnuRegex.lo -MD -MP -MF .deps/GnuRegex.Tpo -c GnuRegex.c -o GnuRegex.o
mv -f .deps/GnuRegex.Tpo .deps/GnuRegex.Plo
/bin/sh ../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libcompat.la  assert.lo compat.lo GnuRegex.lo  
libtool: link: ar cru .libs/libcompat.a  assert.o compat.o GnuRegex.o
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
Making all in lib
c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MemPool.o -MD -MP -MF .deps/MemPool.Tpo -c -o MemPool.o MemPool.cc
mv -f .deps/MemPool.Tpo .deps/MemPool.Po
c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MemPoolChunked.o -MD -MP -MF .deps/MemPoolChunked.Tpo -c -o MemPoolChunked.o MemPoolChunked.cc
mv -f .deps/MemPoolChunked.Tpo .deps/MemPoolChunked.Po
c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MemPoolMalloc.o -MD -MP -MF .deps/MemPoolMalloc.Tpo -c -o MemPoolMalloc.o MemPoolMalloc.cc
mv -f .deps/MemPoolMalloc.Tpo .deps/MemPoolMalloc.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT charset.o -MD -MP -MF .deps/charset.Tpo -c -o charset.o charset.c
mv -f .deps/charset.Tpo .deps/charset.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT getfullhostname.o -MD -MP -MF .deps/getfullhostname.Tpo -c -o getfullhostname.o getfullhostname.c
mv -f .deps/getfullhostname.Tpo .deps/getfullhostname.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT heap.o -MD -MP -MF .deps/heap.Tpo -c -o heap.o heap.c
mv -f .deps/heap.Tpo .deps/heap.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT html_quote.o -MD -MP -MF .deps/html_quote.Tpo -c -o html_quote.o html_quote.c
mv -f .deps/html_quote.Tpo .deps/html_quote.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT iso3307.o -MD -MP -MF .deps/iso3307.Tpo -c -o iso3307.o iso3307.c
mv -f .deps/iso3307.Tpo .deps/iso3307.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
mv -f .deps/md5.Tpo .deps/md5.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT radix.o -MD -MP -MF .deps/radix.Tpo -c -o radix.o radix.c
mv -f .deps/radix.Tpo .deps/radix.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT rfc1035.o -MD -MP -MF .deps/rfc1035.Tpo -c -o rfc1035.o rfc1035.c
mv -f .deps/rfc1035.Tpo .deps/rfc1035.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT rfc1123.o -MD -MP -MF .deps/rfc1123.Tpo -c -o rfc1123.o rfc1123.c
mv -f .deps/rfc1123.Tpo .deps/rfc1123.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT rfc1738.o -MD -MP -MF .deps/rfc1738.Tpo -c -o rfc1738.o rfc1738.c
mv -f .deps/rfc1738.Tpo .deps/rfc1738.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT rfc2617.o -MD -MP -MF .deps/rfc2617.Tpo -c -o rfc2617.o rfc2617.c
mv -f .deps/rfc2617.Tpo .deps/rfc2617.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT rfc3596.o -MD -MP -MF .deps/rfc3596.Tpo -c -o rfc3596.o rfc3596.c
mv -f .deps/rfc3596.Tpo .deps/rfc3596.Po
c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Splay.o -MD -MP -MF .deps/Splay.Tpo -c -o Splay.o Splay.cc
mv -f .deps/Splay.Tpo .deps/Splay.Po
c++ -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT strnstr.o -MD -MP -MF .deps/strnstr.Tpo -c -o strnstr.o strnstr.cc
mv -f .deps/strnstr.Tpo .deps/strnstr.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT stub_memaccount.o -MD -MP -MF .deps/stub_memaccount.Tpo -c -o stub_memaccount.o stub_memaccount.c
mv -f .deps/stub_memaccount.Tpo .deps/stub_memaccount.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT uudecode.o -MD -MP -MF .deps/uudecode.Tpo -c -o uudecode.o uudecode.c
mv -f .deps/uudecode.Tpo .deps/uudecode.Po
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT xusleep.o -MD -MP -MF .deps/xusleep.Tpo -c -o xusleep.o xusleep.c
mv -f .deps/xusleep.Tpo .deps/xusleep.Po
rm -f libmiscutil.a
ar cru libmiscutil.a MemPool.o MemPoolChunked.o  MemPoolMalloc.o base64.o charset.o  getfullhostname.o hash.o heap.o  html_quote.o iso3307.o md5.o  radix.o rfc1035.o rfc1123.o  rfc1738.o rfc2617.o rfc3596.o  Splay.o strnstr.o stub_memaccount.o  util.o uudecode.o xusleep.o    
ranlib libmiscutil.a
cc -DHAVE_CONFIG_H  -I.. -I../include -I../src  -I../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium  -I/usr/local/include -fno-strict-aliasing -MT ntlmauth.o -MD -MP -MF .deps/ntlmauth.Tpo -c -o ntlmauth.o ntlmauth.c
mv -f .deps/ntlmauth.Tpo .deps/ntlmauth.Po
rm -f libntlmauth.a
ar cru libntlmauth.a ntlmauth.o 
ranlib libntlmauth.a
Making all in scripts
Making all in src
gawk -f ./cf_gen_defines <./cf.data.pre >cf_gen_defines.cci || (/bin/rm -f -f cf_gen_defines.cci && exit 1)
sed  -e "s%[@]DEFAULT_HTTP_PORT[@]%3128%g"  -e "s%[@]DEFAULT_ICP_PORT[@]%3130%g"  -e "s%[@]DEFAULT_CACHE_EFFECTIVE_USER[@]%squid%g"  -e "s%[@]DEFAULT_MIME_TABLE[@]%/usr/local/etc/squid/mime.conf%g"  -e "s%[@]DEFAULT_DNSSERVER[@]%/usr/local/libexec/squid/`echo dnsserver | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_SSL_CRTD[@]%/usr/local/libexec/squid/`echo ssl_crtd  | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_UNLINKD[@]%/usr/local/libexec/squid/`echo unlinkd | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_PINGER[@]%/usr/local/libexec/squid/`echo pinger | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_DISKD[@]%/usr/local/libexec/squid/`echo diskd | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_CACHE_LOG[@]%/var/log/squid/cache.log%g"  -e "s%[@]DEFAULT_ACCESS_LOG[@]%/var/log/squid/access.log%g"  -e "s%[@]DEFAULT_STORE_LOG[@]%/var/log/squid/store.log%g"  -e "s%[@]DEFAULT_PID_FILE[@]%/var/run/squid/squid.pid%g"  -e "s%[@]DEFAULT_NETDB_FILE[@]%/var/log/squid/netdb.state%g"  -e "s%[@]DEFAULT_SWAP_DIR[@]%/var/
 squid/cache%g"  -e "s%[@]DEFAULT_SSL_DB_DIR[@]%/var/squid/lib/ssl_db%g"  -e "s%[@]DEFAULT_ICON_DIR[@]%/usr/local/etc/squid/icons%g"  -e "s%[@]DEFAULT_CONFIG_DIR[@]%/usr/local/etc/squid%g"  -e "s%[@]DEFAULT_PREFIX[@]%/usr/local%g"  -e "s%[@]DEFAULT_HOSTS[@]%/etc/hosts%g"  -e "s%[@]SQUID[@]%SQUID\ 3.1.21%g"  < ./cf.data.pre >cf.data
c++ -o cf_gen ./cf_gen.cc -I. -I../include/ -I../src
./cf_gen cf.data ./cf.data.depend
gawk -f ./mk-globals-c.awk < ./globals.h > globals.cc || (/bin/rm -f -f globals.cc && exit 1)
/bin/sh ./repl_modules.sh lru heap > repl_modules.cc
make  all-recursive
Making all in base
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c -o AsyncCall.lo AsyncCall.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c AsyncCall.cc -o AsyncCall.o
mv -f .deps/AsyncCall.Tpo .deps/AsyncCall.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncJob.lo -MD -MP -MF .deps/AsyncJob.Tpo -c -o AsyncJob.lo AsyncJob.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncJob.lo -MD -MP -MF .deps/AsyncJob.Tpo -c AsyncJob.cc -o AsyncJob.o
mv -f .deps/AsyncJob.Tpo .deps/AsyncJob.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncCallQueue.lo -MD -MP -MF .deps/AsyncCallQueue.Tpo -c -o AsyncCallQueue.lo AsyncCallQueue.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AsyncCallQueue.lo -MD -MP -MF .deps/AsyncCallQueue.Tpo -c AsyncCallQueue.cc -o AsyncCallQueue.o
mv -f .deps/AsyncCallQueue.Tpo .deps/AsyncCallQueue.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libbase.la  AsyncCall.lo AsyncJob.lo AsyncCallQueue.lo  
libtool: link: ar cru .libs/libbase.a  AsyncCall.o AsyncJob.o AsyncCallQueue.o
libtool: link: ranlib .libs/libbase.a
libtool: link: ( cd ".libs" && rm -f "libbase.la" && ln -s "../libbase.la" "libbase.la" )
Making all in acl
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c -o Acl.lo Acl.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c Acl.cc -o Acl.o
mv -f .deps/Acl.Tpo .deps/Acl.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Checklist.lo -MD -MP -MF .deps/Checklist.Tpo -c -o Checklist.lo Checklist.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Checklist.lo -MD -MP -MF .deps/Checklist.Tpo -c Checklist.cc -o Checklist.o
mv -f .deps/Checklist.Tpo .deps/Checklist.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libapi.la  Acl.lo Checklist.lo  
libtool: link: ar cru .libs/libapi.a  Acl.o Checklist.o
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Strategised.lo -MD -MP -MF .deps/Strategised.Tpo -c -o Strategised.lo Strategised.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Strategised.lo -MD -MP -MF .deps/Strategised.Tpo -c Strategised.cc -o Strategised.o
mv -f .deps/Strategised.Tpo .deps/Strategised.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT FilledChecklist.lo -MD -MP -MF .deps/FilledChecklist.Tpo -c -o FilledChecklist.lo FilledChecklist.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT FilledChecklist.lo -MD -MP -MF .deps/FilledChecklist.Tpo -c FilledChecklist.cc -o FilledChecklist.o
mv -f .deps/FilledChecklist.Tpo .deps/FilledChecklist.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libstate.la  Strategised.lo FilledChecklist.lo  
libtool: link: ar cru .libs/libstate.a  Strategised.o FilledChecklist.o
libtool: link: ranlib .libs/libstate.a
libtool: link: ( cd ".libs" && rm -f "libstate.la" && ln -s "../libstate.la" "libstate.la" )
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IntRange.lo -MD -MP -MF .deps/IntRange.Tpo -c -o IntRange.lo IntRange.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IntRange.lo -MD -MP -MF .deps/IntRange.Tpo -c IntRange.cc -o IntRange.o
mv -f .deps/IntRange.Tpo .deps/IntRange.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT RegexData.lo -MD -MP -MF .deps/RegexData.Tpo -c -o RegexData.lo RegexData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT RegexData.lo -MD -MP -MF .deps/RegexData.Tpo -c RegexData.cc -o RegexData.o
mv -f .deps/RegexData.Tpo .deps/RegexData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StringData.lo -MD -MP -MF .deps/StringData.Tpo -c -o StringData.lo StringData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StringData.lo -MD -MP -MF .deps/StringData.Tpo -c StringData.cc -o StringData.o
mv -f .deps/StringData.Tpo .deps/StringData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c -o Time.lo Time.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c Time.cc -o Time.o
mv -f .deps/Time.Tpo .deps/Time.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT TimeData.lo -MD -MP -MF .deps/TimeData.Tpo -c -o TimeData.lo TimeData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT TimeData.lo -MD -MP -MF .deps/TimeData.Tpo -c TimeData.cc -o TimeData.o
mv -f .deps/TimeData.Tpo .deps/TimeData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Asn.lo -MD -MP -MF .deps/Asn.Tpo -c -o Asn.lo Asn.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Asn.lo -MD -MP -MF .deps/Asn.Tpo -c Asn.cc -o Asn.o
mv -f .deps/Asn.Tpo .deps/Asn.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Browser.lo -MD -MP -MF .deps/Browser.Tpo -c -o Browser.lo Browser.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Browser.lo -MD -MP -MF .deps/Browser.Tpo -c Browser.cc -o Browser.o
mv -f .deps/Browser.Tpo .deps/Browser.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DestinationDomain.lo -MD -MP -MF .deps/DestinationDomain.Tpo -c -o DestinationDomain.lo DestinationDomain.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DestinationDomain.lo -MD -MP -MF .deps/DestinationDomain.Tpo -c DestinationDomain.cc -o DestinationDomain.o
mv -f .deps/DestinationDomain.Tpo .deps/DestinationDomain.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DestinationIp.lo -MD -MP -MF .deps/DestinationIp.Tpo -c -o DestinationIp.lo DestinationIp.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DestinationIp.lo -MD -MP -MF .deps/DestinationIp.Tpo -c DestinationIp.cc -o DestinationIp.o
mv -f .deps/DestinationIp.Tpo .deps/DestinationIp.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DomainData.lo -MD -MP -MF .deps/DomainData.Tpo -c -o DomainData.lo DomainData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT DomainData.lo -MD -MP -MF .deps/DomainData.Tpo -c DomainData.cc -o DomainData.o
mv -f .deps/DomainData.Tpo .deps/DomainData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ExtUser.lo -MD -MP -MF .deps/ExtUser.Tpo -c -o ExtUser.lo ExtUser.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ExtUser.lo -MD -MP -MF .deps/ExtUser.Tpo -c ExtUser.cc -o ExtUser.o
mv -f .deps/ExtUser.Tpo .deps/ExtUser.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpHeaderData.lo -MD -MP -MF .deps/HttpHeaderData.Tpo -c -o HttpHeaderData.lo HttpHeaderData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpHeaderData.lo -MD -MP -MF .deps/HttpHeaderData.Tpo -c HttpHeaderData.cc -o HttpHeaderData.o
mv -f .deps/HttpHeaderData.Tpo .deps/HttpHeaderData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpRepHeader.lo -MD -MP -MF .deps/HttpRepHeader.Tpo -c -o HttpRepHeader.lo HttpRepHeader.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpRepHeader.lo -MD -MP -MF .deps/HttpRepHeader.Tpo -c HttpRepHeader.cc -o HttpRepHeader.o
mv -f .deps/HttpRepHeader.Tpo .deps/HttpRepHeader.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpReqHeader.lo -MD -MP -MF .deps/HttpReqHeader.Tpo -c -o HttpReqHeader.lo HttpReqHeader.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpReqHeader.lo -MD -MP -MF .deps/HttpReqHeader.Tpo -c HttpReqHeader.cc -o HttpReqHeader.o
mv -f .deps/HttpReqHeader.Tpo .deps/HttpReqHeader.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpStatus.lo -MD -MP -MF .deps/HttpStatus.Tpo -c -o HttpStatus.lo HttpStatus.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT HttpStatus.lo -MD -MP -MF .deps/HttpStatus.Tpo -c HttpStatus.cc -o HttpStatus.o
mv -f .deps/HttpStatus.Tpo .deps/HttpStatus.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Ip.lo -MD -MP -MF .deps/Ip.Tpo -c -o Ip.lo Ip.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Ip.lo -MD -MP -MF .deps/Ip.Tpo -c Ip.cc -o Ip.o
mv -f .deps/Ip.Tpo .deps/Ip.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MaxConnection.lo -MD -MP -MF .deps/MaxConnection.Tpo -c -o MaxConnection.lo MaxConnection.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MaxConnection.lo -MD -MP -MF .deps/MaxConnection.Tpo -c MaxConnection.cc -o MaxConnection.o
mv -f .deps/MaxConnection.Tpo .deps/MaxConnection.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Method.lo -MD -MP -MF .deps/Method.Tpo -c -o Method.lo Method.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Method.lo -MD -MP -MF .deps/Method.Tpo -c Method.cc -o Method.o
mv -f .deps/Method.Tpo .deps/Method.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MethodData.lo -MD -MP -MF .deps/MethodData.Tpo -c -o MethodData.lo MethodData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MethodData.lo -MD -MP -MF .deps/MethodData.Tpo -c MethodData.cc -o MethodData.o
mv -f .deps/MethodData.Tpo .deps/MethodData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyIp.lo -MD -MP -MF .deps/MyIp.Tpo -c -o MyIp.lo MyIp.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyIp.lo -MD -MP -MF .deps/MyIp.Tpo -c MyIp.cc -o MyIp.o
mv -f .deps/MyIp.Tpo .deps/MyIp.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyPort.lo -MD -MP -MF .deps/MyPort.Tpo -c -o MyPort.lo MyPort.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyPort.lo -MD -MP -MF .deps/MyPort.Tpo -c MyPort.cc -o MyPort.o
mv -f .deps/MyPort.Tpo .deps/MyPort.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyPortName.lo -MD -MP -MF .deps/MyPortName.Tpo -c -o MyPortName.lo MyPortName.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT MyPortName.lo -MD -MP -MF .deps/MyPortName.Tpo -c MyPortName.cc -o MyPortName.o
mv -f .deps/MyPortName.Tpo .deps/MyPortName.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT PeerName.lo -MD -MP -MF .deps/PeerName.Tpo -c -o PeerName.lo PeerName.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT PeerName.lo -MD -MP -MF .deps/PeerName.Tpo -c PeerName.cc -o PeerName.o
mv -f .deps/PeerName.Tpo .deps/PeerName.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Protocol.lo -MD -MP -MF .deps/Protocol.Tpo -c -o Protocol.lo Protocol.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Protocol.lo -MD -MP -MF .deps/Protocol.Tpo -c Protocol.cc -o Protocol.o
mv -f .deps/Protocol.Tpo .deps/Protocol.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ProtocolData.lo -MD -MP -MF .deps/ProtocolData.Tpo -c -o ProtocolData.lo ProtocolData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ProtocolData.lo -MD -MP -MF .deps/ProtocolData.Tpo -c ProtocolData.cc -o ProtocolData.o
mv -f .deps/ProtocolData.Tpo .deps/ProtocolData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Referer.lo -MD -MP -MF .deps/Referer.Tpo -c -o Referer.lo Referer.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Referer.lo -MD -MP -MF .deps/Referer.Tpo -c Referer.cc -o Referer.o
mv -f .deps/Referer.Tpo .deps/Referer.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ReplyMimeType.lo -MD -MP -MF .deps/ReplyMimeType.Tpo -c -o ReplyMimeType.lo ReplyMimeType.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ReplyMimeType.lo -MD -MP -MF .deps/ReplyMimeType.Tpo -c ReplyMimeType.cc -o ReplyMimeType.o
mv -f .deps/ReplyMimeType.Tpo .deps/ReplyMimeType.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT RequestMimeType.lo -MD -MP -MF .deps/RequestMimeType.Tpo -c -o RequestMimeType.lo RequestMimeType.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT RequestMimeType.lo -MD -MP -MF .deps/RequestMimeType.Tpo -c RequestMimeType.cc -o RequestMimeType.o
mv -f .deps/RequestMimeType.Tpo .deps/RequestMimeType.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SourceDomain.lo -MD -MP -MF .deps/SourceDomain.Tpo -c -o SourceDomain.lo SourceDomain.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SourceDomain.lo -MD -MP -MF .deps/SourceDomain.Tpo -c SourceDomain.cc -o SourceDomain.o
mv -f .deps/SourceDomain.Tpo .deps/SourceDomain.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SourceIp.lo -MD -MP -MF .deps/SourceIp.Tpo -c -o SourceIp.lo SourceIp.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SourceIp.lo -MD -MP -MF .deps/SourceIp.Tpo -c SourceIp.cc -o SourceIp.o
mv -f .deps/SourceIp.Tpo .deps/SourceIp.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Tag.lo -MD -MP -MF .deps/Tag.Tpo -c -o Tag.lo Tag.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Tag.lo -MD -MP -MF .deps/Tag.Tpo -c Tag.cc -o Tag.o
mv -f .deps/Tag.Tpo .deps/Tag.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Url.lo -MD -MP -MF .deps/Url.Tpo -c -o Url.lo Url.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Url.lo -MD -MP -MF .deps/Url.Tpo -c Url.cc -o Url.o
mv -f .deps/Url.Tpo .deps/Url.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UrlPath.lo -MD -MP -MF .deps/UrlPath.Tpo -c -o UrlPath.lo UrlPath.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UrlPath.lo -MD -MP -MF .deps/UrlPath.Tpo -c UrlPath.cc -o UrlPath.o
mv -f .deps/UrlPath.Tpo .deps/UrlPath.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UrlPort.lo -MD -MP -MF .deps/UrlPort.Tpo -c -o UrlPort.lo UrlPort.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UrlPort.lo -MD -MP -MF .deps/UrlPort.Tpo -c UrlPort.cc -o UrlPort.o
mv -f .deps/UrlPort.Tpo .deps/UrlPort.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UserData.lo -MD -MP -MF .deps/UserData.Tpo -c -o UserData.lo UserData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UserData.lo -MD -MP -MF .deps/UserData.Tpo -c UserData.cc -o UserData.o
mv -f .deps/UserData.Tpo .deps/UserData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c -o Gadgets.lo Gadgets.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c Gadgets.cc -o Gadgets.o
mv -f .deps/Gadgets.Tpo .deps/Gadgets.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT CertificateData.lo -MD -MP -MF .deps/CertificateData.Tpo -c -o CertificateData.lo CertificateData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT CertificateData.lo -MD -MP -MF .deps/CertificateData.Tpo -c CertificateData.cc -o CertificateData.o
mv -f .deps/CertificateData.Tpo .deps/CertificateData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Certificate.lo -MD -MP -MF .deps/Certificate.Tpo -c -o Certificate.lo Certificate.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Certificate.lo -MD -MP -MF .deps/Certificate.Tpo -c Certificate.cc -o Certificate.o
mv -f .deps/Certificate.Tpo .deps/Certificate.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SslError.lo -MD -MP -MF .deps/SslError.Tpo -c -o SslError.lo SslError.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SslError.lo -MD -MP -MF .deps/SslError.Tpo -c SslError.cc -o SslError.o
mv -f .deps/SslError.Tpo .deps/SslError.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SslErrorData.lo -MD -MP -MF .deps/SslErrorData.Tpo -c -o SslErrorData.lo SslErrorData.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT SslErrorData.lo -MD -MP -MF .deps/SslErrorData.Tpo -c SslErrorData.cc -o SslErrorData.o
mv -f .deps/SslErrorData.Tpo .deps/SslErrorData.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libacls.la  IntRange.lo RegexData.lo StringData.lo Time.lo  TimeData.lo Asn.lo Browser.lo DestinationDomain.lo  DestinationIp.lo DomainData.lo ExtUser.lo HttpHeaderData.lo  HttpRepHeader.lo HttpReqHeader.lo HttpStatus.lo Ip.lo  MaxConnection.lo Method.lo MethodData.lo MyIp.lo MyPort.lo  MyPortName.lo PeerName.lo Protocol.lo ProtocolData.lo  Referer.lo ReplyMimeType.lo RequestMimeType.lo SourceDomain.lo  SourceIp.lo Tag.lo Url.lo UrlPath.lo UrlPort.lo UserData.lo  Gadgets.lo CertificateData.lo Certificate.lo SslError.lo  SslErrorData.lo   
libtool: link: ar cru .libs/libacls.a  IntRange.o RegexData.o StringData.o Time.o TimeData.o Asn.o Browser.o DestinationDomain.o DestinationIp.o DomainData.o ExtUser.o HttpHeaderData.o HttpRepHeader.o HttpReqHeader.o HttpStatus.o Ip.o MaxConnection.o Method.o MethodData.o MyIp.o MyPort.o MyPortName.o PeerName.o Protocol.o ProtocolData.o Referer.o ReplyMimeType.o RequestMimeType.o SourceDomain.o SourceIp.o Tag.o Url.o UrlPath.o UrlPort.o UserData.o Gadgets.o CertificateData.o Certificate.o SslError.o SslErrorData.o
libtool: link: ranlib .libs/libacls.a
libtool: link: ( cd ".libs" && rm -f "libacls.la" && ln -s "../libacls.la" "libacls.la" )
Making all in fs
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSufs.lo -MD -MP -MF .deps/StoreFSufs.Tpo -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo './'`ufs/StoreFSufs.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSufs.lo -MD -MP -MF .deps/StoreFSufs.Tpo -c ufs/StoreFSufs.cc -o StoreFSufs.o
mv -f .deps/StoreFSufs.Tpo .deps/StoreFSufs.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT store_dir_ufs.lo -MD -MP -MF .deps/store_dir_ufs.Tpo -c -o store_dir_ufs.lo `test -f 'ufs/store_dir_ufs.cc' || echo './'`ufs/store_dir_ufs.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT store_dir_ufs.lo -MD -MP -MF .deps/store_dir_ufs.Tpo -c ufs/store_dir_ufs.cc -o store_dir_ufs.o
mv -f .deps/store_dir_ufs.Tpo .deps/store_dir_ufs.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT store_io_ufs.lo -MD -MP -MF .deps/store_io_ufs.Tpo -c -o store_io_ufs.lo `test -f 'ufs/store_io_ufs.cc' || echo './'`ufs/store_io_ufs.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT store_io_ufs.lo -MD -MP -MF .deps/store_io_ufs.Tpo -c ufs/store_io_ufs.cc -o store_io_ufs.o
mv -f .deps/store_io_ufs.Tpo .deps/store_io_ufs.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ufscommon.lo -MD -MP -MF .deps/ufscommon.Tpo -c -o ufscommon.lo `test -f 'ufs/ufscommon.cc' || echo './'`ufs/ufscommon.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ufscommon.lo -MD -MP -MF .deps/ufscommon.Tpo -c ufs/ufscommon.cc -o ufscommon.o
mv -f .deps/ufscommon.Tpo .deps/ufscommon.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libufs.la  StoreFSufs.lo store_dir_ufs.lo store_io_ufs.lo  ufscommon.lo  
libtool: link: ar cru .libs/libufs.a  StoreFSufs.o store_dir_ufs.o store_io_ufs.o ufscommon.o
libtool: link: ranlib .libs/libufs.a
libtool: link: ( cd ".libs" && rm -f "libufs.la" && ln -s "../libufs.la" "libufs.la" )
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSdiskd.lo -MD -MP -MF .deps/StoreFSdiskd.Tpo -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo './'`diskd/StoreFSdiskd.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSdiskd.lo -MD -MP -MF .deps/StoreFSdiskd.Tpo -c diskd/StoreFSdiskd.cc -o StoreFSdiskd.o
mv -f .deps/StoreFSdiskd.Tpo .deps/StoreFSdiskd.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libdiskd.la  StoreFSdiskd.lo  
libtool: link: ar cru .libs/libdiskd.a  StoreFSdiskd.o
libtool: link: ranlib .libs/libdiskd.a
libtool: link: ( cd ".libs" && rm -f "libdiskd.la" && ln -s "../libdiskd.la" "libdiskd.la" )
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSaufs.lo -MD -MP -MF .deps/StoreFSaufs.Tpo -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo './'`aufs/StoreFSaufs.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT StoreFSaufs.lo -MD -MP -MF .deps/StoreFSaufs.Tpo -c aufs/StoreFSaufs.cc -o StoreFSaufs.o
mv -f .deps/StoreFSaufs.Tpo .deps/StoreFSaufs.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libaufs.la  StoreFSaufs.lo  
libtool: link: ar cru .libs/libaufs.a  StoreFSaufs.o
libtool: link: ranlib .libs/libaufs.a
libtool: link: ( cd ".libs" && rm -f "libaufs.la" && ln -s "../libaufs.la" "libaufs.la" )
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Module.lo -MD -MP -MF .deps/Module.Tpo -c -o Module.lo Module.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Module.lo -MD -MP -MF .deps/Module.Tpo -c Module.cc -o Module.o
mv -f .deps/Module.Tpo .deps/Module.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libfs.la  Module.lo libufs.la libdiskd.la libaufs.la 
libtool: link: (cd .libs/libfs.lax/libufs.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/fs/./.libs/libufs.a")
libtool: link: (cd .libs/libfs.lax/libdiskd.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/fs/./.libs/libdiskd.a")
libtool: link: (cd .libs/libfs.lax/libaufs.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/fs/./.libs/libaufs.a")
libtool: link: ar cru .libs/libfs.a  Module.o  .libs/libfs.lax/libufs.a/StoreFSufs.o .libs/libfs.lax/libufs.a/store_dir_ufs.o .libs/libfs.lax/libufs.a/store_io_ufs.o .libs/libfs.lax/libufs.a/ufscommon.o  .libs/libfs.lax/libdiskd.a/StoreFSdiskd.o  .libs/libfs.lax/libaufs.a/StoreFSaufs.o 
libtool: link: ranlib .libs/libfs.a
libtool: link: rm -fr .libs/libfs.lax
libtool: link: ( cd ".libs" && rm -f "libfs.la" && ln -s "../libfs.la" "libfs.la" )
Making all in repl
depbase=`echo lru/store_repl_lru.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT lru/store_repl_lru.o -MD -MP -MF $depbase.Tpo -c -o lru/store_repl_lru.o lru/store_repl_lru.cc && mv -f $depbase.Tpo $depbase.Po
rm -f liblru.a
ar cru liblru.a lru/store_repl_lru.o 
ranlib liblru.a
depbase=`echo heap/store_heap_replacement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT heap/store_heap_replacement.o -MD -MP -MF $depbase.Tpo -c -o heap/store_heap_replacement.o heap/store_heap_replacement.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo heap/store_repl_heap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT heap/store_repl_heap.o -MD -MP -MF $depbase.Tpo -c -o heap/store_repl_heap.o heap/store_repl_heap.cc && mv -f $depbase.Tpo $depbase.Po
rm -f libheap.a
ar cru libheap.a heap/store_heap_replacement.o  heap/store_repl_heap.o 
ranlib libheap.a
Making all in auth
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo Config.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c Config.cc -o Config.o
mv -f .deps/Config.Tpo .deps/Config.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo Scheme.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c Scheme.cc -o Scheme.o
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo User.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT User.lo -MD -MP -MF .deps/User.Tpo -c User.cc -o User.o
mv -f .deps/User.Tpo .deps/User.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo UserRequest.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c UserRequest.cc -o UserRequest.o
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c -o Gadgets.lo Gadgets.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c Gadgets.cc -o Gadgets.o
mv -f .deps/Gadgets.Tpo .deps/Gadgets.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT basicScheme.lo -MD -MP -MF .deps/basicScheme.Tpo -c -o basicScheme.lo `test -f 'basic/basicScheme.cc' || echo './'`basic/basicScheme.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT basicScheme.lo -MD -MP -MF .deps/basicScheme.Tpo -c basic/basicScheme.cc -o basicScheme.o
mv -f .deps/basicScheme.Tpo .deps/basicScheme.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_basic.lo -MD -MP -MF .deps/auth_basic.Tpo -c -o auth_basic.lo `test -f 'basic/auth_basic.cc' || echo './'`basic/auth_basic.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_basic.lo -MD -MP -MF .deps/auth_basic.Tpo -c basic/auth_basic.cc -o auth_basic.o
mv -f .deps/auth_basic.Tpo .deps/auth_basic.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libbasic.la  basicScheme.lo auth_basic.lo  
libtool: link: ar cru .libs/libbasic.a  basicScheme.o auth_basic.o
libtool: link: ranlib .libs/libbasic.a
libtool: link: ( cd ".libs" && rm -f "libbasic.la" && ln -s "../libbasic.la" "libbasic.la" )
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT digestScheme.lo -MD -MP -MF .deps/digestScheme.Tpo -c -o digestScheme.lo `test -f 'digest/digestScheme.cc' || echo './'`digest/digestScheme.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT digestScheme.lo -MD -MP -MF .deps/digestScheme.Tpo -c digest/digestScheme.cc -o digestScheme.o
mv -f .deps/digestScheme.Tpo .deps/digestScheme.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_digest.lo -MD -MP -MF .deps/auth_digest.Tpo -c -o auth_digest.lo `test -f 'digest/auth_digest.cc' || echo './'`digest/auth_digest.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_digest.lo -MD -MP -MF .deps/auth_digest.Tpo -c digest/auth_digest.cc -o auth_digest.o
mv -f .deps/auth_digest.Tpo .deps/auth_digest.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libdigest.la  digestScheme.lo auth_digest.lo  
libtool: link: ar cru .libs/libdigest.a  digestScheme.o auth_digest.o
libtool: link: ranlib .libs/libdigest.a
libtool: link: ( cd ".libs" && rm -f "libdigest.la" && ln -s "../libdigest.la" "libdigest.la" )
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c -o negotiateScheme.lo `test -f 'negotiate/negotiateScheme.cc' || echo './'`negotiate/negotiateScheme.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c negotiate/negotiateScheme.cc -o negotiateScheme.o
mv -f .deps/negotiateScheme.Tpo .deps/negotiateScheme.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c -o auth_negotiate.lo `test -f 'negotiate/auth_negotiate.cc' || echo './'`negotiate/auth_negotiate.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c negotiate/auth_negotiate.cc -o auth_negotiate.o
mv -f .deps/auth_negotiate.Tpo .deps/auth_negotiate.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libnegotiate.la  negotiateScheme.lo auth_negotiate.lo  
libtool: link: ar cru .libs/libnegotiate.a  negotiateScheme.o auth_negotiate.o
libtool: link: ranlib .libs/libnegotiate.a
libtool: link: ( cd ".libs" && rm -f "libnegotiate.la" && ln -s "../libnegotiate.la" "libnegotiate.la" )
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ntlmScheme.lo -MD -MP -MF .deps/ntlmScheme.Tpo -c -o ntlmScheme.lo `test -f 'ntlm/ntlmScheme.cc' || echo './'`ntlm/ntlmScheme.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT ntlmScheme.lo -MD -MP -MF .deps/ntlmScheme.Tpo -c ntlm/ntlmScheme.cc -o ntlmScheme.o
mv -f .deps/ntlmScheme.Tpo .deps/ntlmScheme.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.  -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_ntlm.lo -MD -MP -MF .deps/auth_ntlm.Tpo -c -o auth_ntlm.lo `test -f 'ntlm/auth_ntlm.cc' || echo './'`ntlm/auth_ntlm.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT auth_ntlm.lo -MD -MP -MF .deps/auth_ntlm.Tpo -c ntlm/auth_ntlm.cc -o auth_ntlm.o
mv -f .deps/auth_ntlm.Tpo .deps/auth_ntlm.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libntlm.la  ntlmScheme.lo auth_ntlm.lo  
libtool: link: ar cru .libs/libntlm.a  ntlmScheme.o auth_ntlm.o
libtool: link: ranlib .libs/libntlm.a
libtool: link: ( cd ".libs" && rm -f "libntlm.la" && ln -s "../libntlm.la" "libntlm.la" )
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libauth.la  Config.lo Scheme.lo User.lo UserRequest.lo  Gadgets.lo libbasic.la libdigest.la libnegotiate.la libntlm.la 
libtool: link: (cd .libs/libauth.lax/libbasic.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/auth/./.libs/libbasic.a")
libtool: link: (cd .libs/libauth.lax/libdigest.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/auth/./.libs/libdigest.a")
libtool: link: (cd .libs/libauth.lax/libnegotiate.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/auth/./.libs/libnegotiate.a")
libtool: link: (cd .libs/libauth.lax/libntlm.a && ar x "/var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/auth/./.libs/libntlm.a")
libtool: link: ar cru .libs/libauth.a  Config.o Scheme.o User.o UserRequest.o Gadgets.o  .libs/libauth.lax/libbasic.a/auth_basic.o .libs/libauth.lax/libbasic.a/basicScheme.o  .libs/libauth.lax/libdigest.a/auth_digest.o .libs/libauth.lax/libdigest.a/digestScheme.o  .libs/libauth.lax/libnegotiate.a/auth_negotiate.o .libs/libauth.lax/libnegotiate.a/negotiateScheme.o  .libs/libauth.lax/libntlm.a/auth_ntlm.o .libs/libauth.lax/libntlm.a/ntlmScheme.o 
libtool: link: ranlib .libs/libauth.a
libtool: link: rm -fr .libs/libauth.lax
libtool: link: ( cd ".libs" && rm -f "libauth.la" && ln -s "../libauth.la" "libauth.la" )
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c -o Acl.lo Acl.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c Acl.cc -o Acl.o
mv -f .deps/Acl.Tpo .deps/Acl.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c -o AclMaxUserIp.lo AclMaxUserIp.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c AclMaxUserIp.cc -o AclMaxUserIp.o
mv -f .deps/AclMaxUserIp.Tpo .deps/AclMaxUserIp.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include    -I.   -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c -o AclProxyAuth.lo AclProxyAuth.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I. -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c AclProxyAuth.cc -o AclProxyAuth.o
mv -f .deps/AclProxyAuth.Tpo .deps/AclProxyAuth.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libacls.la  Acl.lo AclMaxUserIp.lo AclProxyAuth.lo  
libtool: link: ar cru .libs/libacls.a  Acl.o AclMaxUserIp.o AclProxyAuth.o
libtool: link: ranlib .libs/libacls.a
libtool: link: ( cd ".libs" && rm -f "libacls.la" && ln -s "../libacls.la" "libacls.la" )
Making all in ip
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IpAddress.lo -MD -MP -MF .deps/IpAddress.Tpo -c -o IpAddress.lo IpAddress.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IpAddress.lo -MD -MP -MF .deps/IpAddress.Tpo -c IpAddress.cc -o IpAddress.o
mv -f .deps/IpAddress.Tpo .deps/IpAddress.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IpIntercept.lo -MD -MP -MF .deps/IpIntercept.Tpo -c -o IpIntercept.lo IpIntercept.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IpIntercept.lo -MD -MP -MF .deps/IpIntercept.Tpo -c IpIntercept.cc -o IpIntercept.o
mv -f .deps/IpIntercept.Tpo .deps/IpIntercept.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c -o QosConfig.lo QosConfig.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c QosConfig.cc -o QosConfig.o
mv -f .deps/QosConfig.Tpo .deps/QosConfig.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c -o tools.lo tools.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.cc -o tools.o
mv -f .deps/tools.Tpo .deps/tools.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libip.la  IpAddress.lo IpIntercept.lo QosConfig.lo  tools.lo  
libtool: link: ar cru .libs/libip.a  IpAddress.o IpIntercept.o QosConfig.o tools.o
libtool: link: ranlib .libs/libip.a
libtool: link: ( cd ".libs" && rm -f "libip.la" && ln -s "../libip.la" "libip.la" )
Making all in icmp
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c -o Icmp.lo Icmp.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c Icmp.cc -o Icmp.o
mv -f .deps/Icmp.Tpo .deps/Icmp.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libicmp-core.la  Icmp.lo  
libtool: link: ar cru .libs/libicmp-core.a  Icmp.o
libtool: link: ranlib .libs/libicmp-core.a
libtool: link: ( cd ".libs" && rm -f "libicmp-core.la" && ln -s "../libicmp-core.la" "libicmp-core.la" )
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c -o IcmpSquid.lo IcmpSquid.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c IcmpSquid.cc -o IcmpSquid.o
mv -f .deps/IcmpSquid.Tpo .deps/IcmpSquid.Plo
/bin/sh ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c -o net_db.lo net_db.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../.. -I../../include -I../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c net_db.cc -o net_db.o
mv -f .deps/net_db.Tpo .deps/net_db.Plo
/bin/sh ../../libtool --tag=CXX    --mode=link c++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing   -rpath=/usr/local/lib -L/usr/local/lib -o libicmp.la  IcmpSquid.lo net_db.lo  
libtool: link: ar cru .libs/libicmp.a  IcmpSquid.o net_db.o
libtool: link: ranlib .libs/libicmp.a
libtool: link: ( cd ".libs" && rm -f "libicmp.la" && ln -s "../libicmp.la" "libicmp.la" )
c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT IcmpPinger.o -MD -MP -MF .deps/IcmpPinger.Tpo -c -o IcmpPinger.o IcmpPinger.cc
mv -f .deps/IcmpPinger.Tpo .deps/IcmpPinger.Po
c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL  -I../.. -I../../include -I../../src  -I../../include     -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror  -D_REENTRANT -Os -O2 -pipe -march=pentium -mtune=pentium -I/usr/local/include -fno-strict-aliasing -MT Icmp4.o -MD -MP -MF .deps/Icmp4.Tpo -c -o Icmp4.o Icmp4.cc
Icmp4.cc: In member function 'virtual void Icmp4::SendEcho(IpAddress&, int, const char*, int)':
Icmp4.cc:96: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:100: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:103: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:116: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:117: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:118: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:119: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:120: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:123: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:138: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:96: error: forward declaration of 'struct icmp'
Icmp4.cc:142: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc: In member function 'virtual void Icmp4::Recv()':
Icmp4.cc:179: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:184: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:223: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:167: error: forward declaration of 'struct icmp'
Icmp4.cc:226: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:167: error: forward declaration of 'struct icmp'
Icmp4.cc:229: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:167: error: forward declaration of 'struct icmp'
Icmp4.cc:239: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:241: error: invalid application of 'sizeof' to incomplete type 'icmp' 
Icmp4.cc:243: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:167: error: forward declaration of 'struct icmp'
Icmp4.cc:243: error: invalid use of incomplete type 'struct icmp'
Icmp4.cc:167: error: forward declaration of 'struct icmp'
*** [Icmp4.o] Error code 1

Stop in /var/tmp/export/ports/www/squid31/work/squid-3.1.21/src/icmp.
*** [all-recursive] Error code 1

Stop in /var/tmp/export/ports/www/squid31/work/squid-3.1.21/src.
*** [all] Error code 1

Stop in /var/tmp/export/ports/www/squid31/work/squid-3.1.21/src.
*** [all-recursive] Error code 1

Stop in /var/tmp/export/ports/www/squid31/work/squid-3.1.21.
*** [do-build] Error code 1

Stop in /export/ports/www/squid31.
*** [build] Error code 1

Stop in /export/ports/www/squid31.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20120928-93317-1rqb739-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=squid-3.1.20 UPGRADE_PORT_VER=3.1.20 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
	! www/squid31 (squid-3.1.20)	(unknown build error)
[root@cakebox ~]# exit

Script done on Fri Sep 28 10:59:44 2012
--- build.log ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120928103731.51FB16795B>