Build failed in Hudson: 3.1-i386-OpenBSD-4.5 #108

From: <noc_at_squid-cache.org>
Date: Sun, 30 May 2010 23:06:05 +0200 (CEST)

See <http://build.squid-cache.org/job/3.1-i386-OpenBSD-4.5/108/changes>

Changes:

[Amos Jeffries <amosjeffries_at_squid-cache.org>] 3.1.4

[Amos Jeffries <squid3_at_treenet.co.nz>] Prep for 3.1.4

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Bug 2789: Optimize unlimited memory pools, and correctly handle limits > 2GB.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Disable chunked memory pools by default. Rework memory pools

- Default to the old simple non-chunked pool type using malloc
with a simple freelist per pool.
- Various statistics & cachemgr Memory Utilization fixes
- Source reorganisation to split pool implementations from the general
framework. Allocators now in MemPoolChunked.cc and MemPoolMalloc.cc,
with general framework & statistics in MemPool.cc.

The chunked allocator is still available and can be activated by setting
the environment variable MEMPOOLS=1 but the default is now the non-chunked
allocator which has been fixed to account allocations properly for statistics
and also maintain a simple freelist to cache allocations.

No squid.conf changes, other than that the memory_pools and
memory_pools_limit directives now works as intended (not possible
with the chunked allocator).

[Amos Jeffries <squid3_at_treenet.co.nz>] Bug 2810: common log format generates 2 lines of syslog

Based on work by Keyran Bayliss

------------------------------------------
[...truncated 2450 lines...]
ar cru .libs/libdigest.a .libs/digestScheme.o .libs/auth_digest.o
ranlib .libs/libdigest.a
creating libdigest.la
(cd .libs && rm -f libdigest.la && ln -s ../libdigest.la libdigest.la)
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT negotiateScheme.lo -MD -MP -MF ".deps/negotiateScheme.Tpo" -c -o negotiateScheme.lo `test -f 'negotiate/negotiateScheme.cc' || echo '../../../src/auth/'`negotiate/negotiateScheme.cc; then mv -f ".deps/negotiateScheme.Tpo" ".deps/negotiateScheme.Plo"; else rm -f ".deps/negotiateScheme.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c ../../../src/auth/negotiate/negotiateScheme.cc -fPIC -DPIC -o .libs/negotiateScheme.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c ../../../src/auth/negotiate/negotiateScheme.cc -o negotiateScheme.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT auth_negotiate.lo -MD -MP -MF ".deps/auth_negotiate.Tpo" -c -o auth_negotiate.lo `test -f 'negotiate/auth_negotiate.cc' || echo '../../../src/auth/'`negotiate/auth_negotiate.cc; then mv -f ".deps/auth_negotiate.Tpo" ".deps/auth_negotiate.Plo"; else rm -f ".deps/auth_negotiate.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c ../../../src/auth/negotiate/auth_negotiate.cc -fPIC -DPIC -o .libs/auth_negotiate.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c ../../../src/auth/negotiate/auth_negotiate.cc -o auth_negotiate.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libnegotiate.la negotiateScheme.lo auth_negotiate.lo
ar cru .libs/libnegotiate.a .libs/negotiateScheme.o .libs/auth_negotiate.o
ranlib .libs/libnegotiate.a
creating libnegotiate.la
(cd .libs && rm -f libnegotiate.la && ln -s ../libnegotiate.la libnegotiate.la)
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libauth.la Config.lo Scheme.lo User.lo UserRequest.lo Gadgets.lo libntlm.la libbasic.la libdigest.la libnegotiate.la
rm -fr .libs/libauth.lax
mkdir .libs/libauth.lax
rm -fr .libs/libauth.lax/libntlm.a
mkdir .libs/libauth.lax/libntlm.a
(cd .libs/libauth.lax/libntlm.a && ar x /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src/auth/./.libs/libntlm.a)
rm -fr .libs/libauth.lax/libbasic.a
mkdir .libs/libauth.lax/libbasic.a
(cd .libs/libauth.lax/libbasic.a && ar x /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src/auth/./.libs/libbasic.a)
rm -fr .libs/libauth.lax/libdigest.a
mkdir .libs/libauth.lax/libdigest.a
(cd .libs/libauth.lax/libdigest.a && ar x /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src/auth/./.libs/libdigest.a)
rm -fr .libs/libauth.lax/libnegotiate.a
mkdir .libs/libauth.lax/libnegotiate.a
(cd .libs/libauth.lax/libnegotiate.a && ar x /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src/auth/./.libs/libnegotiate.a)
ar cru .libs/libauth.a .libs/Config.o .libs/Scheme.o .libs/User.o .libs/UserRequest.o .libs/Gadgets.o .libs/libauth.lax/libntlm.a/ntlmScheme.o .libs/libauth.lax/libntlm.a/auth_ntlm.o .libs/libauth.lax/libbasic.a/basicScheme.o .libs/libauth.lax/libbasic.a/auth_basic.o .libs/libauth.lax/libdigest.a/digestScheme.o .libs/libauth.lax/libdigest.a/auth_digest.o .libs/libauth.lax/libnegotiate.a/negotiateScheme.o .libs/libauth.lax/libnegotiate.a/auth_negotiate.o
ranlib .libs/libauth.a
rm -fr .libs/libauth.lax
creating libauth.la
(cd .libs && rm -f libauth.la && ln -s ../libauth.la libauth.la)
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Acl.lo -MD -MP -MF ".deps/Acl.Tpo" -c -o Acl.lo ../../../src/auth/Acl.cc; then mv -f ".deps/Acl.Tpo" ".deps/Acl.Plo"; else rm -f ".deps/Acl.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc -fPIC -DPIC -o .libs/Acl.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc -o Acl.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF ".deps/AclMaxUserIp.Tpo" -c -o AclMaxUserIp.lo ../../../src/auth/AclMaxUserIp.cc; then mv -f ".deps/AclMaxUserIp.Tpo" ".deps/AclMaxUserIp.Plo"; else rm -f ".deps/AclMaxUserIp.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc -fPIC -DPIC -o .libs/AclMaxUserIp.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc -o AclMaxUserIp.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclProxyAuth.lo -MD -MP -MF ".deps/AclProxyAuth.Tpo" -c -o AclProxyAuth.lo ../../../src/auth/AclProxyAuth.cc; then mv -f ".deps/AclProxyAuth.Tpo" ".deps/AclProxyAuth.Plo"; else rm -f ".deps/AclProxyAuth.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc -fPIC -DPIC -o .libs/AclProxyAuth.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I../../../src/auth -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc -o AclProxyAuth.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libacls.la Acl.lo AclMaxUserIp.lo AclProxyAuth.lo
ar cru .libs/libacls.a .libs/Acl.o .libs/AclMaxUserIp.o .libs/AclProxyAuth.o
ranlib .libs/libacls.a
creating libacls.la
(cd .libs && rm -f libacls.la && ln -s ../libacls.la libacls.la)
Making all in ip
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpAddress.lo -MD -MP -MF ".deps/IpAddress.Tpo" -c -o IpAddress.lo ../../../src/ip/IpAddress.cc; then mv -f ".deps/IpAddress.Tpo" ".deps/IpAddress.Plo"; else rm -f ".deps/IpAddress.Tpo"; exit 1; fi
mkdir .libs
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpAddress.lo -MD -MP -MF .deps/IpAddress.Tpo -c ../../../src/ip/IpAddress.cc -fPIC -DPIC -o .libs/IpAddress.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpAddress.lo -MD -MP -MF .deps/IpAddress.Tpo -c ../../../src/ip/IpAddress.cc -o IpAddress.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpIntercept.lo -MD -MP -MF ".deps/IpIntercept.Tpo" -c -o IpIntercept.lo ../../../src/ip/IpIntercept.cc; then mv -f ".deps/IpIntercept.Tpo" ".deps/IpIntercept.Plo"; else rm -f ".deps/IpIntercept.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpIntercept.lo -MD -MP -MF .deps/IpIntercept.Tpo -c ../../../src/ip/IpIntercept.cc -fPIC -DPIC -o .libs/IpIntercept.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT IpIntercept.lo -MD -MP -MF .deps/IpIntercept.Tpo -c ../../../src/ip/IpIntercept.cc -o IpIntercept.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT QosConfig.lo -MD -MP -MF ".deps/QosConfig.Tpo" -c -o QosConfig.lo ../../../src/ip/QosConfig.cc; then mv -f ".deps/QosConfig.Tpo" ".deps/QosConfig.Plo"; else rm -f ".deps/QosConfig.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c ../../../src/ip/QosConfig.cc -fPIC -DPIC -o .libs/QosConfig.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c ../../../src/ip/QosConfig.cc -o QosConfig.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libip.la IpAddress.lo IpIntercept.lo QosConfig.lo
ar cru .libs/libip.a .libs/IpAddress.o .libs/IpIntercept.o .libs/QosConfig.o
ranlib .libs/libip.a
creating libip.la
(cd .libs && rm -f libip.la && ln -s ../libip.la libip.la)
Making all in icmp
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -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 -g -O2 -MT Icmp.lo -MD -MP -MF ".deps/Icmp.Tpo" -c -o Icmp.lo ../../../src/icmp/Icmp.cc; then mv -f ".deps/Icmp.Tpo" ".deps/Icmp.Plo"; else rm -f ".deps/Icmp.Tpo"; exit 1; fi
mkdir .libs
 ccache g++ -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 -g -O2 -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c ../../../src/icmp/Icmp.cc -fPIC -DPIC -o .libs/Icmp.o
 ccache g++ -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 -g -O2 -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c ../../../src/icmp/Icmp.cc -o Icmp.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libicmp-core.la Icmp.lo
ar cru .libs/libicmp-core.a .libs/Icmp.o
ranlib .libs/libicmp-core.a
creating libicmp-core.la
(cd .libs && rm -f libicmp-core.la && ln -s ../libicmp-core.la libicmp-core.la)
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -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 -g -O2 -MT IcmpSquid.lo -MD -MP -MF ".deps/IcmpSquid.Tpo" -c -o IcmpSquid.lo ../../../src/icmp/IcmpSquid.cc; then mv -f ".deps/IcmpSquid.Tpo" ".deps/IcmpSquid.Plo"; else rm -f ".deps/IcmpSquid.Tpo"; exit 1; fi
 ccache g++ -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 -g -O2 -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c ../../../src/icmp/IcmpSquid.cc -fPIC -DPIC -o .libs/IcmpSquid.o
 ccache g++ -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 -g -O2 -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c ../../../src/icmp/IcmpSquid.cc -o IcmpSquid.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -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 -g -O2 -MT net_db.lo -MD -MP -MF ".deps/net_db.Tpo" -c -o net_db.lo ../../../src/icmp/net_db.cc; then mv -f ".deps/net_db.Tpo" ".deps/net_db.Plo"; else rm -f ".deps/net_db.Tpo"; exit 1; fi
 ccache g++ -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 -g -O2 -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c ../../../src/icmp/net_db.cc -fPIC -DPIC -o .libs/net_db.o
 ccache g++ -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 -g -O2 -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c ../../../src/icmp/net_db.cc -o net_db.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libicmp.la IcmpSquid.lo net_db.lo
ar cru .libs/libicmp.a .libs/IcmpSquid.o .libs/net_db.o
ranlib .libs/libicmp.a
creating libicmp.la
(cd .libs && rm -f libicmp.la && ln -s ../libicmp.la libicmp.la)
Making all in ident
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclIdent.lo -MD -MP -MF ".deps/AclIdent.Tpo" -c -o AclIdent.lo ../../../src/ident/AclIdent.cc; then mv -f ".deps/AclIdent.Tpo" ".deps/AclIdent.Plo"; else rm -f ".deps/AclIdent.Tpo"; exit 1; fi
mkdir .libs
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclIdent.lo -MD -MP -MF .deps/AclIdent.Tpo -c ../../../src/ident/AclIdent.cc -fPIC -DPIC -o .libs/AclIdent.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclIdent.lo -MD -MP -MF .deps/AclIdent.Tpo -c ../../../src/ident/AclIdent.cc -o AclIdent.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Ident.lo -MD -MP -MF ".deps/Ident.Tpo" -c -o Ident.lo ../../../src/ident/Ident.cc; then mv -f ".deps/Ident.Tpo" ".deps/Ident.Plo"; else rm -f ".deps/Ident.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Ident.lo -MD -MP -MF .deps/Ident.Tpo -c ../../../src/ident/Ident.cc -fPIC -DPIC -o .libs/Ident.o
 ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT Ident.lo -MD -MP -MF .deps/Ident.Tpo -c ../../../src/ident/Ident.cc -o Ident.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libident.la AclIdent.lo Ident.lo
ar cru .libs/libident.a .libs/AclIdent.o .libs/Ident.o
ranlib .libs/libident.a
creating libident.la
(cd .libs && rm -f libident.la && ln -s ../libident.la libident.la)
depbase=`echo DiskIO/Blocking/BlockingFile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/Blocking/BlockingFile.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/Blocking/BlockingFile.o ../../src/DiskIO/Blocking/BlockingFile.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/Blocking/BlockingIOStrategy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/Blocking/BlockingIOStrategy.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/Blocking/BlockingIOStrategy.o ../../src/DiskIO/Blocking/BlockingIOStrategy.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/Blocking/BlockingDiskIOModule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/Blocking/BlockingDiskIOModule.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/Blocking/BlockingDiskIOModule.o ../../src/DiskIO/Blocking/BlockingDiskIOModule.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
rm -f libBlocking.a
/usr/bin/ar cru libBlocking.a DiskIO/Blocking/BlockingFile.o DiskIO/Blocking/BlockingIOStrategy.o DiskIO/Blocking/BlockingDiskIOModule.o
ranlib libBlocking.a
depbase=`echo DiskIO/DiskDaemon/DiskdFile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskDaemon/DiskdFile.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskDaemon/DiskdFile.o ../../src/DiskIO/DiskDaemon/DiskdFile.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskDaemon/DiskdIOStrategy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskDaemon/DiskdIOStrategy.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskDaemon/DiskdIOStrategy.o ../../src/DiskIO/DiskDaemon/DiskdIOStrategy.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskDaemon/DiskDaemonDiskIOModule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskDaemon/DiskDaemonDiskIOModule.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskDaemon/DiskDaemonDiskIOModule.o ../../src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
rm -f libDiskDaemon.a
/usr/bin/ar cru libDiskDaemon.a DiskIO/DiskDaemon/DiskdFile.o DiskIO/DiskDaemon/DiskdIOStrategy.o DiskIO/DiskDaemon/DiskDaemonDiskIOModule.o
ranlib libDiskDaemon.a
depbase=`echo DiskIO/DiskThreads/aiops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskThreads/aiops.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskThreads/aiops.o ../../src/DiskIO/DiskThreads/aiops.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskThreads/async_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskThreads/async_io.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskThreads/async_io.o ../../src/DiskIO/DiskThreads/async_io.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskThreads/DiskThreadsDiskFile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskThreads/DiskThreadsDiskFile.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskThreads/DiskThreadsDiskFile.o ../../src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskThreads/DiskThreadsDiskIOModule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskThreads/DiskThreadsDiskIOModule.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskThreads/DiskThreadsDiskIOModule.o ../../src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskThreads/DiskThreadsIOStrategy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskThreads/DiskThreadsIOStrategy.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskThreads/DiskThreadsIOStrategy.o ../../src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
rm -f libDiskThreads.a
/usr/bin/ar cru libDiskThreads.a DiskIO/DiskThreads/aiops.o DiskIO/DiskThreads/async_io.o DiskIO/DiskThreads/DiskThreadsDiskFile.o DiskIO/DiskThreads/DiskThreadsDiskIOModule.o DiskIO/DiskThreads/DiskThreadsIOStrategy.o
ranlib libDiskThreads.a
depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; if /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm.lo -MD -MP -MF "$depbase.Tpo" -c -o comm.lo ../../src/comm.cc; then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c ../../src/comm.cc -fPIC -DPIC -o .libs/comm.o
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c ../../src/comm.cc -o comm.o >/dev/null 2>&1
depbase=`echo CommCalls.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; if /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT CommCalls.lo -MD -MP -MF "$depbase.Tpo" -c -o CommCalls.lo ../../src/CommCalls.cc; then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT CommCalls.lo -MD -MP -MF .deps/CommCalls.Tpo -c ../../src/CommCalls.cc -fPIC -DPIC -o .libs/CommCalls.o
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT CommCalls.lo -MD -MP -MF .deps/CommCalls.Tpo -c ../../src/CommCalls.cc -o CommCalls.o >/dev/null 2>&1
depbase=`echo DescriptorSet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; if /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DescriptorSet.lo -MD -MP -MF "$depbase.Tpo" -c -o DescriptorSet.lo ../../src/DescriptorSet.cc; then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DescriptorSet.lo -MD -MP -MF .deps/DescriptorSet.Tpo -c ../../src/DescriptorSet.cc -fPIC -DPIC -o .libs/DescriptorSet.o
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DescriptorSet.lo -MD -MP -MF .deps/DescriptorSet.Tpo -c ../../src/DescriptorSet.cc -o DescriptorSet.o >/dev/null 2>&1
depbase=`echo SquidConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; if /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT SquidConfig.lo -MD -MP -MF "$depbase.Tpo" -c -o SquidConfig.lo ../../src/SquidConfig.cc; then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT SquidConfig.lo -MD -MP -MF .deps/SquidConfig.Tpo -c ../../src/SquidConfig.cc -fPIC -DPIC -o .libs/SquidConfig.o
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT SquidConfig.lo -MD -MP -MF .deps/SquidConfig.Tpo -c ../../src/SquidConfig.cc -o SquidConfig.o >/dev/null 2>&1
depbase=`echo TextException.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; if /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT TextException.lo -MD -MP -MF "$depbase.Tpo" -c -o TextException.lo ../../src/TextException.cc; then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT TextException.lo -MD -MP -MF .deps/TextException.Tpo -c ../../src/TextException.cc -fPIC -DPIC -o .libs/TextException.o
 ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT TextException.lo -MD -MP -MF .deps/TextException.Tpo -c ../../src/TextException.cc -o TextException.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o libsquid.la comm.lo CommCalls.lo DescriptorSet.lo SquidConfig.lo TextException.lo
ar cru .libs/libsquid.a .libs/comm.o .libs/CommCalls.o .libs/DescriptorSet.o .libs/SquidConfig.o .libs/TextException.o
ranlib .libs/libsquid.a
creating libsquid.la
(cd .libs && rm -f libsquid.la && ln -s ../libsquid.la libsquid.la)
depbase=`echo DiskIO/DiskDaemon/diskd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskDaemon/diskd.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskDaemon/diskd.o ../../src/DiskIO/DiskDaemon/diskd.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o DiskIO/DiskDaemon/diskd DiskIO/DiskDaemon/diskd.o ../lib/libmiscutil.a -lm
mkdir DiskIO/DiskDaemon/.libs
ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o DiskIO/DiskDaemon/diskd DiskIO/DiskDaemon/diskd.o ../lib/libmiscutil.a -lm
/usr/lib/libstdc++.so.47.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/lib/libstdc++.so.47.0: warning: strcat() is almost always misused, please use strlcat()
depbase=`echo unlinkd_daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT unlinkd_daemon.o -MD -MP -MF "$depbase.Tpo" -c -o unlinkd_daemon.o ../../src/unlinkd_daemon.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo SquidNew.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT SquidNew.o -MD -MP -MF "$depbase.Tpo" -c -o SquidNew.o ../../src/SquidNew.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o unlinkd unlinkd_daemon.o SquidNew.o base/libbase.la libsquid.la auth/libacls.la ident/libident.la acl/libacls.la acl/libstate.la auth/libauth.la acl/libapi.la ip/libip.la fs/libfs.la -L../lib -lmiscutil -lm
ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o unlinkd unlinkd_daemon.o SquidNew.o base/.libs/libbase.a ./.libs/libsquid.a auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a ip/.libs/libip.a fs/.libs/libfs.a -L/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/lib -lmiscutil -lm
/usr/lib/libstdc++.so.47.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/lib/libstdc++.so.47.0: warning: strcat() is almost always misused, please use strlcat()
depbase=`echo AclRegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AclRegs.o -MD -MP -MF "$depbase.Tpo" -c -o AclRegs.o ../../src/AclRegs.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo AuthReg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AuthReg.o -MD -MP -MF "$depbase.Tpo" -c -o AuthReg.o ../../src/AuthReg.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo access_log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT access_log.o -MD -MP -MF "$depbase.Tpo" -c -o access_log.o ../../src/access_log.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo AsyncEngine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT AsyncEngine.o -MD -MP -MF "$depbase.Tpo" -c -o AsyncEngine.o ../../src/AsyncEngine.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo cache_cf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT cache_cf.o -MD -MP -MF "$depbase.Tpo" -c -o cache_cf.o ../../src/cache_cf.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ProtoPort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ProtoPort.o -MD -MP -MF "$depbase.Tpo" -c -o ProtoPort.o ../../src/ProtoPort.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo CacheDigest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT CacheDigest.o -MD -MP -MF "$depbase.Tpo" -c -o CacheDigest.o ../../src/CacheDigest.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo cache_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT cache_manager.o -MD -MP -MF "$depbase.Tpo" -c -o cache_manager.o ../../src/cache_manager.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo carp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT carp.o -MD -MP -MF "$depbase.Tpo" -c -o carp.o ../../src/carp.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo cbdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT cbdata.o -MD -MP -MF "$depbase.Tpo" -c -o cbdata.o ../../src/cbdata.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ChunkedCodingParser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ChunkedCodingParser.o -MD -MP -MF "$depbase.Tpo" -c -o ChunkedCodingParser.o ../../src/ChunkedCodingParser.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo client_db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT client_db.o -MD -MP -MF "$depbase.Tpo" -c -o client_db.o ../../src/client_db.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo client_side.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT client_side.o -MD -MP -MF "$depbase.Tpo" -c -o client_side.o ../../src/client_side.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo client_side_reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT client_side_reply.o -MD -MP -MF "$depbase.Tpo" -c -o client_side_reply.o ../../src/client_side_reply.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo client_side_request.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT client_side_request.o -MD -MP -MF "$depbase.Tpo" -c -o client_side_request.o ../../src/client_side_request.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo BodyPipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT BodyPipe.o -MD -MP -MF "$depbase.Tpo" -c -o BodyPipe.o ../../src/BodyPipe.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo clientStream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT clientStream.o -MD -MP -MF "$depbase.Tpo" -c -o clientStream.o ../../src/clientStream.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo CompletionDispatcher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT CompletionDispatcher.o -MD -MP -MF "$depbase.Tpo" -c -o CompletionDispatcher.o ../../src/CompletionDispatcher.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo comm_select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm_select.o -MD -MP -MF "$depbase.Tpo" -c -o comm_select.o ../../src/comm_select.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo comm_select_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm_select_win32.o -MD -MP -MF "$depbase.Tpo" -c -o comm_select_win32.o ../../src/comm_select_win32.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo comm_poll.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm_poll.o -MD -MP -MF "$depbase.Tpo" -c -o comm_poll.o ../../src/comm_poll.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo comm_epoll.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm_epoll.o -MD -MP -MF "$depbase.Tpo" -c -o comm_epoll.o ../../src/comm_epoll.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo comm_kqueue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT comm_kqueue.o -MD -MP -MF "$depbase.Tpo" -c -o comm_kqueue.o ../../src/comm_kqueue.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ConfigOption.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ConfigOption.o -MD -MP -MF "$depbase.Tpo" -c -o ConfigOption.o ../../src/ConfigOption.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ConfigParser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ConfigParser.o -MD -MP -MF "$depbase.Tpo" -c -o ConfigParser.o ../../src/ConfigParser.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT debug.o -MD -MP -MF "$depbase.Tpo" -c -o debug.o ../../src/debug.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo disk.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT disk.o -MD -MP -MF "$depbase.Tpo" -c -o disk.o ../../src/disk.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/DiskIOModule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/DiskIOModule.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/DiskIOModule.o ../../src/DiskIO/DiskIOModule.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/ReadRequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/ReadRequest.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/ReadRequest.o ../../src/DiskIO/ReadRequest.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DiskIO/WriteRequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DiskIO/WriteRequest.o -MD -MP -MF "$depbase.Tpo" -c -o DiskIO/WriteRequest.o ../../src/DiskIO/WriteRequest.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT dlink.o -MD -MP -MF "$depbase.Tpo" -c -o dlink.o ../../src/dlink.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dns_internal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT dns_internal.o -MD -MP -MF "$depbase.Tpo" -c -o dns_internal.o ../../src/dns_internal.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo DnsLookupDetails.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT DnsLookupDetails.o -MD -MP -MF "$depbase.Tpo" -c -o DnsLookupDetails.o ../../src/DnsLookupDetails.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo errorpage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT errorpage.o -MD -MP -MF "$depbase.Tpo" -c -o errorpage.o ../../src/errorpage.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ETag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ETag.o -MD -MP -MF "$depbase.Tpo" -c -o ETag.o ../../src/ETag.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT event.o -MD -MP -MF "$depbase.Tpo" -c -o event.o ../../src/event.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo EventLoop.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT EventLoop.o -MD -MP -MF "$depbase.Tpo" -c -o EventLoop.o ../../src/EventLoop.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo external_acl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT external_acl.o -MD -MP -MF "$depbase.Tpo" -c -o external_acl.o ../../src/external_acl.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ExternalACLEntry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ExternalACLEntry.o -MD -MP -MF "$depbase.Tpo" -c -o ExternalACLEntry.o ../../src/ExternalACLEntry.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo fd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT fd.o -MD -MP -MF "$depbase.Tpo" -c -o fd.o ../../src/fd.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo fde.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT fde.o -MD -MP -MF "$depbase.Tpo" -c -o fde.o ../../src/fde.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo filemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT filemap.o -MD -MP -MF "$depbase.Tpo" -c -o filemap.o ../../src/filemap.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo forward.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT forward.o -MD -MP -MF "$depbase.Tpo" -c -o forward.o ../../src/forward.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo fqdncache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT fqdncache.o -MD -MP -MF "$depbase.Tpo" -c -o fqdncache.o ../../src/fqdncache.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ftp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ftp.o -MD -MP -MF "$depbase.Tpo" -c -o ftp.o ../../src/ftp.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo gopher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT gopher.o -MD -MP -MF "$depbase.Tpo" -c -o gopher.o ../../src/gopher.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo helper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT helper.o -MD -MP -MF "$depbase.Tpo" -c -o helper.o ../../src/helper.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo htcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT htcp.o -MD -MP -MF "$depbase.Tpo" -c -o htcp.o ../../src/htcp.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo http.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT http.o -MD -MP -MF "$depbase.Tpo" -c -o http.o ../../src/http.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpStatusLine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpStatusLine.o -MD -MP -MF "$depbase.Tpo" -c -o HttpStatusLine.o ../../src/HttpStatusLine.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHdrCc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHdrCc.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHdrCc.o ../../src/HttpHdrCc.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHdrRange.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHdrRange.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHdrRange.o ../../src/HttpHdrRange.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHdrSc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHdrSc.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHdrSc.o ../../src/HttpHdrSc.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHdrScTarget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHdrScTarget.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHdrScTarget.o ../../src/HttpHdrScTarget.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHdrContRange.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHdrContRange.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHdrContRange.o ../../src/HttpHdrContRange.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHeader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHeader.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHeader.o ../../src/HttpHeader.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpHeaderTools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpHeaderTools.o -MD -MP -MF "$depbase.Tpo" -c -o HttpHeaderTools.o ../../src/HttpHeaderTools.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpBody.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpBody.o -MD -MP -MF "$depbase.Tpo" -c -o HttpBody.o ../../src/HttpBody.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpMsg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpMsg.o -MD -MP -MF "$depbase.Tpo" -c -o HttpMsg.o ../../src/HttpMsg.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpReply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpReply.o -MD -MP -MF "$depbase.Tpo" -c -o HttpReply.o ../../src/HttpReply.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpRequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpRequest.o -MD -MP -MF "$depbase.Tpo" -c -o HttpRequest.o ../../src/HttpRequest.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo HttpRequestMethod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT HttpRequestMethod.o -MD -MP -MF "$depbase.Tpo" -c -o HttpRequestMethod.o ../../src/HttpRequestMethod.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo icp_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT icp_v2.o -MD -MP -MF "$depbase.Tpo" -c -o icp_v2.o ../../src/icp_v2.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo icp_v3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT icp_v3.o -MD -MP -MF "$depbase.Tpo" -c -o icp_v3.o ../../src/icp_v3.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo int.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT int.o -MD -MP -MF "$depbase.Tpo" -c -o int.o ../../src/int.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo internal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT internal.o -MD -MP -MF "$depbase.Tpo" -c -o internal.o ../../src/internal.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ipc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ipc.o -MD -MP -MF "$depbase.Tpo" -c -o ipc.o ../../src/ipc.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo ipcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT ipcache.o -MD -MP -MF "$depbase.Tpo" -c -o ipcache.o ../../src/ipcache.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT list.o -MD -MP -MF "$depbase.Tpo" -c -o list.o ../../src/list.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo logfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT logfile.o -MD -MP -MF "$depbase.Tpo" -c -o logfile.o ../../src/logfile.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT main.o -MD -MP -MF "$depbase.Tpo" -c -o main.o ../../src/main.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/share\" -DDEFAULT_SQUID_CONFIG_DIR=\"/home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_inst/etc\" -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT mem.o -MD -MP -MF "$depbase.Tpo" -c -o mem.o ../../src/mem.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
../../src/mem.cc: In function `void memConfigure()':
../../src/mem.cc:359: warning: converting of negative value `-1' to `long
   unsigned int'
*** Error code 1

Stop in /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src (line 104 of /usr/share/mk/sys.mk).
*** Error code 1

Stop in /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src (line 4170 of Makefile).
*** Error code 1

Stop in /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build/src (line 3327 of Makefile).
*** Error code 1

Stop in /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default/squid-3.1.4-BZR/_build (line 422 of Makefile).
*** Error code 1

Stop in /home/hudson/workspace/3.1-i386-OpenBSD-4.5/btlayer-00-default (line 618 of Makefile).
buildtest.sh result is 1
BUILD: .././test-suite/buildtests/layer-00-default.opts
*** Error code 1
*** Error code 1
*** Error code 1
*** Error code 1
*** Error code 1
Build FAILED.
Received on Sun May 30 2010 - 21:06:09 MDT

This archive was generated by hypermail 2.2.0 : Mon May 31 2010 - 12:00:13 MDT