Build failed in Hudson: 3.HEAD-i386-opensolaris #553

From: <noc_at_squid-cache.org>
Date: Thu, 28 Oct 2010 22:50:32 +0200 (CEST)

See <http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/553/changes>

Changes:

[Alex Rousskov <rousskov_at_measurement-factory.com>] Use the new Cache Manager registration API for the newly added /dev/poll code.

[Alex Rousskov <rousskov_at_measurement-factory.com>] SMP Cache Manager, Phase2 implementation.

Cache Manager actions are forwarded to Coordinator. Coordinator iterates over
Kids, aggregating their stats if possible and/or allowing each kid to dump
non-aggregatable output directly into response if needed. Non-aggregated
output is wrapped in "by kidN { ... } by kidN" markup to ease auto-processing.

Regressions and small output formatting changes are probably unavoidable
because stats are aggregated and passed around as doubles instead of integers
(no more overflows though!) and because many stats collection and formatting
lines had to be touched. These are steps in the right direction though, IMO.

Old code both computed and dumped stats to Store at the same time. To avoid
computing code duplication, we now collect stats in primitive Stats objects
and then either dump those to Store or send them to Coordinator for
aggregation and, eventual Store dump. What stats to collect, when to
aggregate, and when to dump is decided by action-specific Mgr::Action classes.

The Cache Manager menu now consists of ActionProfile objects. ActionProfile
maintains hard-coded information about specific actions. It uses ActionCreator
member to create Action objects when a cache manager request is received.

Added Mgr::ActionParams class to maintain action parameters, including HTTP
request details necessary for Store entry creation (in another strand) and
action-specific parameters (currently just credentials). In Phase3, this class
can be extended to supply more parameters such as kid IDs to which the action
should apply.

Added Mgr::Command that combines hard-coded ActionProfile details with
user-specified ActionParams. This simplifies many interfaces because we no
longer need to supply a long list of parameters, covering various parts of
action config.

Moved Cache Manager registration to Mgr::RegisterAction() globals to reduce
dependency on the CacheManager class, which is a singleton anyway, and which
is unused by most of the registration callers. On the other hand, without
this change, no legacy (function-based actions) code would have been changed!

Enhanced TypedMsgHdr class to simplify storing and loading non-POD classes.
The caller can now easily handle a non-POD class as a series of put/get calls,
one for each POD member. This was necessary to send Mgr::ActionParams to
Coordinator and back. Will probably be useful for sending other complex
structures as well.

Reconfigure, shutdown, and other "basic" actions have been moved to
src/mgr/BasicActions.cc. Mgr::RegisterBasics() registers them.

Most of the Cache Manager code is now in src/mgr/.

Many more polishing touches.

More polishing left for future projects: Move CacheManager to Mgr namespace
and src/mgr/ directory. Use SBuf instead of String for ActionParams and
TypedMsgHdr. Rename Ipc::TypedMsgHdr to Ipc::Msg, Ipc::SocketMsg, or similar
because it maintains more than just msghdr struct. More stats aggregation,
and Phase3 changes.

------------------------------------------
[...truncated 23224 lines...]
mv -f .deps/Registration.Tpo .deps/Registration.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceTimesAction.lo -MD -MP -MF .deps/ServiceTimesAction.Tpo -c ../../../src/mgr/ServiceTimesAction.cc -fPIC -DPIC -o .libs/ServiceTimesAction.o
mv -f .deps/Inquirer.Tpo .deps/Inquirer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Response.lo -MD -MP -MF .deps/Response.Tpo -c ../../../src/mgr/Response.cc -fPIC -DPIC -o Response.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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/Response.Tpo .deps/Response.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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/ServiceTimesAction.Tpo .deps/ServiceTimesAction.Plo
mv -f .deps/StoreIoAction.Tpo .deps/StoreIoAction.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -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/sh ../../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 -L/usr/local/gcc-libs/lib -o libmgr.la Action.lo ActionParams.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
libtool: link: /usr/gnu/bin/ar cru .libs/libmgr.a .libs/Action.o .libs/ActionParams.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
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-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/mgr'>
Making all in adaptation
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation'>
Making all in icap
make[5]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation/icap'>
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Client.lo -MD -MP -MF .deps/Client.Tpo -c -o Client.lo ../../../../src/adaptation/icap/Client.cc
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../../src/adaptation/icap/Config.cc
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c -o Elements.lo ../../../../src/adaptation/icap/Elements.cc
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Options.lo -MD -MP -MF .deps/Options.Tpo -c -o Options.lo ../../../../src/adaptation/icap/Options.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Client.lo -MD -MP -MF .deps/Client.Tpo -c ../../../../src/adaptation/icap/Client.cc -fPIC -DPIC -o .libs/Client.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/adaptation/icap/Config.cc -fPIC -DPIC -o .libs/Config.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c ../../../../src/adaptation/icap/Elements.cc -fPIC -DPIC -o .libs/Elements.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Options.lo -MD -MP -MF .deps/Options.Tpo -c ../../../../src/adaptation/icap/Options.cc -fPIC -DPIC -o .libs/Options.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c ../../../../src/adaptation/icap/Elements.cc -fPIC -DPIC -o Elements.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Client.lo -MD -MP -MF .deps/Client.Tpo -c ../../../../src/adaptation/icap/Client.cc -fPIC -DPIC -o Client.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/adaptation/icap/Config.cc -fPIC -DPIC -o Config.o >/dev/null 2>&1
mv -f .deps/Elements.Tpo .deps/Elements.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceRep.lo -MD -MP -MF .deps/ServiceRep.Tpo -c -o ServiceRep.lo ../../../../src/adaptation/icap/ServiceRep.cc
mv -f .deps/Client.Tpo .deps/Client.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Launcher.lo -MD -MP -MF .deps/Launcher.Tpo -c -o Launcher.lo ../../../../src/adaptation/icap/Launcher.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Options.lo -MD -MP -MF .deps/Options.Tpo -c ../../../../src/adaptation/icap/Options.cc -fPIC -DPIC -o Options.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceRep.lo -MD -MP -MF .deps/ServiceRep.Tpo -c ../../../../src/adaptation/icap/ServiceRep.cc -fPIC -DPIC -o .libs/ServiceRep.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Launcher.lo -MD -MP -MF .deps/Launcher.Tpo -c ../../../../src/adaptation/icap/Launcher.cc -fPIC -DPIC -o .libs/Launcher.o
mv -f .deps/Config.Tpo .deps/Config.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT OptXact.lo -MD -MP -MF .deps/OptXact.Tpo -c -o OptXact.lo ../../../../src/adaptation/icap/OptXact.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT OptXact.lo -MD -MP -MF .deps/OptXact.Tpo -c ../../../../src/adaptation/icap/OptXact.cc -fPIC -DPIC -o .libs/OptXact.o
mv -f .deps/Options.Tpo .deps/Options.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Xaction.lo -MD -MP -MF .deps/Xaction.Tpo -c -o Xaction.lo ../../../../src/adaptation/icap/Xaction.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Xaction.lo -MD -MP -MF .deps/Xaction.Tpo -c ../../../../src/adaptation/icap/Xaction.cc -fPIC -DPIC -o .libs/Xaction.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Launcher.lo -MD -MP -MF .deps/Launcher.Tpo -c ../../../../src/adaptation/icap/Launcher.cc -fPIC -DPIC -o Launcher.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT OptXact.lo -MD -MP -MF .deps/OptXact.Tpo -c ../../../../src/adaptation/icap/OptXact.cc -fPIC -DPIC -o OptXact.o >/dev/null 2>&1
mv -f .deps/Launcher.Tpo .deps/Launcher.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ModXact.lo -MD -MP -MF .deps/ModXact.Tpo -c -o ModXact.lo ../../../../src/adaptation/icap/ModXact.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ModXact.lo -MD -MP -MF .deps/ModXact.Tpo -c ../../../../src/adaptation/icap/ModXact.cc -fPIC -DPIC -o .libs/ModXact.o
mv -f .deps/OptXact.Tpo .deps/OptXact.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT icap_log.lo -MD -MP -MF .deps/icap_log.Tpo -c -o icap_log.lo ../../../../src/adaptation/icap/icap_log.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT icap_log.lo -MD -MP -MF .deps/icap_log.Tpo -c ../../../../src/adaptation/icap/icap_log.cc -fPIC -DPIC -o .libs/icap_log.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceRep.lo -MD -MP -MF .deps/ServiceRep.Tpo -c ../../../../src/adaptation/icap/ServiceRep.cc -fPIC -DPIC -o ServiceRep.o >/dev/null 2>&1
mv -f .deps/ServiceRep.Tpo .deps/ServiceRep.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c -o History.lo ../../../../src/adaptation/icap/History.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c ../../../../src/adaptation/icap/History.cc -fPIC -DPIC -o .libs/History.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT icap_log.lo -MD -MP -MF .deps/icap_log.Tpo -c ../../../../src/adaptation/icap/icap_log.cc -fPIC -DPIC -o icap_log.o >/dev/null 2>&1
mv -f .deps/icap_log.Tpo .deps/icap_log.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Xaction.lo -MD -MP -MF .deps/Xaction.Tpo -c ../../../../src/adaptation/icap/Xaction.cc -fPIC -DPIC -o Xaction.o >/dev/null 2>&1
mv -f .deps/Xaction.Tpo .deps/Xaction.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c ../../../../src/adaptation/icap/History.cc -fPIC -DPIC -o History.o >/dev/null 2>&1
mv -f .deps/History.Tpo .deps/History.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ModXact.lo -MD -MP -MF .deps/ModXact.Tpo -c ../../../../src/adaptation/icap/ModXact.cc -fPIC -DPIC -o ModXact.o >/dev/null 2>&1
mv -f .deps/ModXact.Tpo .deps/ModXact.Plo
/bin/sh ../../../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 -L/usr/local/gcc-libs/lib -o libicap.la Client.lo Config.lo Elements.lo Options.lo ServiceRep.lo Launcher.lo OptXact.lo Xaction.lo ModXact.lo icap_log.lo History.lo
libtool: link: /usr/gnu/bin/ar cru .libs/libicap.a .libs/Client.o .libs/Config.o .libs/Elements.o .libs/Options.o .libs/ServiceRep.o .libs/Launcher.o .libs/OptXact.o .libs/Xaction.o .libs/ModXact.o .libs/icap_log.o .libs/History.o
libtool: link: ranlib .libs/libicap.a
libtool: link: ( cd ".libs" && rm -f "libicap.la" && ln -s "../libicap.la" "libicap.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation/icap'>
make[5]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation'>
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessCheck.lo -MD -MP -MF .deps/AccessCheck.Tpo -c -o AccessCheck.lo ../../../src/adaptation/AccessCheck.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessRule.lo -MD -MP -MF .deps/AccessRule.Tpo -c -o AccessRule.lo ../../../src/adaptation/AccessRule.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../src/adaptation/Config.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c -o Elements.lo ../../../src/adaptation/Elements.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessCheck.lo -MD -MP -MF .deps/AccessCheck.Tpo -c ../../../src/adaptation/AccessCheck.cc -fPIC -DPIC -o .libs/AccessCheck.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessRule.lo -MD -MP -MF .deps/AccessRule.Tpo -c ../../../src/adaptation/AccessRule.cc -fPIC -DPIC -o .libs/AccessRule.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c ../../../src/adaptation/Elements.cc -fPIC -DPIC -o .libs/Elements.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/adaptation/Config.cc -fPIC -DPIC -o .libs/Config.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Elements.lo -MD -MP -MF .deps/Elements.Tpo -c ../../../src/adaptation/Elements.cc -fPIC -DPIC -o Elements.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessRule.lo -MD -MP -MF .deps/AccessRule.Tpo -c ../../../src/adaptation/AccessRule.cc -fPIC -DPIC -o AccessRule.o >/dev/null 2>&1
mv -f .deps/Elements.Tpo .deps/Elements.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiate.lo -MD -MP -MF .deps/Initiate.Tpo -c -o Initiate.lo ../../../src/adaptation/Initiate.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiate.lo -MD -MP -MF .deps/Initiate.Tpo -c ../../../src/adaptation/Initiate.cc -fPIC -DPIC -o .libs/Initiate.o
mv -f .deps/AccessRule.Tpo .deps/AccessRule.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiator.lo -MD -MP -MF .deps/Initiator.Tpo -c -o Initiator.lo ../../../src/adaptation/Initiator.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiator.lo -MD -MP -MF .deps/Initiator.Tpo -c ../../../src/adaptation/Initiator.cc -fPIC -DPIC -o .libs/Initiator.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/adaptation/Config.cc -fPIC -DPIC -o Config.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AccessCheck.lo -MD -MP -MF .deps/AccessCheck.Tpo -c ../../../src/adaptation/AccessCheck.cc -fPIC -DPIC -o AccessCheck.o >/dev/null 2>&1
mv -f .deps/Config.Tpo .deps/Config.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Iterator.lo -MD -MP -MF .deps/Iterator.Tpo -c -o Iterator.lo ../../../src/adaptation/Iterator.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Iterator.lo -MD -MP -MF .deps/Iterator.Tpo -c ../../../src/adaptation/Iterator.cc -fPIC -DPIC -o .libs/Iterator.o
mv -f .deps/AccessCheck.Tpo .deps/AccessCheck.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c -o Message.lo ../../../src/adaptation/Message.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c ../../../src/adaptation/Message.cc -fPIC -DPIC -o .libs/Message.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiator.lo -MD -MP -MF .deps/Initiator.Tpo -c ../../../src/adaptation/Initiator.cc -fPIC -DPIC -o Initiator.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Initiate.lo -MD -MP -MF .deps/Initiate.Tpo -c ../../../src/adaptation/Initiate.cc -fPIC -DPIC -o Initiate.o >/dev/null 2>&1
mv -f .deps/Initiator.Tpo .deps/Initiator.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Service.lo -MD -MP -MF .deps/Service.Tpo -c -o Service.lo ../../../src/adaptation/Service.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Service.lo -MD -MP -MF .deps/Service.Tpo -c ../../../src/adaptation/Service.cc -fPIC -DPIC -o .libs/Service.o
mv -f .deps/Initiate.Tpo .deps/Initiate.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceConfig.lo -MD -MP -MF .deps/ServiceConfig.Tpo -c -o ServiceConfig.lo ../../../src/adaptation/ServiceConfig.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceConfig.lo -MD -MP -MF .deps/ServiceConfig.Tpo -c ../../../src/adaptation/ServiceConfig.cc -fPIC -DPIC -o .libs/ServiceConfig.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c ../../../src/adaptation/Message.cc -fPIC -DPIC -o Message.o >/dev/null 2>&1
mv -f .deps/Message.Tpo .deps/Message.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceGroups.lo -MD -MP -MF .deps/ServiceGroups.Tpo -c -o ServiceGroups.lo ../../../src/adaptation/ServiceGroups.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceGroups.lo -MD -MP -MF .deps/ServiceGroups.Tpo -c ../../../src/adaptation/ServiceGroups.cc -fPIC -DPIC -o .libs/ServiceGroups.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Iterator.lo -MD -MP -MF .deps/Iterator.Tpo -c ../../../src/adaptation/Iterator.cc -fPIC -DPIC -o Iterator.o >/dev/null 2>&1
mv -f .deps/Iterator.Tpo .deps/Iterator.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceFilter.lo -MD -MP -MF .deps/ServiceFilter.Tpo -c -o ServiceFilter.lo ../../../src/adaptation/ServiceFilter.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceFilter.lo -MD -MP -MF .deps/ServiceFilter.Tpo -c ../../../src/adaptation/ServiceFilter.cc -fPIC -DPIC -o .libs/ServiceFilter.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceConfig.lo -MD -MP -MF .deps/ServiceConfig.Tpo -c ../../../src/adaptation/ServiceConfig.cc -fPIC -DPIC -o ServiceConfig.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Service.lo -MD -MP -MF .deps/Service.Tpo -c ../../../src/adaptation/Service.cc -fPIC -DPIC -o Service.o >/dev/null 2>&1
mv -f .deps/ServiceConfig.Tpo .deps/ServiceConfig.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c -o History.lo ../../../src/adaptation/History.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c ../../../src/adaptation/History.cc -fPIC -DPIC -o .libs/History.o
mv -f .deps/Service.Tpo .deps/Service.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceFilter.lo -MD -MP -MF .deps/ServiceFilter.Tpo -c ../../../src/adaptation/ServiceFilter.cc -fPIC -DPIC -o ServiceFilter.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ServiceGroups.lo -MD -MP -MF .deps/ServiceGroups.Tpo -c ../../../src/adaptation/ServiceGroups.cc -fPIC -DPIC -o ServiceGroups.o >/dev/null 2>&1
mv -f .deps/ServiceFilter.Tpo .deps/ServiceFilter.Plo
mv -f .deps/ServiceGroups.Tpo .deps/ServiceGroups.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT History.lo -MD -MP -MF .deps/History.Tpo -c ../../../src/adaptation/History.cc -fPIC -DPIC -o History.o >/dev/null 2>&1
mv -f .deps/History.Tpo .deps/History.Plo
/bin/sh ../../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 -L/usr/local/gcc-libs/lib -o libadaptation.la AccessCheck.lo AccessRule.lo Config.lo Elements.lo Initiate.lo Initiator.lo Iterator.lo Message.lo Service.lo ServiceConfig.lo ServiceGroups.lo ServiceFilter.lo History.lo icap/libicap.la
libtool: link: (cd .libs/libadaptation.lax/libicap.a && /usr/gnu/bin/ar x "<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation/icap/.libs/libicap.a")>
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libadaptation.lax/libicap.a/Elements.o .libs/libadaptation.lax/lt1-Elements.o || cp .libs/libadaptation.lax/libicap.a/Elements.o .libs/libadaptation.lax/lt1-Elements.o
libtool: link: ln .libs/libadaptation.lax/libicap.a/Config.o .libs/libadaptation.lax/lt2-Config.o || cp .libs/libadaptation.lax/libicap.a/Config.o .libs/libadaptation.lax/lt2-Config.o
libtool: link: ln .libs/libadaptation.lax/libicap.a/History.o .libs/libadaptation.lax/lt3-History.o || cp .libs/libadaptation.lax/libicap.a/History.o .libs/libadaptation.lax/lt3-History.o
libtool: link: /usr/gnu/bin/ar cru .libs/libadaptation.a .libs/AccessCheck.o .libs/AccessRule.o .libs/Config.o .libs/Elements.o .libs/Initiate.o .libs/Initiator.o .libs/Iterator.o .libs/Message.o .libs/Service.o .libs/ServiceConfig.o .libs/ServiceGroups.o .libs/ServiceFilter.o .libs/History.o .libs/libadaptation.lax/libicap.a/Options.o .libs/libadaptation.lax/libicap.a/Launcher.o .libs/libadaptation.lax/libicap.a/icap_log.o .libs/libadaptation.lax/lt1-Elements.o .libs/libadaptation.lax/lt2-Config.o .libs/libadaptation.lax/libicap.a/ModXact.o .libs/libadaptation.lax/lt3-History.o .libs/libadaptation.lax/libicap.a/ServiceRep.o .libs/libadaptation.lax/libicap.a/Xaction.o .libs/libadaptation.lax/libicap.a/Client.o .libs/libadaptation.lax/libicap.a/OptXact.o
libtool: link: ranlib .libs/libadaptation.a
libtool: link: rm -fr .libs/libadaptation.lax .libs/libadaptation.lax
libtool: link: ( cd ".libs" && rm -f "libadaptation.la" && ln -s "../libadaptation.la" "libadaptation.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation'>
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/adaptation'>
Making all in esi
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/esi'>
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Assign.lo -MD -MP -MF .deps/Assign.Tpo -c -o Assign.lo ../../../src/esi/Assign.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Context.lo -MD -MP -MF .deps/Context.Tpo -c -o Context.lo ../../../src/esi/Context.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CustomParser.lo -MD -MP -MF .deps/CustomParser.Tpo -c -o CustomParser.lo ../../../src/esi/CustomParser.cc
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ExpatParser.lo -MD -MP -MF .deps/ExpatParser.Tpo -c -o ExpatParser.lo ../../../src/esi/ExpatParser.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Assign.lo -MD -MP -MF .deps/Assign.Tpo -c ../../../src/esi/Assign.cc -fPIC -DPIC -o .libs/Assign.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Context.lo -MD -MP -MF .deps/Context.Tpo -c ../../../src/esi/Context.cc -fPIC -DPIC -o .libs/Context.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ExpatParser.lo -MD -MP -MF .deps/ExpatParser.Tpo -c ../../../src/esi/ExpatParser.cc -fPIC -DPIC -o .libs/ExpatParser.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CustomParser.lo -MD -MP -MF .deps/CustomParser.Tpo -c ../../../src/esi/CustomParser.cc -fPIC -DPIC -o .libs/CustomParser.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ExpatParser.lo -MD -MP -MF .deps/ExpatParser.Tpo -c ../../../src/esi/ExpatParser.cc -fPIC -DPIC -o ExpatParser.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CustomParser.lo -MD -MP -MF .deps/CustomParser.Tpo -c ../../../src/esi/CustomParser.cc -fPIC -DPIC -o CustomParser.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Context.lo -MD -MP -MF .deps/Context.Tpo -c ../../../src/esi/Context.cc -fPIC -DPIC -o Context.o >/dev/null 2>&1
mv -f .deps/ExpatParser.Tpo .deps/ExpatParser.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Libxml2Parser.lo -MD -MP -MF .deps/Libxml2Parser.Tpo -c -o Libxml2Parser.lo ../../../src/esi/Libxml2Parser.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Libxml2Parser.lo -MD -MP -MF .deps/Libxml2Parser.Tpo -c ../../../src/esi/Libxml2Parser.cc -fPIC -DPIC -o .libs/Libxml2Parser.o
mv -f .deps/CustomParser.Tpo .deps/CustomParser.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Esi.lo -MD -MP -MF .deps/Esi.Tpo -c -o Esi.lo ../../../src/esi/Esi.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Assign.lo -MD -MP -MF .deps/Assign.Tpo -c ../../../src/esi/Assign.cc -fPIC -DPIC -o Assign.o >/dev/null 2>&1
mv -f .deps/Context.Tpo .deps/Context.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Expression.lo -MD -MP -MF .deps/Expression.Tpo -c -o Expression.lo ../../../src/esi/Expression.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Esi.lo -MD -MP -MF .deps/Esi.Tpo -c ../../../src/esi/Esi.cc -fPIC -DPIC -o .libs/Esi.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Expression.lo -MD -MP -MF .deps/Expression.Tpo -c ../../../src/esi/Expression.cc -fPIC -DPIC -o .libs/Expression.o
mv -f .deps/Assign.Tpo .deps/Assign.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Include.lo -MD -MP -MF .deps/Include.Tpo -c -o Include.lo ../../../src/esi/Include.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Include.lo -MD -MP -MF .deps/Include.Tpo -c ../../../src/esi/Include.cc -fPIC -DPIC -o .libs/Include.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Libxml2Parser.lo -MD -MP -MF .deps/Libxml2Parser.Tpo -c ../../../src/esi/Libxml2Parser.cc -fPIC -DPIC -o Libxml2Parser.o >/dev/null 2>&1
mv -f .deps/Libxml2Parser.Tpo .deps/Libxml2Parser.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Module.lo -MD -MP -MF .deps/Module.Tpo -c -o Module.lo ../../../src/esi/Module.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Module.lo -MD -MP -MF .deps/Module.Tpo -c ../../../src/esi/Module.cc -fPIC -DPIC -o .libs/Module.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Expression.lo -MD -MP -MF .deps/Expression.Tpo -c ../../../src/esi/Expression.cc -fPIC -DPIC -o Expression.o >/dev/null 2>&1
mv -f .deps/Expression.Tpo .deps/Expression.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c -o Parser.lo ../../../src/esi/Parser.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c ../../../src/esi/Parser.cc -fPIC -DPIC -o .libs/Parser.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Module.lo -MD -MP -MF .deps/Module.Tpo -c ../../../src/esi/Module.cc -fPIC -DPIC -o Module.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Include.lo -MD -MP -MF .deps/Include.Tpo -c ../../../src/esi/Include.cc -fPIC -DPIC -o Include.o >/dev/null 2>&1
mv -f .deps/Module.Tpo .deps/Module.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c ../../../src/esi/Parser.cc -fPIC -DPIC -o Parser.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c -o Segment.lo ../../../src/esi/Segment.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../../../src/esi/Segment.cc -fPIC -DPIC -o .libs/Segment.o
mv -f .deps/Include.Tpo .deps/Include.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Sequence.lo -MD -MP -MF .deps/Sequence.Tpo -c -o Sequence.lo ../../../src/esi/Sequence.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Sequence.lo -MD -MP -MF .deps/Sequence.Tpo -c ../../../src/esi/Sequence.cc -fPIC -DPIC -o .libs/Sequence.o
mv -f .deps/Parser.Tpo .deps/Parser.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT VarState.lo -MD -MP -MF .deps/VarState.Tpo -c -o VarState.lo ../../../src/esi/VarState.cc
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT VarState.lo -MD -MP -MF .deps/VarState.Tpo -c ../../../src/esi/VarState.cc -fPIC -DPIC -o .libs/VarState.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../../../src/esi/Segment.cc -fPIC -DPIC -o Segment.o >/dev/null 2>&1
mv -f .deps/Segment.Tpo .deps/Segment.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Sequence.lo -MD -MP -MF .deps/Sequence.Tpo -c ../../../src/esi/Sequence.cc -fPIC -DPIC -o Sequence.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT VarState.lo -MD -MP -MF .deps/VarState.Tpo -c ../../../src/esi/VarState.cc -fPIC -DPIC -o VarState.o >/dev/null 2>&1
mv -f .deps/Sequence.Tpo .deps/Sequence.Plo
mv -f .deps/VarState.Tpo .deps/VarState.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../libltdl -I../../../lib/libTrie/include -I../../lib/libTrie/include -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Esi.lo -MD -MP -MF .deps/Esi.Tpo -c ../../../src/esi/Esi.cc -fPIC -DPIC -o Esi.o >/dev/null 2>&1
mv -f .deps/Esi.Tpo .deps/Esi.Plo
/bin/sh ../../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 -L/usr/local/gcc-libs/lib -o libesi.la Assign.lo Context.lo CustomParser.lo ExpatParser.lo Libxml2Parser.lo Esi.lo Expression.lo Include.lo Module.lo Parser.lo Segment.lo Sequence.lo VarState.lo
libtool: link: /usr/gnu/bin/ar cru .libs/libesi.a .libs/Assign.o .libs/Context.o .libs/CustomParser.o .libs/ExpatParser.o .libs/Libxml2Parser.o .libs/Esi.o .libs/Expression.o .libs/Include.o .libs/Module.o .libs/Parser.o .libs/Segment.o .libs/Sequence.o .libs/VarState.o
libtool: link: ranlib .libs/libesi.a
libtool: link: ( cd ".libs" && rm -f "libesi.la" && ln -s "../libesi.la" "libesi.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/esi'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT comm.lo -MD -MP -MF $depbase.Tpo -c -o comm.lo ../../src/comm.cc &&\
        mv -f $depbase.Tpo $depbase.Plo
depbase=`echo CommCalls.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CommCalls.lo -MD -MP -MF $depbase.Tpo -c -o CommCalls.lo ../../src/CommCalls.cc &&\
        mv -f $depbase.Tpo $depbase.Plo
depbase=`echo DescriptorSet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT DescriptorSet.lo -MD -MP -MF $depbase.Tpo -c -o DescriptorSet.lo ../../src/DescriptorSet.cc &&\
        mv -f $depbase.Tpo $depbase.Plo
depbase=`echo SquidConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT SquidConfig.lo -MD -MP -MF $depbase.Tpo -c -o SquidConfig.lo ../../src/SquidConfig.cc &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c ../../src/comm.cc -fPIC -DPIC -o .libs/comm.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CommCalls.lo -MD -MP -MF .deps/CommCalls.Tpo -c ../../src/CommCalls.cc -fPIC -DPIC -o .libs/CommCalls.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT DescriptorSet.lo -MD -MP -MF .deps/DescriptorSet.Tpo -c ../../src/DescriptorSet.cc -fPIC -DPIC -o .libs/DescriptorSet.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT SquidConfig.lo -MD -MP -MF .deps/SquidConfig.Tpo -c ../../src/SquidConfig.cc -fPIC -DPIC -o .libs/SquidConfig.o
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT DescriptorSet.lo -MD -MP -MF .deps/DescriptorSet.Tpo -c ../../src/DescriptorSet.cc -fPIC -DPIC -o DescriptorSet.o >/dev/null 2>&1
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT SquidConfig.lo -MD -MP -MF .deps/SquidConfig.Tpo -c ../../src/SquidConfig.cc -fPIC -DPIC -o SquidConfig.o >/dev/null 2>&1
depbase=`echo DiskIO/DiskDaemon/diskd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT DiskIO/DiskDaemon/diskd.o -MD -MP -MF $depbase.Tpo -c -o DiskIO/DiskDaemon/diskd.o ../../src/DiskIO/DiskDaemon/diskd.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT time.o -MD -MP -MF $depbase.Tpo -c -o time.o ../../src/time.cc &&\
        mv -f $depbase.Tpo $depbase.Po
libtool: compile: ccache g++ -DHAVE_CONFIG_H "-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\""> "-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\""> "-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\""> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT CommCalls.lo -MD -MP -MF .deps/CommCalls.Tpo -c ../../src/CommCalls.cc -fPIC -DPIC -o CommCalls.o >/dev/null 2>&1
depbase=`echo unlinkd_daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../libltdl -I../src -I../../libltdl -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT unlinkd_daemon.o -MD -MP -MF $depbase.Tpo -c -o unlinkd_daemon.o ../../src/unlinkd_daemon.cc &&\
        mv -f $depbase.Tpo $depbase.Po
../../src/comm.cc: In member function `void ClientInfo::setWriteLimiter(int, double, double)':
../../src/comm.cc:2156: warning: right-hand operand of comma has no effect
make[4]: *** [comm.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-i386-opensolaris/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-02-maximus.opts
make[4]: *** [comm.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.
Received on Thu Oct 28 2010 - 20:50:35 MDT

This archive was generated by hypermail 2.2.0 : Fri Oct 29 2010 - 12:00:06 MDT