See <http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/33/changes>
Changes: [Amos Jeffries <[email protected]>] Bug 2452: external_acl_type does not limit entries, leads to high memory usage Set a nominal cap of 256*1024 entries per external_acl_type configured. This can be adjusted as needed with the external_acl_type cache=N option. [Amos Jeffries <[email protected]>] Add client_ip_max_connections Given some incentive after deep consideration of the slowloris claims. While I still do not believe Squid is vulnerable per-se and some people have tested and found no such failures as claimed for the DoS attack. We found we could provide better administrative controls. This is one such that has been asked about many times and still did not exist. It operates essentially the same as maxconn ACL, but does not require HTTP headers and other request data to fully exist like ACLs do. It is tested immediately after accept() and is request type agnostic, right down to DNS TCP requests. So care is warranted in hierarchy situations or where clients may be behind NAT. Utilizes the client DB to monitor accepted TCP links. Operates prior to everything so as to eliminate resource usage on the blocking case and close the windows of opportunity for dribble-attacks etc. Default (-1) is to keep the status-quo of no limits. [Amos Jeffries <[email protected]>] Handle DNS header-only packets as invalid. [Automatic source maintenance <[email protected]>] Bootstrapped ------------------------------------------ [...truncated 549 lines...] checking Default FD_SETSIZE value... 1024 checking Maximum number of filedescriptors we can open... 3520 checking Default UDP send buffer size... 9216 checking Default UDP receive buffer size... 42080 checking Default TCP send buffer size... 32768 checking Default TCP receive buffer size... 65536 Limiting receive buffer size to 64K checking if sys_errlist is already defined... no checking for libresolv _dns_ttl_ hack... no checking if inet_ntoa() actually works... "yes" checking for working statvfs() interface... yes checking for _res.nsaddr_list... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating scripts/RunCache config.status: creating scripts/RunAccel config.status: creating src/Makefile config.status: creating src/fs/Makefile config.status: creating src/repl/Makefile config.status: creating src/auth/Makefile config.status: creating contrib/Makefile config.status: creating snmplib/Makefile config.status: creating icons/Makefile config.status: creating errors/Makefile config.status: creating test-suite/Makefile config.status: creating doc/Makefile config.status: creating helpers/Makefile config.status: creating helpers/basic_auth/Makefile config.status: creating helpers/basic_auth/LDAP/Makefile config.status: creating helpers/basic_auth/MSNT/Makefile config.status: creating helpers/basic_auth/NCSA/Makefile config.status: creating helpers/basic_auth/PAM/Makefile config.status: creating helpers/basic_auth/SMB/Makefile config.status: creating helpers/basic_auth/mswin_sspi/Makefile config.status: creating helpers/basic_auth/YP/Makefile config.status: creating helpers/basic_auth/getpwnam/Makefile config.status: creating helpers/basic_auth/multi-domain-NTLM/Makefile config.status: creating helpers/basic_auth/SASL/Makefile config.status: creating helpers/basic_auth/POP3/Makefile config.status: creating helpers/basic_auth/DB/Makefile config.status: creating helpers/basic_auth/squid_radius_auth/Makefile config.status: creating helpers/digest_auth/Makefile config.status: creating helpers/digest_auth/password/Makefile config.status: creating helpers/digest_auth/ldap/Makefile config.status: creating helpers/digest_auth/eDirectory/Makefile config.status: creating helpers/ntlm_auth/Makefile config.status: creating helpers/ntlm_auth/fakeauth/Makefile config.status: creating helpers/ntlm_auth/no_check/Makefile config.status: creating helpers/ntlm_auth/SMB/Makefile config.status: creating helpers/ntlm_auth/SMB/smbval/Makefile config.status: creating helpers/ntlm_auth/mswin_sspi/Makefile config.status: creating helpers/negotiate_auth/Makefile config.status: creating helpers/negotiate_auth/mswin_sspi/Makefile config.status: creating helpers/negotiate_auth/squid_kerb_auth/Makefile config.status: creating helpers/external_acl/Makefile config.status: creating helpers/external_acl/ip_user/Makefile config.status: creating helpers/external_acl/ldap_group/Makefile config.status: creating helpers/external_acl/session/Makefile config.status: creating helpers/external_acl/unix_group/Makefile config.status: creating helpers/external_acl/wbinfo_group/Makefile config.status: creating helpers/external_acl/mswin_ad_group/Makefile config.status: creating helpers/external_acl/mswin_lm_group/Makefile config.status: creating tools/Makefile config.status: creating include/autoconf.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in lib/libTrie (/usr<http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/ws/btlayer-00-default/lib/libTrie)> configure: running /bin/sh ../../.././test-suite/../lib/libTrie/configure --disable-option-checking '--prefix=/usr/local/squid' 'CC=ccache gcc' 'CXX=ccache g++' --cache-file=/dev/null --srcdir=../../.././test-suite/../lib/libTrie checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether ccache g++ accepts -g... yes checking for gcc... ccache gcc checking whether we are using the GNU C compiler... yes checking whether ccache gcc accepts -g... yes checking for ccache gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../../.././test-suite/../lib/libTrie/cfgaux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking for style of include used by make... GNU checking dependency style of ccache gcc... gcc3 checking dependency style of ccache g++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for ranlib... ranlib checking whether compiler accepts -fhuge-objects... no checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... ccache gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands Making all in lib Making all in libTrie make all-recursive Making all in src ccache g++ -DHAVE_CONFIG_H -I. -I../../../.././test-suite/../lib/libTrie/src -I.. -I../../../.././test-suite/../lib/libTrie/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT Trie.o -MD -MP -MF .deps/Trie.Tpo -c -o Trie.o ../../../.././test-suite/../lib/libTrie/src/Trie.cc mv -f .deps/Trie.Tpo .deps/Trie.Po ccache g++ -DHAVE_CONFIG_H -I. -I../../../.././test-suite/../lib/libTrie/src -I.. -I../../../.././test-suite/../lib/libTrie/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT TrieNode.o -MD -MP -MF .deps/TrieNode.Tpo -c -o TrieNode.o ../../../.././test-suite/../lib/libTrie/src/TrieNode.cc mv -f .deps/TrieNode.Tpo .deps/TrieNode.Po rm -f libTrie.a ar cru libTrie.a Trie.o TrieNode.o ranlib libTrie.a Making all in test ccache g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT MemPool.o -MD -MP -MF .deps/MemPool.Tpo -c -o MemPool.o ../.././test-suite/../lib/MemPool.cc mv -f .deps/MemPool.Tpo .deps/MemPool.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o ../.././test-suite/../lib/base64.c mv -f .deps/base64.Tpo .deps/base64.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT getfullhostname.o -MD -MP -MF .deps/getfullhostname.Tpo -c -o getfullhostname.o ../.././test-suite/../lib/getfullhostname.c mv -f .deps/getfullhostname.Tpo .deps/getfullhostname.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o ../.././test-suite/../lib/hash.c mv -f .deps/hash.Tpo .deps/hash.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT heap.o -MD -MP -MF .deps/heap.Tpo -c -o heap.o ../.././test-suite/../lib/heap.c mv -f .deps/heap.Tpo .deps/heap.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT html_quote.o -MD -MP -MF .deps/html_quote.Tpo -c -o html_quote.o ../.././test-suite/../lib/html_quote.c mv -f .deps/html_quote.Tpo .deps/html_quote.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT iso3307.o -MD -MP -MF .deps/iso3307.Tpo -c -o iso3307.o ../.././test-suite/../lib/iso3307.c mv -f .deps/iso3307.Tpo .deps/iso3307.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o ../.././test-suite/../lib/md5.c mv -f .deps/md5.Tpo .deps/md5.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT radix.o -MD -MP -MF .deps/radix.Tpo -c -o radix.o ../.././test-suite/../lib/radix.c mv -f .deps/radix.Tpo .deps/radix.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT rfc1035.o -MD -MP -MF .deps/rfc1035.Tpo -c -o rfc1035.o ../.././test-suite/../lib/rfc1035.c mv -f .deps/rfc1035.Tpo .deps/rfc1035.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT rfc1123.o -MD -MP -MF .deps/rfc1123.Tpo -c -o rfc1123.o ../.././test-suite/../lib/rfc1123.c mv -f .deps/rfc1123.Tpo .deps/rfc1123.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT rfc1738.o -MD -MP -MF .deps/rfc1738.Tpo -c -o rfc1738.o ../.././test-suite/../lib/rfc1738.c mv -f .deps/rfc1738.Tpo .deps/rfc1738.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT rfc2617.o -MD -MP -MF .deps/rfc2617.Tpo -c -o rfc2617.o ../.././test-suite/../lib/rfc2617.c mv -f .deps/rfc2617.Tpo .deps/rfc2617.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT safe_inet_addr.o -MD -MP -MF .deps/safe_inet_addr.Tpo -c -o safe_inet_addr.o ../.././test-suite/../lib/safe_inet_addr.c mv -f .deps/safe_inet_addr.Tpo .deps/safe_inet_addr.Po ccache g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT Splay.o -MD -MP -MF .deps/Splay.Tpo -c -o Splay.o ../.././test-suite/../lib/Splay.cc mv -f .deps/Splay.Tpo .deps/Splay.Po ccache g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT strnstr.o -MD -MP -MF .deps/strnstr.Tpo -c -o strnstr.o ../.././test-suite/../lib/strnstr.cc mv -f .deps/strnstr.Tpo .deps/strnstr.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT stub_memaccount.o -MD -MP -MF .deps/stub_memaccount.Tpo -c -o stub_memaccount.o ../.././test-suite/../lib/stub_memaccount.c mv -f .deps/stub_memaccount.Tpo .deps/stub_memaccount.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../.././test-suite/../lib/util.c mv -f .deps/util.Tpo .deps/util.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT uudecode.o -MD -MP -MF .deps/uudecode.Tpo -c -o uudecode.o ../.././test-suite/../lib/uudecode.c mv -f .deps/uudecode.Tpo .deps/uudecode.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT assert.o -MD -MP -MF .deps/assert.Tpo -c -o assert.o ../.././test-suite/../lib/assert.c mv -f .deps/assert.Tpo .deps/assert.Po ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT xusleep.o -MD -MP -MF .deps/xusleep.Tpo -c -o xusleep.o ../.././test-suite/../lib/xusleep.c mv -f .deps/xusleep.Tpo .deps/xusleep.Po rm -f libmiscutil.a /usr/bin/ar cru libmiscutil.a MemPool.o base64.o getfullhostname.o hash.o heap.o html_quote.o iso3307.o md5.o radix.o rfc1035.o rfc1123.o rfc1738.o rfc2617.o safe_inet_addr.o Splay.o strnstr.o stub_memaccount.o util.o uudecode.o assert.o xusleep.o libTrie/src/Trie.o libTrie/src/TrieNode.o ranlib libmiscutil.a ccache gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT ntlmauth.o -MD -MP -MF .deps/ntlmauth.Tpo -c -o ntlmauth.o ../.././test-suite/../lib/ntlmauth.c mv -f .deps/ntlmauth.Tpo .deps/ntlmauth.Po rm -f libntlmauth.a /usr/bin/ar cru libntlmauth.a ntlmauth.o ranlib libntlmauth.a Making all in snmplib ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT asn1.o -MD -MP -MF .deps/asn1.Tpo -c -o asn1.o ../.././test-suite/../snmplib/asn1.c mv -f .deps/asn1.Tpo .deps/asn1.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o ../.././test-suite/../snmplib/parse.c mv -f .deps/parse.Tpo .deps/parse.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_vars.o -MD -MP -MF .deps/snmp_vars.Tpo -c -o snmp_vars.o ../.././test-suite/../snmplib/snmp_vars.c mv -f .deps/snmp_vars.Tpo .deps/snmp_vars.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT coexistance.o -MD -MP -MF .deps/coexistance.Tpo -c -o coexistance.o ../.././test-suite/../snmplib/coexistance.c mv -f .deps/coexistance.Tpo .deps/coexistance.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_api.o -MD -MP -MF .deps/snmp_api.Tpo -c -o snmp_api.o ../.././test-suite/../snmplib/snmp_api.c mv -f .deps/snmp_api.Tpo .deps/snmp_api.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_error.o -MD -MP -MF .deps/snmp_error.Tpo -c -o snmp_error.o ../.././test-suite/../snmplib/snmp_error.c mv -f .deps/snmp_error.Tpo .deps/snmp_error.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT mib.o -MD -MP -MF .deps/mib.Tpo -c -o mib.o ../.././test-suite/../snmplib/mib.c mv -f .deps/mib.Tpo .deps/mib.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_api_error.o -MD -MP -MF .deps/snmp_api_error.Tpo -c -o snmp_api_error.o ../.././test-suite/../snmplib/snmp_api_error.c mv -f .deps/snmp_api_error.Tpo .deps/snmp_api_error.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_msg.o -MD -MP -MF .deps/snmp_msg.Tpo -c -o snmp_msg.o ../.././test-suite/../snmplib/snmp_msg.c mv -f .deps/snmp_msg.Tpo .deps/snmp_msg.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmp_pdu.o -MD -MP -MF .deps/snmp_pdu.Tpo -c -o snmp_pdu.o ../.././test-suite/../snmplib/snmp_pdu.c mv -f .deps/snmp_pdu.Tpo .deps/snmp_pdu.Po ccache gcc -DSQUID_SNMP=1 -I. -I../.././test-suite/../snmplib -I../include -I../include -I../.././test-suite/../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT snmplib_debug.o -MD -MP -MF .deps/snmplib_debug.Tpo -c -o snmplib_debug.o ../.././test-suite/../snmplib/snmplib_debug.c mv -f .deps/snmplib_debug.Tpo .deps/snmplib_debug.Po rm -f libsnmp.a /usr/bin/ar cru libsnmp.a asn1.o parse.o snmp_vars.o coexistance.o snmp_api.o snmp_error.o mib.o snmp_api_error.o snmp_msg.o snmp_pdu.o snmplib_debug.o ranlib libsnmp.a Making all in scripts Making all in src nawk -f ../.././test-suite/../src/cf_gen_defines <../.././test-suite/../src/cf.data.pre >cf_gen_defines.h sed " s...@default_http_port@%3128%g; s...@default_icp_port@%3130%g; s...@default_cache_effective_user@%nobody%g; s...@default_mime_table@%/usr/local/squid/etc/mime.conf%g; s...@default_dnsserver@%/usr/local/squid/libexec/`echo dnsserver | sed 's,x,x,;s/$//'`%g; s...@default_unlinkd@%/usr/local/squid/libexec/`echo unlinkd | sed 's,x,x,;s/$//'`%g; s...@default_pinger@%/usr/local/squid/libexec/`echo pinger | sed 's,x,x,;s/$//'`%g; s...@default_diskd@%/usr/local/squid/libexec/`echo diskd | sed 's,x,x,;s/$//'`%g; s...@default_cache_log@%/usr/local/squid/var/logs/cache.log%g; s...@default_access_log@%/usr/local/squid/var/logs/access.log%g; s...@default_store_log@%/usr/local/squid/var/logs/store.log%g; s...@default_pid_file@%/usr/local/squid/var/logs/squid.pid%g; s...@default_swap_dir@%/usr/local/squid/var/cache%g; s...@default_icon_dir@%/usr/local/squid/share/icons%g; s...@default_mib_path@%/usr/local/squid/share/mib.txt%g; s...@default_error_dir@%/usr/local/squid/share/errors/templates%g; s...@default_prefix@%/usr/local/squid%g; s...@default_hosts@%/etc/hosts%g; s...@[v]ersion@%3.0.STABLE21-BZR%g;" < ../.././test-suite/../src/cf.data.pre >cf.data depbase=`echo cf_gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT cf_gen.o -MD -MP -MF $depbase.Tpo -c -o cf_gen.o ../.././test-suite/../src/cf_gen.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../.././test-suite/../src/debug.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT time.o -MD -MP -MF $depbase.Tpo -c -o time.o ../.././test-suite/../src/time.cc && mv -f $depbase.Tpo $depbase.Po nawk -f ../.././test-suite/../src/mk-globals-c.awk < ../.././test-suite/../src/globals.h > globals.cc depbase=`echo globals.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT globals.o -MD -MP -MF $depbase.Tpo -c -o globals.o globals.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT comm.lo -MD -MP -MF $depbase.Tpo -c -o comm.lo ../.././test-suite/../src/comm.cc && mv -f $depbase.Tpo $depbase.Plo libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c ../.././test-suite/../src/comm.cc -o comm.o ../.././test-suite/../src/comm.cc: In function 'int comm_old_accept(int, ConnectionDetail&)': ../.././test-suite/../src/comm.cc:1360: error: conversion from 'sockaddr_in' to non-scalar type 'in_addr' requested *** Error code 1 Stop in /usr<http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/ws/btlayer-00-default/src.> *** Error code 1 Stop in /usr<http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/ws/btlayer-00-default.> buildtest.sh result is 1 BUILD: .././test-suite/buildtests/layer-00-default.opts ../.././test-suite/../src/comm.cc:1360: error: conversion from 'sockaddr_in' to non-scalar type 'in_addr' requested *** Error code 1 *** Error code 1 Build Failed. Last log lines are: Making all in scripts Making all in src nawk -f ../.././test-suite/../src/cf_gen_defines <../.././test-suite/../src/cf.data.pre >cf_gen_defines.h sed " s...@default_http_port@%3128%g; s...@default_icp_port@%3130%g; s...@default_cache_effective_user@%nobody%g; s...@default_mime_table@%/usr/local/squid/etc/mime.conf%g; s...@default_dnsserver@%/usr/local/squid/libexec/`echo dnsserver | sed 's,x,x,;s/$//'`%g; s...@default_unlinkd@%/usr/local/squid/libexec/`echo unlinkd | sed 's,x,x,;s/$//'`%g; s...@default_pinger@%/usr/local/squid/libexec/`echo pinger | sed 's,x,x,;s/$//'`%g; s...@default_diskd@%/usr/local/squid/libexec/`echo diskd | sed 's,x,x,;s/$//'`%g; s...@default_cache_log@%/usr/local/squid/var/logs/cache.log%g; s...@default_access_log@%/usr/local/squid/var/logs/access.log%g; s...@default_store_log@%/usr/local/squid/var/logs/store.log%g; s...@default_pid_file@%/usr/local/squid/var/logs/squid.pid%g; s...@default_swap_dir@%/usr/local/squid/var/cache%g; s...@default_icon_dir@%/usr/local/squid/share/icons%g; s...@default_mib_path@%/usr/local/squid/share/mib.txt%g; s...@default_error_dir@%/usr/local/squid/share/errors/templates%g; s...@default_prefix@%/usr/local/squid%g; s...@default_hosts@%/etc/hosts%g; s...@[v]ersion@%3.0.STABLE21-BZR%g;" < ../.././test-suite/../src/cf.data.pre >cf.data depbase=`echo cf_gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT cf_gen.o -MD -MP -MF $depbase.Tpo -c -o cf_gen.o ../.././test-suite/../src/cf_gen.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../.././test-suite/../src/debug.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT time.o -MD -MP -MF $depbase.Tpo -c -o time.o ../.././test-suite/../src/time.cc && mv -f $depbase.Tpo $depbase.Po nawk -f ../.././test-suite/../src/mk-globals-c.awk < ../.././test-suite/../src/globals.h > globals.cc depbase=`echo globals.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT globals.o -MD -MP -MF $depbase.Tpo -c -o globals.o globals.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT comm.lo -MD -MP -MF $depbase.Tpo -c -o comm.lo ../.././test-suite/../src/comm.cc && mv -f $depbase.Tpo $depbase.Plo libtool: compile: ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I../.././test-suite/../src -I../include -I. -I../.././test-suite/../src -I../include -I../.././test-suite/../include -I../.././test-suite/../lib/libTrie/include -I/usr/local/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c ../.././test-suite/../src/comm.cc -o comm.o ../.././test-suite/../src/comm.cc: In function 'int comm_old_accept(int, ConnectionDetail&)': ../.././test-suite/../src/comm.cc:1360: error: conversion from 'sockaddr_in' to non-scalar type 'in_addr' requested *** Error code 1 Stop in /usr<http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/ws/btlayer-00-default/src.> *** Error code 1 Stop in /usr<http://build.squid-cache.org/job/3.0-amd64-FreeBSD-7.2/ws/btlayer-00-default.> buildtest.sh result is 1
