[squid-dev] Build failed in Jenkins: 3.HEAD-amd64-ubuntu-utopic-clang #8

noc at squid-cache.org noc at squid-cache.org
Sat Nov 22 09:09:45 UTC 2014


See <http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/8/changes>

Changes:

[Amos Jeffries] Revert splay-specific pieces of rev.13720

As suspected several important pieces of code depend on the SplayNode
this pointer being NUL at times.

[Amos Jeffries] Revert r12298 workaround for Bug 3613

Now that Squid is starting to utilize C++11 features we need to enable
them in all compilers. If the problem still exists then we need to find
a better solution to bug 3613.

[Amos Jeffries] Cleanup: remove invalid comparisons of 'this' with NULL

... which are invalid in C++ and always equate (this!=NULL) to true.

Clang 3.5 refuses to build code containing these invalid comparisons.

[Amos Jeffries] HTCP: fix memory initialization errors

memset() used to initialize HTCP objects made sense when they were
structs. But now they are classes proper constructors need to be used
to avoid memset() erasing vtable and other important areas. It also
helps to reduce code and improve performance during init a tiny bit.

memset() errors found by Clang 3.5

------------------------------------------
[...truncated 3460 lines...]
make[2]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
Making all in snmplib
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/snmplib'>
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT asn1.lo -MD -MP -MF .deps/asn1.Tpo -c -o asn1.lo ../../../lib/snmplib/asn1.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT asn1.lo -MD -MP -MF .deps/asn1.Tpo -c ../../../lib/snmplib/asn1.c  -fPIC -DPIC -o .libs/asn1.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT asn1.lo -MD -MP -MF .deps/asn1.Tpo -c ../../../lib/snmplib/asn1.c -o asn1.o >/dev/null 2>&1
mv -f .deps/asn1.Tpo .deps/asn1.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo ../../../lib/snmplib/parse.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c ../../../lib/snmplib/parse.c  -fPIC -DPIC -o .libs/parse.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c ../../../lib/snmplib/parse.c -o parse.o >/dev/null 2>&1
mv -f .deps/parse.Tpo .deps/parse.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_vars.lo -MD -MP -MF .deps/snmp_vars.Tpo -c -o snmp_vars.lo ../../../lib/snmplib/snmp_vars.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_vars.lo -MD -MP -MF .deps/snmp_vars.Tpo -c ../../../lib/snmplib/snmp_vars.c  -fPIC -DPIC -o .libs/snmp_vars.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_vars.lo -MD -MP -MF .deps/snmp_vars.Tpo -c ../../../lib/snmplib/snmp_vars.c -o snmp_vars.o >/dev/null 2>&1
mv -f .deps/snmp_vars.Tpo .deps/snmp_vars.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT coexistance.lo -MD -MP -MF .deps/coexistance.Tpo -c -o coexistance.lo ../../../lib/snmplib/coexistance.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT coexistance.lo -MD -MP -MF .deps/coexistance.Tpo -c ../../../lib/snmplib/coexistance.c  -fPIC -DPIC -o .libs/coexistance.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT coexistance.lo -MD -MP -MF .deps/coexistance.Tpo -c ../../../lib/snmplib/coexistance.c -o coexistance.o >/dev/null 2>&1
mv -f .deps/coexistance.Tpo .deps/coexistance.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_api.lo -MD -MP -MF .deps/snmp_api.Tpo -c -o snmp_api.lo ../../../lib/snmplib/snmp_api.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_api.lo -MD -MP -MF .deps/snmp_api.Tpo -c ../../../lib/snmplib/snmp_api.c  -fPIC -DPIC -o .libs/snmp_api.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_api.lo -MD -MP -MF .deps/snmp_api.Tpo -c ../../../lib/snmplib/snmp_api.c -o snmp_api.o >/dev/null 2>&1
mv -f .deps/snmp_api.Tpo .deps/snmp_api.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_error.lo -MD -MP -MF .deps/snmp_error.Tpo -c -o snmp_error.lo ../../../lib/snmplib/snmp_error.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_error.lo -MD -MP -MF .deps/snmp_error.Tpo -c ../../../lib/snmplib/snmp_error.c  -fPIC -DPIC -o .libs/snmp_error.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_error.lo -MD -MP -MF .deps/snmp_error.Tpo -c ../../../lib/snmplib/snmp_error.c -o snmp_error.o >/dev/null 2>&1
mv -f .deps/snmp_error.Tpo .deps/snmp_error.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT mib.lo -MD -MP -MF .deps/mib.Tpo -c -o mib.lo ../../../lib/snmplib/mib.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT mib.lo -MD -MP -MF .deps/mib.Tpo -c ../../../lib/snmplib/mib.c  -fPIC -DPIC -o .libs/mib.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT mib.lo -MD -MP -MF .deps/mib.Tpo -c ../../../lib/snmplib/mib.c -o mib.o >/dev/null 2>&1
mv -f .deps/mib.Tpo .deps/mib.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_api_error.lo -MD -MP -MF .deps/snmp_api_error.Tpo -c -o snmp_api_error.lo ../../../lib/snmplib/snmp_api_error.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_api_error.lo -MD -MP -MF .deps/snmp_api_error.Tpo -c ../../../lib/snmplib/snmp_api_error.c  -fPIC -DPIC -o .libs/snmp_api_error.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_api_error.lo -MD -MP -MF .deps/snmp_api_error.Tpo -c ../../../lib/snmplib/snmp_api_error.c -o snmp_api_error.o >/dev/null 2>&1
mv -f .deps/snmp_api_error.Tpo .deps/snmp_api_error.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_msg.lo -MD -MP -MF .deps/snmp_msg.Tpo -c -o snmp_msg.lo ../../../lib/snmplib/snmp_msg.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_msg.lo -MD -MP -MF .deps/snmp_msg.Tpo -c ../../../lib/snmplib/snmp_msg.c  -fPIC -DPIC -o .libs/snmp_msg.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_msg.lo -MD -MP -MF .deps/snmp_msg.Tpo -c ../../../lib/snmplib/snmp_msg.c -o snmp_msg.o >/dev/null 2>&1
mv -f .deps/snmp_msg.Tpo .deps/snmp_msg.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmp_pdu.lo -MD -MP -MF .deps/snmp_pdu.Tpo -c -o snmp_pdu.lo ../../../lib/snmplib/snmp_pdu.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_pdu.lo -MD -MP -MF .deps/snmp_pdu.Tpo -c ../../../lib/snmplib/snmp_pdu.c  -fPIC -DPIC -o .libs/snmp_pdu.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmp_pdu.lo -MD -MP -MF .deps/snmp_pdu.Tpo -c ../../../lib/snmplib/snmp_pdu.c -o snmp_pdu.o >/dev/null 2>&1
mv -f .deps/snmp_pdu.Tpo .deps/snmp_pdu.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DSQUID_SNMP=1   -I../../.. -I../../include -I../../../include  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT snmplib_debug.lo -MD -MP -MF .deps/snmplib_debug.Tpo -c -o snmplib_debug.lo ../../../lib/snmplib/snmplib_debug.c
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmplib_debug.lo -MD -MP -MF .deps/snmplib_debug.Tpo -c ../../../lib/snmplib/snmplib_debug.c  -fPIC -DPIC -o .libs/snmplib_debug.o
libtool: compile:  ccache clang -DSQUID_SNMP=1 -I../../.. -I../../include -I../../../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT snmplib_debug.lo -MD -MP -MF .deps/snmplib_debug.Tpo -c ../../../lib/snmplib/snmplib_debug.c -o snmplib_debug.o >/dev/null 2>&1
mv -f .deps/snmplib_debug.Tpo .deps/snmplib_debug.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link ccache clang -Werror -Qunused-arguments  -D_REENTRANT -g -O2  -g -o libsnmplib.la  asn1.lo parse.lo snmp_vars.lo coexistance.lo snmp_api.lo snmp_error.lo mib.lo snmp_api_error.lo snmp_msg.lo snmp_pdu.lo snmplib_debug.lo  
libtool: link: /usr/bin/ar cru .libs/libsnmplib.a .libs/asn1.o .libs/parse.o .libs/snmp_vars.o .libs/coexistance.o .libs/snmp_api.o .libs/snmp_error.o .libs/mib.o .libs/snmp_api_error.o .libs/snmp_msg.o .libs/snmp_pdu.o .libs/snmplib_debug.o 
libtool: link: ranlib .libs/libsnmplib.a
libtool: link: ( cd ".libs" && rm -f "libsnmplib.la" && ln -s "../libsnmplib.la" "libsnmplib.la" )
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/snmplib'>
Making all in rfcnb
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/rfcnb'>
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT rfcnb-io.lo -MD -MP -MF .deps/rfcnb-io.Tpo -c -o rfcnb-io.lo ../../../lib/rfcnb/rfcnb-io.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfcnb-io.lo -MD -MP -MF .deps/rfcnb-io.Tpo -c ../../../lib/rfcnb/rfcnb-io.c  -fPIC -DPIC -o .libs/rfcnb-io.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfcnb-io.lo -MD -MP -MF .deps/rfcnb-io.Tpo -c ../../../lib/rfcnb/rfcnb-io.c -o rfcnb-io.o >/dev/null 2>&1
mv -f .deps/rfcnb-io.Tpo .deps/rfcnb-io.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT rfcnb-util.lo -MD -MP -MF .deps/rfcnb-util.Tpo -c -o rfcnb-util.lo ../../../lib/rfcnb/rfcnb-util.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfcnb-util.lo -MD -MP -MF .deps/rfcnb-util.Tpo -c ../../../lib/rfcnb/rfcnb-util.c  -fPIC -DPIC -o .libs/rfcnb-util.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfcnb-util.lo -MD -MP -MF .deps/rfcnb-util.Tpo -c ../../../lib/rfcnb/rfcnb-util.c -o rfcnb-util.o >/dev/null 2>&1
mv -f .deps/rfcnb-util.Tpo .deps/rfcnb-util.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT session.lo -MD -MP -MF .deps/session.Tpo -c -o session.lo ../../../lib/rfcnb/session.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT session.lo -MD -MP -MF .deps/session.Tpo -c ../../../lib/rfcnb/session.c  -fPIC -DPIC -o .libs/session.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT session.lo -MD -MP -MF .deps/session.Tpo -c ../../../lib/rfcnb/session.c -o session.o >/dev/null 2>&1
mv -f .deps/session.Tpo .deps/session.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link ccache clang -Werror -Qunused-arguments  -D_REENTRANT -g -O2  -g -o librfcnb.la  rfcnb-io.lo rfcnb-util.lo session.lo  
libtool: link: /usr/bin/ar cru .libs/librfcnb.a .libs/rfcnb-io.o .libs/rfcnb-util.o .libs/session.o 
libtool: link: ranlib .libs/librfcnb.a
libtool: link: ( cd ".libs" && rm -f "librfcnb.la" && ln -s "../librfcnb.la" "librfcnb.la" )
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/rfcnb'>
Making all in smblib
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/smblib'>
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c -o md4.lo ../../../lib/smblib/md4.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c ../../../lib/smblib/md4.c  -fPIC -DPIC -o .libs/md4.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c ../../../lib/smblib/md4.c -o md4.o >/dev/null 2>&1
mv -f .deps/md4.Tpo .deps/md4.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT smblib.lo -MD -MP -MF .deps/smblib.Tpo -c -o smblib.lo ../../../lib/smblib/smblib.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smblib.lo -MD -MP -MF .deps/smblib.Tpo -c ../../../lib/smblib/smblib.c  -fPIC -DPIC -o .libs/smblib.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smblib.lo -MD -MP -MF .deps/smblib.Tpo -c ../../../lib/smblib/smblib.c -o smblib.o >/dev/null 2>&1
mv -f .deps/smblib.Tpo .deps/smblib.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT smblib-util.lo -MD -MP -MF .deps/smblib-util.Tpo -c -o smblib-util.lo ../../../lib/smblib/smblib-util.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smblib-util.lo -MD -MP -MF .deps/smblib-util.Tpo -c ../../../lib/smblib/smblib-util.c  -fPIC -DPIC -o .libs/smblib-util.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smblib-util.lo -MD -MP -MF .deps/smblib-util.Tpo -c ../../../lib/smblib/smblib-util.c -o smblib-util.o >/dev/null 2>&1
mv -f .deps/smblib-util.Tpo .deps/smblib-util.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT smbencrypt.lo -MD -MP -MF .deps/smbencrypt.Tpo -c -o smbencrypt.lo ../../../lib/smblib/smbencrypt.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smbencrypt.lo -MD -MP -MF .deps/smbencrypt.Tpo -c ../../../lib/smblib/smbencrypt.c  -fPIC -DPIC -o .libs/smbencrypt.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smbencrypt.lo -MD -MP -MF .deps/smbencrypt.Tpo -c ../../../lib/smblib/smbencrypt.c -o smbencrypt.o >/dev/null 2>&1
mv -f .deps/smbencrypt.Tpo .deps/smbencrypt.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT smbdes.lo -MD -MP -MF .deps/smbdes.Tpo -c -o smbdes.lo ../../../lib/smblib/smbdes.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smbdes.lo -MD -MP -MF .deps/smbdes.Tpo -c ../../../lib/smblib/smbdes.c  -fPIC -DPIC -o .libs/smbdes.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT smbdes.lo -MD -MP -MF .deps/smbdes.Tpo -c ../../../lib/smblib/smbdes.c -o smbdes.o >/dev/null 2>&1
mv -f .deps/smbdes.Tpo .deps/smbdes.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link ccache clang -Werror -Qunused-arguments  -D_REENTRANT -g -O2  -g -o libsmblib.la  md4.lo smblib.lo smblib-util.lo smbencrypt.lo smbdes.lo  
libtool: link: /usr/bin/ar cru .libs/libsmblib.a .libs/md4.o .libs/smblib.o .libs/smblib-util.o .libs/smbencrypt.o .libs/smbdes.o 
libtool: link: ranlib .libs/libsmblib.a
libtool: link: ( cd ".libs" && rm -f "libsmblib.la" && ln -s "../libsmblib.la" "libsmblib.la" )
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/smblib'>
Making all in ntlmauth
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/ntlmauth'>
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache clang++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../lib  -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11 -MT ntlmauth.lo -MD -MP -MF .deps/ntlmauth.Tpo -c -o ntlmauth.lo ../../../lib/ntlmauth/ntlmauth.cc
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT ntlmauth.lo -MD -MP -MF .deps/ntlmauth.Tpo -c ../../../lib/ntlmauth/ntlmauth.cc  -fPIC -DPIC -o .libs/ntlmauth.o
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -I../../../lib -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT ntlmauth.lo -MD -MP -MF .deps/ntlmauth.Tpo -c ../../../lib/ntlmauth/ntlmauth.cc -o ntlmauth.o >/dev/null 2>&1
mv -f .deps/ntlmauth.Tpo .deps/ntlmauth.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=link ccache clang++ -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11  -g -o libntlmauth.la  ntlmauth.lo  
libtool: link: /usr/bin/ar cru .libs/libntlmauth.a .libs/ntlmauth.o 
libtool: link: ranlib .libs/libntlmauth.a
libtool: link: ( cd ".libs" && rm -f "libntlmauth.la" && ln -s "../libntlmauth.la" "libntlmauth.la" )
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/ntlmauth'>
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo ../../lib/base64.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c ../../lib/base64.c  -fPIC -DPIC -o .libs/base64.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c ../../lib/base64.c -o base64.o >/dev/null 2>&1
mv -f .deps/base64.Tpo .deps/base64.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c -o charset.lo ../../lib/charset.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c ../../lib/charset.c  -fPIC -DPIC -o .libs/charset.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c ../../lib/charset.c -o charset.o >/dev/null 2>&1
mv -f .deps/charset.Tpo .deps/charset.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT html_quote.lo -MD -MP -MF .deps/html_quote.Tpo -c -o html_quote.lo ../../lib/html_quote.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT html_quote.lo -MD -MP -MF .deps/html_quote.Tpo -c ../../lib/html_quote.c  -fPIC -DPIC -o .libs/html_quote.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT html_quote.lo -MD -MP -MF .deps/html_quote.Tpo -c ../../lib/html_quote.c -o html_quote.o >/dev/null 2>&1
mv -f .deps/html_quote.Tpo .deps/html_quote.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo ../../lib/md5.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c ../../lib/md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c ../../lib/md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT rfc1738.lo -MD -MP -MF .deps/rfc1738.Tpo -c -o rfc1738.lo ../../lib/rfc1738.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfc1738.lo -MD -MP -MF .deps/rfc1738.Tpo -c ../../lib/rfc1738.c  -fPIC -DPIC -o .libs/rfc1738.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfc1738.lo -MD -MP -MF .deps/rfc1738.Tpo -c ../../lib/rfc1738.c -o rfc1738.o >/dev/null 2>&1
mv -f .deps/rfc1738.Tpo .deps/rfc1738.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT rfc2617.lo -MD -MP -MF .deps/rfc2617.Tpo -c -o rfc2617.lo ../../lib/rfc2617.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfc2617.lo -MD -MP -MF .deps/rfc2617.Tpo -c ../../lib/rfc2617.c  -fPIC -DPIC -o .libs/rfc2617.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT rfc2617.lo -MD -MP -MF .deps/rfc2617.Tpo -c ../../lib/rfc2617.c -o rfc2617.o >/dev/null 2>&1
mv -f .deps/rfc2617.Tpo .deps/rfc2617.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile ccache clang -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -MT uudecode.lo -MD -MP -MF .deps/uudecode.Tpo -c -o uudecode.lo ../../lib/uudecode.c
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT uudecode.lo -MD -MP -MF .deps/uudecode.Tpo -c ../../lib/uudecode.c  -fPIC -DPIC -o .libs/uudecode.o
libtool: compile:  ccache clang -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -MT uudecode.lo -MD -MP -MF .deps/uudecode.Tpo -c ../../lib/uudecode.c -o uudecode.o >/dev/null 2>&1
mv -f .deps/uudecode.Tpo .deps/uudecode.Plo
/bin/bash ../libtool  --tag=CC   --mode=link ccache clang -Werror -Qunused-arguments  -D_REENTRANT -g -O2  -g -o libmiscencoding.la  base64.lo charset.lo html_quote.lo md5.lo rfc1738.lo rfc2617.lo uudecode.lo  
libtool: link: /usr/bin/ar cru .libs/libmiscencoding.a .libs/base64.o .libs/charset.o .libs/html_quote.o .libs/md5.o .libs/rfc1738.o .libs/rfc2617.o .libs/uudecode.o 
libtool: link: ranlib .libs/libmiscencoding.a
libtool: link: ( cd ".libs" && rm -f "libmiscencoding.la" && ln -s "../libmiscencoding.la" "libmiscencoding.la" )
/bin/bash ../libtool  --tag=CXX   --mode=compile ccache clang++ -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../lib/hash.cc
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../lib/hash.cc  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../lib/hash.cc -o hash.o >/dev/null 2>&1
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/bash ../libtool  --tag=CXX   --mode=link ccache clang++ -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11  -g -o libmisccontainers.la  hash.lo  
libtool: link: /usr/bin/ar cru .libs/libmisccontainers.a .libs/hash.o 
libtool: link: ranlib .libs/libmisccontainers.a
libtool: link: ( cd ".libs" && rm -f "libmisccontainers.la" && ln -s "../libmisccontainers.la" "libmisccontainers.la" )
/bin/bash ../libtool  --tag=CXX   --mode=compile ccache clang++ -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11 -MT MemPool.lo -MD -MP -MF .deps/MemPool.Tpo -c -o MemPool.lo ../../lib/MemPool.cc
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT MemPool.lo -MD -MP -MF .deps/MemPool.Tpo -c ../../lib/MemPool.cc  -fPIC -DPIC -o .libs/MemPool.o
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT MemPool.lo -MD -MP -MF .deps/MemPool.Tpo -c ../../lib/MemPool.cc -o MemPool.o >/dev/null 2>&1
mv -f .deps/MemPool.Tpo .deps/MemPool.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile ccache clang++ -DHAVE_CONFIG_H   -I../.. -I../../include -I../../lib -I../../src -I../include     -Werror -Qunused-arguments  -D_REENTRANT -g -O2 -std=c++11 -MT MemPoolChunked.lo -MD -MP -MF .deps/MemPoolChunked.Tpo -c -o MemPoolChunked.lo ../../lib/MemPoolChunked.cc
libtool: compile:  ccache clang++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -Werror -Qunused-arguments -D_REENTRANT -g -O2 -std=c++11 -MT MemPoolChunked.lo -MD -MP -MF .deps/MemPoolChunked.Tpo -c ../../lib/MemPoolChunked.cc  -fPIC -DPIC -o .libs/MemPoolChunked.o
In file included from ../../lib/MemPoolChunked.cc:18:
In file included from ../../include/MemPoolChunked.h:12:
In file included from ../../include/MemPool.h:34:
../../include/splay.h:228:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
    if (this == __null) {
        ^~~~    ~~~~~~
../../include/splay.h:319:18: note: in instantiation of function template specialization 'SplayNode<MemChunk *>::splay<MemChunk *>' requested here
    head = head->splay(value, compare);
                 ^
../../include/splay.h:331:8: note: in instantiation of function template specialization 'Splay<MemChunk *>::find<MemChunk *>' requested here
    ((!find (value, compare)) ? static_cast<void> (0) : __assert_fail ("!find (value, compare)", "../../include/splay.h", 331, __PRETTY_FUNCTION__));
       ^
../../lib/MemPoolChunked.cc:141:21: note: in instantiation of member function 'Splay<MemChunk *>::insert' requested here
    pool->allChunks.insert(this, memCompChunks);
                    ^
In file included from ../../lib/MemPoolChunked.cc:18:
In file included from ../../include/MemPoolChunked.h:12:
In file included from ../../include/MemPool.h:34:
../../include/splay.h:198:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
    if (this == __null) {
        ^~~~    ~~~~~~
../../include/splay.h:332:18: note: in instantiation of member function 'SplayNode<MemChunk *>::insert' requested here
    head = head->insert(value, compare);
                 ^
../../lib/MemPoolChunked.cc:141:21: note: in instantiation of member function 'Splay<MemChunk *>::insert' requested here
    pool->allChunks.insert(this, memCompChunks);
                    ^
In file included from ../../lib/MemPoolChunked.cc:18:
In file included from ../../include/MemPoolChunked.h:12:
In file included from ../../include/MemPool.h:34:
../../include/splay.h:167:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
    if (this == __null)
        ^~~~    ~~~~~~
../../include/splay.h:342:18: note: in instantiation of member function 'SplayNode<MemChunk *>::remove' requested here
    head = head->remove(value, compare);
                 ^
../../lib/MemPoolChunked.cc:166:21: note: in instantiation of member function 'Splay<MemChunk *>::remove' requested here
    pool->allChunks.remove(this, memCompChunks);
                    ^
In file included from ../../lib/MemPoolChunked.cc:18:
In file included from ../../include/MemPoolChunked.h:12:
In file included from ../../include/MemPool.h:34:
../../include/splay.h:228:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
    if (this == __null) {
        ^~~~    ~~~~~~
../../include/splay.h:319:18: note: in instantiation of function template specialization 'SplayNode<MemChunk *>::splay<void *>' requested here
    head = head->splay(value, compare);
                 ^
../../lib/MemPoolChunked.cc:349:51: note: in instantiation of function template specialization 'Splay<MemChunk *>::find<void *>' requested here
        chunk = const_cast<MemChunk *>(*allChunks.find(Free, memCompObjChunks));
                                                  ^
4 errors generated.
Makefile:976: recipe for target 'MemPoolChunked.lo' failed
make[3]: *** [MemPoolChunked.lo] Error 1
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
Makefile:1038: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
Makefile:568: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-utopic-clang/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
Makefile:776: recipe for target 'distcheck' failed
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: -g -O2
configure: BUILD EXTRA C FLAGS:  -Werror -Qunused-arguments  -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -std=c++11
configure: BUILD EXTRA C++ FLAGS:  -Werror -Qunused-arguments  -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: -g -O2
configure: BUILD EXTRA C FLAGS:  -Werror -Qunused-arguments  -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -std=c++11
configure: BUILD EXTRA C++ FLAGS:  -Werror -Qunused-arguments  -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
../../include/splay.h:228:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
../../include/splay.h:198:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
../../include/splay.h:167:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
../../include/splay.h:228:9: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Werror,-Wtautological-undefined-compare]
make[3]: *** [MemPoolChunked.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure


More information about the squid-dev mailing list