Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #631

From: <noc_at_squid-cache.org>
Date: Wed, 7 Jul 2010 05:24:34 +0200 (CEST)

See <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/631/changes>

Changes:

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Maintenance: wrap all snapshot script variables

[Amos Jeffries <amosjeffries_at_squid-cache.org>] SMP: updated release notes

[Alex Rousskov <rousskov_at_measurement-factory.com>] SMP support, part 1: Essential non-caching functionality.

Added workers squid.conf option to specify how many main Squid
processes to fork and maintain. Zero means old no-daemon mode.
One means the old non-SMP mode.

Added support for process_name and process_number macros and
if-statement conditionals in squid.conf. Search for .pre changes for
documented details. These features allow the admin to configure each
worker process differently if needed.

Support multiple workers listening on the same HTTP[S] port (port
sharing). This allows multiple workers to split the load without any
special rules.

Support or prohibit port sharing for WCCP, DNS, ICP, HTCP, SNMP, and
Ident protocols, depending on protocol-specific restrictions. Sharing is
implemented by registering listening socket descriptors with the
Coordinator process and obtaining them from the Coordinator as needed.
Here are protocol-specific notes:

WCCP: Restricted to the Coordinator process due to how WCCP works.
Workers do not need access to the WCCP code.

DNS: Done by each worker with no sharing. Fixed source ports not
supported unless each worker is given its own outgoing address
because we do not want to match outgoing queries and incoming
responses across processes.

SNMP: Workers share incoming and outgoing sockets.

ICP and HTCP _clients_: Cannot be supported in SMP environment
unless each process has its own address (i.e., unique IP address
and/or unique [ICP] port) because we do not want to match outgoing
queries and incoming responses across processes.

ICP and HTCP _servers_: share listening sockets.

Ident clients do not need to share sockets because they use
unique ports.

Support management signals (squid -k ...) in SMP mode, acting as a
single Squid instance.

Refork dying workers, similar to how we reforked dying process in
non-SMP daemon mode.

Merged from lp smp branch r10306.

------------------------------------------
[...truncated 22108 lines...]
ranlib .libs/libfs.a
rm -fr .libs/libfs.lax
creating libfs.la
(cd .libs && rm -f libfs.la && ln -s ../libfs.la libfs.la)
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/fs'>
Making all in repl
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/repl'>
depbase=`echo heap/store_heap_replacement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
        if g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/repl -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT heap/store_heap_replacement.o -MD -MP -MF "$depbase.Tpo" -c -o heap/store_heap_replacement.o ../../../src/repl/heap/store_heap_replacement.cc; \
        then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo heap/store_repl_heap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
        if g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/repl -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT heap/store_repl_heap.o -MD -MP -MF "$depbase.Tpo" -c -o heap/store_repl_heap.o ../../../src/repl/heap/store_repl_heap.cc; \
        then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo lru/store_repl_lru.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
        if g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/repl -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT lru/store_repl_lru.o -MD -MP -MF "$depbase.Tpo" -c -o lru/store_repl_lru.o ../../../src/repl/lru/store_repl_lru.cc; \
        then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
rm -f libheap.a
/usr/bin/ar cru libheap.a heap/store_heap_replacement.o heap/store_repl_heap.o
ranlib libheap.a
rm -f liblru.a
/usr/bin/ar cru liblru.a lru/store_repl_lru.o
ranlib liblru.a
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/repl'>
Making all in auth
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth'>
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AuthType.lo -MD -MP -MF ".deps/AuthType.Tpo" -c -o AuthType.lo ../../../src/auth/AuthType.cc; \
        then mv -f ".deps/AuthType.Tpo" ".deps/AuthType.Plo"; else rm -f ".deps/AuthType.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF ".deps/Config.Tpo" -c -o Config.lo ../../../src/auth/Config.cc; \
        then mv -f ".deps/Config.Tpo" ".deps/Config.Plo"; else rm -f ".deps/Config.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/auth/Config.cc -fPIC -DPIC -o .libs/Config.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AuthType.lo -MD -MP -MF .deps/AuthType.Tpo -c ../../../src/auth/AuthType.cc -fPIC -DPIC -o .libs/AuthType.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/auth/Config.cc -fPIC -DPIC -o Config.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AuthType.lo -MD -MP -MF .deps/AuthType.Tpo -c ../../../src/auth/AuthType.cc -fPIC -DPIC -o AuthType.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Gadgets.lo -MD -MP -MF ".deps/Gadgets.Tpo" -c -o Gadgets.lo ../../../src/auth/Gadgets.cc; \
        then mv -f ".deps/Gadgets.Tpo" ".deps/Gadgets.Plo"; else rm -f ".deps/Gadgets.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Scheme.lo -MD -MP -MF ".deps/Scheme.Tpo" -c -o Scheme.lo ../../../src/auth/Scheme.cc; \
        then mv -f ".deps/Scheme.Tpo" ".deps/Scheme.Plo"; else rm -f ".deps/Scheme.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../src/auth/Scheme.cc -fPIC -DPIC -o .libs/Scheme.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c ../../../src/auth/Gadgets.cc -fPIC -DPIC -o .libs/Gadgets.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../src/auth/Scheme.cc -fPIC -DPIC -o Scheme.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c ../../../src/auth/Gadgets.cc -fPIC -DPIC -o Gadgets.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT State.lo -MD -MP -MF ".deps/State.Tpo" -c -o State.lo ../../../src/auth/State.cc; \
        then mv -f ".deps/State.Tpo" ".deps/State.Plo"; else rm -f ".deps/State.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT State.lo -MD -MP -MF .deps/State.Tpo -c ../../../src/auth/State.cc -fPIC -DPIC -o .libs/State.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT User.lo -MD -MP -MF ".deps/User.Tpo" -c -o User.lo ../../../src/auth/User.cc; \
        then mv -f ".deps/User.Tpo" ".deps/User.Plo"; else rm -f ".deps/User.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../src/auth/User.cc -fPIC -DPIC -o .libs/User.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT State.lo -MD -MP -MF .deps/State.Tpo -c ../../../src/auth/State.cc -fPIC -DPIC -o State.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT UserRequest.lo -MD -MP -MF ".deps/UserRequest.Tpo" -c -o UserRequest.lo ../../../src/auth/UserRequest.cc; \
        then mv -f ".deps/UserRequest.Tpo" ".deps/UserRequest.Plo"; else rm -f ".deps/UserRequest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../src/auth/UserRequest.cc -fPIC -DPIC -o .libs/UserRequest.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../src/auth/User.cc -fPIC -DPIC -o User.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../src/auth/UserRequest.cc -fPIC -DPIC -o UserRequest.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicScheme.lo -MD -MP -MF ".deps/basicScheme.Tpo" -c -o basicScheme.lo `test -f 'basic/basicScheme.cc' || echo '../../../src/auth/'`basic/basicScheme.cc; \
        then mv -f ".deps/basicScheme.Tpo" ".deps/basicScheme.Plo"; else rm -f ".deps/basicScheme.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicScheme.lo -MD -MP -MF .deps/basicScheme.Tpo -c ../../../src/auth/basic/basicScheme.cc -fPIC -DPIC -o .libs/basicScheme.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicScheme.lo -MD -MP -MF .deps/basicScheme.Tpo -c ../../../src/auth/basic/basicScheme.cc -fPIC -DPIC -o basicScheme.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_basic.lo -MD -MP -MF ".deps/auth_basic.Tpo" -c -o auth_basic.lo `test -f 'basic/auth_basic.cc' || echo '../../../src/auth/'`basic/auth_basic.cc; \
        then mv -f ".deps/auth_basic.Tpo" ".deps/auth_basic.Plo"; else rm -f ".deps/auth_basic.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_basic.lo -MD -MP -MF .deps/auth_basic.Tpo -c ../../../src/auth/basic/auth_basic.cc -fPIC -DPIC -o .libs/auth_basic.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicUserRequest.lo -MD -MP -MF ".deps/basicUserRequest.Tpo" -c -o basicUserRequest.lo `test -f 'basic/basicUserRequest.cc' || echo '../../../src/auth/'`basic/basicUserRequest.cc; \
        then mv -f ".deps/basicUserRequest.Tpo" ".deps/basicUserRequest.Plo"; else rm -f ".deps/basicUserRequest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicUserRequest.lo -MD -MP -MF .deps/basicUserRequest.Tpo -c ../../../src/auth/basic/basicUserRequest.cc -fPIC -DPIC -o .libs/basicUserRequest.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_basic.lo -MD -MP -MF .deps/auth_basic.Tpo -c ../../../src/auth/basic/auth_basic.cc -fPIC -DPIC -o auth_basic.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT basicUserRequest.lo -MD -MP -MF .deps/basicUserRequest.Tpo -c ../../../src/auth/basic/basicUserRequest.cc -fPIC -DPIC -o basicUserRequest.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmScheme.lo -MD -MP -MF ".deps/ntlmScheme.Tpo" -c -o ntlmScheme.lo `test -f 'ntlm/ntlmScheme.cc' || echo '../../../src/auth/'`ntlm/ntlmScheme.cc; \
        then mv -f ".deps/ntlmScheme.Tpo" ".deps/ntlmScheme.Plo"; else rm -f ".deps/ntlmScheme.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_ntlm.lo -MD -MP -MF ".deps/auth_ntlm.Tpo" -c -o auth_ntlm.lo `test -f 'ntlm/auth_ntlm.cc' || echo '../../../src/auth/'`ntlm/auth_ntlm.cc; \
        then mv -f ".deps/auth_ntlm.Tpo" ".deps/auth_ntlm.Plo"; else rm -f ".deps/auth_ntlm.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmScheme.lo -MD -MP -MF .deps/ntlmScheme.Tpo -c ../../../src/auth/ntlm/ntlmScheme.cc -fPIC -DPIC -o .libs/ntlmScheme.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_ntlm.lo -MD -MP -MF .deps/auth_ntlm.Tpo -c ../../../src/auth/ntlm/auth_ntlm.cc -fPIC -DPIC -o .libs/auth_ntlm.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmScheme.lo -MD -MP -MF .deps/ntlmScheme.Tpo -c ../../../src/auth/ntlm/ntlmScheme.cc -fPIC -DPIC -o ntlmScheme.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_ntlm.lo -MD -MP -MF .deps/auth_ntlm.Tpo -c ../../../src/auth/ntlm/auth_ntlm.cc -fPIC -DPIC -o auth_ntlm.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmUserRequest.lo -MD -MP -MF ".deps/ntlmUserRequest.Tpo" -c -o ntlmUserRequest.lo `test -f 'ntlm/ntlmUserRequest.cc' || echo '../../../src/auth/'`ntlm/ntlmUserRequest.cc; \
        then mv -f ".deps/ntlmUserRequest.Tpo" ".deps/ntlmUserRequest.Plo"; else rm -f ".deps/ntlmUserRequest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmUserRequest.lo -MD -MP -MF .deps/ntlmUserRequest.Tpo -c ../../../src/auth/ntlm/ntlmUserRequest.cc -fPIC -DPIC -o .libs/ntlmUserRequest.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateScheme.lo -MD -MP -MF ".deps/negotiateScheme.Tpo" -c -o negotiateScheme.lo `test -f 'negotiate/negotiateScheme.cc' || echo '../../../src/auth/'`negotiate/negotiateScheme.cc; \
        then mv -f ".deps/negotiateScheme.Tpo" ".deps/negotiateScheme.Plo"; else rm -f ".deps/negotiateScheme.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c ../../../src/auth/negotiate/negotiateScheme.cc -fPIC -DPIC -o .libs/negotiateScheme.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT ntlmUserRequest.lo -MD -MP -MF .deps/ntlmUserRequest.Tpo -c ../../../src/auth/ntlm/ntlmUserRequest.cc -fPIC -DPIC -o ntlmUserRequest.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateScheme.lo -MD -MP -MF .deps/negotiateScheme.Tpo -c ../../../src/auth/negotiate/negotiateScheme.cc -fPIC -DPIC -o negotiateScheme.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_negotiate.lo -MD -MP -MF ".deps/auth_negotiate.Tpo" -c -o auth_negotiate.lo `test -f 'negotiate/auth_negotiate.cc' || echo '../../../src/auth/'`negotiate/auth_negotiate.cc; \
        then mv -f ".deps/auth_negotiate.Tpo" ".deps/auth_negotiate.Plo"; else rm -f ".deps/auth_negotiate.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c ../../../src/auth/negotiate/auth_negotiate.cc -fPIC -DPIC -o .libs/auth_negotiate.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateUserRequest.lo -MD -MP -MF ".deps/negotiateUserRequest.Tpo" -c -o negotiateUserRequest.lo `test -f 'negotiate/negotiateUserRequest.cc' || echo '../../../src/auth/'`negotiate/negotiateUserRequest.cc; \
        then mv -f ".deps/negotiateUserRequest.Tpo" ".deps/negotiateUserRequest.Plo"; else rm -f ".deps/negotiateUserRequest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateUserRequest.lo -MD -MP -MF .deps/negotiateUserRequest.Tpo -c ../../../src/auth/negotiate/negotiateUserRequest.cc -fPIC -DPIC -o .libs/negotiateUserRequest.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_negotiate.lo -MD -MP -MF .deps/auth_negotiate.Tpo -c ../../../src/auth/negotiate/auth_negotiate.cc -fPIC -DPIC -o auth_negotiate.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT negotiateUserRequest.lo -MD -MP -MF .deps/negotiateUserRequest.Tpo -c ../../../src/auth/negotiate/negotiateUserRequest.cc -fPIC -DPIC -o negotiateUserRequest.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestScheme.lo -MD -MP -MF ".deps/digestScheme.Tpo" -c -o digestScheme.lo `test -f 'digest/digestScheme.cc' || echo '../../../src/auth/'`digest/digestScheme.cc; \
        then mv -f ".deps/digestScheme.Tpo" ".deps/digestScheme.Plo"; else rm -f ".deps/digestScheme.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestScheme.lo -MD -MP -MF .deps/digestScheme.Tpo -c ../../../src/auth/digest/digestScheme.cc -fPIC -DPIC -o .libs/digestScheme.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestScheme.lo -MD -MP -MF .deps/digestScheme.Tpo -c ../../../src/auth/digest/digestScheme.cc -fPIC -DPIC -o digestScheme.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_digest.lo -MD -MP -MF ".deps/auth_digest.Tpo" -c -o auth_digest.lo `test -f 'digest/auth_digest.cc' || echo '../../../src/auth/'`digest/auth_digest.cc; \
        then mv -f ".deps/auth_digest.Tpo" ".deps/auth_digest.Plo"; else rm -f ".deps/auth_digest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_digest.lo -MD -MP -MF .deps/auth_digest.Tpo -c ../../../src/auth/digest/auth_digest.cc -fPIC -DPIC -o .libs/auth_digest.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestUserRequest.lo -MD -MP -MF ".deps/digestUserRequest.Tpo" -c -o digestUserRequest.lo `test -f 'digest/digestUserRequest.cc' || echo '../../../src/auth/'`digest/digestUserRequest.cc; \
        then mv -f ".deps/digestUserRequest.Tpo" ".deps/digestUserRequest.Plo"; else rm -f ".deps/digestUserRequest.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestUserRequest.lo -MD -MP -MF .deps/digestUserRequest.Tpo -c ../../../src/auth/digest/digestUserRequest.cc -fPIC -DPIC -o .libs/digestUserRequest.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT digestUserRequest.lo -MD -MP -MF .deps/digestUserRequest.Tpo -c ../../../src/auth/digest/digestUserRequest.cc -fPIC -DPIC -o digestUserRequest.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT auth_digest.lo -MD -MP -MF .deps/auth_digest.Tpo -c ../../../src/auth/digest/auth_digest.cc -fPIC -DPIC -o auth_digest.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Acl.lo -MD -MP -MF ".deps/Acl.Tpo" -c -o Acl.lo ../../../src/auth/Acl.cc; \
        then mv -f ".deps/Acl.Tpo" ".deps/Acl.Plo"; else rm -f ".deps/Acl.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc -fPIC -DPIC -o .libs/Acl.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc -fPIC -DPIC -o Acl.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF ".deps/AclMaxUserIp.Tpo" -c -o AclMaxUserIp.lo ../../../src/auth/AclMaxUserIp.cc; \
        then mv -f ".deps/AclMaxUserIp.Tpo" ".deps/AclMaxUserIp.Plo"; else rm -f ".deps/AclMaxUserIp.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclProxyAuth.lo -MD -MP -MF ".deps/AclProxyAuth.Tpo" -c -o AclProxyAuth.lo ../../../src/auth/AclProxyAuth.cc; \
        then mv -f ".deps/AclProxyAuth.Tpo" ".deps/AclProxyAuth.Plo"; else rm -f ".deps/AclProxyAuth.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc -fPIC -DPIC -o .libs/AclMaxUserIp.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc -fPIC -DPIC -o .libs/AclProxyAuth.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc -fPIC -DPIC -o AclMaxUserIp.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../src/auth -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc -fPIC -DPIC -o AclProxyAuth.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libbasic.la basicScheme.lo auth_basic.lo basicUserRequest.lo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libntlm.la ntlmScheme.lo auth_ntlm.lo ntlmUserRequest.lo
/usr/bin/ar cru .libs/libbasic.a .libs/basicScheme.o .libs/auth_basic.o .libs/basicUserRequest.o
ranlib .libs/libbasic.a
creating libbasic.la
(cd .libs && rm -f libbasic.la && ln -s ../libbasic.la libbasic.la)
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libnegotiate.la negotiateScheme.lo auth_negotiate.lo negotiateUserRequest.lo
/usr/bin/ar cru .libs/libntlm.a .libs/ntlmScheme.o .libs/auth_ntlm.o .libs/ntlmUserRequest.o
ranlib .libs/libntlm.a
creating libntlm.la
(cd .libs && rm -f libntlm.la && ln -s ../libntlm.la libntlm.la)
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libdigest.la digestScheme.lo auth_digest.lo digestUserRequest.lo
/usr/bin/ar cru .libs/libnegotiate.a .libs/negotiateScheme.o .libs/auth_negotiate.o .libs/negotiateUserRequest.o
ranlib .libs/libnegotiate.a
creating libnegotiate.la
(cd .libs && rm -f libnegotiate.la && ln -s ../libnegotiate.la libnegotiate.la)
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libacls.la Acl.lo AclMaxUserIp.lo AclProxyAuth.lo
/usr/bin/ar cru .libs/libdigest.a .libs/digestScheme.o .libs/auth_digest.o .libs/digestUserRequest.o
ranlib .libs/libdigest.a
creating libdigest.la
(cd .libs && rm -f libdigest.la && ln -s ../libdigest.la libdigest.la)
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libauth.la AuthType.lo Config.lo Gadgets.lo Scheme.lo State.lo User.lo UserRequest.lo libbasic.la libntlm.la libnegotiate.la libdigest.la
/usr/bin/ar cru .libs/libacls.a .libs/Acl.o .libs/AclMaxUserIp.o .libs/AclProxyAuth.o
ranlib .libs/libacls.a
creating libacls.la
(cd .libs && rm -f libacls.la && ln -s ../libacls.la libacls.la)
rm -fr .libs/libauth.lax
mkdir .libs/libauth.lax
rm -fr .libs/libauth.lax/libbasic.a
mkdir .libs/libauth.lax/libbasic.a
(cd .libs/libauth.lax/libbasic.a && /usr/bin/ar x <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth/./.libs/libbasic.a)>
rm -fr .libs/libauth.lax/libntlm.a
mkdir .libs/libauth.lax/libntlm.a
(cd .libs/libauth.lax/libntlm.a && /usr/bin/ar x <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth/./.libs/libntlm.a)>
rm -fr .libs/libauth.lax/libnegotiate.a
mkdir .libs/libauth.lax/libnegotiate.a
(cd .libs/libauth.lax/libnegotiate.a && /usr/bin/ar x <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth/./.libs/libnegotiate.a)>
rm -fr .libs/libauth.lax/libdigest.a
mkdir .libs/libauth.lax/libdigest.a
(cd .libs/libauth.lax/libdigest.a && /usr/bin/ar x <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth/./.libs/libdigest.a)>
/usr/bin/ar cru .libs/libauth.a .libs/AuthType.o .libs/Config.o .libs/Gadgets.o .libs/Scheme.o .libs/State.o .libs/User.o .libs/UserRequest.o .libs/libauth.lax/libbasic.a/basicScheme.o .libs/libauth.lax/libbasic.a/auth_basic.o .libs/libauth.lax/libbasic.a/basicUserRequest.o .libs/libauth.lax/libntlm.a/ntlmScheme.o .libs/libauth.lax/libntlm.a/auth_ntlm.o .libs/libauth.lax/libntlm.a/ntlmUserRequest.o .libs/libauth.lax/libnegotiate.a/negotiateScheme.o .libs/libauth.lax/libnegotiate.a/negotiateUserRequest.o .libs/libauth.lax/libnegotiate.a/auth_negotiate.o .libs/libauth.lax/libdigest.a/digestUserRequest.o .libs/libauth.lax/libdigest.a/digestScheme.o .libs/libauth.lax/libdigest.a/auth_digest.o
ranlib .libs/libauth.a
rm -fr .libs/libauth.lax
creating libauth.la
(cd .libs && rm -f libauth.la && ln -s ../libauth.la libauth.la)
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/auth'>
Making all in ip
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/ip'>
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Address.lo -MD -MP -MF ".deps/Address.Tpo" -c -o Address.lo ../../../src/ip/Address.cc; \
        then mv -f ".deps/Address.Tpo" ".deps/Address.Plo"; else rm -f ".deps/Address.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Intercept.lo -MD -MP -MF ".deps/Intercept.Tpo" -c -o Intercept.lo ../../../src/ip/Intercept.cc; \
        then mv -f ".deps/Intercept.Tpo" ".deps/Intercept.Plo"; else rm -f ".deps/Intercept.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Intercept.lo -MD -MP -MF .deps/Intercept.Tpo -c ../../../src/ip/Intercept.cc -fPIC -DPIC -o .libs/Intercept.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Address.lo -MD -MP -MF .deps/Address.Tpo -c ../../../src/ip/Address.cc -fPIC -DPIC -o .libs/Address.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Intercept.lo -MD -MP -MF .deps/Intercept.Tpo -c ../../../src/ip/Intercept.cc -fPIC -DPIC -o Intercept.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Address.lo -MD -MP -MF .deps/Address.Tpo -c ../../../src/ip/Address.cc -fPIC -DPIC -o Address.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT QosConfig.lo -MD -MP -MF ".deps/QosConfig.Tpo" -c -o QosConfig.lo ../../../src/ip/QosConfig.cc; \
        then mv -f ".deps/QosConfig.Tpo" ".deps/QosConfig.Plo"; else rm -f ".deps/QosConfig.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c ../../../src/ip/QosConfig.cc -fPIC -DPIC -o .libs/QosConfig.o
 g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT QosConfig.lo -MD -MP -MF .deps/QosConfig.Tpo -c ../../../src/ip/QosConfig.cc -fPIC -DPIC -o QosConfig.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libip.la Address.lo Intercept.lo QosConfig.lo
/usr/bin/ar cru .libs/libip.a .libs/Address.o .libs/Intercept.o .libs/QosConfig.o
ranlib .libs/libip.a
creating libip.la
(cd .libs && rm -f libip.la && ln -s ../libip.la libip.la)
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/ip'>
Making all in icmp
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/icmp'>
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Icmp.lo -MD -MP -MF ".deps/Icmp.Tpo" -c -o Icmp.lo ../../../src/icmp/Icmp.cc; \
        then mv -f ".deps/Icmp.Tpo" ".deps/Icmp.Plo"; else rm -f ".deps/Icmp.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT IcmpSquid.lo -MD -MP -MF ".deps/IcmpSquid.Tpo" -c -o IcmpSquid.lo ../../../src/icmp/IcmpSquid.cc; \
        then mv -f ".deps/IcmpSquid.Tpo" ".deps/IcmpSquid.Plo"; else rm -f ".deps/IcmpSquid.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c ../../../src/icmp/Icmp.cc -fPIC -DPIC -o .libs/Icmp.o
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c ../../../src/icmp/IcmpSquid.cc -fPIC -DPIC -o .libs/IcmpSquid.o
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Icmp.lo -MD -MP -MF .deps/Icmp.Tpo -c ../../../src/icmp/Icmp.cc -fPIC -DPIC -o Icmp.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT IcmpSquid.lo -MD -MP -MF .deps/IcmpSquid.Tpo -c ../../../src/icmp/IcmpSquid.cc -fPIC -DPIC -o IcmpSquid.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT net_db.lo -MD -MP -MF ".deps/net_db.Tpo" -c -o net_db.lo ../../../src/icmp/net_db.cc; \
        then mv -f ".deps/net_db.Tpo" ".deps/net_db.Plo"; else rm -f ".deps/net_db.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT IcmpPinger.o -MD -MP -MF ".deps/IcmpPinger.Tpo" -c -o IcmpPinger.o ../../../src/icmp/IcmpPinger.cc; \
        then mv -f ".deps/IcmpPinger.Tpo" ".deps/IcmpPinger.Po"; else rm -f ".deps/IcmpPinger.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c ../../../src/icmp/net_db.cc -fPIC -DPIC -o .libs/net_db.o
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Icmp4.o -MD -MP -MF ".deps/Icmp4.Tpo" -c -o Icmp4.o ../../../src/icmp/Icmp4.cc; \
        then mv -f ".deps/Icmp4.Tpo" ".deps/Icmp4.Po"; else rm -f ".deps/Icmp4.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c ../../../src/icmp/net_db.cc -fPIC -DPIC -o net_db.o >/dev/null 2>&1
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT Icmp6.o -MD -MP -MF ".deps/Icmp6.Tpo" -c -o Icmp6.o ../../../src/icmp/Icmp6.cc; \
        then mv -f ".deps/Icmp6.Tpo" ".deps/Icmp6.Po"; else rm -f ".deps/Icmp6.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT pinger.o -MD -MP -MF ".deps/pinger.Tpo" -c -o pinger.o ../../../src/icmp/pinger.cc; \
        then mv -f ".deps/pinger.Tpo" ".deps/pinger.Po"; else rm -f ".deps/pinger.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o `test -f '../../../src/debug.cc' || echo '../../../src/icmp/'`../../../src/debug.cc; \
        then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT globals.o -MD -MP -MF ".deps/globals.Tpo" -c -o globals.o `test -f '../../src/globals.cc' || echo '../../../src/icmp/'`../../src/globals.cc; \
        then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globals.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT time.o -MD -MP -MF ".deps/time.Tpo" -c -o time.o `test -f '../../../src/time.cc' || echo '../../../src/icmp/'`../../../src/time.cc; \
        then mv -f ".deps/time.Tpo" ".deps/time.Po"; else rm -f ".deps/time.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT SquidConfig.o -MD -MP -MF ".deps/SquidConfig.Tpo" -c -o SquidConfig.o `test -f '../../../src/SquidConfig.cc' || echo '../../../src/icmp/'`../../../src/SquidConfig.cc; \
        then mv -f ".deps/SquidConfig.Tpo" ".deps/SquidConfig.Po"; else rm -f ".deps/SquidConfig.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT SquidNew.o -MD -MP -MF ".deps/SquidNew.Tpo" -c -o SquidNew.o `test -f '../../../src/SquidNew.cc' || echo '../../../src/icmp/'`../../../src/SquidNew.cc; \
        then mv -f ".deps/SquidNew.Tpo" ".deps/SquidNew.Po"; else rm -f ".deps/SquidNew.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -MT stub_HelperChildConfig.o -MD -MP -MF ".deps/stub_HelperChildConfig.Tpo" -c -o stub_HelperChildConfig.o `test -f '../../../src/tests/stub_HelperChildConfig.cc' || echo '../../../src/icmp/'`../../../src/tests/stub_HelperChildConfig.cc; \
        then mv -f ".deps/stub_HelperChildConfig.Tpo" ".deps/stub_HelperChildConfig.Po"; else rm -f ".deps/stub_HelperChildConfig.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libicmp-core.la Icmp.lo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o libicmp.la IcmpSquid.lo net_db.lo
/usr/bin/ar cru .libs/libicmp-core.a .libs/Icmp.o
ranlib .libs/libicmp-core.a
creating libicmp-core.la
(cd .libs && rm -f libicmp-core.la && ln -s ../libicmp-core.la libicmp-core.la)
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o pinger -ldl IcmpPinger.o Icmp4.o Icmp6.o pinger.o debug.o globals.o time.o SquidConfig.o SquidNew.o stub_HelperChildConfig.o libicmp-core.la ../ip/libip.la -ldl -lm -lnsl ../../lib/libmiscutil.a
/usr/bin/ar cru .libs/libicmp.a .libs/IcmpSquid.o .libs/net_db.o
ranlib .libs/libicmp.a
creating libicmp.la
(cd .libs && rm -f libicmp.la && ln -s ../libicmp.la libicmp.la)
g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -g -O2 -g -o pinger IcmpPinger.o Icmp4.o Icmp6.o pinger.o debug.o globals.o time.o SquidConfig.o SquidNew.o stub_HelperChildConfig.o ./.libs/libicmp-core.a ../ip/.libs/libip.a -ldl -lm -lnsl ../../lib/libmiscutil.a
debug.o: In function `debugLogKid':
<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/icmp/../../../src/debug.cc>:552: undefined reference to `KidIdentifier'
collect2: ld returned 1 exit status
make[4]: *** [pinger] Error 1
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/icmp'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 2
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-02-maximus.opts
<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-02-maximus/squid-3.HEAD-BZR/_build/src/icmp/../../../src/debug.cc>:552: undefined reference to `KidIdentifier'
make[4]: *** [pinger] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 2
Build FAILED.
Received on Wed Jul 07 2010 - 03:24:37 MDT

This archive was generated by hypermail 2.2.0 : Wed Jul 07 2010 - 12:00:40 MDT