Build failed in Jenkins: 3.2-matrix » sheeva-debian-squeeze #177

From: <noc_at_squid-cache.org>
Date: Thu, 6 Oct 2011 16:44:52 +0200 (CEST)

See <http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/177/changes>

Changes:

[Amos Jeffries] revno11350 not quite complete

[Amos Jeffries] Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED

[Amos Jeffries] Bug 3346: forward.cc:364: "entry->store_status == STORE_PENDING"

While the server writes the response to Store, the client side may
synchronously abort the entry. This happens, for example, when the
server receives a 304 response and handleIMSReply calls
sendClientOldEntry, which calls storeUnregister with our entry,
resulting in CheckQuickAbort.

Once server store write returns, if the server is done, it calls
FwdState::completed(). At that time, the server does not know that (and
should not care whether) the entry was aborted. Thus, we need to handle
aborted entries in FwdState::completed.

This is a Measurement Factory project.

[Amos Jeffries] Stop an SSL header file being included after --disable-ssl

[Amos Jeffries] Cleanup: only copy error-details.txt once per language

[Amos Jeffries] Fix cache_dir type check during reconfiguration.

SwapDir::type() returns C strings which should be compared with
strcmp(3) instead of checking pointers for equality.

[Amos Jeffries] Remove SwapDir::reconfigure() arguments since they are not used.

Before the change, SwapDir::reconfigure() took index and path
arguments, but none of them was actually used: neither index nor path
can be changed during reconfigure. And both index and path are
available as SwapDir members so there is no reason to have these
arguments.

[Amos Jeffries] Ignore and warn about attempts to reconfigure static Rock store options.

Some Rock store options cannot be changed dynamically: path, size, and
max-size. Before the change, there were no checks during reconfigure
to prevent changing these options. This may lead to Rock cache
corruption and other bugs. The patch adds necessary checks to Rock
store code. If user tries to change an option that cannot be updated
dynamically, a warning is reported and the value is left unchanged.

[Amos Jeffries] Fix: "(ssl_crtd): Cannot add certificate to db" when updating expired cert

When ssl_crtd helper needs to add a fresh certificate to the database but
finds an expired certificate already stored, ssl_crtd deletes the expired
certificate file from disk before adding the fresh one. However, the addition
still fails because the expired certificate was not removed from database
indexes.

This fix:
- Adds code to update database indexes upon deletion of a row.
- Polishes certificates deletion code to avoid duplication.

TODO: Report failure details to Squid and make certificate-specific failures
not fatal for the ssl_crtd helper.

This is a Measurement Factory project.

[Amos Jeffries] Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion

If the entry was aborted while we were timing out, do not attempt to
write the timeout error message to it.

TODO: Other FTP code should call abortOnBadEntry() instead of testing for
ENTRY_ABORTED and calling abortTransaction().

[Amos Jeffries] Temporary: some cases from rev11345 do not exist in 3.2 yet

[Amos Jeffries] Bug 3355: configure setting --with-swapdir ignored

[Amos Jeffries] Temporary fix: Avoid killing Coordinator with unregistered cache mgr actions
that cause isOpen() assertions.

If a worker forwards a cache manager request to Coordinator and Coordinator
does not have that action registered, CacheManager::createRequestedAction()
throws (as it should) and Mgr::Request cleanup asserts when its half-baked
connection tries to close a not-yet-imported socket descriptor.

This workaround catches the exception, reports it, and manually closes the
socket descriptor. It also prevents an ACK response from being sent to the
worker, which triggers a worker timeout.

Mid-term TODO: Coordinator should register all actions that are known to kids.
Should Coordinator respond with an error instead of relying on a timeout?

Long-term TODO: Consider an API where cache manager responses can be
aggregated and formatted by Coordinator without knowing action-specific
details. After all, there are not so many types of action information (size,
count, rate, etc.) and most actions have simple reporting formats. Currently,
it is awkward to guarantee that Coordinator and all workers know all actions,
especially when some actions may be specific to non-worker kids such as
Coordinator and diskers.

[Amos Jeffries] ext_session_acl: version 1.1

* Add fixed period session support with -T

* Fix synchronization between multiple helpers accessing the database

* Fix crash when configured with non-concurrent settings.

[Amos Jeffries] Cleanup: Drop useless ; and whitespaces

[Amos Jeffries] Enumerate all ACL results for always_direct/never_direct.

Some ACLs (ie random) produce DUNNO state. This avoids incorrect messages
now and on future states.

[Amos Jeffries] Fix typo in IPF interception

[Amos Jeffries] Workaround: disable translation of error-details.txt

po2txt was translating sub-strings inside name: fields.

This is a TEMPORARY measure to prevent breakign any more installations.

------------------------------------------
[...truncated 7810 lines...]
make[5]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src/snmp'>
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src/snmp'>
make check-TESTS
make[5]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src/snmp'>
/bin/bash ../../../test-suite/testheaders.sh "g++ -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst\"> -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2" "../../../src/snmp" || exit 1
Testing ../../../src/snmp ...Ok.
PASS: testHeaders
=============
1 test passed
=============
make[5]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src/snmp'>
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src/snmp'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
make tests/testACLMaxUserIP tests/testBoilerplate tests/testCacheManager tests/testDiskIO tests/testEvent tests/testEventLoop tests/test_http_range tests/testHttpParser tests/testHttpReply tests/testHttpRequest tests/testStore tests/testString tests/testURL tests/testUfs
make[5]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
depbase=`echo tests/stub_access_log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_access_log.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_access_log.o ../../src/tests/stub_access_log.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_cache_cf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_cache_cf.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_cache_cf.o ../../src/tests/stub_cache_cf.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_comm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_comm.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_comm.o ../../src/tests/stub_comm.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/comm.h:11,
                 from ../../src/tests/stub_comm.cc:37:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_debug.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_debug.o ../../src/tests/stub_debug.cc &&\
        mv -f $depbase.Tpo $depbase.Po
../../src/tests/stub_debug.cc:142: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_DelayId.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_DelayId.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_DelayId.o ../../src/tests/stub_DelayId.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_DiskIOModule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_DiskIOModule.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_DiskIOModule.o ../../src/tests/stub_DiskIOModule.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_fd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_fd.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_fd.o ../../src/tests/stub_fd.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/comm.h:11,
                 from ../../src/fde.h:34,
                 from ../../src/tests/stub_fd.cc:37:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_HttpRequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_HttpRequest.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_HttpRequest.o ../../src/tests/stub_HttpRequest.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/BodyPipe.h:5,
                 from ../../src/client_side.h:41,
                 from ../../src/HttpRequest.h:44,
                 from ../../src/tests/stub_HttpRequest.cc:37:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_MemObject.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_MemObject.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_MemObject.o ../../src/tests/stub_MemObject.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/MemObject.h:37,
                 from ../../src/tests/stub_MemObject.cc:38:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_MemStore.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_MemStore.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_MemStore.o ../../src/tests/stub_MemStore.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/Store.h:42,
                 from ../../src/MemStore.h:11,
                 from ../../src/tests/stub_MemStore.cc:10:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_mime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_mime.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_mime.o ../../src/tests/stub_mime.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_store.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_store.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_store.o ../../src/tests/stub_store.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/Store.h:42,
                 from ../../src/SwapDir.h:36,
                 from ../../src/tests/stub_store.cc:8:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_store_rebuild.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_store_rebuild.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_store_rebuild.o ../../src/tests/stub_store_rebuild.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_store_swapout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_store_swapout.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_store_swapout.o ../../src/tests/stub_store_swapout.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_tools.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_tools.o ../../src/tests/stub_tools.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_cache_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_cache_manager.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_cache_manager.o ../../src/tests/stub_cache_manager.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testACLMaxUserIP.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testACLMaxUserIP.o -MD -MP -MF $depbase.Tpo -c -o tests/testACLMaxUserIP.o ../../src/tests/testACLMaxUserIP.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testMain.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testMain.o -MD -MP -MF $depbase.Tpo -c -o tests/testMain.o ../../src/tests/testMain.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo test_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -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 ../../src/test_tools.cc &&\
        mv -f $depbase.Tpo $depbase.Po
../../src/test_tools.cc:137: note: the mangling of ‘va_list’ has changed in GCC 4.4
/bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -ldl -g -o tests/testACLMaxUserIP cbdata.o ConfigOption.o ConfigParser.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o filemap.o HelperChildConfig.o HttpHeader.o HttpHeaderTools.o HttpHdrContRange.o HttpHdrRange.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpRequestMethod.o int.o list.o mem_node.o Packer.o Parsing.o SquidMath.o StatHist.o stmem.o String.o store_dir.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_key_md5.o swap_log_op.o SwapDir.o tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_comm.o tests/stub_debug.o tests/stub_DelayId.o tests/stub_DiskIOModule.o tests/stub_fd.o tests/stub_HttpRequest.o tests/stub_MemObject.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_store.o tests/stub_store_rebuild.o tests/stub_store_swapout.o tests/stub_tools.o tests/stub_cache_manager.o tests/testACLMaxUserIP.o tests/testMain.o time.o url.o URLScheme.o mem.o MemBuf.o wordlist.o test_tools.o globals.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la anyp/libanyp.la base/libbase.la libsquid.la ip/libip.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -lrt -lpthread -lcppunit -ldl -L../compat -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o tests/testACLMaxUserIP cbdata.o ConfigOption.o ConfigParser.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o filemap.o HelperChildConfig.o HttpHeader.o HttpHeaderTools.o HttpHdrContRange.o HttpHdrRange.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpRequestMethod.o int.o list.o mem_node.o Packer.o Parsing.o SquidMath.o StatHist.o stmem.o String.o store_dir.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_key_md5.o swap_log_op.o SwapDir.o tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_comm.o tests/stub_debug.o tests/stub_DelayId.o tests/stub_DiskIOModule.o tests/stub_fd.o tests/stub_HttpRequest.o tests/stub_MemObject.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_store.o tests/stub_store_rebuild.o tests/stub_store_swapout.o tests/stub_tools.o tests/stub_cache_manager.o tests/testACLMaxUserIP.o tests/testMain.o time.o url.o URLScheme.o mem.o MemBuf.o wordlist.o test_tools.o globals.o auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a anyp/.libs/libanyp.a base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lpthread /usr/lib/libcppunit.so -L<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl
depbase=`echo tests/testBoilerplate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testBoilerplate.o -MD -MP -MF $depbase.Tpo -c -o tests/testBoilerplate.o ../../src/tests/testBoilerplate.cc &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -ldl -g -o tests/testBoilerplate tests/testBoilerplate.o tests/testMain.o time.o test_tools.o globals.o -lcppunit -ldl -L../compat -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o tests/testBoilerplate tests/testBoilerplate.o tests/testMain.o time.o test_tools.o globals.o /usr/lib/libcppunit.so -L<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl
depbase=`echo tests/testCacheManager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testCacheManager.o -MD -MP -MF $depbase.Tpo -c -o tests/testCacheManager.o ../../src/tests/testCacheManager.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/Store.h:42,
                 from ../../src/tests/testCacheManager.cc:11:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_main_cc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_main_cc.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_main_cc.o ../../src/tests/stub_main_cc.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_ipc_Forwarder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_ipc_Forwarder.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_ipc_Forwarder.o ../../src/tests/stub_ipc_Forwarder.cc &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -ldl -g -o tests/testCacheManager AclRegs.o AuthReg.o debug.o HttpParser.o HttpRequest.o HttpRequestMethod.o mem.o String.o tests/testCacheManager.o tests/testMain.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o time.o BodyPipe.o cache_manager.o cache_cf.o ProtoPort.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o event.o external_acl.o ExternalACLEntry.o fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o tools.o tunnel.o SwapDir.o MemStore.o unlinkd.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la base/libbase.la libsquid.la ip/libip.la fs/libfs.la comm/libcomm.la icmp/libicmp.la icmp/libicmp-core.la log/liblog.la format/libformat.la repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread anyp/libanyp.la ipc/libipc.la mgr/libmgr.la snmp/libsnmp.la ../snmplib/libsnmplib.a ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -lcppunit -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5 -lk5crypto -lcom_err -L../compat -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o tests/testCacheManager AclRegs.o AuthReg.o debug.o HttpParser.o HttpRequest.o HttpRequestMethod.o mem.o String.o tests/testCacheManager.o tests/testMain.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o time.o BodyPipe.o cache_manager.o cache_cf.o ProtoPort.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o event.o external_acl.o ExternalACLEntry.o fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o tools.o tunnel.o SwapDir.o MemStore.o unlinkd.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o DiskIO/DiskIOModules_gen.o auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a comm/.libs/libcomm.a icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a log/.libs/liblog.a format/.libs/libformat.a repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a -lpthread anyp/.libs/libanyp.a ipc/.libs/libipc.a mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../snmplib/libsnmplib.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a /usr/lib/libcppunit.so -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -L<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl
depbase=`echo tests/stub_acl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_acl.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_acl.o ../../src/tests/stub_acl.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_client_db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_client_db.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_client_db.o ../../src/tests/stub_client_db.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_client_side_request.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_client_side_request.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_client_side_request.o ../../src/tests/stub_client_side_request.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/clientStream.h:38,
                 from ../../src/client_side_request.h:41,
                 from ../../src/tests/stub_client_side_request.cc:36:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_errorpage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_errorpage.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_errorpage.o ../../src/tests/stub_errorpage.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/errorpage.h:45,
                 from ../../src/tests/stub_errorpage.cc:37:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_helper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_helper.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_helper.o ../../src/tests/stub_helper.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_HelperChildConfig.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_HelperChildConfig.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_HelperChildConfig.o ../../src/tests/stub_HelperChildConfig.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_http.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_http.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_http.o ../../src/tests/stub_http.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_icp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_icp.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_icp.o ../../src/tests/stub_icp.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/StoreClient.h:38,
                 from ../../src/ICP.h:44,
                 from ../../src/tests/stub_icp.cc:4:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_internal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_internal.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_internal.o ../../src/tests/stub_internal.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_ipc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_ipc.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_ipc.o ../../src/tests/stub_ipc.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_ipcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_ipcache.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_ipcache.o ../../src/tests/stub_ipcache.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_libicmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_libicmp.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_libicmp.o ../../src/tests/stub_libicmp.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_pconn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_pconn.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_pconn.o ../../src/tests/stub_pconn.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/comm.h:11,
                 from ../../src/pconn.h:22,
                 from ../../src/tests/stub_pconn.cc:7:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_Port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_Port.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_Port.o ../../src/tests/stub_Port.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_store_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_store_client.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_store_client.o ../../src/tests/stub_store_client.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/StoreClient.h:38,
                 from ../../src/tests/stub_store_client.cc:37:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/stub_UdsOp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/stub_UdsOp.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_UdsOp.o ../../src/tests/stub_UdsOp.cc &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testDiskIO.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testDiskIO.o -MD -MP -MF $depbase.Tpo -c -o tests/testDiskIO.o ../../src/tests/testDiskIO.cc &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from ../../src/StoreIOBuffer.h:41,
                 from ../../src/Store.h:42,
                 from ../../src/tests/testDiskIO.cc:6:
../../src/MemBuf.h:45: note: the mangling of ‘va_list’ has changed in GCC 4.4
depbase=`echo tests/testStoreSupport.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT tests/testStoreSupport.o -MD -MP -MF $depbase.Tpo -c -o tests/testStoreSupport.o ../../src/tests/testStoreSupport.cc &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -ldl -g -o tests/testDiskIO CacheDigest.o cbdata.o ConfigOption.o ConfigParser.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o disk.o ETag.o EventLoop.o event.o fd.o filemap.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHdrRange.o HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpReply.o HttpRequestMethod.o HttpStatusLine.o int.o list.o MemBuf.o MemObject.o mem_node.o mem.o Packer.o Parsing.o refresh.o RemovalPolicy.o StatHist.o stmem.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_dir.o store_io.o store_key_md5.o store_swapout.o store_swapmeta.o store.o String.o SwapDir.o tests/stub_access_log.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o tests/stub_errorpage.o tests/stub_helper.o tests/stub_HelperChildConfig.o tests/stub_HttpRequest.o tests/stub_http.o tests/stub_icp.o tests/stub_internal.o tests/stub_ipc.o tests/stub_ipcache.o tests/stub_libicmp.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_pconn.o tests/stub_Port.o tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_tools.o tests/stub_UdsOp.o tests/testDiskIO.o tests/testMain.o tests/testStoreSupport.o time.o unlinkd.o url.o URLScheme.o wordlist.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o SquidMath.o swap_log_op.o anyp/libanyp.la SquidConfig.o CommCalls.o DnsLookupDetails.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la libsquid.la comm/libcomm.la ip/libip.la fs/libfs.la ipc/libipc.la repl/liblru.a libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a libIpcIo.a libMmapped.a -lrt -lpthread acl/libapi.la mgr/libmgr.la ipc/libipc.la base/libbase.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -lcppunit -ldl -L../compat -lcompat-squid -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
../libtool: line 695: cd: ..: Not a directory
libtool: ignoring unknown tag CXX
../libtool: line 4992: cd: ../compat: Not a directory
libtool: link: cannot determine absolute directory name of `../compat'
make[5]: *** [tests/testDiskIO] Error 1
make[5]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
make[2]: *** [check] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build/src'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=sheeva-debian-squeeze/ws/btlayer-00-default/squid-3.2.0.12-BZR/_build'>
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:
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
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:
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
checking for egrep... .././test-suite/../configure: line 6760: echo: write error: Broken pipe
checking for egrep... ../configure: line 6760: echo: write error: Broken pipe
make[5]: *** [tests/testDiskIO] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Thu Oct 06 2011 - 14:44:54 MDT

This archive was generated by hypermail 2.2.0 : Fri Oct 07 2011 - 12:00:04 MDT