Build failed in Jenkins: 3.HEAD-amd64-ubuntu-precise #210

From: <noc_at_squid-cache.org>
Date: Fri, 14 Dec 2012 02:36:48 +0100 (CET)

See <http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/210/changes>

Changes:

[Christos Tsantilas] cert validation cache

This patch add cache to cert validation helper. The following new options
added to "sslcrtvalidator_program" configuration parameter to control cache
behaviour:
ttl=n TTL in seconds for cached results.The default is 60 secs
cache=n limit the result cache size. The default value is 2048

To implement the cert validation cache a new template class investigated,
the LruMap which implements a simple lru cache.

The LruMap templete class also used to replace the old Ssl::LocalContextStorage
class which implements a SSL contexts cache.

This is a Measurement Factory project

[Christos Tsantilas] SSL server certificate validator implementation: remove more "#if 1 //USE_SSL_CERT_VALIDATOR" conditionals

[Christos Tsantilas] SSL server certificate validator implementation: remove "#if 1 //USE_SSL_CERT_VALIDATOR" conditionals

------------------------------------------
[...truncated 38199 lines...]
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CustomLog.lo -MD -MP -MF .deps/CustomLog.Tpo -c -o CustomLog.lo ../../../src/log/CustomLog.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CustomLog.lo -MD -MP -MF .deps/CustomLog.Tpo -c ../../../src/log/CustomLog.cc -fPIC -DPIC -o .libs/CustomLog.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CustomLog.lo -MD -MP -MF .deps/CustomLog.Tpo -c ../../../src/log/CustomLog.cc -fPIC -DPIC -o CustomLog.o >/dev/null 2>&1
mv -f .deps/CustomLog.Tpo .deps/CustomLog.Plo
/bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -g -o liblog.la access_log.lo Config.lo File.lo FormatHttpdCombined.lo FormatHttpdCommon.lo FormatSquidCustom.lo FormatSquidIcap.lo FormatSquidNative.lo FormatSquidReferer.lo FormatSquidUseragent.lo ModDaemon.lo ModStdio.lo ModSyslog.lo ModTcp.lo ModUdp.lo CustomLog.lo
libtool: link: /usr/bin/ar cru .libs/liblog.a .libs/access_log.o .libs/Config.o .libs/File.o .libs/FormatHttpdCombined.o .libs/FormatHttpdCommon.o .libs/FormatSquidCustom.o .libs/FormatSquidIcap.o .libs/FormatSquidNative.o .libs/FormatSquidReferer.o .libs/FormatSquidUseragent.o .libs/ModDaemon.o .libs/ModStdio.o .libs/ModSyslog.o .libs/ModTcp.o .libs/ModUdp.o .libs/CustomLog.o
libtool: link: ranlib .libs/liblog.a
libtool: link: ( cd ".libs" && rm -f "liblog.la" && ln -s "../liblog.la" "liblog.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/log'>
Making all in ipc
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/ipc'>
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT AtomicWord.lo -MD -MP -MF .deps/AtomicWord.Tpo -c -o AtomicWord.lo ../../../src/ipc/AtomicWord.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT AtomicWord.lo -MD -MP -MF .deps/AtomicWord.Tpo -c ../../../src/ipc/AtomicWord.cc -fPIC -DPIC -o .libs/AtomicWord.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT AtomicWord.lo -MD -MP -MF .deps/AtomicWord.Tpo -c ../../../src/ipc/AtomicWord.cc -fPIC -DPIC -o AtomicWord.o >/dev/null 2>&1
mv -f .deps/AtomicWord.Tpo .deps/AtomicWord.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FdNotes.lo -MD -MP -MF .deps/FdNotes.Tpo -c -o FdNotes.lo ../../../src/ipc/FdNotes.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FdNotes.lo -MD -MP -MF .deps/FdNotes.Tpo -c ../../../src/ipc/FdNotes.cc -fPIC -DPIC -o .libs/FdNotes.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FdNotes.lo -MD -MP -MF .deps/FdNotes.Tpo -c ../../../src/ipc/FdNotes.cc -fPIC -DPIC -o FdNotes.o >/dev/null 2>&1
mv -f .deps/FdNotes.Tpo .deps/FdNotes.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kid.lo -MD -MP -MF .deps/Kid.Tpo -c -o Kid.lo ../../../src/ipc/Kid.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kid.lo -MD -MP -MF .deps/Kid.Tpo -c ../../../src/ipc/Kid.cc -fPIC -DPIC -o .libs/Kid.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kid.lo -MD -MP -MF .deps/Kid.Tpo -c ../../../src/ipc/Kid.cc -fPIC -DPIC -o Kid.o >/dev/null 2>&1
mv -f .deps/Kid.Tpo .deps/Kid.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kids.lo -MD -MP -MF .deps/Kids.Tpo -c -o Kids.lo ../../../src/ipc/Kids.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kids.lo -MD -MP -MF .deps/Kids.Tpo -c ../../../src/ipc/Kids.cc -fPIC -DPIC -o .libs/Kids.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Kids.lo -MD -MP -MF .deps/Kids.Tpo -c ../../../src/ipc/Kids.cc -fPIC -DPIC -o Kids.o >/dev/null 2>&1
mv -f .deps/Kids.Tpo .deps/Kids.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Queue.lo -MD -MP -MF .deps/Queue.Tpo -c -o Queue.lo ../../../src/ipc/Queue.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Queue.lo -MD -MP -MF .deps/Queue.Tpo -c ../../../src/ipc/Queue.cc -fPIC -DPIC -o .libs/Queue.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Queue.lo -MD -MP -MF .deps/Queue.Tpo -c ../../../src/ipc/Queue.cc -fPIC -DPIC -o Queue.o >/dev/null 2>&1
mv -f .deps/Queue.Tpo .deps/Queue.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ReadWriteLock.lo -MD -MP -MF .deps/ReadWriteLock.Tpo -c -o ReadWriteLock.lo ../../../src/ipc/ReadWriteLock.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ReadWriteLock.lo -MD -MP -MF .deps/ReadWriteLock.Tpo -c ../../../src/ipc/ReadWriteLock.cc -fPIC -DPIC -o .libs/ReadWriteLock.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ReadWriteLock.lo -MD -MP -MF .deps/ReadWriteLock.Tpo -c ../../../src/ipc/ReadWriteLock.cc -fPIC -DPIC -o ReadWriteLock.o >/dev/null 2>&1
mv -f .deps/ReadWriteLock.Tpo .deps/ReadWriteLock.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StartListening.lo -MD -MP -MF .deps/StartListening.Tpo -c -o StartListening.lo ../../../src/ipc/StartListening.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StartListening.lo -MD -MP -MF .deps/StartListening.Tpo -c ../../../src/ipc/StartListening.cc -fPIC -DPIC -o .libs/StartListening.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StartListening.lo -MD -MP -MF .deps/StartListening.Tpo -c ../../../src/ipc/StartListening.cc -fPIC -DPIC -o StartListening.o >/dev/null 2>&1
mv -f .deps/StartListening.Tpo .deps/StartListening.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreMap.lo -MD -MP -MF .deps/StoreMap.Tpo -c -o StoreMap.lo ../../../src/ipc/StoreMap.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreMap.lo -MD -MP -MF .deps/StoreMap.Tpo -c ../../../src/ipc/StoreMap.cc -fPIC -DPIC -o .libs/StoreMap.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreMap.lo -MD -MP -MF .deps/StoreMap.Tpo -c ../../../src/ipc/StoreMap.cc -fPIC -DPIC -o StoreMap.o >/dev/null 2>&1
mv -f .deps/StoreMap.Tpo .deps/StoreMap.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandCoord.lo -MD -MP -MF .deps/StrandCoord.Tpo -c -o StrandCoord.lo ../../../src/ipc/StrandCoord.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandCoord.lo -MD -MP -MF .deps/StrandCoord.Tpo -c ../../../src/ipc/StrandCoord.cc -fPIC -DPIC -o .libs/StrandCoord.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandCoord.lo -MD -MP -MF .deps/StrandCoord.Tpo -c ../../../src/ipc/StrandCoord.cc -fPIC -DPIC -o StrandCoord.o >/dev/null 2>&1
mv -f .deps/StrandCoord.Tpo .deps/StrandCoord.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandSearch.lo -MD -MP -MF .deps/StrandSearch.Tpo -c -o StrandSearch.lo ../../../src/ipc/StrandSearch.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandSearch.lo -MD -MP -MF .deps/StrandSearch.Tpo -c ../../../src/ipc/StrandSearch.cc -fPIC -DPIC -o .libs/StrandSearch.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StrandSearch.lo -MD -MP -MF .deps/StrandSearch.Tpo -c ../../../src/ipc/StrandSearch.cc -fPIC -DPIC -o StrandSearch.o >/dev/null 2>&1
mv -f .deps/StrandSearch.Tpo .deps/StrandSearch.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT SharedListen.lo -MD -MP -MF .deps/SharedListen.Tpo -c -o SharedListen.lo ../../../src/ipc/SharedListen.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT SharedListen.lo -MD -MP -MF .deps/SharedListen.Tpo -c ../../../src/ipc/SharedListen.cc -fPIC -DPIC -o .libs/SharedListen.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT SharedListen.lo -MD -MP -MF .deps/SharedListen.Tpo -c ../../../src/ipc/SharedListen.cc -fPIC -DPIC -o SharedListen.o >/dev/null 2>&1
mv -f .deps/SharedListen.Tpo .deps/SharedListen.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT TypedMsgHdr.lo -MD -MP -MF .deps/TypedMsgHdr.Tpo -c -o TypedMsgHdr.lo ../../../src/ipc/TypedMsgHdr.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT TypedMsgHdr.lo -MD -MP -MF .deps/TypedMsgHdr.Tpo -c ../../../src/ipc/TypedMsgHdr.cc -fPIC -DPIC -o .libs/TypedMsgHdr.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT TypedMsgHdr.lo -MD -MP -MF .deps/TypedMsgHdr.Tpo -c ../../../src/ipc/TypedMsgHdr.cc -fPIC -DPIC -o TypedMsgHdr.o >/dev/null 2>&1
mv -f .deps/TypedMsgHdr.Tpo .deps/TypedMsgHdr.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Coordinator.lo -MD -MP -MF .deps/Coordinator.Tpo -c -o Coordinator.lo ../../../src/ipc/Coordinator.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Coordinator.lo -MD -MP -MF .deps/Coordinator.Tpo -c ../../../src/ipc/Coordinator.cc -fPIC -DPIC -o .libs/Coordinator.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Coordinator.lo -MD -MP -MF .deps/Coordinator.Tpo -c ../../../src/ipc/Coordinator.cc -fPIC -DPIC -o Coordinator.o >/dev/null 2>&1
mv -f .deps/Coordinator.Tpo .deps/Coordinator.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT UdsOp.lo -MD -MP -MF .deps/UdsOp.Tpo -c -o UdsOp.lo ../../../src/ipc/UdsOp.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT UdsOp.lo -MD -MP -MF .deps/UdsOp.Tpo -c ../../../src/ipc/UdsOp.cc -fPIC -DPIC -o .libs/UdsOp.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT UdsOp.lo -MD -MP -MF .deps/UdsOp.Tpo -c ../../../src/ipc/UdsOp.cc -fPIC -DPIC -o UdsOp.o >/dev/null 2>&1
mv -f .deps/UdsOp.Tpo .deps/UdsOp.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Port.lo -MD -MP -MF .deps/Port.Tpo -c -o Port.lo ../../../src/ipc/Port.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Port.lo -MD -MP -MF .deps/Port.Tpo -c ../../../src/ipc/Port.cc -fPIC -DPIC -o .libs/Port.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Port.lo -MD -MP -MF .deps/Port.Tpo -c ../../../src/ipc/Port.cc -fPIC -DPIC -o Port.o >/dev/null 2>&1
mv -f .deps/Port.Tpo .deps/Port.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Strand.lo -MD -MP -MF .deps/Strand.Tpo -c -o Strand.lo ../../../src/ipc/Strand.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Strand.lo -MD -MP -MF .deps/Strand.Tpo -c ../../../src/ipc/Strand.cc -fPIC -DPIC -o .libs/Strand.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Strand.lo -MD -MP -MF .deps/Strand.Tpo -c ../../../src/ipc/Strand.cc -fPIC -DPIC -o Strand.o >/dev/null 2>&1
mv -f .deps/Strand.Tpo .deps/Strand.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c -o Forwarder.lo ../../../src/ipc/Forwarder.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c ../../../src/ipc/Forwarder.cc -fPIC -DPIC -o .libs/Forwarder.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c ../../../src/ipc/Forwarder.cc -fPIC -DPIC -o Forwarder.o >/dev/null 2>&1
mv -f .deps/Forwarder.Tpo .deps/Forwarder.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c -o Inquirer.lo ../../../src/ipc/Inquirer.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c ../../../src/ipc/Inquirer.cc -fPIC -DPIC -o .libs/Inquirer.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c ../../../src/ipc/Inquirer.cc -fPIC -DPIC -o Inquirer.o >/dev/null 2>&1
mv -f .deps/Inquirer.Tpo .deps/Inquirer.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Page.lo -MD -MP -MF .deps/Page.Tpo -c -o Page.lo `test -f 'mem/Page.cc' || echo '../../../src/ipc/'`mem/Page.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Page.lo -MD -MP -MF .deps/Page.Tpo -c ../../../src/ipc/mem/Page.cc -fPIC -DPIC -o .libs/Page.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Page.lo -MD -MP -MF .deps/Page.Tpo -c ../../../src/ipc/mem/Page.cc -fPIC -DPIC -o Page.o >/dev/null 2>&1
mv -f .deps/Page.Tpo .deps/Page.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PagePool.lo -MD -MP -MF .deps/PagePool.Tpo -c -o PagePool.lo `test -f 'mem/PagePool.cc' || echo '../../../src/ipc/'`mem/PagePool.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PagePool.lo -MD -MP -MF .deps/PagePool.Tpo -c ../../../src/ipc/mem/PagePool.cc -fPIC -DPIC -o .libs/PagePool.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PagePool.lo -MD -MP -MF .deps/PagePool.Tpo -c ../../../src/ipc/mem/PagePool.cc -fPIC -DPIC -o PagePool.o >/dev/null 2>&1
mv -f .deps/PagePool.Tpo .deps/PagePool.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Pages.lo -MD -MP -MF .deps/Pages.Tpo -c -o Pages.lo `test -f 'mem/Pages.cc' || echo '../../../src/ipc/'`mem/Pages.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Pages.lo -MD -MP -MF .deps/Pages.Tpo -c ../../../src/ipc/mem/Pages.cc -fPIC -DPIC -o .libs/Pages.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Pages.lo -MD -MP -MF .deps/Pages.Tpo -c ../../../src/ipc/mem/Pages.cc -fPIC -DPIC -o Pages.o >/dev/null 2>&1
mv -f .deps/Pages.Tpo .deps/Pages.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PageStack.lo -MD -MP -MF .deps/PageStack.Tpo -c -o PageStack.lo `test -f 'mem/PageStack.cc' || echo '../../../src/ipc/'`mem/PageStack.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PageStack.lo -MD -MP -MF .deps/PageStack.Tpo -c ../../../src/ipc/mem/PageStack.cc -fPIC -DPIC -o .libs/PageStack.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT PageStack.lo -MD -MP -MF .deps/PageStack.Tpo -c ../../../src/ipc/mem/PageStack.cc -fPIC -DPIC -o PageStack.o >/dev/null 2>&1
mv -f .deps/PageStack.Tpo .deps/PageStack.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c -o Segment.lo `test -f 'mem/Segment.cc' || echo '../../../src/ipc/'`mem/Segment.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../../../src/ipc/mem/Segment.cc -fPIC -DPIC -o .libs/Segment.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_STATEDIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/var/run/squid\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../../../src/ipc/mem/Segment.cc -fPIC -DPIC -o Segment.o >/dev/null 2>&1
mv -f .deps/Segment.Tpo .deps/Segment.Plo
/bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -g -o libipc.la AtomicWord.lo FdNotes.lo Kid.lo Kids.lo Queue.lo ReadWriteLock.lo StartListening.lo StoreMap.lo StrandCoord.lo StrandSearch.lo SharedListen.lo TypedMsgHdr.lo Coordinator.lo UdsOp.lo Port.lo Strand.lo Forwarder.lo Inquirer.lo Page.lo PagePool.lo Pages.lo PageStack.lo Segment.lo
libtool: link: /usr/bin/ar cru .libs/libipc.a .libs/AtomicWord.o .libs/FdNotes.o .libs/Kid.o .libs/Kids.o .libs/Queue.o .libs/ReadWriteLock.o .libs/StartListening.o .libs/StoreMap.o .libs/StrandCoord.o .libs/StrandSearch.o .libs/SharedListen.o .libs/TypedMsgHdr.o .libs/Coordinator.o .libs/UdsOp.o .libs/Port.o .libs/Strand.o .libs/Forwarder.o .libs/Inquirer.o .libs/Page.o .libs/PagePool.o .libs/Pages.o .libs/PageStack.o .libs/Segment.o
libtool: link: ranlib .libs/libipc.a
libtool: link: ( cd ".libs" && rm -f "libipc.la" && ln -s "../libipc.la" "libipc.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/ipc'>
Making all in mgr
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/mgr'>
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Action.lo -MD -MP -MF .deps/Action.Tpo -c -o Action.lo ../../../src/mgr/Action.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Action.lo -MD -MP -MF .deps/Action.Tpo -c ../../../src/mgr/Action.cc -fPIC -DPIC -o .libs/Action.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Action.lo -MD -MP -MF .deps/Action.Tpo -c ../../../src/mgr/Action.cc -fPIC -DPIC -o Action.o >/dev/null 2>&1
mv -f .deps/Action.Tpo .deps/Action.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionParams.lo -MD -MP -MF .deps/ActionParams.Tpo -c -o ActionParams.lo ../../../src/mgr/ActionParams.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionParams.lo -MD -MP -MF .deps/ActionParams.Tpo -c ../../../src/mgr/ActionParams.cc -fPIC -DPIC -o .libs/ActionParams.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionParams.lo -MD -MP -MF .deps/ActionParams.Tpo -c ../../../src/mgr/ActionParams.cc -fPIC -DPIC -o ActionParams.o >/dev/null 2>&1
mv -f .deps/ActionParams.Tpo .deps/ActionParams.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionPasswordList.lo -MD -MP -MF .deps/ActionPasswordList.Tpo -c -o ActionPasswordList.lo ../../../src/mgr/ActionPasswordList.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionPasswordList.lo -MD -MP -MF .deps/ActionPasswordList.Tpo -c ../../../src/mgr/ActionPasswordList.cc -fPIC -DPIC -o .libs/ActionPasswordList.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionPasswordList.lo -MD -MP -MF .deps/ActionPasswordList.Tpo -c ../../../src/mgr/ActionPasswordList.cc -fPIC -DPIC -o ActionPasswordList.o >/dev/null 2>&1
mv -f .deps/ActionPasswordList.Tpo .deps/ActionPasswordList.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionWriter.lo -MD -MP -MF .deps/ActionWriter.Tpo -c -o ActionWriter.lo ../../../src/mgr/ActionWriter.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionWriter.lo -MD -MP -MF .deps/ActionWriter.Tpo -c ../../../src/mgr/ActionWriter.cc -fPIC -DPIC -o .libs/ActionWriter.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ActionWriter.lo -MD -MP -MF .deps/ActionWriter.Tpo -c ../../../src/mgr/ActionWriter.cc -fPIC -DPIC -o ActionWriter.o >/dev/null 2>&1
mv -f .deps/ActionWriter.Tpo .deps/ActionWriter.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT BasicActions.lo -MD -MP -MF .deps/BasicActions.Tpo -c -o BasicActions.lo ../../../src/mgr/BasicActions.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT BasicActions.lo -MD -MP -MF .deps/BasicActions.Tpo -c ../../../src/mgr/BasicActions.cc -fPIC -DPIC -o .libs/BasicActions.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT BasicActions.lo -MD -MP -MF .deps/BasicActions.Tpo -c ../../../src/mgr/BasicActions.cc -fPIC -DPIC -o BasicActions.o >/dev/null 2>&1
mv -f .deps/BasicActions.Tpo .deps/BasicActions.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c -o Command.lo ../../../src/mgr/Command.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c ../../../src/mgr/Command.cc -fPIC -DPIC -o .libs/Command.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c ../../../src/mgr/Command.cc -fPIC -DPIC -o Command.o >/dev/null 2>&1
mv -f .deps/Command.Tpo .deps/Command.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CountersAction.lo -MD -MP -MF .deps/CountersAction.Tpo -c -o CountersAction.lo ../../../src/mgr/CountersAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CountersAction.lo -MD -MP -MF .deps/CountersAction.Tpo -c ../../../src/mgr/CountersAction.cc -fPIC -DPIC -o .libs/CountersAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT CountersAction.lo -MD -MP -MF .deps/CountersAction.Tpo -c ../../../src/mgr/CountersAction.cc -fPIC -DPIC -o CountersAction.o >/dev/null 2>&1
mv -f .deps/CountersAction.Tpo .deps/CountersAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Filler.lo -MD -MP -MF .deps/Filler.Tpo -c -o Filler.lo ../../../src/mgr/Filler.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Filler.lo -MD -MP -MF .deps/Filler.Tpo -c ../../../src/mgr/Filler.cc -fPIC -DPIC -o .libs/Filler.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Filler.lo -MD -MP -MF .deps/Filler.Tpo -c ../../../src/mgr/Filler.cc -fPIC -DPIC -o Filler.o >/dev/null 2>&1
mv -f .deps/Filler.Tpo .deps/Filler.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c -o Forwarder.lo ../../../src/mgr/Forwarder.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c ../../../src/mgr/Forwarder.cc -fPIC -DPIC -o .libs/Forwarder.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Forwarder.lo -MD -MP -MF .deps/Forwarder.Tpo -c ../../../src/mgr/Forwarder.cc -fPIC -DPIC -o Forwarder.o >/dev/null 2>&1
mv -f .deps/Forwarder.Tpo .deps/Forwarder.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FunAction.lo -MD -MP -MF .deps/FunAction.Tpo -c -o FunAction.lo ../../../src/mgr/FunAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FunAction.lo -MD -MP -MF .deps/FunAction.Tpo -c ../../../src/mgr/FunAction.cc -fPIC -DPIC -o .libs/FunAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT FunAction.lo -MD -MP -MF .deps/FunAction.Tpo -c ../../../src/mgr/FunAction.cc -fPIC -DPIC -o FunAction.o >/dev/null 2>&1
mv -f .deps/FunAction.Tpo .deps/FunAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT InfoAction.lo -MD -MP -MF .deps/InfoAction.Tpo -c -o InfoAction.lo ../../../src/mgr/InfoAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT InfoAction.lo -MD -MP -MF .deps/InfoAction.Tpo -c ../../../src/mgr/InfoAction.cc -fPIC -DPIC -o .libs/InfoAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT InfoAction.lo -MD -MP -MF .deps/InfoAction.Tpo -c ../../../src/mgr/InfoAction.cc -fPIC -DPIC -o InfoAction.o >/dev/null 2>&1
mv -f .deps/InfoAction.Tpo .deps/InfoAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c -o Inquirer.lo ../../../src/mgr/Inquirer.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c ../../../src/mgr/Inquirer.cc -fPIC -DPIC -o .libs/Inquirer.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Inquirer.lo -MD -MP -MF .deps/Inquirer.Tpo -c ../../../src/mgr/Inquirer.cc -fPIC -DPIC -o Inquirer.o >/dev/null 2>&1
mv -f .deps/Inquirer.Tpo .deps/Inquirer.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntervalAction.lo -MD -MP -MF .deps/IntervalAction.Tpo -c -o IntervalAction.lo ../../../src/mgr/IntervalAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntervalAction.lo -MD -MP -MF .deps/IntervalAction.Tpo -c ../../../src/mgr/IntervalAction.cc -fPIC -DPIC -o .libs/IntervalAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntervalAction.lo -MD -MP -MF .deps/IntervalAction.Tpo -c ../../../src/mgr/IntervalAction.cc -fPIC -DPIC -o IntervalAction.o >/dev/null 2>&1
mv -f .deps/IntervalAction.Tpo .deps/IntervalAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IoAction.lo -MD -MP -MF .deps/IoAction.Tpo -c -o IoAction.lo ../../../src/mgr/IoAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IoAction.lo -MD -MP -MF .deps/IoAction.Tpo -c ../../../src/mgr/IoAction.cc -fPIC -DPIC -o .libs/IoAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IoAction.lo -MD -MP -MF .deps/IoAction.Tpo -c ../../../src/mgr/IoAction.cc -fPIC -DPIC -o IoAction.o >/dev/null 2>&1
mv -f .deps/IoAction.Tpo .deps/IoAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Registration.lo -MD -MP -MF .deps/Registration.Tpo -c -o Registration.lo ../../../src/mgr/Registration.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Registration.lo -MD -MP -MF .deps/Registration.Tpo -c ../../../src/mgr/Registration.cc -fPIC -DPIC -o .libs/Registration.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Registration.lo -MD -MP -MF .deps/Registration.Tpo -c ../../../src/mgr/Registration.cc -fPIC -DPIC -o Registration.o >/dev/null 2>&1
mv -f .deps/Registration.Tpo .deps/Registration.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Request.lo -MD -MP -MF .deps/Request.Tpo -c -o Request.lo ../../../src/mgr/Request.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Request.lo -MD -MP -MF .deps/Request.Tpo -c ../../../src/mgr/Request.cc -fPIC -DPIC -o .libs/Request.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Request.lo -MD -MP -MF .deps/Request.Tpo -c ../../../src/mgr/Request.cc -fPIC -DPIC -o Request.o >/dev/null 2>&1
mv -f .deps/Request.Tpo .deps/Request.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Response.lo -MD -MP -MF .deps/Response.Tpo -c -o Response.lo ../../../src/mgr/Response.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Response.lo -MD -MP -MF .deps/Response.Tpo -c ../../../src/mgr/Response.cc -fPIC -DPIC -o .libs/Response.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT Response.lo -MD -MP -MF .deps/Response.Tpo -c ../../../src/mgr/Response.cc -fPIC -DPIC -o Response.o >/dev/null 2>&1
mv -f .deps/Response.Tpo .deps/Response.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ServiceTimesAction.lo -MD -MP -MF .deps/ServiceTimesAction.Tpo -c -o ServiceTimesAction.lo ../../../src/mgr/ServiceTimesAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ServiceTimesAction.lo -MD -MP -MF .deps/ServiceTimesAction.Tpo -c ../../../src/mgr/ServiceTimesAction.cc -fPIC -DPIC -o .libs/ServiceTimesAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT ServiceTimesAction.lo -MD -MP -MF .deps/ServiceTimesAction.Tpo -c ../../../src/mgr/ServiceTimesAction.cc -fPIC -DPIC -o ServiceTimesAction.o >/dev/null 2>&1
mv -f .deps/ServiceTimesAction.Tpo .deps/ServiceTimesAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreIoAction.lo -MD -MP -MF .deps/StoreIoAction.Tpo -c -o StoreIoAction.lo ../../../src/mgr/StoreIoAction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreIoAction.lo -MD -MP -MF .deps/StoreIoAction.Tpo -c ../../../src/mgr/StoreIoAction.cc -fPIC -DPIC -o .libs/StoreIoAction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreIoAction.lo -MD -MP -MF .deps/StoreIoAction.Tpo -c ../../../src/mgr/StoreIoAction.cc -fPIC -DPIC -o StoreIoAction.o >/dev/null 2>&1
mv -f .deps/StoreIoAction.Tpo .deps/StoreIoAction.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreToCommWriter.lo -MD -MP -MF .deps/StoreToCommWriter.Tpo -c -o StoreToCommWriter.lo ../../../src/mgr/StoreToCommWriter.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreToCommWriter.lo -MD -MP -MF .deps/StoreToCommWriter.Tpo -c ../../../src/mgr/StoreToCommWriter.cc -fPIC -DPIC -o .libs/StoreToCommWriter.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StoreToCommWriter.lo -MD -MP -MF .deps/StoreToCommWriter.Tpo -c ../../../src/mgr/StoreToCommWriter.cc -fPIC -DPIC -o StoreToCommWriter.o >/dev/null 2>&1
mv -f .deps/StoreToCommWriter.Tpo .deps/StoreToCommWriter.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT QueryParams.lo -MD -MP -MF .deps/QueryParams.Tpo -c -o QueryParams.lo ../../../src/mgr/QueryParams.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT QueryParams.lo -MD -MP -MF .deps/QueryParams.Tpo -c ../../../src/mgr/QueryParams.cc -fPIC -DPIC -o .libs/QueryParams.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT QueryParams.lo -MD -MP -MF .deps/QueryParams.Tpo -c ../../../src/mgr/QueryParams.cc -fPIC -DPIC -o QueryParams.o >/dev/null 2>&1
mv -f .deps/QueryParams.Tpo .deps/QueryParams.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntParam.lo -MD -MP -MF .deps/IntParam.Tpo -c -o IntParam.lo ../../../src/mgr/IntParam.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntParam.lo -MD -MP -MF .deps/IntParam.Tpo -c ../../../src/mgr/IntParam.cc -fPIC -DPIC -o .libs/IntParam.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT IntParam.lo -MD -MP -MF .deps/IntParam.Tpo -c ../../../src/mgr/IntParam.cc -fPIC -DPIC -o IntParam.o >/dev/null 2>&1
mv -f .deps/IntParam.Tpo .deps/IntParam.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StringParam.lo -MD -MP -MF .deps/StringParam.Tpo -c -o StringParam.lo ../../../src/mgr/StringParam.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StringParam.lo -MD -MP -MF .deps/StringParam.Tpo -c ../../../src/mgr/StringParam.cc -fPIC -DPIC -o .libs/StringParam.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT StringParam.lo -MD -MP -MF .deps/StringParam.Tpo -c ../../../src/mgr/StringParam.cc -fPIC -DPIC -o StringParam.o >/dev/null 2>&1
mv -f .deps/StringParam.Tpo .deps/StringParam.Plo
/bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -g -o libmgr.la Action.lo ActionParams.lo ActionPasswordList.lo ActionWriter.lo BasicActions.lo Command.lo CountersAction.lo Filler.lo Forwarder.lo FunAction.lo InfoAction.lo Inquirer.lo IntervalAction.lo IoAction.lo Registration.lo Request.lo Response.lo ServiceTimesAction.lo StoreIoAction.lo StoreToCommWriter.lo QueryParams.lo IntParam.lo StringParam.lo
libtool: link: /usr/bin/ar cru .libs/libmgr.a .libs/Action.o .libs/ActionParams.o .libs/ActionPasswordList.o .libs/ActionWriter.o .libs/BasicActions.o .libs/Command.o .libs/CountersAction.o .libs/Filler.o .libs/Forwarder.o .libs/FunAction.o .libs/InfoAction.o .libs/Inquirer.o .libs/IntervalAction.o .libs/IoAction.o .libs/Registration.o .libs/Request.o .libs/Response.o .libs/ServiceTimesAction.o .libs/StoreIoAction.o .libs/StoreToCommWriter.o .libs/QueryParams.o .libs/IntParam.o .libs/StringParam.o
libtool: link: ranlib .libs/libmgr.a
libtool: link: ( cd ".libs" && rm -f "libmgr.la" && ln -s "../libmgr.la" "libmgr.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/mgr'>
Making all in ssl
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/ssl'>
/bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT cert_validate_message.lo -MD -MP -MF .deps/cert_validate_message.Tpo -c -o cert_validate_message.lo ../../../src/ssl/cert_validate_message.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x -MT cert_validate_message.lo -MD -MP -MF .deps/cert_validate_message.Tpo -c ../../../src/ssl/cert_validate_message.cc -fPIC -DPIC -o .libs/cert_validate_message.o
In file included from ../../../src/ssl/cert_validate_message.cc:4:0:
../../../src/ssl/cert_validate_message.h:57:5: error: 'HelperReply' does not name a type
make[4]: *** [cert_validate_message.lo] Error 1
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src/ssl'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-precise/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-04-noauth-everything.opts
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -ldl -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -D_FILE_OFFSET_BITS=64 -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x
configure: BUILD EXTRA C++ FLAGS: -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -ldl -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -D_FILE_OFFSET_BITS=64 -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -D_FILE_OFFSET_BITS=64 -g -O2 -std=c++0x
configure: BUILD EXTRA C++ FLAGS: -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
checking for fgrep... ../configure: line 7794: echo: write error: Broken pipe
../../../src/ssl/cert_validate_message.h:57:5: error: 'HelperReply' does not name a type
make[4]: *** [cert_validate_message.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Fri Dec 14 2012 - 01:36:54 MST

This archive was generated by hypermail 2.2.0 : Fri Dec 14 2012 - 12:00:10 MST