See <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/943/changes>
Changes:
[Christos Tsantilas] 1st try to fix "make check" linking errors after "Configurable SSL error details messages" patch
The make check fails on 3.HEAD-amd64-CentOS-5.3 platform
[Amos Jeffries] Upgrade comm layer Connection handling
The premise underlying this large patch is that instead of copying and
re-copying and re-lookups for the FD related data we can take the
ConnectionDetail class which is generated to store a few bits of IP
information about newly accept()'d connections and make it persist across
the whole of Squid.
It has been renamed from ConnectionDetails to Comm::Connection and has
absorbed a few FD data fields from other classes long the code paths.
Its scope is to hold an FD (or potential FD) plus meta data.
Comm::Connection are valid before, during and after the period when their
particular FD is open. The meta data may be used beforehand to setup the
FD (in the case of peer selection or other TcpAcceptor usage), and it may
remain in use after FD closure until logging or all linked job and call
objects have detected the closure and terminated. A global function
Comm::IsConnOpen() may be used on the pointer objects to detect whether
they point at an active connection.
Most of the patch is simple parameter changes to functions and methods to
pass a "cont Comm::ConnectionPointer &" instead of an "int FD". Along with
class FD fields being converted to these object pointers.
In order to support this alteration there have been behavioral changes to:
The socket accept() Job
Comm::TcpAcceptor altered to spawn Comm::Connection objects and to
operate with one controlling their active/closed state.
FTP data channel handling Calls.
efficiency improvements making use of Comm::Connection as a feedback
channel between TcpAcceptor and FtpStateData to cancel the listening
Job. Most of the underlying logic change is already in trunk to use
the Subscription API. This just streamlines and fixes some race bugs.
Peer selection
updated to spawn a set of Comm::Connection objects. To do this it is
updated to determine *all* peers including DIRECT ones. Doing the DNS
lookup instead of leaving it to comm_connect() on the other side of
FwdState. It also absorbs the outgoing address selection from FwdState
and can now specify details of local+remote ends of an outgoing TCP link.
Forwarding
updated to handle the new outputs from peer selection and to open sequentially.
pconn handling
updated to use destination IP/port and hold a Comm::Connection instead
of domain name indexing an FD. This allows us to maintain idle pools
and re-use FD more efficiently with virtual-hosted servers. Along
with maintaining certainty that the pconn selected actually goes to
the exact destination IP:port needed by forwarding.
comm layer outgoing connections
now have a control job Comm::ConnOpener to do this. Due to the peer
selection and forwarding changes this is a much simpler operation.
HTTP / CONNECT tunnel / gopher / whois / FTP
updated to receive a server and client Comm::Connection object from
forwarding. To operate on those until they close or are finished with.
SNMP / ICP / HTCP / DNS port listeners
updated to work with Comm::Connection holding their listening socket
meta data. This is a side-effect of the ICP and Comm read/write/timeout
changes.
[Christos Tsantilas] "Configurable SSL error details messages" patch fix
Use "#if USE_ERR_LOCALES" to force TemplateFile::loadFor return false
when the USE_ERR_LOCALES is not defined, and allow compile in this case
[Christos Tsantilas] "Configurable SSL error details messages" patch fix
Use "#ifdef USE_SSL" for ssl related stuff to allow compile when SSL is
disabled
[Christos Tsantilas] Configurable SSL error details messages
This project adds support for a translatable and customisable error detail file
(errors/templates/error_details.txt). The file is stored like we store error
page templates today. Inside the file, an HTTP-like format used that can be
later extended to other error details (and beyond):
name: value
details: "value"
descr: "value"
or
name: value
details: "multi
line
value"
descr: "value with a \"quoted string\" inside"
The code supports future translations, just like Squid already support error
page translations.
This is a Measurement Factory project
---- Some Technical details: - The errorpage code which is related to loading and parsing error templates moved to TemplateFile class. This class is used as base class for ErrorPageFile class which used to load error page templates. - The HttpHeader parser used to parse error details - The error details for various languages cached to memory - The ErrorDetailsList used to store a list of error details for a language/locale - The ErrorDetailsManager is a class used to load and manage multiple error details list (ErrorDetailsList objects) for many languages. It also implements a simple cache. ------------------------------------------ [...truncated 24789 lines...] libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testStore CacheDigest.o cbdata.o ConfigOption.o ConfigParser.o delay_pools.o DelayId.o DelayBucket.o DelayConfig.o DelayPool.o DelaySpec.o DelayTagged.o DelayUser.o DelayVector.o NullDelayId.o ClientDelayConfig.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o EventLoop.o filemap.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpRequestMethod.o int.o list.o mem.o mem_node.o MemBuf.o Packer.o Parsing.o RemovalPolicy.o refresh.o StatHist.o stmem.o store.o store_dir.o store_io.o store_swapout.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_key_md5.o String.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_HttpReply.o tests/stub_HttpRequest.o tests/stub_MemObject.o tests/stub_mime.o tests/stub_Port.o tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_swapout.o tests/stub_tools.o tests/stub_TypedMsgHdr.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 time.o url.o URLScheme.o wordlist.o test_tools.o globals.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a acl/.libs/libapi.a base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a ipc/.libs/libipc.a mgr/.libs/libmgr.a anyp/.libs/libanyp.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib url.o(.text+0xc6a): In function `urlCanonicalClean': : warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf() depbase=`echo tests/testString.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT tests/testString.o -MD -MP -MF $depbase.Tpo -c -o tests/testString.o ../../src/tests/testString.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testString mem.o String.o tests/testMain.o tests/testString.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o test_tools.o globals.o base/libbase.la libsquid.la ip/libip.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testString mem.o String.o tests/testMain.o tests/testString.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o test_tools.o globals.o base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib /usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf() depbase=`echo tests/testURL.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT tests/testURL.o -MD -MP -MF $depbase.Tpo -c -o tests/testURL.o ../../src/tests/testURL.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/testURLScheme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT tests/testURLScheme.o -MD -MP -MF $depbase.Tpo -c -o tests/testURLScheme.o ../../src/tests/testURLScheme.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testURL AclRegs.o AuthReg.o BodyPipe.o cache_cf.o cache_manager.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o delay_pools.o DelayId.o DelayBucket.o DelayConfig.o DelayPool.o DelaySpec.o DelayTagged.o DelayUser.o DelayVector.o NullDelayId.o ClientDelayConfig.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 fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpParser.o HttpReply.o HttpRequest.o HttpRequestMethod.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o ProtoPort.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatHist.o stmem.o store.o store_client.o 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 StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o String.o SwapDir.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/testURL.o tests/testURLScheme.o tests/testMain.o time.o tools.o tunnel.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o anyp/libanyp.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la acl/libapi.la base/libbase.la libsquid.la ip/libip.la fs/libfs.la ipc/libipc.la mgr/libmgr.la snmp/libsnmp.la ../snmplib/libsnmplib.a icmp/libicmp.la icmp/libicmp-core.la comm/libcomm.la log/liblog.la repl/libheap.a repl/liblru.a adaptation/libadaptation.la esi/libesi.la ../lib/libTrie/src/libTrie.a -lexpat ssl/libsslsquid.la ssl/libsslutil.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L../compat -lcompat-squid -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testURL AclRegs.o AuthReg.o BodyPipe.o cache_cf.o cache_manager.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o delay_pools.o DelayId.o DelayBucket.o DelayConfig.o DelayPool.o DelaySpec.o DelayTagged.o DelayUser.o DelayVector.o NullDelayId.o ClientDelayConfig.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 fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpParser.o HttpReply.o HttpRequest.o HttpRequestMethod.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o ProtoPort.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatHist.o stmem.o store.o store_client.o 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 StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o String.o SwapDir.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/testURL.o tests/testURLScheme.o tests/testMain.o time.o tools.o tunnel.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o 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 ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a ipc/.libs/libipc.a mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../snmplib/libsnmplib.a icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a repl/libheap.a repl/liblru.a adaptation/.libs/libadaptation.a esi/.libs/libesi.a ../lib/libTrie/src/libTrie.a -lexpat ssl/.libs/libsslsquid.a ssl/.libs/libsslutil.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L../compat -L/usr/local/lib -lcppunit -lssl -lcrypto -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib cache_cf.o(.text+0x12eef): In function `parseOneConfigFile(char const*, unsigned int)': : warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf() dns_internal.o(.text+0x2387): In function `idnsALookup': : warning: strcat() is almost always misused, please use strlcat() depbase=`echo tests/testUfs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT tests/testUfs.o -MD -MP -MF $depbase.Tpo -c -o tests/testUfs.o ../../src/tests/testUfs.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testUfs tests/testUfs.o tests/testMain.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_HelperChildConfig.o tests/stub_icp.o tests/stub_ipc.o tests/stub_pconn.o tests/stub_Port.o tests/stub_TypedMsgHdr.o tests/stub_UdsOp.o tests/stub_internal.o tests/stub_store_rebuild.o fd.o disk.o filemap.o HttpBody.o HttpReply.o HttpStatusLine.o int.o list.o MemObject.o StoreSwapLogData.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreFileSystem.o store_io.o store_swapout.o store_swapmeta.o unlinkd.o event.o delay_pools.o DelayId.o DelayBucket.o DelayConfig.o DelayPool.o DelaySpec.o DelayTagged.o DelayUser.o DelayVector.o NullDelayId.o ClientDelayConfig.o CacheDigest.o ConfigParser.o EventLoop.o HttpMsg.o RemovalPolicy.o store_dir.o store.o HttpRequestMethod.o store_key_md5.o Parsing.o ConfigOption.o SwapDir.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_helper.o cbdata.o String.o tests/stub_debug.o tests/stub_client_side_request.o tests/stub_http.o mem_node.o stmem.o tests/stub_mime.o HttpHeaderTools.o HttpHeader.o mem.o MemBuf.o HttpHdrContRange.o Packer.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o url.o StatHist.o HttpHdrRange.o ETag.o tests/stub_errorpage.o tests/stub_HttpRequest.o tests/stub_access_log.o refresh.o tests/stub_store_client.o tests/stub_tools.o tests/testStoreSupport.o time.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la acl/libapi.la base/libbase.la libsquid.la ip/libip.la fs/libfs.la ipc/libipc.la mgr/libmgr.la repl/libheap.a repl/liblru.a acl/libacls.la anyp/libanyp.la libBlocking.a libDiskDaemon.a libDiskThreads.a -lpthread ssl/libsslsquid.la ssl/libsslutil.la comm/libcomm.la base/libbase.la ip/libip.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o tests/testUfs tests/testUfs.o tests/testMain.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_HelperChildConfig.o tests/stub_icp.o tests/stub_ipc.o tests/stub_pconn.o tests/stub_Port.o tests/stub_TypedMsgHdr.o tests/stub_UdsOp.o tests/stub_internal.o tests/stub_store_rebuild.o fd.o disk.o filemap.o HttpBody.o HttpReply.o HttpStatusLine.o int.o list.o MemObject.o StoreSwapLogData.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreFileSystem.o store_io.o store_swapout.o store_swapmeta.o unlinkd.o event.o delay_pools.o DelayId.o DelayBucket.o DelayConfig.o DelayPool.o DelaySpec.o DelayTagged.o DelayUser.o DelayVector.o NullDelayId.o ClientDelayConfig.o CacheDigest.o ConfigParser.o EventLoop.o HttpMsg.o RemovalPolicy.o store_dir.o store.o HttpRequestMethod.o store_key_md5.o Parsing.o ConfigOption.o SwapDir.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_helper.o cbdata.o String.o tests/stub_debug.o tests/stub_client_side_request.o tests/stub_http.o mem_node.o stmem.o tests/stub_mime.o HttpHeaderTools.o HttpHeader.o mem.o MemBuf.o HttpHdrContRange.o Packer.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o url.o StatHist.o HttpHdrRange.o ETag.o tests/stub_errorpage.o tests/stub_HttpRequest.o tests/stub_access_log.o refresh.o tests/stub_store_client.o tests/stub_tools.o tests/testStoreSupport.o time.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o ident/.libs/libident.a eui/.libs/libeui.a acl/.libs/libstate.a acl/.libs/libapi.a ./.libs/libsquid.a fs/.libs/libfs.a ipc/.libs/libipc.a mgr/.libs/libmgr.a repl/libheap.a repl/liblru.a acl/.libs/libacls.a anyp/.libs/libanyp.a libBlocking.a libDiskDaemon.a libDiskThreads.a -lpthread ssl/.libs/libsslsquid.a ssl/.libs/libsslutil.a comm/.libs/libcomm.a base/.libs/libbase.a ip/.libs/libip.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -lssl -lcrypto -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib url.o(.text+0xc6a): In function `urlCanonicalClean': : warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf() fs/.libs/libfs.a(store_dir_ufs.o)(.text+0x293d): In function `UFSSwapDir::logFile(char const*) const': : warning: strcat() is almost always misused, please use strlcat() make check-TESTS /bin/sh ../../test-suite/testheaders.sh "ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64" || exit 1 . OK (1) PASS: tests/testBoilerplate .. OK (2) PASS: tests/testCacheManager . OK (1) PASS: tests/testDiskIO ..Actual Text: Last event to run: last event Operation \tNext Execution \tWeight\tCallback Valid? test event \t0.000 sec\t 0\t N/A test event2 \t0.000 sec\t 0\t N/A .... OK (6) PASS: tests/testEvent ... OK (3) PASS: tests/testEventLoop PASS: tests/test_http_range . OK (1) PASS: tests/testHttpParser . OK (1) PASS: tests/testHttpReply ............. OK (13) PASS: tests/testHttpRequest ........... OK (11) PASS: tests/testStore .... OK (4) PASS: tests/testString stub time| persistent connection module initialized .......... OK (10) PASS: tests/testURL .. OK (2) PASS: tests/testUfs PASS: testHeaders =================== All 14 tests passed =================== Making check in tools Making check in purge make make check-TESTS ================== All 0 tests passed ================== make Making all in purge make check-TESTS ================== All 0 tests passed ================== Making check in test-suite make debug ESIExpressions MemPoolTest mem_node_test mem_hdr_test refcount splay StackTest syntheticoperators VirtualDeleteOperator depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../../test-suite/debug.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo test_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT test_tools.o -MD -MP -MF $depbase.Tpo -c -o test_tools.o ../../test-suite/test_tools.cc && mv -f $depbase.Tpo $depbase.Po cp ../../src/tests/stub_debug.cc . depbase=`echo stub_debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT stub_debug.o -MD -MP -MF $depbase.Tpo -c -o stub_debug.o stub_debug.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o debug debug.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o debug debug.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo ESIExpressions.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT ESIExpressions.o -MD -MP -MF $depbase.Tpo -c -o ESIExpressions.o ../../test-suite/ESIExpressions.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o ESIExpressions ESIExpressions.o test_tools.o stub_debug.o ../src/esi/Expression.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o ESIExpressions ESIExpressions.o test_tools.o stub_debug.o ../src/esi/Expression.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo MemPoolTest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT MemPoolTest.o -MD -MP -MF $depbase.Tpo -c -o MemPoolTest.o ../../test-suite/MemPoolTest.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o MemPoolTest MemPoolTest.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o MemPoolTest MemPoolTest.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo mem_node_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT mem_node_test.o -MD -MP -MF $depbase.Tpo -c -o mem_node_test.o ../../test-suite/mem_node_test.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o mem_node_test mem_node_test.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o mem_node_test mem_node_test.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo mem_hdr_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT mem_hdr_test.o -MD -MP -MF $depbase.Tpo -c -o mem_hdr_test.o ../../test-suite/mem_hdr_test.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o mem_hdr_test mem_hdr_test.o test_tools.o stub_debug.o ../src/stmem.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o mem_hdr_test mem_hdr_test.o test_tools.o stub_debug.o ../src/stmem.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo refcount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT refcount.o -MD -MP -MF $depbase.Tpo -c -o refcount.o ../../test-suite/refcount.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o refcount refcount.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o refcount refcount.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo splay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT splay.o -MD -MP -MF $depbase.Tpo -c -o splay.o ../../test-suite/splay.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o splay splay.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o splay splay.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo StackTest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT StackTest.o -MD -MP -MF $depbase.Tpo -c -o StackTest.o ../../test-suite/StackTest.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o StackTest StackTest.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o StackTest StackTest.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo syntheticoperators.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT syntheticoperators.o -MD -MP -MF $depbase.Tpo -c -o syntheticoperators.o ../../test-suite/syntheticoperators.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o syntheticoperators syntheticoperators.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o syntheticoperators syntheticoperators.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm depbase=`echo VirtualDeleteOperator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -MT VirtualDeleteOperator.o -MD -MP -MF $depbase.Tpo -c -o VirtualDeleteOperator.o ../../test-suite/VirtualDeleteOperator.cc && mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o VirtualDeleteOperator VirtualDeleteOperator.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -o VirtualDeleteOperator VirtualDeleteOperator.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm make check-TESTS stub time| teststring stub time| teststring stub time| teststring stub time| stream test stub time| 5 ThisIsAStreamTest PASS: debug PASS: syntheticoperators PASS: VirtualDeleteOperator PASS: StackTest PASS: refcount PASS: splay PASS: MemPoolTest PASS: mem_node_test PASS: mem_hdr_test PASS: ESIExpressions =================== All 10 tests passed =================== Making install in compat Making install in lib Making all in rfcnb Making all in smblib Making all in libTrie make all-recursive Making all in src Making all in test Making install in snmplib Making install in libltdl make install-am test -z "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/lib"> || ../../libltdl/config/install-sh -c -d "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/lib"> test -z "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/include"> || ../../libltdl/config/install-sh -c -d "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/include"> test -z "" || ../../libltdl/config/install-sh -c -d "" Making install in scripts Making install in icons test -z "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/icons/silk"> || ../../cfgaux/install-sh -c -d "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/icons/silk"> /usr/bin/install -c -m 644 ../../icons/silk/application.png ../../icons/silk/arrow_up.png ../../icons/silk/bomb.png ../../icons/silk/box.png ../../icons/silk/bricks.png ../../icons/silk/bullet_red.png ../../icons/silk/cd.png ../../icons/silk/chart_line.png ../../icons/silk/compress.png ../../icons/silk/computer_link.png ../../icons/silk/css.png ../../icons/silk/cup.png ../../icons/silk/database.png ../../icons/silk/database_table.png ../../icons/silk/drive_disk.png ../../icons/silk/film.png ../../icons/silk/film_key.png ../../icons/silk/folder.png ../../icons/silk/folder_table.png ../../icons/silk/image.png ../../icons/silk/information.png ../../icons/silk/layers.png ../../icons/silk/layout.png ../../icons/silk/link.png ../../icons/silk/music.png ../../icons/silk/package.png ../../icons/silk/package_go.png ../../icons/silk/page_code.png ../../icons/silk/page_excel.png ../../icons/silk/page_green.png ../../icons/silk/page_white.png ../../icons/silk/page_white_acrobat.png ../../icons/silk/page_white_c.png ../../icons/silk/page_white_cplusplus.png ../../icons/silk/page_white_flash.png ../../icons/silk/page_white_magnify.png ../../icons/silk/page_white_picture.png ../../icons/silk/page_white_powerpoint.png ../../icons/silk/page_white_stack.png ../../icons/silk/page_white_text.png '<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/icons/silk'> /usr/bin/install -c -m 644 ../../icons/silk/page_white_word.png ../../icons/silk/page_white_zip.png ../../icons/silk/page_world.png ../../icons/silk/photo.png ../../icons/silk/picture.png ../../icons/silk/plugin.png ../../icons/silk/plugin_add.png ../../icons/silk/script.png ../../icons/silk/script_gear.png ../../icons/silk/script_palette.png '<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/icons/silk'> /usr/bin/install -c -m 644 ../../icons/SN.png "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/icons/"> Making install in errors if test -f <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css> ; then echo "install-exec-local will not overwrite existing <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css"> ; else /bin/sh <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/cfgaux/install-sh> -d `dirname <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css`> ; echo "/usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css";> /usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css;> fi /usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css> /bin/sh <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/cfgaux/install-sh> -d <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors> ; for l in af.lang ar.lang az.lang bg.lang ca.lang cs.lang da.lang de.lang el.lang en.lang es.lang et.lang fa.lang fi.lang fr.lang he.lang hu.lang hy.lang id.lang it.lang ja.lang ko.lang lt.lang lv.lang ms.lang nl.lang oc.lang pl.lang pt-br.lang pt.lang ro.lang ru.lang sk.lang sl.lang sr-cyrl.lang sr-latn.lang sv.lang th.lang tr.lang uk.lang uz.lang vi.lang zh-cn.lang zh-tw.lang templates; do l=`basename $l .lang`; echo "Located $l for install..."; if test -d ../../errors/$l || test -d ./$l; then /bin/sh <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/cfgaux/install-sh> -d <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/$l;> fi; for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT templates/error-details.txt; do page=`basename $f`; if test -f ./$l/$page; then echo "/usr/bin/install -c -m 644 ./$l/$page <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/$l";> /usr/bin/install -c -m 644 ./$l/$page <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/$l;> elif test -f ../../errors/$l/$page; then echo "/usr/bin/install -c -m 644 ../../errors/$l/$page <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/$l";> /usr/bin/install -c -m 644 ../../errors/$l/$page <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/$l;> fi; done; done; /usr/bin/install -c -m 644 ../../errors/TRANSLATORS <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/TRANSLATORS;> /usr/bin/install -c -m 644 ../../errors/COPYRIGHT <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors/COPYRIGHT;> /usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/etc/errorpage.css.default;> /bin/sh ../../errors/alias-link.sh "/bin/ln" "/bin/rm -f" "<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_inst/share/errors"> "../../errors/aliases" || exit 1 ; Located af for install... Located ar for install... Located az for install... Located bg for install... Located ca for install... Located cs for install... Located da for install... Located de for install... Located el for install... Located en for install... Located es for install... Located et for install... Located fa for install... Located fi for install... Located fr for install... Located he for install... Located hu for install... Located hy for install... Located id for install... Located it for install... Located ja for install... Located ko for install... Located lt for install... Located lv for install... Located ms for install... Located nl for install... Located oc for install... Located pl for install... Located pt-br for install... Located pt for install... Located ro for install... Located ru for install... Located sk for install... Located sl for install... Located sr-cyrl for install... Located sr-latn for install... Located sv for install... Located th for install... Located tr for install... Located uk for install... Located uz for install... Located vi for install... Located zh-cn for install... Located zh-tw for install... Located templates for install... /bin/sh: <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/cfgaux/install-sh>: Permission denied *** Error code 1 Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/errors> (line 624 of Makefile). *** Error code 1 Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build/errors> (line 462 of Makefile). *** Error code 1 Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything/squid-3.HEAD-BZR/_build> (line 438 of Makefile). *** Error code 1 Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-04-noauth-everything> (line 666 of Makefile). buildtest.sh result is 1 BUILD: .././test-suite/buildtests/layer-04-noauth-everything.opts configure: BUILD LIBRARIES: configure: BUILD EXTRA LIBRARIES: -lm configure: BUILD OBJECTS: configure: BUILD EXTRA OBJECTS: configure: BUILD C FLAGS: -D_FILE_OFFSET_BITS=64 -Wall configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT configure: BUILD C++ FLAGS: -D_FILE_OFFSET_BITS=64 configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT configure: BUILD LIBRARIES: configure: BUILD EXTRA LIBRARIES: -lm configure: BUILD OBJECTS: configure: BUILD EXTRA OBJECTS: configure: BUILD C FLAGS: -D_FILE_OFFSET_BITS=64 configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT configure: BUILD C++ FLAGS: -D_FILE_OFFSET_BITS=64 configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT *** Error code 1 *** Error code 1 *** Error code 1 *** Error code 1 Build FAILED. Build step 'Execute shell' marked build as failureReceived on Fri Jun 17 2011 - 22:13:06 MDT
This archive was generated by hypermail 2.2.0 : Sat Jun 18 2011 - 12:00:08 MDT