[squid-dev] Build failed in Jenkins: trunk-x64-openbsd-54 #316

noc at squid-cache.org noc at squid-cache.org
Thu Feb 26 13:56:16 UTC 2015


See <http://build.squid-cache.org/job/trunk-x64-openbsd-54/316/changes>

Changes:

[Amos Jeffries] Parser-NG: HTTP Response Parser upgrade

1) convert the HTTP server read buffer to an SBuf using the same design
and Comm::Read API implemented previously for the client connections.

The buffer remains default initialized at 16KB per connection but is no
longer absolutely limited to 256KB. Instead it is limited by
configuration options controlling maximum server input sizes on
read_ahead_gap and response message headers.

The Client API has been extended with a new method to estimate size
requirements of an SBuf I/O buffer. Modelled on and deprecating the
existing MemBuf estimator.

The Comm::ReadNow() API is extended to allow limited-size read(2)
operations by setting the CommIoCbParams::size parameter.

The HttpStateData buffer is partially detached from
StoreEntry::delayAwareRead() API due to requirements of the
Comm::ReadNow() API. Instead StoreEntry::bytesWanted() is used directly
to determine read(2) size, and DeferredRead are generated only when
ReadNow() is actually and immediately to be deferred. Theoretically this
means less read operations get deferred in some high load cases.
Practically it means there is no longer an AsyncCall queue plus socket
wait delay between delay_pools promising a read size, doing the
read(2), and accounting for the bytes received - accuracy should be much
improved under load.

This introduces one temporary performance regression converting the SBuf
content to MemBuf for chunked decoder to process.



2) add Http1::ResponseParser class for parsing HTTP response messages.

Modelled on the same design as used for the HTTP RequestParser, and
inheriting from a mutual parent Http1::Parser.

The Parser is Tokeniser based, incremental and 'consumes' bytes out of
the buffer as they are parsed.

The Tokenizer int64 API is updated to handle limited-length scans and
optional +/- symbols.

This Parser class recognises HTTP/1.x and ICY/1 syntax messages. Any
unknown syntax input is assumed to be HTTP "0.9" and it will
gateway/transform the response to HTTP/1.1.
NOTE: these are all semantic actions performed by the code being
replaced in (3). Only the form and OO scoping has changed.

The mime header block detection operation is generalized into the
Http1::Parser for use by both RequestParser and ResponseParser. The
request_parse_status error code has also been adapted for shared use.



3) integrate the HTTP1::ResponseParser with HttpStateData server
response processing.

This is largely code shuffling. Though I have extended the EOF \r\n hack
such that it enables Squid to parse truncated response headers now.

[Source Maintenance] SourceFormat Enforcement

[Amos Jeffries] Bug 2741 (partial): Initial libsecurity API

The first step(s) towards a generic TLS/SSL security API for Squid.

Creates the basic security/libsecurity.la library and Security::
namespace infrastructure. Symbols provided by this API are always
available instead of conditionally compiled (unlike the ssl/* code for
OpenSSL use).

Merge the TLS/SSL context parameters into a Security::PeerOptions
object instead of maintaining multiple member variables in the
CachePeer and SquidConfig objects.

Squid now provides an error if SSL-specific squid.conf parameters are
used for a Squid without OpenSSL support, instead of silently ignoring
them.

------------------------------------------
[...truncated 2944 lines...]
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o basic_fake_auth fake.o ../../../compat/libcompat-squid.la  
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o basic_fake_auth fake.o  ../../../compat/.libs/libcompat-squid.a -lpthread
Making all in getpwnam
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT basic_getpwnam_auth.o -MD -MP -MF .deps/basic_getpwnam_auth.Tpo -c -o basic_getpwnam_auth.o ../../../../helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc
mv -f .deps/basic_getpwnam_auth.Tpo .deps/basic_getpwnam_auth.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o basic_getpwnam_auth basic_getpwnam_auth.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la    
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o basic_getpwnam_auth basic_getpwnam_auth.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread
Making all in digest_auth
Making all in file
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/digest_auth/file  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT digest_file_auth.o -MD -MP -MF .deps/digest_file_auth.Tpo -c -o digest_file_auth.o ../../../../helpers/digest_auth/file/digest_file_auth.cc
mv -f .deps/digest_file_auth.Tpo .deps/digest_file_auth.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/digest_auth/file  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT text_backend.o -MD -MP -MF .deps/text_backend.Tpo -c -o text_backend.o ../../../../helpers/digest_auth/file/text_backend.cc
mv -f .deps/text_backend.Tpo .deps/text_backend.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o digest_file_auth digest_file_auth.o  text_backend.o ../../../lib/libmisccontainers.la  ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la         -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o digest_file_auth digest_file_auth.o text_backend.o  ../../../lib/.libs/libmisccontainers.a ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
Making all in external_acl
Making all in SQL_session
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in >ext_sql_session_acl || (/bin/rm -f -f ext_sql_session_acl ; exit 1)
pod2man ext_sql_session_acl ext_sql_session_acl.8
Making all in delayer
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/external_acl/delayer/ext_delayer_acl.pl.in >ext_delayer_acl || (/bin/rm -f -f ext_delayer_acl ; exit 1)
pod2man ext_delayer_acl ext_delayer_acl.8
Making all in file_userip
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT ext_file_userip_acl.o -MD -MP -MF .deps/ext_file_userip_acl.Tpo -c -o ext_file_userip_acl.o ../../../../helpers/external_acl/file_userip/ext_file_userip_acl.cc
mv -f .deps/ext_file_userip_acl.Tpo .deps/ext_file_userip_acl.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o ext_file_userip_acl ext_file_userip_acl.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ext_file_userip_acl ext_file_userip_acl.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
ext_file_userip_acl.o(.text+0x317): In function `load_dict(__sFILE*)':
../../../../helpers/external_acl/file_userip/ext_file_userip_acl.cc:127: warning: strcpy() is almost always misused, please use strlcpy()
Making all in kerberos_ldap_group
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT kerberos_ldap_group.o -MD -MP -MF .deps/kerberos_ldap_group.Tpo -c -o kerberos_ldap_group.o ../../../../helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc
mv -f .deps/kerberos_ldap_group.Tpo .deps/kerberos_ldap_group.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_group.o -MD -MP -MF .deps/support_group.Tpo -c -o support_group.o ../../../../helpers/external_acl/kerberos_ldap_group/support_group.cc
mv -f .deps/support_group.Tpo .deps/support_group.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_netbios.o -MD -MP -MF .deps/support_netbios.Tpo -c -o support_netbios.o ../../../../helpers/external_acl/kerberos_ldap_group/support_netbios.cc
mv -f .deps/support_netbios.Tpo .deps/support_netbios.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_member.o -MD -MP -MF .deps/support_member.Tpo -c -o support_member.o ../../../../helpers/external_acl/kerberos_ldap_group/support_member.cc
mv -f .deps/support_member.Tpo .deps/support_member.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_krb5.o -MD -MP -MF .deps/support_krb5.Tpo -c -o support_krb5.o ../../../../helpers/external_acl/kerberos_ldap_group/support_krb5.cc
mv -f .deps/support_krb5.Tpo .deps/support_krb5.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_ldap.o -MD -MP -MF .deps/support_ldap.Tpo -c -o support_ldap.o ../../../../helpers/external_acl/kerberos_ldap_group/support_ldap.cc
mv -f .deps/support_ldap.Tpo .deps/support_ldap.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_sasl.o -MD -MP -MF .deps/support_sasl.Tpo -c -o support_sasl.o ../../../../helpers/external_acl/kerberos_ldap_group/support_sasl.cc
mv -f .deps/support_sasl.Tpo .deps/support_sasl.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_resolv.o -MD -MP -MF .deps/support_resolv.Tpo -c -o support_resolv.o ../../../../helpers/external_acl/kerberos_ldap_group/support_resolv.cc
mv -f .deps/support_resolv.Tpo .deps/support_resolv.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_lserver.o -MD -MP -MF .deps/support_lserver.Tpo -c -o support_lserver.o ../../../../helpers/external_acl/kerberos_ldap_group/support_lserver.cc
mv -f .deps/support_lserver.Tpo .deps/support_lserver.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/external_acl/kerberos_ldap_group  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT support_log.o -MD -MP -MF .deps/support_log.Tpo -c -o support_log.o ../../../../helpers/external_acl/kerberos_ldap_group/support_log.cc
mv -f .deps/support_log.Tpo .deps/support_log.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native   -g -lpthread -o ext_kerberos_ldap_group_acl kerberos_ldap_group.o support_group.o  support_netbios.o support_member.o  support_krb5.o support_ldap.o  support_sasl.o support_resolv.o  support_lserver.o support_log.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la         -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -L/usr/lib -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ext_kerberos_ldap_group_acl kerberos_ldap_group.o support_group.o support_netbios.o support_member.o support_krb5.o support_ldap.o support_sasl.o support_resolv.o support_lserver.o support_log.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -lm
Making all in time_quota
ccache g++ -DHAVE_CONFIG_H  -DDEFAULT_QUOTA_DB=\"<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/ext_time_quota.db\">    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT ext_time_quota_acl.o -MD -MP -MF .deps/ext_time_quota_acl.Tpo -c -o ext_time_quota_acl.o ../../../../helpers/external_acl/time_quota/ext_time_quota_acl.cc
mv -f .deps/ext_time_quota_acl.Tpo .deps/ext_time_quota_acl.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o ext_time_quota_acl ext_time_quota_acl.o ../../../compat/libcompat-squid.la    
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ext_time_quota_acl ext_time_quota_acl.o  ../../../compat/.libs/libcompat-squid.a -lpthread
Making all in unix_group
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT check_group.o -MD -MP -MF .deps/check_group.Tpo -c -o check_group.o ../../../../helpers/external_acl/unix_group/check_group.cc
mv -f .deps/check_group.Tpo .deps/check_group.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o ext_unix_group_acl check_group.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ext_unix_group_acl check_group.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
Making all in wbinfo_group
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in >ext_wbinfo_group_acl || (/bin/rm -f -f ext_wbinfo_group_acl ; exit 1)
pod2man ext_wbinfo_group_acl ext_wbinfo_group_acl.8
Making all in log_daemon
Making all in DB
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/log_daemon/DB/log_db_daemon.pl.in >log_db_daemon || (/bin/rm -f -f log_db_daemon ; exit 1)
pod2man log_db_daemon log_db_daemon.8
Making all in file
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT log_file_daemon.o -MD -MP -MF .deps/log_file_daemon.Tpo -c -o log_file_daemon.o ../../../../helpers/log_daemon/file/log_file_daemon.cc
mv -f .deps/log_file_daemon.Tpo .deps/log_file_daemon.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o log_file_daemon log_file_daemon.o -L../../../lib ../../../compat/libcompat-squid.la   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o log_file_daemon log_file_daemon.o  -L../../../lib ../../../compat/.libs/libcompat-squid.a -lpthread -lm
Making all in negotiate_auth
Making all in kerberos
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/negotiate_auth/kerberos  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT negotiate_kerberos_auth.o -MD -MP -MF .deps/negotiate_kerberos_auth.Tpo -c -o negotiate_kerberos_auth.o ../../../../helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc
mv -f .deps/negotiate_kerberos_auth.Tpo .deps/negotiate_kerberos_auth.Po
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/negotiate_auth/kerberos  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT negotiate_kerberos_pac.o -MD -MP -MF .deps/negotiate_kerberos_pac.Tpo -c -o negotiate_kerberos_pac.o ../../../../helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc
mv -f .deps/negotiate_kerberos_pac.Tpo .deps/negotiate_kerberos_pac.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native   -g -lpthread -o negotiate_kerberos_auth negotiate_kerberos_auth.o  negotiate_kerberos_pac.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la     -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -L/usr/lib -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o negotiate_kerberos_auth negotiate_kerberos_auth.o negotiate_kerberos_pac.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -lm
negotiate_kerberos_pac.o(.text+0x279): In function `pstrcpy(char*, char const*)':
../../../../helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc:124: warning: strcpy() is almost always misused, please use strlcpy()
negotiate_kerberos_auth.o(.text+0x1644): In function `main':
../../../../helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc:516: warning: strcat() is almost always misused, please use strlcat()
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../helpers/negotiate_auth/kerberos  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT negotiate_kerberos_auth_test.o -MD -MP -MF .deps/negotiate_kerberos_auth_test.Tpo -c -o negotiate_kerberos_auth_test.o ../../../../helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc
mv -f .deps/negotiate_kerberos_auth_test.Tpo .deps/negotiate_kerberos_auth_test.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native   -g -lpthread -o negotiate_kerberos_auth_test negotiate_kerberos_auth_test.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la     -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -L/usr/lib -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase   -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o negotiate_kerberos_auth_test negotiate_kerberos_auth_test.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lwind -lroken -lcom_err -lheimbase -lm
Making all in wrapper
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT negotiate_wrapper.o -MD -MP -MF .deps/negotiate_wrapper.Tpo -c -o negotiate_wrapper.o ../../../../helpers/negotiate_auth/wrapper/negotiate_wrapper.cc
mv -f .deps/negotiate_wrapper.Tpo .deps/negotiate_wrapper.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o negotiate_wrapper_auth negotiate_wrapper.o ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la     -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o negotiate_wrapper_auth negotiate_wrapper.o  ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
negotiate_wrapper.o(.text+0xfbf): In function `main':
../../../../helpers/negotiate_auth/wrapper/negotiate_wrapper.cc:386: warning: strcpy() is almost always misused, please use strlcpy()
Making all in url_rewrite
Making all in LFS
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/url_rewrite/LFS/url_lfs_rewrite.pl.in >url_lfs_rewrite || (/bin/rm -f -f url_lfs_rewrite ; exit 1)
pod2man url_lfs_rewrite url_lfs_rewrite.8
Making all in fake
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT fake.o -MD -MP -MF .deps/fake.Tpo -c -o fake.o ../../../../helpers/url_rewrite/fake/fake.cc
mv -f .deps/fake.Tpo .deps/fake.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o url_fake_rewrite fake.o ../../../compat/libcompat-squid.la  
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o url_fake_rewrite fake.o  ../../../compat/.libs/libcompat-squid.a -lpthread
Making all in storeid_rewrite
Making all in file
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in >storeid_file_rewrite || (/bin/rm -f -f storeid_file_rewrite ; exit 1)
pod2man storeid_file_rewrite storeid_file_rewrite.8
Making all in ntlm_auth
Making all in fake
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../lib  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT ntlm_fake_auth.o -MD -MP -MF .deps/ntlm_fake_auth.Tpo -c -o ntlm_fake_auth.o ../../../../helpers/ntlm_auth/fake/ntlm_fake_auth.cc
mv -f .deps/ntlm_fake_auth.Tpo .deps/ntlm_fake_auth.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o ntlm_fake_auth ntlm_fake_auth.o ../../../lib/ntlmauth/libntlmauth.la  ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la       -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ntlm_fake_auth ntlm_fake_auth.o  ../../../lib/ntlmauth/.libs/libntlmauth.a ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
Making all in smb_lm
ccache g++ -DHAVE_CONFIG_H    -I../../../.. -I../../../../include  -I../../../../lib -I../../../../src  -I../../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../../libltdl -I../../../../lib  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT ntlm_smb_lm_auth.o -MD -MP -MF .deps/ntlm_smb_lm_auth.Tpo -c -o ntlm_smb_lm_auth.o ../../../../helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc
mv -f .deps/ntlm_smb_lm_auth.Tpo .deps/ntlm_smb_lm_auth.Po
/usr/local/bin/bash ../../../libtool  --tag=CXX    --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT  -g -O2 -march=native  -g -lpthread -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o ../../../lib/smblib/libsmblib.la  ../../../lib/rfcnb/librfcnb.la  ../../../lib/ntlmauth/libntlmauth.la  ../../../lib/libmiscencoding.la  ../../../compat/libcompat-squid.la       -lm 
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -g -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o  ../../../lib/smblib/.libs/libsmblib.a ../../../lib/rfcnb/.libs/librfcnb.a ../../../lib/ntlmauth/.libs/libntlmauth.a ../../../lib/.libs/libmiscencoding.a ../../../compat/.libs/libcompat-squid.a -lpthread -lm
ntlm_smb_lm_auth.o(.text+0x199): In function `process_options(int, char**)':
../../../../helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc:389: warning: strcpy() is almost always misused, please use strlcpy()
Making all in src
awk -f ../../src/cf_gen_defines <../../src/cf.data.pre >cf_gen_defines.cci || (/bin/rm -f -f cf_gen_defines.cci && exit 1)
sed  -e "s%[@]DEFAULT_HTTP_PORT[@]%3128%g"  -e "s%[@]DEFAULT_ICP_PORT[@]%3130%g"  -e "s%[@]DEFAULT_CACHE_EFFECTIVE_USER[@]%nobody%g"  -e "s%[@]DEFAULT_MIME_TABLE[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc/mime.conf%g">  -e "s%[@]DEFAULT_SSL_CRTD[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/libexec/`echo> ssl_crtd  | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_UNLINKD[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/libexec/`echo> unlinkd | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_PINGER[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/libexec/`echo> pinger | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_DISKD[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/libexec/`echo> diskd | sed 's,x,x,;s/$//'`%g"  -e "s%[@]DEFAULT_LOGFILED[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/libexec/`echo> log_file_daemon | sed 's,x,x,;s/$//'`%g;"  -e "s%[@]DEFAULT_CACHE_LOG[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/logs/cache.log%g">  -e "s%[@]DEFAULT_ACCESS_LOG[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/logs/access.log%g">  -e "s%[@]DEFAULT_STORE_LOG[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/logs/store.log%g">  -e "s%[@]DEFAULT_PID_FILE[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/run/squid.pid%g">  -e "s%[@]DEFAULT_NETDB_FILE[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/logs/netdb.state%g">  -e "s%[@]DEFAULT_SWAP_DIR[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/cache/squid%g">  -e "s%[@]DEFAULT_SSL_DB_DIR[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/var/lib/ssl_db%g">  -e "s%[@]DEFAULT_ICON_DIR[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share/icons%g">  -e "s%[@]DEFAULT_CONFIG_DIR[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/etc%g">  -e "s%[@]DEFAULT_ERROR_DIR[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst/share/errors%g">  -e "s%[@]DEFAULT_PREFIX[@]%<http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst%g">  -e "s%[@]DEFAULT_HOSTS[@]%/etc/hosts%g"  -e "s%[@]SQUID[@]%SQUID\ 3.HEAD-BZR%g"  < ../../src/cf.data.pre >cf.data
ccache g++ -march=native -g -O2 -march=native -o cf_gen ../../src/cf_gen.cc -I../../src -I../include/ -I../src
./cf_gen cf.data ../../src/cf.data.depend
awk -f ../../src/mk-string-arrays.awk < ../../src/err_type.h > err_type.cc || (/bin/rm -f -f err_type.cc && exit 1)
awk -f ../../src/mk-string-arrays.awk < ../../src/err_detail_type.h | sed 's/ERR_DETAIL_//' > err_detail_type.cc || (/bin/rm -f -f err_detail_type.cc && exit 1)
awk -f ../../src/mk-globals-c.awk < ../../src/globals.h > globals.cc || (/bin/rm -f -f globals.cc && exit 1)
awk -f ../../src/mk-string-arrays.awk < ../../src/hier_code.h > hier_code.cc || (/bin/rm -f -f hier_code.cc && exit 1)
awk -f ../../src/mk-string-arrays.awk < ../../src/icp_opcode.h > icp_opcode.cc || (/bin/rm -f -f icp_opcode.cc && exit 1)
awk -f ../../src/mk-string-arrays.awk < ../../src/LogTags.h | sed 's/LOG_//' > LogTags.cc || (/bin/rm -f -f LogTags.cc && exit 1)
awk -f ../../src/mk-string-arrays.awk < ../../src/lookup_t.h > lookup_t.cc || (/bin/rm -f -f lookup_t.cc && exit 1)
/usr/local/bin/bash ../../src/repl_modules.sh lru > repl_modules.cc
awk -f ../../src/mk-string-arrays.awk < ../../src/swap_log_op.h > swap_log_op.cc || (/bin/rm -f -f swap_log_op.cc && exit 1)
make  all-recursive
Making all in mem
/usr/local/bin/bash ../../libtool  --tag=CXX    --mode=compile ccache g++ -DHAVE_CONFIG_H    -I../../.. -I../../../include  -I../../../lib -I../../../src  -I../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../libltdl   -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT AllocatorProxy.lo -MD -MP -MF .deps/AllocatorProxy.Tpo -c -o AllocatorProxy.lo ../../../src/mem/AllocatorProxy.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/local/include -I/usr/include/kerberosV -I/usr/include/kerberosV -I../../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT AllocatorProxy.lo -MD -MP -MF .deps/AllocatorProxy.Tpo -c ../../../src/mem/AllocatorProxy.cc  -fPIC -DPIC -o .libs/AllocatorProxy.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/local/include -I/usr/include/kerberosV -I/usr/include/kerberosV -I../../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT AllocatorProxy.lo -MD -MP -MF .deps/AllocatorProxy.Tpo -c ../../../src/mem/AllocatorProxy.cc -o AllocatorProxy.o >/dev/null 2>&1
mv -f .deps/AllocatorProxy.Tpo .deps/AllocatorProxy.Plo
/usr/local/bin/bash ../../libtool  --tag=CXX    --mode=compile ccache g++ -DHAVE_CONFIG_H    -I../../.. -I../../../include  -I../../../lib -I../../../src  -I../../include -I/usr/local/include -I/usr/include/kerberosV  -I/usr/include/kerberosV   -I../../../libltdl   -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT old_api.lo -MD -MP -MF .deps/old_api.Tpo -c -o old_api.lo ../../../src/mem/old_api.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I/usr/local/include -I/usr/include/kerberosV -I/usr/include/kerberosV -I../../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -g -O2 -march=native -MT old_api.lo -MD -MP -MF .deps/old_api.Tpo -c ../../../src/mem/old_api.cc  -fPIC -DPIC -o .libs/old_api.o
In file included from ../../../src/acl/forward.h:13,
                 from ../../../src/acl/AclNameList.h:13,
                 from ../../../src/mem/old_api.cc:14:
../../../src/base/RefCount.h:42: error: expected ',' or '...' before '&&' token
../../../src/base/RefCount.h:42: error: invalid constructor; you probably meant 'RefCount<C> (const RefCount<C>&)'
../../../src/base/RefCount.h:55: error: expected ',' or '...' before '&&' token
../../../src/base/RefCount.h: In member function 'RefCount<C>& RefCount<C>::operator=(RefCount<C>)':
../../../src/base/RefCount.h:56: error: 'p' was not declared in this scope
In file included from ../../../src/comm/IoCallback.h:13,
                 from ../../../src/comm.h:13,
                 from ../../../src/CommRead.h:16,
                 from ../../../src/Store.h:20,
                 from ../../../src/mem/old_api.cc:31:
../../../src/base/AsyncCall.h: In member function 'void AsyncCall::setNext(RefCount<AsyncCall>)':
../../../src/base/AsyncCall.h:68: error: ambiguous overload for 'operator=' in '((AsyncCall*)this)->AsyncCall::theNext = aNext'
../../../src/base/RefCount.h:46: note: candidates are: RefCount<C>& RefCount<C>::operator=(const RefCount<C>&) [with C = AsyncCall]
../../../src/base/RefCount.h:55: note:                 RefCount<C>& RefCount<C>::operator=(RefCount<C>) [with C = AsyncCall]
In file included from ../../../src/http/MethodType.h:13,
                 from ../../../src/http/RequestMethod.h:14,
                 from ../../../src/Store.h:23,
                 from ../../../src/mem/old_api.cc:31:
../../../src/SBuf.h: At global scope:
../../../src/SBuf.h:141: error: expected ',' or '...' before '&&' token
../../../src/SBuf.h:141: error: invalid constructor; you probably meant 'SBuf (const SBuf&)'
../../../src/SBuf.h:183: error: expected ',' or '...' before '&&' token
../../../src/SBuf.h: In member function 'SBuf& SBuf::operator=(SBuf)':
../../../src/SBuf.h:185: error: 'S' was not declared in this scope
../../../src/SBuf.h:186: error: 'move' is not a member of 'std'
In file included from ../../../src/Store.h:23,
                 from ../../../src/mem/old_api.cc:31:
../../../src/http/RequestMethod.h: In member function 'HttpRequestMethod& HttpRequestMethod::operator=(const HttpRequestMethod&)':
../../../src/http/RequestMethod.h:37: error: ambiguous overload for 'operator=' in '((HttpRequestMethod*)this)->HttpRequestMethod::theImage = aMethod->HttpRequestMethod::theImage'
../../../src/SBuf.h:182: note: candidates are: SBuf& SBuf::operator=(const SBuf&)
../../../src/SBuf.h:183: note:                 SBuf& SBuf::operator=(SBuf)
In file included from ../../../src/HttpRequest.h:17,
                 from ../../../src/HttpReply.h:16,
                 from ../../../src/Store.h:24,
                 from ../../../src/mem/old_api.cc:31:
../../../src/HierarchyLogEntry.h: In destructor 'HierarchyLogEntry::~HierarchyLogEntry()':
../../../src/HierarchyLogEntry.h:25: error: ambiguous overload for 'operator=' in '((HierarchyLogEntry*)this)->HierarchyLogEntry::tcpServer = 0l'
../../../src/base/RefCount.h:46: note: candidates are: RefCount<C>& RefCount<C>::operator=(const RefCount<C>&) [with C = Comm::Connection]
../../../src/base/RefCount.h:55: note:                 RefCount<C>& RefCount<C>::operator=(RefCount<C>) [with C = Comm::Connection]
In file included from ../../../src/HttpRequest.h:22,
                 from ../../../src/HttpReply.h:16,
                 from ../../../src/Store.h:24,
                 from ../../../src/mem/old_api.cc:31:
../../../src/URL.h: In member function 'void URL::userInfo(const SBuf&)':
../../../src/URL.h:35: error: ambiguous overload for 'operator=' in '((URL*)this)->URL::userInfo_ = s'
../../../src/SBuf.h:182: note: candidates are: SBuf& SBuf::operator=(const SBuf&)
../../../src/SBuf.h:183: note:                 SBuf& SBuf::operator=(SBuf)
In file included from ../../../src/HttpRequest.h:25,
                 from ../../../src/HttpReply.h:16,
                 from ../../../src/Store.h:24,
                 from ../../../src/mem/old_api.cc:31:
../../../src/auth/UserRequest.h: In member function 'virtual void Auth::UserRequest::user(RefCount<Auth::User>)':
../../../src/auth/UserRequest.h:145: error: ambiguous overload for 'operator=' in '((Auth::UserRequest*)this)->Auth::UserRequest::_auth_user = aUser'
../../../src/base/RefCount.h:46: note: candidates are: RefCount<C>& RefCount<C>::operator=(const RefCount<C>&) [with C = Auth::User]
../../../src/base/RefCount.h:55: note:                 RefCount<C>& RefCount<C>::operator=(RefCount<C>) [with C = Auth::User]
*** Error 1 in squid-3.HEAD-BZR/_build/src/mem (Makefile:752 'old_api.lo')
*** Error 1 in squid-3.HEAD-BZR/_build/src (Makefile:7080 'all-recursive')
*** Error 1 in squid-3.HEAD-BZR/_build/src (Makefile:5965 'all')
*** Error 1 in squid-3.HEAD-BZR/_build (Makefile:566 'all-recursive')
*** Error 1 in <http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default> (Makefile:792 'distcheck')
buildtest.sh result is 1
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: 
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -march=native
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS: -march=native -g -O2 -march=native
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: 
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -march=native
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS: -march=native -g -O2 -march=native
../../../src/base/RefCount.h:42: error: expected ',' or '...' before '&&' token
../../../src/base/RefCount.h:42: error: invalid constructor; you probably meant 'RefCount<C> (const RefCount<C>&)'
../../../src/base/RefCount.h:55: error: expected ',' or '...' before '&&' token
../../../src/base/RefCount.h:56: error: 'p' was not declared in this scope
../../../src/base/AsyncCall.h:68: error: ambiguous overload for 'operator=' in '((AsyncCall*)this)->AsyncCall::theNext = aNext'
../../../src/SBuf.h:141: error: expected ',' or '...' before '&&' token
../../../src/SBuf.h:141: error: invalid constructor; you probably meant 'SBuf (const SBuf&)'
../../../src/SBuf.h:183: error: expected ',' or '...' before '&&' token
../../../src/SBuf.h:185: error: 'S' was not declared in this scope
../../../src/SBuf.h:186: error: 'move' is not a member of 'std'
../../../src/http/RequestMethod.h:37: error: ambiguous overload for 'operator=' in '((HttpRequestMethod*)this)->HttpRequestMethod::theImage = aMethod->HttpRequestMethod::theImage'
../../../src/HierarchyLogEntry.h:25: error: ambiguous overload for 'operator=' in '((HierarchyLogEntry*)this)->HierarchyLogEntry::tcpServer = 0l'
../../../src/URL.h:35: error: ambiguous overload for 'operator=' in '((URL*)this)->URL::userInfo_ = s'
../../../src/auth/UserRequest.h:145: error: ambiguous overload for 'operator=' in '((Auth::UserRequest*)this)->Auth::UserRequest::_auth_user = aUser'
*** Error 1 in squid-3.HEAD-BZR/_build/src/mem (Makefile:752 'old_api.lo')
*** Error 1 in squid-3.HEAD-BZR/_build/src (Makefile:7080 'all-recursive')
*** Error 1 in squid-3.HEAD-BZR/_build/src (Makefile:5965 'all')
*** Error 1 in squid-3.HEAD-BZR/_build (Makefile:566 'all-recursive')
*** Error 1 in <http://build.squid-cache.org/job/trunk-x64-openbsd-54/ws/btlayer-00-default> (Makefile:792 'distcheck')
Build FAILED.
Build step 'Execute shell' marked build as failure


More information about the squid-dev mailing list