See <http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/40/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. ------------------------------------------ [...truncated 637 lines...] 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 === configuring in lib/libTrie (<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie)> configure: running /bin/sh ../../.././test-suite/../lib/libTrie/configure '--prefix=/usr/local/squid' --cache-file=/dev/null --srcdir=../../.././test-suite/../lib/libTrie checking for g++... g++ 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 g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for 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 gawk... gawk checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking dependency style of 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... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 make[1]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib'> Making all in libTrie make[2]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> make all-recursive make[3]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> Making all in src make[4]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie/src'> if 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; \ then mv -f ".deps/Trie.Tpo" ".deps/Trie.Po"; else rm -f ".deps/Trie.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/TrieNode.Tpo" ".deps/TrieNode.Po"; else rm -f ".deps/TrieNode.Tpo"; exit 1; fi rm -f libTrie.a ar cru libTrie.a Trie.o TrieNode.o ranlib libTrie.a make[4]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie/src'> Making all in test make[4]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie/test'> make[4]: Nothing to be done for `all'. make[4]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie/test'> make[4]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> make[3]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> make[2]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib/libTrie'> make[2]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib'> if g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/include/libxml2 -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; \ then mv -f ".deps/MemPool.Tpo" ".deps/MemPool.Po"; else rm -f ".deps/MemPool.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/base64.Tpo" ".deps/base64.Po"; else rm -f ".deps/base64.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/getfullhostname.Tpo" ".deps/getfullhostname.Po"; else rm -f ".deps/getfullhostname.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/heap.Tpo" ".deps/heap.Po"; else rm -f ".deps/heap.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/html_quote.Tpo" ".deps/html_quote.Po"; else rm -f ".deps/html_quote.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/iso3307.Tpo" ".deps/iso3307.Po"; else rm -f ".deps/iso3307.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/radix.Tpo" ".deps/radix.Po"; else rm -f ".deps/radix.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/rfc1035.Tpo" ".deps/rfc1035.Po"; else rm -f ".deps/rfc1035.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/rfc1123.Tpo" ".deps/rfc1123.Po"; else rm -f ".deps/rfc1123.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/rfc1738.Tpo" ".deps/rfc1738.Po"; else rm -f ".deps/rfc1738.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/rfc2617.Tpo" ".deps/rfc2617.Po"; else rm -f ".deps/rfc2617.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/safe_inet_addr.Tpo" ".deps/safe_inet_addr.Po"; else rm -f ".deps/safe_inet_addr.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/include/libxml2 -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; \ then mv -f ".deps/Splay.Tpo" ".deps/Splay.Po"; else rm -f ".deps/Splay.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../include -I/usr/include/libxml2 -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; \ then mv -f ".deps/strnstr.Tpo" ".deps/strnstr.Po"; else rm -f ".deps/strnstr.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/stub_memaccount.Tpo" ".deps/stub_memaccount.Po"; else rm -f ".deps/stub_memaccount.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/uudecode.Tpo" ".deps/uudecode.Po"; else rm -f ".deps/uudecode.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/assert.Tpo" ".deps/assert.Po"; else rm -f ".deps/assert.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/xusleep.Tpo" ".deps/xusleep.Po"; else rm -f ".deps/xusleep.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../.././test-suite/../lib -I../include -I../include -I../.././test-suite/../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; \ then mv -f ".deps/ntlmauth.Tpo" ".deps/ntlmauth.Po"; else rm -f ".deps/ntlmauth.Tpo"; exit 1; fi rm -f libntlmauth.a /usr/bin/ar cru libntlmauth.a ntlmauth.o ranlib libntlmauth.a 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 make[2]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib'> make[1]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/lib'> Making all in snmplib make[1]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/snmplib'> if 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; \ then mv -f ".deps/asn1.Tpo" ".deps/asn1.Po"; else rm -f ".deps/asn1.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_vars.Tpo" ".deps/snmp_vars.Po"; else rm -f ".deps/snmp_vars.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/coexistance.Tpo" ".deps/coexistance.Po"; else rm -f ".deps/coexistance.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_api.Tpo" ".deps/snmp_api.Po"; else rm -f ".deps/snmp_api.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_error.Tpo" ".deps/snmp_error.Po"; else rm -f ".deps/snmp_error.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/mib.Tpo" ".deps/mib.Po"; else rm -f ".deps/mib.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_api_error.Tpo" ".deps/snmp_api_error.Po"; else rm -f ".deps/snmp_api_error.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_msg.Tpo" ".deps/snmp_msg.Po"; else rm -f ".deps/snmp_msg.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmp_pdu.Tpo" ".deps/snmp_pdu.Po"; else rm -f ".deps/snmp_pdu.Tpo"; exit 1; fi if 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; \ then mv -f ".deps/snmplib_debug.Tpo" ".deps/snmplib_debug.Po"; else rm -f ".deps/snmplib_debug.Tpo"; exit 1; fi 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 make[1]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/snmplib'> Making all in scripts make[1]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/scripts'> make[1]: Nothing to be done for `all'. make[1]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/scripts'> Making all in src make[1]: Entering directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/src'> gawk -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 debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if 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/include/libxml2 -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; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if 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/include/libxml2 -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; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi gawk -f ../.././test-suite/../src/mk-globals-c.awk < ../.././test-suite/../src/globals.h > globals.cc depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=CXX --mode=compile 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/include/libxml2 -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; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi 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/include/libxml2 -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 depbase=`echo IPInterception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=CXX --mode=compile 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/include/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT IPInterception.lo -MD -MP -MF "$depbase.Tpo" -c -o IPInterception.lo ../.././test-suite/../src/IPInterception.cc; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi ../.././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 make[1]: *** [comm.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... 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/include/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT IPInterception.lo -MD -MP -MF .deps/IPInterception.Tpo -c ../.././test-suite/../src/IPInterception.cc -o IPInterception.o make[1]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/src'> make: *** [all-recursive] Error 1 buildtest.sh result is 2 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 make[1]: *** [comm.lo] Error 1 make: *** [all-recursive] Error 1 REMOVE DATA: btlayer-00-default Build Failed. Last log lines are: then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if 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/include/libxml2 -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; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi gawk -f ../.././test-suite/../src/mk-globals-c.awk < ../.././test-suite/../src/globals.h > globals.cc depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=CXX --mode=compile 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/include/libxml2 -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; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi 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/include/libxml2 -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 depbase=`echo IPInterception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=CXX --mode=compile 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/include/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT IPInterception.lo -MD -MP -MF "$depbase.Tpo" -c -o IPInterception.lo ../.././test-suite/../src/IPInterception.cc; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi ../.././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 make[1]: *** [comm.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... 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/include/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT IPInterception.lo -MD -MP -MF .deps/IPInterception.Tpo -c ../.././test-suite/../src/IPInterception.cc -o IPInterception.o make[1]: Leaving directory `<http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/ws/btlayer-00-default/src'> make: *** [all-recursive] Error 1 buildtest.sh result is 2 REMOVE LOG: btlayer-00-default.log
