Build failed in Hudson: 3.2-i386-OpenBSD.4 #6

From: <noc_at_squid-cache.org>
Date: Thu, 30 Sep 2010 06:05:58 +0200 (CEST)

See <http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/6/changes>

Changes:

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Bug 3048: "commio_has_callback(fd, IOCB_READ, ccb)" assertion.

May also be applicable to a similar IOCB_WITE assertion.

When we start closing a descriptor, we call commio_finish_callback() to remove
I/O callbacks. If this is not done from commHandleRead or commHandleWrite,
then select(2) structures may still have our descriptor registration and will
call Comm back to read or write before the descriptor is closed for good. This
will trigger a commio_has_callback() assertion.

Based on lp 3p1-rock branch, r9606.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Bug 3053: cache version 1 LFS support detection broken

Alter the upgrade detection to only be used if needed, and to load the
correct on-disk sizes for the fields being converted.

Lock the sfileno type down to 32-bits.

This also adds two new upgrade parsers:
Fix 64-bit builds previously using sfileno as full 64-bit int
Migrates swap.state from 32-bit to 64-bit time_t (old squid 2.4/2.5)
64-bit->32-bit system time_t migration remains broken.

Per-file meta data is not altered by these changes, so problems may
remain there.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Several leaks, nul-pointer dereferences and redundant checks

Caught by cppcheck static analysis.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] unit-tests for some of the borderline if-def cases

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Edward Chernenko <edwardspec_at_gmail.com>
Fixed "stratup" typo in the auth_param examples.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Use ptrdiff_t instead of int for mem_node data offset

This is the correct POSIX type for storing pointer offsets.

TODO: The store API use of mem_node needs some design fixes to obsolete
these offsets entirely.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Prohibit fruitless modification of httpBuildRequestHeader flags parameter.

HttpStateData::httpBuildRequestHeader is a static method, but it has a
parameter called flags, just like HttpStateData objects have a data member
called flags. Modifying that parameter "worked" but had no effect on the
caller's flags. Wasted a few good hours.

The parameter is "const" now, to prevent fruitless modification.

Also removed http_state_flags parameter from HttpStateData::buildRequestPrefix
which is not a static method and has access to the "real" flags member.

No runtime effect expected.

TODO: Rename HttpStateData::httpBuildRequestHeader to mark its static nature.
Does it belong to HttpStateData at all?

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Handle ICAP persistent connection races better.

When an ICAP transaction loses a persistent connection race with an ICAP
server (i.e., Squid sends the ICAP request on a persistent connection just
closed by the ICAP server), the transaction throws and the exception is
treated as a regular error. Even though the transaction may be retried, the
negative side-effects may include ICAP service suspension due to transaction
failures.

This patch logs ICAP transactions that fail due to pconn races with
ERR_ICAP_RACE status and does _not_ blame the ICAP service for the failure.

The following problem was exposed by the pconn races but its fix is
useful in other scopes as well:

When the ICAP connection times out, we now close the connection before
throwing because an exception may be bypassed, and we will throw again (during
peaceful bypass) if Comm tells us that the connection is ready after we timed
out (yes, that can happen because Comm timeouts do not auto-close the
connection).

Based on lp 3p1-rock branch, r9623.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Keep ICAP connection persistent after an OPTIONS response if possible.

Old OptXact code used Xaction::doneReading() which was only true at EOF.
Thus, closeConnection() was thinking we are still reading (i.e., not
doneWithIo) at the end of the transaction and force-closed the connection.

New OptXact implements its own doneReading() which returns true at EOF and
when we read the entire response. Since we cannot parse OPTIONS body and
do not know where it ends, OPTIONS responses with bodies still result in
connection closure. We should not be getting any, but there are broken ICAP
servers that do send them. Hopefully, they all use Encapsulated: opt-body.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Added debugging to track HttpRequest and AsyncJob memory leaks.

This change is related to Squid bug #2964.
Based on lp 3p1-rock branch, r9611 and r9612.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Added expectNoConsumption() BodyPipe method to allow the consumer side to
tell the pipe that no more consumers are expected.

Calling expectNoConsumption() is needed when all consumers are gone but none
of them consumed anything. This is typical for HTTP server-side transactions
that abort before they receive the adapted ICAP request body. If FwdState
quits without calling expectNoConsumption(), the ICAP transaction supplying
the request body may get stuck waiting for buffer space. The body pipe may be
the ICAP only link with the master transaction once the header is handled.

This change is related to Squid bug #2964.
Based on lp 3p1-rock branch, r9609.

------------------------------------------
[...truncated 3112 lines...]
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in POP3
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/basic_auth/POP3/basic_pop3_auth.pl.in >basic_pop3_auth || (/bin/rm -f -f basic_pop3_auth ; exit 1)
Making all in RADIUS
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/basic_auth/RADIUS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT basic_radius_auth.o -MD -MP -MF ".deps/basic_radius_auth.Tpo" -c -o basic_radius_auth.o ../../../../helpers/basic_auth/RADIUS/basic_radius_auth.cc; then mv -f ".deps/basic_radius_auth.Tpo" ".deps/basic_radius_auth.Po"; else rm -f ".deps/basic_radius_auth.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/basic_auth/RADIUS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT radius-util.o -MD -MP -MF ".deps/radius-util.Tpo" -c -o radius-util.o ../../../../helpers/basic_auth/RADIUS/radius-util.cc; then mv -f ".deps/radius-util.Tpo" ".deps/radius-util.Po"; else rm -f ".deps/radius-util.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_radius_auth basic_radius_auth.o radius-util.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_radius_auth basic_radius_auth.o radius-util.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
basic_radius_auth.o(.text+0x128): In function `main':
../../../../helpers/basic_auth/RADIUS/basic_radius_auth.cc:471: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in fake
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT fake.o -MD -MP -MF ".deps/fake.Tpo" -c -o fake.o ../../../../helpers/basic_auth/fake/fake.cc; then mv -f ".deps/fake.Tpo" ".deps/fake.Po"; else rm -f ".deps/fake.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_fake_auth fake.o -L../../../lib -lmiscutil ../../../compat/libcompat.la
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_fake_auth fake.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in getpwnam
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/basic_getpwnam_auth.Tpo" ".deps/basic_getpwnam_auth.Po"; else rm -f ".deps/basic_getpwnam_auth.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_getpwnam_auth basic_getpwnam_auth.o -L../../../lib -lmiscutil ../../../compat/libcompat.la
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_getpwnam_auth basic_getpwnam_auth.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in digest_auth
Making all in file
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/digest_auth/file -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/digest_file_auth.Tpo" ".deps/digest_file_auth.Po"; else rm -f ".deps/digest_file_auth.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/digest_auth/file -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT text_backend.o -MD -MP -MF ".deps/text_backend.Tpo" -c -o text_backend.o ../../../../helpers/digest_auth/file/text_backend.cc; then mv -f ".deps/text_backend.Tpo" ".deps/text_backend.Po"; else rm -f ".deps/text_backend.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o digest_file_auth digest_file_auth.o text_backend.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o digest_file_auth digest_file_auth.o text_backend.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in external_acl
Making all in file_userip
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/ext_file_userip_acl.Tpo" ".deps/ext_file_userip_acl.Po"; else rm -f ".deps/ext_file_userip_acl.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_file_userip_acl ext_file_userip_acl.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_file_userip_acl ext_file_userip_acl.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
ext_file_userip_acl.o(.text+0x2d4): In function `load_dict(__sFILE*)':
../../../../helpers/external_acl/file_userip/ext_file_userip_acl.cc:119: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in session
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT ext_session_acl.o -MD -MP -MF ".deps/ext_session_acl.Tpo" -c -o ext_session_acl.o ../../../../helpers/external_acl/session/ext_session_acl.cc; then mv -f ".deps/ext_session_acl.Tpo" ".deps/ext_session_acl.Po"; else rm -f ".deps/ext_session_acl.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_session_acl ext_session_acl.o -L../../../lib -lmiscutil ../../../compat/libcompat.la
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_session_acl ext_session_acl.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in unix_group
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT check_group.o -MD -MP -MF ".deps/check_group.Tpo" -c -o check_group.o ../../../../helpers/external_acl/unix_group/check_group.cc; then mv -f ".deps/check_group.Tpo" ".deps/check_group.Po"; else rm -f ".deps/check_group.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_unix_group_acl check_group.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_unix_group_acl check_group.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in log_daemon
Making all in file
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/log_file_daemon.Tpo" ".deps/log_file_daemon.Po"; else rm -f ".deps/log_file_daemon.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o log_file_daemon log_file_daemon.o
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o log_file_daemon log_file_daemon.o
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in negotiate_auth
Making all in kerberos
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/negotiate_auth/kerberos -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/negotiate_kerberos_auth.Tpo" ".deps/negotiate_kerberos_auth.Po"; else rm -f ".deps/negotiate_kerberos_auth.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/negotiate_auth/kerberos -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT base64.o -MD -MP -MF ".deps/base64.Tpo" -c -o base64.o ../../../../helpers/negotiate_auth/kerberos/base64.cc; then mv -f ".deps/base64.Tpo" ".deps/base64.Po"; else rm -f ".deps/base64.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_kerberos_auth negotiate_kerberos_auth.o base64.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_kerberos_auth negotiate_kerberos_auth.o base64.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -I../../../../helpers/negotiate_auth/kerberos -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/negotiate_kerberos_auth_test.Tpo" ".deps/negotiate_kerberos_auth_test.Po"; else rm -f ".deps/negotiate_kerberos_auth_test.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_kerberos_auth_test negotiate_kerberos_auth_test.o base64.o -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_kerberos_auth_test negotiate_kerberos_auth_test.o base64.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in url_rewrite
Making all in fake
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT fake.o -MD -MP -MF ".deps/fake.Tpo" -c -o fake.o ../../../../helpers/url_rewrite/fake/fake.cc; then mv -f ".deps/fake.Tpo" ".deps/fake.Po"; else rm -f ".deps/fake.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o url_fake_rewrite fake.o -L../../../lib -lmiscutil ../../../compat/libcompat.la
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o url_fake_rewrite fake.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in ntlm_auth
Making all in fake
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/ntlm_fake_auth.Tpo" ".deps/ntlm_fake_auth.Po"; else rm -f ".deps/ntlm_fake_auth.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_fake_auth ntlm_fake_auth.o -L../../../libntlmauth -lntlmauth -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_fake_auth ntlm_fake_auth.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/libntlmauth> -lntlmauth -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in smb_lm
if ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -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; then mv -f ".deps/ntlm_smb_lm_auth.Tpo" ".deps/ntlm_smb_lm_auth.Po"; else rm -f ".deps/ntlm_smb_lm_auth.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o -L../../../libntlmauth -lntlmauth -L../../../lib -lmiscutil ../../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/libntlmauth> -lntlmauth -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
ntlm_smb_lm_auth.o(.text+0x1d1): In function `process_options(int, char**)':
../../../../helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc:443: warning: strcpy() is almost always misused, please use strlcpy()
<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/libntlmauth/libntlmauth.a(smblib-util.o)(.text+0xca)>: In function `SMB_AtrToStr':
: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
Making all in test-suite
Making all in tools
Making all in purge
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT convert.o -MD -MP -MF ".deps/convert.Tpo" -c -o convert.o ../../../tools/purge/convert.cc; then mv -f ".deps/convert.Tpo" ".deps/convert.Po"; else rm -f ".deps/convert.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT socket.o -MD -MP -MF ".deps/socket.Tpo" -c -o socket.o ../../../tools/purge/socket.cc; then mv -f ".deps/socket.Tpo" ".deps/socket.Po"; else rm -f ".deps/socket.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o ../../../tools/purge/signal.cc; then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT squid-tlv.o -MD -MP -MF ".deps/squid-tlv.Tpo" -c -o squid-tlv.o ../../../tools/purge/squid-tlv.cc; then mv -f ".deps/squid-tlv.Tpo" ".deps/squid-tlv.Po"; else rm -f ".deps/squid-tlv.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT copyout.o -MD -MP -MF ".deps/copyout.Tpo" -c -o copyout.o ../../../tools/purge/copyout.cc; then mv -f ".deps/copyout.Tpo" ".deps/copyout.Po"; else rm -f ".deps/copyout.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT conffile.o -MD -MP -MF ".deps/conffile.Tpo" -c -o conffile.o ../../../tools/purge/conffile.cc; then mv -f ".deps/conffile.Tpo" ".deps/conffile.Po"; else rm -f ".deps/conffile.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT purge.o -MD -MP -MF ".deps/purge.Tpo" -c -o purge.o ../../../tools/purge/purge.cc; then mv -f ".deps/purge.Tpo" ".deps/purge.Po"; else rm -f ".deps/purge.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o purge convert.o socket.o signal.o squid-tlv.o copyout.o conffile.o purge.o -L../../lib -lmiscutil ../../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o purge convert.o socket.o signal.o squid-tlv.o copyout.o conffile.o purge.o -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
copyout.o(.text+0x94): In function `copy_out(unsigned long, unsigned long, unsigned int, char const*, char const*, char const*, bool)':
../../../tools/purge/copyout.cc:139: warning: strcpy() is almost always misused, please use strlcpy()
copyout.o(.text+0xc4):../../../tools/purge/copyout.cc:142: warning: strcat() is almost always misused, please use strlcat()
convert.o(.text+0x123): In function `my_inet_ntoa(in_addr const&, char*)':
../../../tools/purge/convert.cc:77: warning: sprintf() is often misused, please use snprintf()
depbase=`echo squidclient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../../tools -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT squidclient.o -MD -MP -MF "$depbase.Tpo" -c -o squidclient.o ../../tools/squidclient.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
cp ../../test-suite/test_tools.cc .
depbase=`echo test_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../../tools -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT test_tools.o -MD -MP -MF "$depbase.Tpo" -c -o test_tools.o test_tools.cc; then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o squidclient squidclient.o test_tools.o ../src/time.o ../src/ip/libip.la -L../lib -lmiscutil ../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o squidclient squidclient.o test_tools.o ../src/time.o ../src/ip/.libs/libip.a -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
squidclient.o(.text+0x711): In function `main':
../../tools/squidclient.cc:431: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../../tools -DDEFAULT_CACHEMGR_CONFIG=\"<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_inst/etc/cachemgr.conf\"> -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT cachemgr__CGIEXT_-cachemgr.o -MD -MP -MF ".deps/cachemgr__CGIEXT_-cachemgr.Tpo" -c -o cachemgr__CGIEXT_-cachemgr.o `test -f 'cachemgr.cc' || echo '../../tools/'`cachemgr.cc; then mv -f ".deps/cachemgr__CGIEXT_-cachemgr.Tpo" ".deps/cachemgr__CGIEXT_-cachemgr.Po"; else rm -f ".deps/cachemgr__CGIEXT_-cachemgr.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -I../../tools -DDEFAULT_CACHEMGR_CONFIG=\"<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_inst/etc/cachemgr.conf\"> -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT cachemgr__CGIEXT_-test_tools.o -MD -MP -MF ".deps/cachemgr__CGIEXT_-test_tools.Tpo" -c -o cachemgr__CGIEXT_-test_tools.o `test -f 'test_tools.cc' || echo '../../tools/'`test_tools.cc; then mv -f ".deps/cachemgr__CGIEXT_-test_tools.Tpo" ".deps/cachemgr__CGIEXT_-test_tools.Po"; else rm -f ".deps/cachemgr__CGIEXT_-test_tools.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o cachemgr.cgi cachemgr__CGIEXT_-cachemgr.o cachemgr__CGIEXT_-test_tools.o ../src/time.o ../src/ip/libip.la -L../lib -lmiscutil ../compat/libcompat.la -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o cachemgr.cgi cachemgr__CGIEXT_-cachemgr.o cachemgr__CGIEXT_-test_tools.o ../src/time.o ../src/ip/.libs/libip.a -L<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/lib> -lmiscutil ../compat/.libs/libcompat.a -lm
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/gcc/i386-unknown-openbsd4.7/4.2.4/../../../libestdc++.so.11.0: warning: sprintf() is often misused, please use snprintf()
sed " s%@DEFAULT_ERROR_DIR@%%g; s%@DEFAULT_MIME_TABLE@%%g; s%@""PACKAGE_STRING""@%Squid Web Proxy 3.2.0.2-BZR%g; s%@SYSCONFDIR@%<http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_inst/etc%g;> " < ../../tools/cachemgr.cgi.8.in > cachemgr.cgi.8
Making dvi in compat
Making dvi in lib
Making dvi in snmplib
Making dvi in libltdl
Making dvi in libntlmauth
Making dvi in scripts
Making dvi in src
Making dvi in base
Making dvi in comm
Making dvi in eui
Making dvi in acl
Making dvi in fs
Making dvi in repl
Making dvi in auth
Making dvi in ip
Making dvi in icmp
Making dvi in ident
Making dvi in log
Making dvi in ipc
Making dvi in icons
Making dvi in errors
Making dvi in doc
Making dvi in manuals
Making dvi in helpers
Making dvi in basic_auth
Making dvi in DB
Making dvi in MSNT
Making dvi in MSNT-multi-domain
Making dvi in NCSA
Making dvi in NIS
Making dvi in POP3
Making dvi in RADIUS
Making dvi in fake
Making dvi in getpwnam
Making dvi in digest_auth
Making dvi in file
Making dvi in external_acl
Making dvi in file_userip
Making dvi in session
Making dvi in unix_group
Making dvi in log_daemon
Making dvi in file
Making dvi in negotiate_auth
Making dvi in kerberos
Making dvi in url_rewrite
Making dvi in fake
Making dvi in ntlm_auth
Making dvi in fake
Making dvi in smb_lm
Making dvi in test-suite
Making dvi in tools
Making dvi in purge
Making check in compat
make testPreCompiler
if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT testPreCompiler.o -MD -MP -MF ".deps/testPreCompiler.Tpo" -c -o testPreCompiler.o ../../compat/testPreCompiler.cc; then mv -f ".deps/testPreCompiler.Tpo" ".deps/testPreCompiler.Po"; else rm -f ".deps/testPreCompiler.Tpo"; exit 1; fi
if ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -I/usr/local/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT testMain.o -MD -MP -MF ".deps/testMain.Tpo" -c -o testMain.o `test -f '../../src/tests/testMain.cc' || echo '../../compat/'`../../src/tests/testMain.cc; then mv -f ".deps/testMain.Tpo" ".deps/testMain.Po"; else rm -f ".deps/testMain.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o testPreCompiler testPreCompiler.o testMain.o -L/usr/local/lib -lcppunit
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o testPreCompiler testPreCompiler.o testMain.o -L/usr/local/lib -lcppunit -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
/usr/local/lib/libestdc++.so.11.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/libcppunit.so.1.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libcppunit.so.1.0: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/libcppunit.so.1.0: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::_M_out_cur_move(long)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned long, std::allocator<char> const&)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned long)'
collect2: ld returned 1 exit status
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/compat> (line 489 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build/compat> (line 721 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default/squid-3.2.0.2-BZR/_build> (line 467 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-i386-OpenBSD.4/ws/btlayer-00-default> (line 663 of Makefile).
buildtest.sh result is 1
BUILD: .././test-suite/buildtests/layer-00-default.opts
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::_M_out_cur_move(long)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned long, std::allocator<char> const&)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)'
/usr/local/lib/libcppunit.so.1.0: undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned long)'
*** Error code 1
*** Error code 1
*** Error code 1
*** Error code 1
Build FAILED.
Received on Thu Sep 30 2010 - 04:06:02 MDT

This archive was generated by hypermail 2.2.0 : Thu Sep 30 2010 - 12:00:08 MDT