See <http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/195/changes>

Changes:

[Christos Tsantilas] Logging fast things

In many cases HITs logged with zero response times. The logging entries are
correct, those transaction took less than a millisecond. However, to better
monitor Squid performance and to optimize things further, a user may want to
see more precise response time measurements logged.

Squid already computes response times with microsecond resolution
(timeval::tv_usec), which would be enough for any modern measurement, but
Squid loses that precision due to tvSubMs conversion.

This patch add configurable "precision" for time-related fields such as %tr,
using a .n syntax similar to the syntax used by the well-known printf(3) API
to mean "maximum field width".

Examples:
%tr   -- 0 -- millisecond precision (no change compared to today)
%.3tr -- 0.123 -- microsecond precision (after this project)
%.6tr -- 0.123456 -- nanosecond precision (year 2050 trading platform??)

This is a Measurement Factory project

------------------------------------------
[...truncated 8839 lines...]
depbase=`echo tests/testACLMaxUserIP.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/squid.conf\";>
 
-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share\";>
 
-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc\";>
   -I../.. -I../../include -I../../lib -I../../src -I../include    -I../src    
-Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT -g -O2 -std=c++11 -MT tests/testACLMaxUserIP.o -MD -MP -MF 
$depbase.Tpo -c -o tests/testACLMaxUserIP.o ../../src/tests/testACLMaxUserIP.cc 
&&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testMain.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/squid.conf\";>
 
-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share\";>
 
-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc\";>
   -I../.. -I../../include -I../../lib -I../../src -I../include    -I../src    
-Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT -g -O2 -std=c++11 -MT tests/testMain.o -MD -MP -MF $depbase.Tpo -c 
-o tests/testMain.o ../../src/tests/testMain.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/squid.conf\";>
 
-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share\";>
 
-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc\";>
   -I../.. -I../../include -I../../lib -I../../src -I../include    -I../src    
-Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT -g -O2 -std=c++11 -MT tests/stub_time.o -MD -MP -MF $depbase.Tpo 
-c -o tests/stub_time.o ../../src/tests/stub_time.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/squid.conf\";>
 
-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share\";>
 
-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc\";>
   -I../.. -I../../include -I../../lib -I../../src -I../include    -I../src    
-Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT -g -O2 -std=c++11 -MT tests/stub_mem.o -MD -MP -MF $depbase.Tpo -c 
-o tests/stub_mem.o ../../src/tests/stub_mem.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo test_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/squid.conf\";>
 
-DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share\";>
 
-DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc\";>
   -I../.. -I../../include -I../../lib -I../../src -I../include    -I../src    
-Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT -g -O2 -std=c++11 -MT test_tools.o -MD -MP -MF $depbase.Tpo -c -o 
test_tools.o test_tools.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11  -g -o testRefCount tests/stub_cbdata.o tests/stub_debug.o 
tests/stub_MemBuf.o tests/testRefCount.o base/libbase.la ../lib/libmiscutil.la 
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testACLMaxUserIP cbdata.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o 
DiskIO/ReadRequest.o DiskIO/WriteRequest.o tests/stub_ETag.o event.o 
tests/stub_fatal.o filemap.o HttpBody.o HttpHeader.o HttpHeaderTools.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o 
HttpMsg.o int.o MasterXaction.o Notes.o SquidList.o mem_node.o Packer.o 
Parsing.o SquidMath.o StatCounters.o StrList.o tests/stub_StatHist.o stmem.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o String.o 
store_dir.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o store_key_md5.o swap_log_op.o tests/stub_SwapDir.o 
Transients.o tests/stub_access_log.o tests/stub_cache_cf.o 
tests/stub_client_side.o tests/stub_debug.o tests/stub_DelayId.o 
tests/stub_DiskIOModule.o tests/stub_errorpage.o tests/stub_fd.o 
tests/stub_HttpRequest.o tests/stub_HttpReply.o tests/stub_ipc_TypedMsgHdr.o 
tests/stub_libauth.o tests/stub_libcomm.o tests/stub_libformat.o 
tests/stub_libsslsquid.o tests/stub_MemObject.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_pconn.o tests/stub_Port.o tests/stub_store.o 
tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o 
tests/stub_store_swapout.o tests/stub_tools.o tests/stub_cache_manager.o 
tests/stub_UdsOp.o tests/testACLMaxUserIP.o tests/testMain.o tests/stub_time.o 
url.o tests/stub_mem.o MemBuf.o wordlist.o test_tools.o globals.o libsquid.la 
helper/libhelper.la http/libsquid-http.la parser/libsquid-parser.la 
auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la 
acl/libapi.la anyp/libanyp.la base/libbase.la ip/libip.la ipc/libipc.la 
mgr/libmgr.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la 
../lib/libmiscutil.la -lrt -lpthread -lnettle  -lcppunit -ldl  
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o testRefCount 
tests/stub_cbdata.o tests/stub_debug.o tests/stub_MemBuf.o tests/testRefCount.o 
 base/.libs/libbase.a ../lib/.libs/libmiscutil.a 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testBoilerplate tests/testBoilerplate.o 
tests/testMain.o tests/stub_debug.o tests/stub_time.o tests/stub_cbdata.o 
tests/stub_MemBuf.o test_tools.o globals.o -lcppunit -ldl  base/libbase.la 
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testBoilerplate tests/testBoilerplate.o tests/testMain.o 
tests/stub_debug.o tests/stub_time.o tests/stub_cbdata.o tests/stub_MemBuf.o 
test_tools.o globals.o  -lcppunit base/.libs/libbase.a 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testCacheManager AccessLogEntry.o debug.o 
RequestFlags.o HttpRequest.o tests/stub_mem.o String.o tests/testCacheManager.o 
tests/testMain.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o 
tests/stub_store_stats.o tests/stub_EventLoop.o time.o BodyPipe.o 
cache_manager.o YesNoNone.o cache_cf.o tests/stub_CacheDigest.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o  DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o event.o external_acl.o ExternalACLEntry.o 
tests/stub_fatal.o fd.o fde.o filemap.o fqdncache.o FwdState.o gopher.o 
helper.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o 
HttpReply.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o 
mime_header.o neighbors.o Notes.o Packer.o Parsing.o pconn.o peer_digest.o 
peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o 
PeerPoolMgr.o tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StrList.o tests/stub_libauth_acls.o 
tests/stub_libauth.o tests/stub_StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o tools.o Transients.o tests/stub_tunnel.o 
tests/stub_SwapDir.o MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o FadingCounter.o  wordlist.o err_type.o err_detail_type.o 
globals.o hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o 
swap_log_op.o DiskIO/DiskIOModules_gen.o libsquid.la clients/libclients.la 
servers/libservers.la ftp/libftp.la helper/libhelper.la http/libsquid-http.la 
parser/libsquid-parser.la ident/libident.la acl/libacls.la acl/libstate.la 
acl/libapi.la base/libbase.la ip/libip.la fs/libfs.la comm/libcomm.la 
eui/libeui.la icmp/libicmp.la icmp/libicmp-core.la log/liblog.la 
format/libformat.la repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a 
libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread 
adaptation/libadaptation.la   anyp/libanyp.la ipc/libipc.la mgr/libmgr.la 
snmp/libsnmp.la ../lib/snmplib/libsnmplib.la ../lib/libmisccontainers.la 
../lib/libmiscencoding.la ../lib/libmiscutil.la -lnettle  -lcppunit -ldl   
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5 -lk5crypto -lcom_err  
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testACLMaxUserIP cbdata.o tests/stub_CollapsedForwarding.o ConfigOption.o 
ConfigParser.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o tests/stub_ETag.o 
event.o tests/stub_fatal.o filemap.o HttpBody.o HttpHeader.o HttpHeaderTools.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o 
HttpMsg.o int.o MasterXaction.o Notes.o SquidList.o mem_node.o Packer.o 
Parsing.o SquidMath.o StatCounters.o StrList.o tests/stub_StatHist.o stmem.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o String.o 
store_dir.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o store_key_md5.o swap_log_op.o tests/stub_SwapDir.o 
Transients.o tests/stub_access_log.o tests/stub_cache_cf.o 
tests/stub_client_side.o tests/stub_debug.o tests/stub_DelayId.o 
tests/stub_DiskIOModule.o tests/stub_errorpage.o tests/stub_fd.o 
tests/stub_HttpRequest.o tests/stub_HttpReply.o tests/stub_ipc_TypedMsgHdr.o 
tests/stub_libauth.o tests/stub_libcomm.o tests/stub_libformat.o 
tests/stub_libsslsquid.o tests/stub_MemObject.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_pconn.o tests/stub_Port.o tests/stub_store.o 
tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o 
tests/stub_store_swapout.o tests/stub_tools.o tests/stub_cache_manager.o 
tests/stub_UdsOp.o tests/testACLMaxUserIP.o tests/testMain.o tests/stub_time.o 
url.o tests/stub_mem.o MemBuf.o wordlist.o test_tools.o globals.o  
./.libs/libsquid.a helper/.libs/libhelper.a http/.libs/libsquid-http.a 
parser/.libs/libsquid-parser.a auth/.libs/libacls.a ident/.libs/libident.a 
acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a acl/.libs/libapi.a 
anyp/.libs/libanyp.a base/.libs/libbase.a ip/.libs/libip.a ipc/.libs/libipc.a 
mgr/.libs/libmgr.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lpthread -lnettle 
-lcppunit ../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testDiskIO tests/stub_CacheDigest.o cbdata.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o  
DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o 
tests/stub_ETag.o EventLoop.o event.o tests/stub_fatal.o fd.o fde.o filemap.o 
HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpHdrRange.o HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpReply.o int.o 
SquidList.o MasterXaction.o MemBuf.o MemObject.o mem_node.o tests/stub_mem.o 
Notes.o Packer.o Parsing.o refresh.o RemovalPolicy.o RequestFlags.o 
StatCounters.o tests/stub_StatHist.o stmem.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o StoreFileSystem.o StoreIOState.o 
tests/stub_StoreMeta.o StoreMetaUnpacker.o StoreSwapLogData.o store_dir.o 
store_io.o store_key_md5.o store_swapout.o store_swapmeta.o store.o String.o 
StrList.o tests/stub_SwapDir.o Transients.o tests/stub_access_log.o 
tests/stub_acl.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o 
tests/stub_errorpage.o tests/stub_helper.o tests/stub_HelperChildConfig.o 
tests/stub_HttpRequest.o tests/stub_http.o tests/stub_icp.o 
tests/stub_internal.o tests/stub_ipc.o tests/stub_ipcache.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_libeui.o 
tests/stub_libformat.o tests/stub_libicmp.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_neighbors.o tests/stub_pconn.o tests/stub_Port.o 
tests/stub_stat.o tests/stub_store_client.o tests/stub_store_stats.o 
tests/stub_store_rebuild.o tests/stub_UdsOp.o tests/testDiskIO.o 
tests/testMain.o tests/testStoreSupport.o tests/stub_time.o unlinkd.o url.o  
wordlist.o tests/stub_tools.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o 
SquidMath.o swap_log_op.o libsquid.la http/libsquid-http.la 
parser/libsquid-parser.la SquidConfig.o CommCalls.o DnsLookupDetails.o 
ident/libident.la acl/libacls.la acl/libstate.la comm/libcomm.la ip/libip.la 
fs/libfs.la ipc/libipc.la repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a 
libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread acl/libapi.la 
anyp/libanyp.la mgr/libmgr.la  ipc/libipc.la base/libbase.la 
../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la 
-lnettle  -lcppunit -ldl  ../compat/libcompat-squid.la  -lm -lnsl -lresolv 
-lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testCacheManager AccessLogEntry.o debug.o RequestFlags.o HttpRequest.o 
tests/stub_mem.o String.o tests/testCacheManager.o tests/testMain.o 
tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_store_stats.o 
tests/stub_EventLoop.o time.o BodyPipe.o cache_manager.o YesNoNone.o cache_cf.o 
tests/stub_CacheDigest.o tests/stub_carp.o cbdata.o ChunkedCodingParser.o 
client_db.o client_side.o client_side_reply.o client_side_request.o 
clientStream.o tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o 
CpuAffinityMap.o CpuAffinitySet.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o event.o external_acl.o ExternalACLEntry.o 
tests/stub_fatal.o fd.o fde.o filemap.o fqdncache.o FwdState.o gopher.o 
helper.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o 
HttpReply.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o 
mime_header.o neighbors.o Notes.o Packer.o Parsing.o pconn.o peer_digest.o 
peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o 
PeerPoolMgr.o tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StrList.o tests/stub_libauth_acls.o 
tests/stub_libauth.o tests/stub_StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o tools.o Transients.o tests/stub_tunnel.o 
tests/stub_SwapDir.o MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o 
globals.o hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o 
swap_log_op.o DiskIO/DiskIOModules_gen.o  ./.libs/libsquid.a 
clients/.libs/libclients.a servers/.libs/libservers.a ftp/.libs/libftp.a 
helper/.libs/libhelper.a http/.libs/libsquid-http.a 
parser/.libs/libsquid-parser.a ident/.libs/libident.a acl/.libs/libacls.a 
acl/.libs/libstate.a acl/.libs/libapi.a base/.libs/libbase.a ip/.libs/libip.a 
fs/.libs/libfs.a comm/.libs/libcomm.a eui/.libs/libeui.a icmp/.libs/libicmp.a 
icmp/.libs/libicmp-core.a log/.libs/liblog.a format/.libs/libformat.a 
repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a 
libIpcIo.a libMmapped.a -lpthread adaptation/.libs/libadaptation.a 
anyp/.libs/libanyp.a ipc/.libs/libipc.a mgr/.libs/libmgr.a snmp/.libs/libsnmp.a 
../lib/snmplib/.libs/libsnmplib.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lnettle -lcppunit 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testDiskIO 
tests/stub_CacheDigest.o cbdata.o tests/stub_CollapsedForwarding.o 
ConfigOption.o ConfigParser.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o tests/stub_ETag.o EventLoop.o event.o 
tests/stub_fatal.o fd.o fde.o filemap.o HttpBody.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHdrRange.o 
HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpReply.o int.o SquidList.o 
MasterXaction.o MemBuf.o MemObject.o mem_node.o tests/stub_mem.o Notes.o 
Packer.o Parsing.o refresh.o RemovalPolicy.o RequestFlags.o StatCounters.o 
tests/stub_StatHist.o stmem.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o StoreFileSystem.o StoreIOState.o 
tests/stub_StoreMeta.o StoreMetaUnpacker.o StoreSwapLogData.o store_dir.o 
store_io.o store_key_md5.o store_swapout.o store_swapmeta.o store.o String.o 
StrList.o tests/stub_SwapDir.o Transients.o tests/stub_access_log.o 
tests/stub_acl.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o 
tests/stub_errorpage.o tests/stub_helper.o tests/stub_HelperChildConfig.o 
tests/stub_HttpRequest.o tests/stub_http.o tests/stub_icp.o 
tests/stub_internal.o tests/stub_ipc.o tests/stub_ipcache.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_libeui.o 
tests/stub_libformat.o tests/stub_libicmp.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_neighbors.o tests/stub_pconn.o tests/stub_Port.o 
tests/stub_stat.o tests/stub_store_client.o tests/stub_store_stats.o 
tests/stub_store_rebuild.o tests/stub_UdsOp.o tests/testDiskIO.o 
tests/testMain.o tests/testStoreSupport.o tests/stub_time.o unlinkd.o url.o 
wordlist.o tests/stub_tools.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o 
SquidMath.o swap_log_op.o SquidConfig.o CommCalls.o DnsLookupDetails.o  
./.libs/libsquid.a http/.libs/libsquid-http.a parser/.libs/libsquid-parser.a 
ident/.libs/libident.a acl/.libs/libacls.a acl/.libs/libstate.a 
comm/.libs/libcomm.a ip/.libs/libip.a fs/.libs/libfs.a repl/liblru.a libAIO.a 
libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a 
-lpthread acl/.libs/libapi.a anyp/.libs/libanyp.a mgr/.libs/libmgr.a 
ipc/.libs/libipc.a base/.libs/libbase.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lnettle -lcppunit 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testEvent AccessLogEntry.o BodyPipe.o 
tests/stub_CacheDigest.o YesNoNone.o cache_cf.o cache_manager.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o debug.o  DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o event.o EventLoop.o external_acl.o 
ExternalACLEntry.o FadingCounter.o tests/stub_fatal.o fd.o fde.o filemap.o 
fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o HttpHeader.o 
HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o 
HttpHdrScTarget.o HttpMsg.o HttpReply.o PeerPoolMgr.o RequestFlags.o 
HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o tests/stub_mem.o mem_node.o MemBuf.o MemObject.o mime.o 
mime_header.o multicast.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o tests/stub_redirect.o refresh.o RemovalPolicy.o StrList.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o 
snmp_agent.o SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o 
store_client.o tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o 
store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o tests/stub_SwapDir.o tests/testEvent.o 
tests/testMain.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_libeui.o 
tests/stub_store_stats.o time.o tools.o Transients.o tests/stub_tunnel.o 
MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o  
wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o 
LogTags.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o 
libsquid.la clients/libclients.la servers/libservers.la ftp/libftp.la 
helper/libhelper.la http/libsquid-http.la parser/libsquid-parser.la 
ident/libident.la acl/libacls.la acl/libstate.la acl/libapi.la base/libbase.la 
ip/libip.la fs/libfs.la anyp/libanyp.la icmp/libicmp.la icmp/libicmp-core.la 
comm/libcomm.la log/liblog.la format/libformat.la repl/liblru.a 
adaptation/libadaptation.la   ../lib/libmisccontainers.la 
../lib/libmiscencoding.la ../lib/libmiscutil.la libAIO.a libBlocking.a 
libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread 
ipc/libipc.la mgr/libmgr.la snmp/libsnmp.la ../lib/snmplib/libsnmplib.la 
-lnettle  -lcppunit -ldl   -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5 
-lk5crypto -lcom_err  ../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap 
-lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testEvent 
AccessLogEntry.o BodyPipe.o tests/stub_CacheDigest.o YesNoNone.o cache_cf.o 
cache_manager.o tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o 
client_side.o client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o debug.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o event.o EventLoop.o external_acl.o 
ExternalACLEntry.o FadingCounter.o tests/stub_fatal.o fd.o fde.o filemap.o 
fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o HttpHeader.o 
HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o 
HttpHdrScTarget.o HttpMsg.o HttpReply.o PeerPoolMgr.o RequestFlags.o 
HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o tests/stub_mem.o mem_node.o MemBuf.o MemObject.o mime.o 
mime_header.o multicast.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o tests/stub_redirect.o refresh.o RemovalPolicy.o StrList.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o 
snmp_agent.o SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o 
store_client.o tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o 
store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o tests/stub_SwapDir.o tests/testEvent.o 
tests/testMain.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_libeui.o 
tests/stub_store_stats.o time.o tools.o Transients.o tests/stub_tunnel.o 
MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o 
wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o 
LogTags.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o  
./.libs/libsquid.a clients/.libs/libclients.a servers/.libs/libservers.a 
ftp/.libs/libftp.a helper/.libs/libhelper.a http/.libs/libsquid-http.a 
parser/.libs/libsquid-parser.a ident/.libs/libident.a acl/.libs/libacls.a 
acl/.libs/libstate.a acl/.libs/libapi.a base/.libs/libbase.a ip/.libs/libip.a 
fs/.libs/libfs.a anyp/.libs/libanyp.a icmp/.libs/libicmp.a 
icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a 
format/.libs/libformat.a repl/liblru.a adaptation/.libs/libadaptation.a 
../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a 
../lib/.libs/libmiscutil.a libAIO.a libBlocking.a libDiskDaemon.a 
libDiskThreads.a libIpcIo.a libMmapped.a -lpthread ipc/.libs/libipc.a 
mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../lib/snmplib/.libs/libsnmplib.a 
-lnettle -lcppunit -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testEventLoop AccessLogEntry.o BodyPipe.o 
tests/stub_CacheDigest.o cache_manager.o YesNoNone.o cache_cf.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o debug.o  DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o EventLoop.o event.o external_acl.o 
ExternalACLEntry.o FadingCounter.o tests/stub_fatal.o fd.o fde.o filemap.o 
fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o HttpHeader.o 
HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o 
HttpHdrScTarget.o HttpMsg.o HttpReply.o PeerPoolMgr.o RequestFlags.o 
HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o MemBuf.o MemObject.o tests/stub_mem.o mem_node.o mime.o 
mime_header.o multicast.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o RemovalPolicy.o tests/stub_redirect.o refresh.o MemBlob.o 
SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o tests/stub_SwapDir.o 
tests/testEventLoop.o tests/testMain.o tests/stub_main_cc.o 
tests/stub_ipc_Forwarder.o tests/stub_libauth_acls.o tests/stub_libauth.o 
tests/stub_libeui.o tests/stub_store_stats.o time.o tools.o Transients.o 
tests/stub_tunnel.o MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o  wordlist.o err_type.o err_detail_type.o globals.o 
hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o swap_log_op.o 
DiskIO/DiskIOModules_gen.o libsquid.la clients/libclients.la 
servers/libservers.la ftp/libftp.la helper/libhelper.la http/libsquid-http.la 
parser/libsquid-parser.la ident/libident.la acl/libacls.la acl/libstate.la 
acl/libapi.la base/libbase.la ip/libip.la fs/libfs.la anyp/libanyp.la 
icmp/libicmp.la icmp/libicmp-core.la comm/libcomm.la log/liblog.la 
format/libformat.la repl/liblru.a adaptation/libadaptation.la   
../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la 
libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a 
-lrt -lpthread ipc/libipc.la mgr/libmgr.la snmp/libsnmp.la 
../lib/snmplib/libsnmplib.la -lnettle  -lcppunit -ldl   -lgssapi_krb5 -lkrb5 
-lk5crypto -lcom_err -lkrb5 -lk5crypto -lcom_err  ../compat/libcompat-squid.la  
-lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testEventLoop 
AccessLogEntry.o BodyPipe.o tests/stub_CacheDigest.o cache_manager.o 
YesNoNone.o cache_cf.o tests/stub_carp.o cbdata.o ChunkedCodingParser.o 
client_db.o client_side.o client_side_reply.o client_side_request.o 
clientStream.o tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o 
CpuAffinityMap.o CpuAffinitySet.o debug.o DiskIO/DiskIOModule.o 
DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o 
DnsLookupDetails.o errorpage.o tests/stub_ETag.o EventLoop.o event.o 
external_acl.o ExternalACLEntry.o FadingCounter.o tests/stub_fatal.o fd.o fde.o 
filemap.o fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o 
HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o 
HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o PeerPoolMgr.o 
RequestFlags.o HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o 
SquidList.o MasterXaction.o MemBuf.o MemObject.o tests/stub_mem.o mem_node.o 
mime.o mime_header.o multicast.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o RemovalPolicy.o tests/stub_redirect.o refresh.o MemBlob.o 
SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o tests/stub_SwapDir.o 
tests/testEventLoop.o tests/testMain.o tests/stub_main_cc.o 
tests/stub_ipc_Forwarder.o tests/stub_libauth_acls.o tests/stub_libauth.o 
tests/stub_libeui.o tests/stub_store_stats.o time.o tools.o Transients.o 
tests/stub_tunnel.o MemStore.o unlinkd.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o wordlist.o err_type.o err_detail_type.o globals.o 
hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o swap_log_op.o 
DiskIO/DiskIOModules_gen.o  ./.libs/libsquid.a clients/.libs/libclients.a 
servers/.libs/libservers.a ftp/.libs/libftp.a helper/.libs/libhelper.a 
http/.libs/libsquid-http.a parser/.libs/libsquid-parser.a 
ident/.libs/libident.a acl/.libs/libacls.a acl/.libs/libstate.a 
acl/.libs/libapi.a base/.libs/libbase.a ip/.libs/libip.a fs/.libs/libfs.a 
anyp/.libs/libanyp.a icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a 
comm/.libs/libcomm.a log/.libs/liblog.a format/.libs/libformat.a repl/liblru.a 
adaptation/.libs/libadaptation.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a libAIO.a 
libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a 
-lpthread ipc/.libs/libipc.a mgr/.libs/libmgr.a snmp/.libs/libsnmp.a 
../lib/snmplib/.libs/libsnmplib.a -lnettle -lcppunit -lgssapi_krb5 -lkrb5 
-lk5crypto -lcom_err ../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap 
-lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/test_http_range AccessLogEntry.o BodyPipe.o 
YesNoNone.o cache_cf.o cache_manager.o tests/stub_CacheDigest.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o debug.o  DiskIO/DiskIOModule.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o 
errorpage.o tests/stub_ETag.o event.o FadingCounter.o tests/stub_libauth.o 
tests/stub_fatal.o fd.o fde.o filemap.o fqdncache.o FwdState.o gopher.o 
helper.o htcp.o http.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o 
HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o 
HttpReply.o PeerPoolMgr.o RequestFlags.o HttpRequest.o icp_v2.o icp_v3.o int.o 
internal.o ipc.o ipcache.o SquidList.o MasterXaction.o MemBuf.o MemObject.o 
tests/stub_mem.o mem_node.o mime.o mime_header.o multicast.o neighbors.o 
Notes.o Packer.o Parsing.o peer_digest.o peer_proxy_negotiate_auth.o 
peer_select.o peer_sourcehash.o peer_userhash.o pconn.o tests/stub_redirect.o 
refresh.o RemovalPolicy.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o SquidMath.o stat.o 
StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_key_md5.o store_io.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o tests/stub_SwapDir.o Transients.o 
tests/test_http_range.o tests/stub_external_acl.o tests/stub_ipc_Forwarder.o 
tests/stub_libeui.o tests/stub_main_cc.o tests/stub_MemStore.o 
tests/stub_store_stats.o tests/stub_EventLoop.o time.o tools.o 
tests/stub_tunnel.o unlinkd.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o 
 wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o 
LogTags.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o 
libsquid.la clients/libclients.la servers/libservers.la ftp/libftp.la 
helper/libhelper.la http/libsquid-http.la parser/libsquid-parser.la 
ident/libident.la acl/libacls.la acl/libstate.la acl/libapi.la 
parser/libsquid-parser.la ip/libip.la fs/libfs.la anyp/libanyp.la 
icmp/libicmp.la icmp/libicmp-core.la comm/libcomm.la log/liblog.la 
format/libformat.la repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a 
libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread 
adaptation/libadaptation.la   ipc/libipc.la base/libbase.la mgr/libmgr.la 
snmp/libsnmp.la ../lib/snmplib/libsnmplib.la ../lib/libmisccontainers.la 
../lib/libmiscencoding.la ../lib/libmiscutil.la -lnettle  -lcppunit -ldl   
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5 -lk5crypto -lcom_err  
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/test_http_range AccessLogEntry.o BodyPipe.o YesNoNone.o cache_cf.o 
cache_manager.o tests/stub_CacheDigest.o tests/stub_carp.o cbdata.o 
ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o 
client_side_request.o clientStream.o tests/stub_CollapsedForwarding.o 
ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o debug.o 
DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o dlink.o 
dns_internal.o DnsLookupDetails.o errorpage.o tests/stub_ETag.o event.o 
FadingCounter.o tests/stub_libauth.o tests/stub_fatal.o fd.o fde.o filemap.o 
fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o 
HttpHeaderTools.o HttpMsg.o HttpReply.o PeerPoolMgr.o RequestFlags.o 
HttpRequest.o icp_v2.o icp_v3.o int.o internal.o ipc.o ipcache.o SquidList.o 
MasterXaction.o MemBuf.o MemObject.o tests/stub_mem.o mem_node.o mime.o 
mime_header.o multicast.o neighbors.o Notes.o Packer.o Parsing.o peer_digest.o 
peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o 
pconn.o tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_key_md5.o store_io.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o tests/stub_SwapDir.o Transients.o 
tests/test_http_range.o tests/stub_external_acl.o tests/stub_ipc_Forwarder.o 
tests/stub_libeui.o tests/stub_main_cc.o tests/stub_MemStore.o 
tests/stub_store_stats.o tests/stub_EventLoop.o time.o tools.o 
tests/stub_tunnel.o unlinkd.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o 
wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o 
LogTags.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o  
./.libs/libsquid.a clients/.libs/libclients.a servers/.libs/libservers.a 
ftp/.libs/libftp.a helper/.libs/libhelper.a http/.libs/libsquid-http.a 
ident/.libs/libident.a acl/.libs/libacls.a acl/.libs/libstate.a 
acl/.libs/libapi.a parser/.libs/libsquid-parser.a ip/.libs/libip.a 
fs/.libs/libfs.a anyp/.libs/libanyp.a icmp/.libs/libicmp.a 
icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a 
format/.libs/libformat.a repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a 
libDiskThreads.a libIpcIo.a libMmapped.a -lpthread 
adaptation/.libs/libadaptation.a ipc/.libs/libipc.a base/.libs/libbase.a 
mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../lib/snmplib/.libs/libsnmplib.a 
../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a 
../lib/.libs/libmiscutil.a -lnettle -lcppunit -lgssapi_krb5 -lkrb5 -lk5crypto 
-lcom_err ../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testHttp1Parser MemBuf.o tests/stub_MemObject.o 
tests/stub_mem.o mime_header.o String.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_comm.o tests/stub_cbdata.o tests/stub_debug.o tests/stub_event.o 
tests/stub_HelperChildConfig.o tests/stub_stmem.o tests/stub_store.o 
tests/stub_store_stats.o tests/stub_tools.o tests/testHttp1Parser.o 
tests/testMain.o tests/stub_time.o wordlist.o test_tools.o globals.o 
http/libsquid-http.la parser/libsquid-parser.la anyp/libanyp.la SquidConfig.o 
base/libbase.la ip/libip.la ../lib/libmiscutil.la -lcppunit -ldl 
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testHttp1Parser MemBuf.o tests/stub_MemObject.o tests/stub_mem.o 
mime_header.o String.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_comm.o tests/stub_cbdata.o tests/stub_debug.o tests/stub_event.o 
tests/stub_HelperChildConfig.o tests/stub_stmem.o tests/stub_store.o 
tests/stub_store_stats.o tests/stub_tools.o tests/testHttp1Parser.o 
tests/testMain.o tests/stub_time.o wordlist.o test_tools.o globals.o 
SquidConfig.o  http/.libs/libsquid-http.a parser/.libs/libsquid-parser.a 
anyp/.libs/libanyp.a base/.libs/libbase.a ip/.libs/libip.a 
../lib/.libs/libmiscutil.a -lcppunit ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testHttpReply cbdata.o ConfigParser.o 
tests/stub_ETag.o tests/stub_fatal.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o 
HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o 
HttpMsg.o HttpReply.o MasterXaction.o tests/stub_mem.o RegexList.o MemBuf.o 
mime_header.o Notes.o Packer.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o String.o StrList.o tests/stub_access_log.o 
tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_comm.o 
tests/stub_debug.o tests/stub_errorpage.o tests/stub_event.o tests/stub_fd.o 
tests/stub_HelperChildConfig.o tests/stub_libformat.o tests/stub_libauth.o 
tests/stub_libcomm.o tests/stub_libmgr.o tests/stub_libsslsquid.o 
StatCounters.o tests/stub_StatHist.o tests/stub_store.o 
tests/stub_store_stats.o tests/stub_tools.o tests/stub_HttpRequest.o 
tests/testHttpReply.o tests/testMain.o tests/stub_time.o url.o wordlist.o 
test_tools.o globals.o CommCalls.o http/libsquid-http.la 
parser/libsquid-parser.la acl/libacls.la acl/libapi.la acl/libstate.la 
anyp/libanyp.la ip/libip.la base/libbase.la ipc/libipc.la 
../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la 
-lcppunit -ldl  -lnettle  ../compat/libcompat-squid.la  -lm -lnsl -lresolv 
-lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testHttpReply 
cbdata.o ConfigParser.o tests/stub_ETag.o tests/stub_fatal.o HttpBody.o 
HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpReply.o MasterXaction.o 
tests/stub_mem.o RegexList.o MemBuf.o mime_header.o Notes.o Packer.o MemBlob.o 
SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o String.o StrList.o 
tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_comm.o tests/stub_debug.o tests/stub_errorpage.o tests/stub_event.o 
tests/stub_fd.o tests/stub_HelperChildConfig.o tests/stub_libformat.o 
tests/stub_libauth.o tests/stub_libcomm.o tests/stub_libmgr.o 
tests/stub_libsslsquid.o StatCounters.o tests/stub_StatHist.o 
tests/stub_store.o tests/stub_store_stats.o tests/stub_tools.o 
tests/stub_HttpRequest.o tests/testHttpReply.o tests/testMain.o 
tests/stub_time.o url.o wordlist.o test_tools.o globals.o CommCalls.o  
http/.libs/libsquid-http.a parser/.libs/libsquid-parser.a acl/.libs/libacls.a 
acl/.libs/libapi.a acl/.libs/libstate.a anyp/.libs/libanyp.a ip/.libs/libip.a 
base/.libs/libbase.a ipc/.libs/libipc.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lcppunit -lnettle 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testHttpRequest AccessLogEntry.o RequestFlags.o 
HttpRequest.o tests/stub_mem.o String.o tests/testHttpRequest.o 
tests/testHttpRequestMethod.o tests/testMain.o tests/stub_DiskIOModule.o 
tests/stub_libauth.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o 
tests/stub_libeui.o tests/stub_store_stats.o tests/stub_EventLoop.o time.o 
BodyPipe.o cache_manager.o YesNoNone.o cache_cf.o debug.o 
tests/stub_CacheDigest.o tests/stub_carp.o cbdata.o ChunkedCodingParser.o 
client_db.o client_side.o client_side_reply.o client_side_request.o 
clientStream.o tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o 
CpuAffinityMap.o CpuAffinitySet.o  disk.o dlink.o dns_internal.o 
DnsLookupDetails.o errorpage.o tests/stub_ETag.o external_acl.o 
ExternalACLEntry.o tests/stub_fatal.o fd.o fde.o fqdncache.o FwdState.o 
gopher.o helper.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o 
HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpMsg.o HttpReply.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o 
SquidList.o MasterXaction.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o 
mime_header.o neighbors.o Notes.o Packer.o Parsing.o pconn.o peer_digest.o 
peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o 
PeerPoolMgr.o tests/stub_libauth_acls.o tests/stub_redirect.o refresh.o 
RemovalPolicy.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o SquidMath.o stat.o 
StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o StrList.o event.o tools.o Transients.o tests/stub_tunnel.o 
tests/stub_SwapDir.o MemStore.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o FadingCounter.o  wordlist.o err_type.o err_detail_type.o 
globals.o hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o 
swap_log_op.o libsquid.la clients/libclients.la servers/libservers.la 
helper/libhelper.la ftp/libftp.la http/libsquid-http.la ident/libident.la 
acl/libacls.la acl/libstate.la acl/libapi.la parser/libsquid-parser.la 
ip/libip.la fs/libfs.la  ipc/libipc.la parser/libsquid-parser.la 
base/libbase.la mgr/libmgr.la anyp/libanyp.la snmp/libsnmp.la 
../lib/snmplib/libsnmplib.la icmp/libicmp.la icmp/libicmp-core.la 
comm/libcomm.la log/liblog.la format/libformat.la repl/liblru.a 
adaptation/libadaptation.la  ../lib/libmisccontainers.la 
../lib/libmiscencoding.la ../lib/libmiscutil.la -lrt -lpthread -lnettle  
-lcppunit -ldl   -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5 -lk5crypto 
-lcom_err  ../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl 
-ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testHttpRequest AccessLogEntry.o RequestFlags.o HttpRequest.o 
tests/stub_mem.o String.o tests/testHttpRequest.o tests/testHttpRequestMethod.o 
tests/testMain.o tests/stub_DiskIOModule.o tests/stub_libauth.o 
tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_libeui.o 
tests/stub_store_stats.o tests/stub_EventLoop.o time.o BodyPipe.o 
cache_manager.o YesNoNone.o cache_cf.o debug.o tests/stub_CacheDigest.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o disk.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o 
tests/stub_ETag.o external_acl.o ExternalACLEntry.o tests/stub_fatal.o fd.o 
fde.o fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o 
HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o 
HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o icp_v2.o icp_v3.o ipc.o 
ipcache.o int.o internal.o SquidList.o MasterXaction.o multicast.o mem_node.o 
MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Notes.o Packer.o 
Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o 
peer_sourcehash.o peer_userhash.o PeerPoolMgr.o tests/stub_libauth_acls.o 
tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o 
tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o 
store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o StrList.o event.o tools.o Transients.o tests/stub_tunnel.o 
tests/stub_SwapDir.o MemStore.o url.o urn.o tests/stub_wccp2.o 
tests/stub_whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o 
globals.o hier_code.o icp_opcode.o LogTags.o lookup_t.o repl_modules.o 
swap_log_op.o  ./.libs/libsquid.a clients/.libs/libclients.a 
servers/.libs/libservers.a helper/.libs/libhelper.a ftp/.libs/libftp.a 
http/.libs/libsquid-http.a ident/.libs/libident.a acl/.libs/libacls.a 
acl/.libs/libstate.a acl/.libs/libapi.a ip/.libs/libip.a fs/.libs/libfs.a 
ipc/.libs/libipc.a parser/.libs/libsquid-parser.a base/.libs/libbase.a 
mgr/.libs/libmgr.a anyp/.libs/libanyp.a snmp/.libs/libsnmp.a 
../lib/snmplib/.libs/libsnmplib.a icmp/.libs/libicmp.a 
icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a 
format/.libs/libformat.a repl/liblru.a adaptation/.libs/libadaptation.a 
../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a 
../lib/.libs/libmiscutil.a -lpthread -lnettle -lcppunit -lgssapi_krb5 -lkrb5 
-lk5crypto -lcom_err ../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap 
-lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testStore tests/stub_CacheDigest.o cbdata.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o  disk.o 
DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o EventLoop.o 
tests/stub_fatal.o filemap.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o 
HttpHdrSc.o HttpHdrScTarget.o HttpHeaderTools.o HttpHeader.o HttpMsg.o 
RequestFlags.o int.o SquidList.o MasterXaction.o tests/stub_mem.o mem_node.o 
MemBuf.o MemObject.o Notes.o Packer.o Parsing.o RemovalPolicy.o refresh.o 
StatCounters.o StatHist.o stmem.o store.o store_dir.o store_io.o 
store_swapout.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o store_key_md5.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o String.o StrList.o SwapDir.o 
tests/stub_access_log.o tests/stub_acl.o tests/stub_cache_cf.o 
tests/stub_cache_manager.o tests/stub_client_side_request.o tests/stub_comm.o 
tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_errorpage.o 
tests/stub_fd.o tests/stub_helper.o tests/stub_HelperChildConfig.o 
tests/stub_http.o tests/stub_libauth.o tests/stub_libeui.o 
tests/stub_libformat.o tests/stub_libsslsquid.o HttpBody.o 
tests/stub_HttpReply.o tests/stub_HttpRequest.o tests/stub_libcomm.o 
tests/stub_MemStore.o tests/stub_mime.o tests/stub_Port.o tests/stub_stat.o 
tests/stub_store_client.o tests/stub_store_stats.o tests/stub_store_rebuild.o 
tests/stub_store_swapout.o Transients.o tests/stub_tools.o tests/stub_UdsOp.o 
tests/testMain.o tests/testStore.o tests/testStoreEntryStream.o 
tests/testStoreController.o tests/testStoreHashIndex.o tests/testStoreSupport.o 
tests/TestSwapDir.o tests/stub_time.o url.o wordlist.o test_tools.o globals.o 
SquidMath.o swap_log_op.o libsquid.la http/libsquid-http.la 
parser/libsquid-parser.la ident/libident.la acl/libacls.la acl/libstate.la 
acl/libapi.la base/libbase.la ip/libip.la fs/libfs.la mgr/libmgr.la 
ipc/libipc.la anyp/libanyp.la ../lib/libmisccontainers.la 
../lib/libmiscencoding.la ../lib/libmiscutil.la -lnettle  -lcppunit -ldl  
CommCalls.o DnsLookupDetails.o ../compat/libcompat-squid.la  -lm -lnsl -lresolv 
-lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testStore 
tests/stub_CacheDigest.o cbdata.o tests/stub_CollapsedForwarding.o 
ConfigOption.o ConfigParser.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o 
ETag.o event.o EventLoop.o tests/stub_fatal.o filemap.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpHeaderTools.o HttpHeader.o HttpMsg.o RequestFlags.o int.o SquidList.o 
MasterXaction.o tests/stub_mem.o mem_node.o MemBuf.o MemObject.o Notes.o 
Packer.o Parsing.o RemovalPolicy.o refresh.o StatCounters.o StatHist.o stmem.o 
store.o store_dir.o store_io.o store_swapout.o StoreIOState.o 
tests/stub_StoreMeta.o StoreMetaUnpacker.o StoreSwapLogData.o store_key_md5.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o String.o 
StrList.o SwapDir.o tests/stub_access_log.o tests/stub_acl.o 
tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_client_side_request.o tests/stub_comm.o tests/stub_debug.o 
tests/stub_DiskIOModule.o tests/stub_errorpage.o tests/stub_fd.o 
tests/stub_helper.o tests/stub_HelperChildConfig.o tests/stub_http.o 
tests/stub_libauth.o tests/stub_libeui.o tests/stub_libformat.o 
tests/stub_libsslsquid.o HttpBody.o tests/stub_HttpReply.o 
tests/stub_HttpRequest.o tests/stub_libcomm.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_Port.o tests/stub_stat.o tests/stub_store_client.o 
tests/stub_store_stats.o tests/stub_store_rebuild.o tests/stub_store_swapout.o 
Transients.o tests/stub_tools.o tests/stub_UdsOp.o tests/testMain.o 
tests/testStore.o tests/testStoreEntryStream.o tests/testStoreController.o 
tests/testStoreHashIndex.o tests/testStoreSupport.o tests/TestSwapDir.o 
tests/stub_time.o url.o wordlist.o test_tools.o globals.o SquidMath.o 
swap_log_op.o CommCalls.o DnsLookupDetails.o  ./.libs/libsquid.a 
http/.libs/libsquid-http.a parser/.libs/libsquid-parser.a 
ident/.libs/libident.a acl/.libs/libacls.a acl/.libs/libstate.a 
acl/.libs/libapi.a base/.libs/libbase.a ip/.libs/libip.a fs/.libs/libfs.a 
mgr/.libs/libmgr.a ipc/.libs/libipc.a anyp/.libs/libanyp.a 
../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a 
../lib/.libs/libmiscutil.a -lnettle -lcppunit ../compat/.libs/libcompat-squid.a 
-lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testString tests/stub_mem.o MemBuf.o String.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o 
tests/testMain.o tests/testString.o tests/stub_cache_cf.o 
tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o 
tests/stub_tools.o tests/stub_time.o wordlist.o test_tools.o globals.o 
base/libbase.la libsquid.la ip/libip.la ../lib/libmiscutil.la  -lcppunit -ldl  
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testString 
tests/stub_mem.o MemBuf.o String.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o tests/testMain.o tests/testString.o 
tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o 
tests/stub_HelperChildConfig.o tests/stub_tools.o tests/stub_time.o wordlist.o 
test_tools.o globals.o  base/.libs/libbase.a ./.libs/libsquid.a 
ip/.libs/libip.a ../lib/.libs/libmiscutil.a -lcppunit 
../compat/.libs/libcompat-squid.a -lm -lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testURL AccessLogEntry.o BodyPipe.o YesNoNone.o 
cache_cf.o tests/stub_cache_manager.o tests/stub_CacheDigest.o 
tests/stub_carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o 
client_side_reply.o client_side_request.o clientStream.o 
tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o CpuAffinityMap.o 
CpuAffinitySet.o  disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o dlink.o 
dns_internal.o DnsLookupDetails.o errorpage.o ETag.o event.o external_acl.o 
ExternalACLEntry.o tests/stub_fatal.o fd.o fde.o filemap.o fqdncache.o 
FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o 
HttpHeaderTools.o HttpMsg.o HttpReply.o PeerPoolMgr.o RequestFlags.o 
HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o SquidList.o 
MasterXaction.o multicast.o tests/stub_mem.o mem_node.o MemBuf.o MemObject.o 
mime.o mime_header.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o 
SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o tests/stub_StatHist.o stmem.o store.o 
store_client.o tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o 
store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o Transients.o tests/stub_SwapDir.o 
MemStore.o tests/stub_debug.o tests/stub_DiskIOModule.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_main_cc.o 
tests/stub_ipc_Forwarder.o tests/stub_store_stats.o tests/testURL.o 
tests/testUriScheme.o tests/testMain.o tests/stub_time.o tests/stub_EventLoop.o 
tools.o tests/stub_tunnel.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o 
FadingCounter.o  wordlist.o err_type.o err_detail_type.o globals.o hier_code.o 
icp_opcode.o LogTags.o lookup_t.o repl_modules.o swap_log_op.o libsquid.la 
clients/libclients.la servers/libservers.la helper/libhelper.la 
http/libsquid-http.la ftp/libftp.la parser/libsquid-parser.la anyp/libanyp.la 
ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la acl/libapi.la 
base/libbase.la ip/libip.la fs/libfs.la  ipc/libipc.la mgr/libmgr.la 
snmp/libsnmp.la ../lib/snmplib/libsnmplib.la icmp/libicmp.la 
icmp/libicmp-core.la comm/libcomm.la log/liblog.la -lrt -lpthread 
format/libformat.la  repl/liblru.a adaptation/libadaptation.la  
../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la 
-lnettle ../compat/libcompat-squid.la  -lcppunit -ldl   -lgssapi_krb5 -lkrb5 
-lk5crypto -lcom_err -lkrb5 -lk5crypto -lcom_err  ../compat/libcompat-squid.la  
-lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testSBuf tests/testSBuf.o tests/testMain.o 
tests/SBufFindTest.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o tests/stub_time.o mem.o tests/stub_debug.o 
tests/stub_fatal.o tests/stub_HelperChildConfig.o tests/stub_cache_cf.o 
tests/stub_cache_manager.o tests/stub_store.o tests/stub_store_stats.o 
tests/stub_tools.o String.o tests/stub_wordlist.o tests/stub_MemBuf.o 
test_tools.o globals.o base/libbase.la libsquid.la ip/libip.la mgr/libmgr.la 
../lib/libmiscutil.la  -lcppunit -ldl ../compat/libcompat-squid.la  -lm -lnsl 
-lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testSBuf 
tests/testSBuf.o tests/testMain.o tests/SBufFindTest.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o tests/stub_time.o mem.o 
tests/stub_debug.o tests/stub_fatal.o tests/stub_HelperChildConfig.o 
tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_store.o 
tests/stub_store_stats.o tests/stub_tools.o String.o tests/stub_wordlist.o 
tests/stub_MemBuf.o test_tools.o globals.o  base/.libs/libbase.a 
./.libs/libsquid.a ip/.libs/libip.a mgr/.libs/libmgr.a 
../lib/.libs/libmiscutil.a -lcppunit ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testURL 
AccessLogEntry.o BodyPipe.o YesNoNone.o cache_cf.o tests/stub_cache_manager.o 
tests/stub_CacheDigest.o tests/stub_carp.o cbdata.o ChunkedCodingParser.o 
client_db.o client_side.o client_side_reply.o client_side_request.o 
clientStream.o tests/stub_CollapsedForwarding.o ConfigOption.o ConfigParser.o 
CpuAffinityMap.o CpuAffinitySet.o disk.o DiskIO/ReadRequest.o 
DiskIO/WriteRequest.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o 
ETag.o event.o external_acl.o ExternalACLEntry.o tests/stub_fatal.o fd.o fde.o 
filemap.o fqdncache.o FwdState.o gopher.o helper.o htcp.o http.o HttpBody.o 
HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpReply.o PeerPoolMgr.o 
RequestFlags.o HttpRequest.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o 
SquidList.o MasterXaction.o multicast.o tests/stub_mem.o mem_node.o MemBuf.o 
MemObject.o mime.o mime_header.o neighbors.o Notes.o Packer.o Parsing.o pconn.o 
peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o 
peer_userhash.o tests/stub_redirect.o refresh.o RemovalPolicy.o MemBlob.o 
SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o snmp_core.o snmp_agent.o 
SquidMath.o stat.o StatCounters.o tests/stub_StatHist.o stmem.o store.o 
store_client.o tests/stub_store_digest.o store_dir.o store_io.o store_key_md5.o 
store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o 
StoreFileSystem.o StoreIOState.o tests/stub_StoreMeta.o StoreMetaUnpacker.o 
StoreSwapLogData.o String.o StrList.o Transients.o tests/stub_SwapDir.o 
MemStore.o tests/stub_debug.o tests/stub_DiskIOModule.o 
tests/stub_libauth_acls.o tests/stub_libauth.o tests/stub_main_cc.o 
tests/stub_ipc_Forwarder.o tests/stub_store_stats.o tests/testURL.o 
tests/testUriScheme.o tests/testMain.o tests/stub_time.o tests/stub_EventLoop.o 
tools.o tests/stub_tunnel.o url.o urn.o tests/stub_wccp2.o tests/stub_whois.o 
FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o 
icp_opcode.o LogTags.o lookup_t.o repl_modules.o swap_log_op.o  
./.libs/libsquid.a clients/.libs/libclients.a servers/.libs/libservers.a 
helper/.libs/libhelper.a http/.libs/libsquid-http.a ftp/.libs/libftp.a 
parser/.libs/libsquid-parser.a anyp/.libs/libanyp.a ident/.libs/libident.a 
acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a acl/.libs/libapi.a 
base/.libs/libbase.a ip/.libs/libip.a fs/.libs/libfs.a ipc/.libs/libipc.a 
mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../lib/snmplib/.libs/libsnmplib.a 
icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a comm/.libs/libcomm.a 
log/.libs/liblog.a -lpthread format/.libs/libformat.a repl/liblru.a 
adaptation/.libs/libadaptation.a ../lib/.libs/libmisccontainers.a 
../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lnettle -lcppunit 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testSBufList tests/testSBufList.o tests/testMain.o 
MemBlob.o SBuf.o SBufExceptions.o SBufList.o tests/stub_SBufDetailedStats.o 
tests/stub_time.o mem.o tests/stub_MemObject.o tests/stub_cbdata.o 
tests/stub_comm.o tests/stub_debug.o tests/stub_event.o tests/stub_fatal.o 
tests/stub_fd.o tests/stub_HelperChildConfig.o tests/stub_cache_cf.o 
tests/stub_cache_manager.o tests/stub_store.o tests/stub_stmem.o 
tests/stub_store_stats.o tests/stub_tools.o StatCounters.o String.o 
tests/stub_wordlist.o tests/stub_MemBuf.o test_tools.o globals.o 
base/libbase.la libsquid.la ip/libip.la mgr/libmgr.la ../lib/libmiscutil.la 
-lcppunit -ldl ../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl 
-ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testSBufList 
tests/testSBufList.o tests/testMain.o MemBlob.o SBuf.o SBufExceptions.o 
SBufList.o tests/stub_SBufDetailedStats.o tests/stub_time.o mem.o 
tests/stub_MemObject.o tests/stub_cbdata.o tests/stub_comm.o tests/stub_debug.o 
tests/stub_event.o tests/stub_fatal.o tests/stub_fd.o 
tests/stub_HelperChildConfig.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_store.o tests/stub_stmem.o tests/stub_store_stats.o 
tests/stub_tools.o StatCounters.o String.o tests/stub_wordlist.o 
tests/stub_MemBuf.o test_tools.o globals.o  base/.libs/libbase.a 
./.libs/libsquid.a ip/.libs/libip.a mgr/.libs/libmgr.a 
../lib/.libs/libmiscutil.a -lcppunit ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testConfigParser tests/stub_mem.o 
tests/stub_MemBuf.o tests/stub_time.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o String.o ConfigParser.o tests/stub_fatal.o 
tests/testMain.o tests/testConfigParser.o tests/stub_cache_cf.o 
tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o 
tests/stub_tools.o wordlist.o test_tools.o globals.o base/libbase.la 
libsquid.la ip/libip.la ../lib/libmiscutil.la  -lcppunit -ldl  
../compat/libcompat-squid.la  -lm -lnsl -lresolv -lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o 
tests/testConfigParser tests/stub_mem.o tests/stub_MemBuf.o tests/stub_time.o 
MemBlob.o SBuf.o SBufExceptions.o tests/stub_SBufDetailedStats.o String.o 
ConfigParser.o tests/stub_fatal.o tests/testMain.o tests/testConfigParser.o 
tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o 
tests/stub_HelperChildConfig.o tests/stub_tools.o wordlist.o test_tools.o 
globals.o  base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a 
../lib/.libs/libmiscutil.a -lcppunit ../compat/.libs/libcompat-squid.a -lm 
-lnsl -lresolv -lcap -lrt -ldl
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -ldl -g -o tests/testStatHist tests/stub_cbdata.o tests/stub_fatal.o 
tests/stub_MemBuf.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o StatHist.o String.o tests/stub_cache_manager.o 
tests/stub_comm.o tests/stub_debug.o tests/stub_DelayId.o 
tests/stub_HelperChildConfig.o tests/stub_mem.o tests/stub_MemObject.o 
tests/stub_mime.o tests/stub_pconn.o tests/stub_stmem.o tests/stub_store.o 
tests/stub_store_stats.o time.o tests/stub_tools.o tests/testMain.o 
tests/testStatHist.o test_tools.o globals.o base/libbase.la 
../lib/libmiscutil.la ../lib/libmisccontainers.la -lcppunit -ldl  
../compat/libcompat-squid.la  
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -g -o tests/testStatHist 
tests/stub_cbdata.o tests/stub_fatal.o tests/stub_MemBuf.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o StatHist.o String.o 
tests/stub_cache_manager.o tests/stub_comm.o tests/stub_debug.o 
tests/stub_DelayId.o tests/stub_HelperChildConfig.o tests/stub_mem.o 
tests/stub_MemObject.o tests/stub_mime.o tests/stub_pconn.o tests/stub_stmem.o 
tests/stub_store.o tests/stub_store_stats.o time.o tests/stub_tools.o 
tests/testMain.o tests/testStatHist.o test_tools.o globals.o  
base/.libs/libbase.a ../lib/.libs/libmiscutil.a 
../lib/.libs/libmisccontainers.a -lcppunit -ldl 
../compat/.libs/libcompat-squid.a
/bin/sh ../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 
-std=c++11 -I../.. -I../../include -I../../lib -I../../src -I../include    
-I../src   -ldl -g -o tests/testRock cbdata.o CollapsedForwarding.o 
tests/stub_CacheDigest.o ConfigOption.o ConfigParser.o disk.o ETag.o 
EventLoop.o event.o fatal.o fd.o fde.o filemap.o HttpBody.o HttpHdrCc.o 
HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o 
HttpHeaderTools.o HttpMsg.o HttpReply.o int.o SquidList.o MasterXaction.o mem.o 
MemBuf.o MemObject.o mem_node.o Notes.o Packer.o Parsing.o RemovalPolicy.o 
RequestFlags.o StatCounters.o tests/stub_StatHist.o stmem.o tests/stub_stat.o 
store.o StoreFileSystem.o StoreIOState.o StoreMetaUnpacker.o StoreMeta.o 
StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaURL.o StoreMetaVary.o 
StoreSwapLogData.o store_dir.o store_io.o store_key_md5.o store_swapmeta.o 
store_swapout.o MemBlob.o SBuf.o SBufExceptions.o 
tests/stub_SBufDetailedStats.o String.o StrList.o SwapDir.o Transients.o 
tests/testRock.o tests/testMain.o tests/testStoreSupport.o 
tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o 
tests/stub_errorpage.o tests/stub_HelperChildConfig.o tests/stub_http.o 
tests/stub_HttpRequest.o tests/stub_libauth.o tests/stub_icp.o tests/stub_ipc.o 
tests/stub_ipcache.o tests/stub_libeui.o tests/stub_libformat.o 
tests/stub_libicmp.o tests/stub_libmgr.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_neighbors.o tests/stub_Port.o tests/stub_pconn.o 
tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o 
tests/stub_tools.o time.o url.o wordlist.o  DiskIO/DiskIOModule.o 
DiskIO/ReadRequest.o DiskIO/WriteRequest.o unlinkd.o DiskIO/DiskIOModules_gen.o 
swap_log_op.o SquidMath.o test_tools.o globals.o http/libsquid-http.la 
parser/libsquid-parser.la libsquid.la comm/libcomm.la ip/libip.la fs/libfs.la  
repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a 
libIpcIo.a libMmapped.a -lrt -lpthread acl/libacls.la acl/libapi.la 
acl/libstate.la anyp/libanyp.la eui/libeui.la  ipc/libipc.la base/libbase.la 
../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la 
-lnettle  -lcppunit -ldl  ../compat/libcompat-squid.la  -lm -lnsl -lresolv 
-lcap -lrt -ldl -ldl 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments 
-Wshadow -Werror -pipe -D_REENTRANT -g -O2 -std=c++11 -I../.. -I../../include 
-I../../lib -I../../src -I../include -I../src -g -o tests/testRock cbdata.o 
CollapsedForwarding.o tests/stub_CacheDigest.o ConfigOption.o ConfigParser.o 
disk.o ETag.o EventLoop.o event.o fatal.o fd.o fde.o filemap.o HttpBody.o 
HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o 
HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpReply.o int.o SquidList.o 
MasterXaction.o mem.o MemBuf.o MemObject.o mem_node.o Notes.o Packer.o 
Parsing.o RemovalPolicy.o RequestFlags.o StatCounters.o tests/stub_StatHist.o 
stmem.o tests/stub_stat.o store.o StoreFileSystem.o StoreIOState.o 
StoreMetaUnpacker.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o 
StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_dir.o store_io.o 
store_key_md5.o store_swapmeta.o store_swapout.o MemBlob.o SBuf.o 
SBufExceptions.o tests/stub_SBufDetailedStats.o String.o StrList.o SwapDir.o 
Transients.o tests/testRock.o tests/testMain.o tests/testStoreSupport.o 
tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_cache_manager.o 
tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o 
tests/stub_errorpage.o tests/stub_HelperChildConfig.o tests/stub_http.o 
tests/stub_HttpRequest.o tests/stub_libauth.o tests/stub_icp.o tests/stub_ipc.o 
tests/stub_ipcache.o tests/stub_libeui.o tests/stub_libformat.o 
tests/stub_libicmp.o tests/stub_libmgr.o tests/stub_MemStore.o 
tests/stub_mime.o tests/stub_neighbors.o tests/stub_Port.o tests/stub_pconn.o 
tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o 
tests/stub_tools.o time.o url.o wordlist.o DiskIO/DiskIOModule.o 
DiskIO/ReadRequest.o DiskIO/WriteRequest.o unlinkd.o DiskIO/DiskIOModules_gen.o 
swap_log_op.o SquidMath.o test_tools.o globals.o  http/.libs/libsquid-http.a 
parser/.libs/libsquid-parser.a ./.libs/libsquid.a comm/.libs/libcomm.a 
ip/.libs/libip.a fs/.libs/libfs.a repl/liblru.a libAIO.a libBlocking.a 
libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a -lpthread 
acl/.libs/libacls.a acl/.libs/libapi.a acl/.libs/libstate.a 
anyp/.libs/libanyp.a eui/.libs/libeui.a ipc/.libs/libipc.a base/.libs/libbase.a 
../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a 
../lib/.libs/libmiscutil.a -lnettle -lcppunit ../compat/.libs/libcompat-squid.a 
-lm -lnsl -lresolv -lcap -lrt -ldl
client_side.o: In function `ClientHttpRequest::logRequest()':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/../../src/client_side.cc>:606:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
http.o: In function `HttpStateData::readReply(CommIoCbParams const&)':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/../../src/http.cc>:1164:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
log/.libs/liblog.a(access_log.o): In function 
`HierarchyLogEntry::stopPeerClock(bool)':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/log/../../../src/log/access_log.cc>:297:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
adaptation/.libs/libadaptation.a(lt3-History.o): In function 
`Adaptation::Icap::History::stop(char const*)':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:46:
 undefined reference to `tvAssignAdd(timeval&, timeval const&)'
adaptation/.libs/libadaptation.a(lt3-History.o): In function 
`Adaptation::Icap::History::processingTime(timeval&) const':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:53:
 undefined reference to `tvAssignAdd(timeval&, timeval const&)'
adaptation/.libs/libadaptation.a(lt3-History.o): In function 
`Adaptation::Icap::History::currentTime(timeval&) const':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:61:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
adaptation/.libs/libadaptation.a(Xaction.o): In function 
`Adaptation::Icap::Xaction::finalizeLogInfo()':
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/Xaction.cc>:578:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/Xaction.cc>:579:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
collect2: error: ld returned 1 exit status
make[5]: *** [tests/testURL] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory 
`<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[4]: *** [check-am] Error 2
make[4]: Leaving directory 
`<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory 
`<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [check] Error 2
make[2]: Leaving directory 
`<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings 
-Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -std=c++11
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings 
-Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings 
-Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe 
-D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -std=c++11
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings 
-Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
cat: ../../src/DiskIO/../../scripts/boilerplate.h: No such file or directory
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
# XFAIL: 0
# FAIL:  0
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/../../src/client_side.cc>:606:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/../../src/http.cc>:1164:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/log/../../../src/log/access_log.cc>:297:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:46:
 undefined reference to `tvAssignAdd(timeval&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:53:
 undefined reference to `tvAssignAdd(timeval&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/History.cc>:61:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/Xaction.cc>:578:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
<http://build.squid-cache.org/job/3.HEAD-amd64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/adaptation/icap/../../../../src/adaptation/icap/Xaction.cc>:579:
 undefined reference to `tvSub(timeval&, timeval const&, timeval const&)'
collect2: error: ld returned 1 exit status
make[5]: *** [tests/testURL] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
_______________________________________________
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev

Reply via email to