Build failed in Hudson: 3.HEAD-sparc-opensolaris-SunStudioCc #194

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

See <http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/194/changes>

Changes:

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: isaac <isaacarsenal_at_gmail.com>
Bug 2985: search scope for digest_ldap_auth didn't work

[Amos Jeffries <amosjeffries_at_squid-cache.org>] TestBed: --with-valgrind-debug is not longer universally testable.

Will fail on some machines, so it cannot be in the master 02-maximus level.

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <squid3_at_treenet.co.nz>] Author: Chad E. Naugle <chad.naugle_at_travimp.com>
Bug 2905: eDirectory (8.7 & 8.8) IPv4/IPv6->Username external ACL helper

Original code import.

[Amos Jeffries <squid3_at_treenet.co.nz>] Partial reverse of rev10645

recursive option hit problems. Its not really needed anyway.

[Amos Jeffries <squid3_at_treenet.co.nz>] Bug 2963: --with-valgrind-debug failures ignored

Made to hard-fail if --with is used.

[Alex Rousskov <rousskov_at_measurement-factory.com>] More AsyncJob rules based on squid-dev reviews:

- You must implement start() and doneAll() methods.
- In doneAll(), always call doneAll() of the parent.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Polished job start documentation.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Make --disable-loadable-modules work again

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Correction documentation of QoS disable-preserve-miss

[Alex Rousskov <rousskov_at_measurement-factory.com>] Added debugging scripts that work with detailed cache.log

scripts/find-alive.pl: pinpoint objects that are still alive, to find leaks
scripts/trace-job.pl: find cache.log lines that correspond to a given job
scripts/trace-master.pl: trace jobs related to a single master transaction

The scripts require maintenance as the logging format changes, but
they often simplify debugging by extracting relevant information from
tons of poorly structured cache.log data.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Polished AsyncJob documentation. Removed obsolete job call wrapping notes.

Only the comments have been changed.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Added initial extended documentation for AsyncJob API.

Needs dox syntax check and polishing.

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Update libtool autoconf macros to libtool2 style

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Remove .so from SASL build checks

We definitely require the .a and .la files to build against SASL libraries.
The run-time .so is only relevant later.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Karl Benoit <karl.isatwork_at_gmail.com>
Bug 2885: AIX support: c only c++ style comments test case

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Bug 2885: AIX support: check libm for log()

[Amos Jeffries <squid3_at_treenet.co.nz>] Document BodyPipe.h

[Amos Jeffries <squid3_at_treenet.co.nz>] Maintenance: reset working directory after snapshot sub-make.sh

[Alex Rousskov <rousskov_at_measurement-factory.com>] Bug 2651 fix: squid crashing with ident auth

Check whether the old-style (function-based) callback has the
function address to call. A writer may leave no "callback number".

[Amos Jeffries <squid3_at_treenet.co.nz>] Typo in Joomla fix

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Correct Joomla DB auth handling

Found while reading the code. Original clearly could not have worked as
it split the password field using an uninitialized delimiter.

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Author: Milen Pankov <mail_at_milen.pankov.eu>
squid_db_auth support md5 encrypted passwords

--md5 option supporting unsalted MD5 password

[Alex Rousskov <rousskov_at_measurement-factory.com>] Fixed memory leak related to retried requests.

ErrorState object was not destroyed if the failed request to the origin
server or peer was retried.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Prevent memory leaks when cloning Range requests.

HttpRequest::range field was set to a new HttpHdrRange object twice:
once in HttpRequest::clone() and once in HttpRequest::hdrCacheInit()
called from clone().

Polished HttpReply::clone() to make sure HttpReply::hdrCacheInit()
does not use uninitialized HttpReply::sline field and to prevent
benign double-initialization of HttpReply::keep_alive.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Fixed memory leaks related to Range requests.

HttpRequest::range field could be cleared without destroying HttpHdrRange
object in clientInterpretRequestHeaders().

The range field is essentially a cached value of the parsed Range header.
Managing the cache outside its owner object is a bad idea.

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <squid3_at_treenet.co.nz>] Author: Various Translators
Translations Update auto-save

[Amos Jeffries <squid3_at_treenet.co.nz>] Helpers: cleanup wbinfo_group manual on distclean

[Amos Jeffries <squid3_at_treenet.co.nz>] Helpers: Naming and C++ update for external ACL helpers

* Also adds the Fake auth helper for testing Basic authentication.
* Also adds manual pages for most external ACL helpers

TODO: test for and fix any build issues on Windows.

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <squid3_at_treenet.co.nz>] Author: Henrik Nordstrom <henrik_at_henriknordstrom.net>
purge tool: making it work proper with current Squid versions

[Amos Jeffries <squid3_at_treenet.co.nz>] Author: Jens-S. V�ckler <voeckler_at_rvs.uni-hannover.de>
Import squid cache 'purge' tool

Just the original code import for crediting the original author.

TODO:
- patch to fix build problems in modern systems
- upgrade to cope with current cache_dir formats
- bundle and distribute updated tool

[Amos Jeffries <squid3_at_treenet.co.nz>] Helpers: unify auth helpers use of debug and HELPER_INPUT_BUFFER

[Amos Jeffries <squid3_at_treenet.co.nz>] Helpers: upgrade digest helpers to C++
renamed:
helpers/digest_auth/eDirectory/digest_pw_auth.c => helpers/digest_auth/eDirectory/digest_pw_auth.cc digest_pw_auth.c-20070624025010-4sve6i5a13e9-5
helpers/digest_auth/eDirectory/edir_ldapext.c => helpers/digest_auth/eDirectory/edir_ldapext.cc edir_ldapext.c-20070624025010-4sve6i5a13e9-6
helpers/digest_auth/eDirectory/ldap_backend.c => helpers/digest_auth/eDirectory/ldap_backend.cc ldap_backend.c-20070624025010-4sve6i5a13e9-8
helpers/digest_auth/ldap/ => helpers/digest_auth/LDAP/ ldap-20051229091100-g9k1l234r80t-1
helpers/digest_auth/ldap/digest_pw_auth.c => helpers/digest_auth/LDAP/digest_pw_auth.cc digest_pw_auth.c-20051229091100-g9k1l234r80t-5
helpers/digest_auth/ldap/ldap_backend.c => helpers/digest_auth/LDAP/ldap_backend.cc ldap_backend.c-20051229091100-g9k1l234r80t-6

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Maintenance: run webpage make from web directory

[Amos Jeffries <amosjeffries_at_squid-cache.org>] SMP: Use sys/uio.h for struct iovec

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Alex Rousskov <rousskov_at_measurement-factory.com>] Define MSG_NOSIGNAL if it is missing.

Solaris and possibly others do not provide this optional optimization.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Polished KidName example to use a real Squid process name.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Do not use NAME_MAX because it is not portable.

[Francesco Chemolli <kinkie_at_squid-cache.org>] Re-defined preprocessor macro for better consistency.

[Francesco Chemolli <kinkie_at_squid-cache.org>] Increased consistency in configure.in quoting
Fixed some compilation conditionals

[Amos Jeffries <amosjeffries_at_squid-cache.org>] SMP: Kid depends on sys/wait.h

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Alex Rousskov <rousskov_at_measurement-factory.com>] Moved KidIdentifier to globals to make pinger happy.

Pinger and possibly other optional externals require KidIdentifier via
debugs(). Instead of making KidIdentifier global, we could add a "plugin" API
to add program-dependent stuff to debugs() and friends, but we should not add
that kind of complexity unless really necessary. We could also link pinger
with libipc.la but that will probably cause more problems with IPC
dependencies.

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[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.

[Alex Rousskov <rousskov_at_measurement-factory.com>] Do not stop testheaders.sh on the first error, to be compatible with
"make -k check".

If testheaders.sh stops on the first error, it becomes very difficult to
test your changes with "make check" when somebody else broke some other
code or when the checks reach src/cf_parser.h and fail.

TODO: stop on the first error unless running under "make -k check".

[Alex Rousskov <rousskov_at_measurement-factory.com>] Do not stop accepting just because we got COMM_NOMESSAGE.

Do not dereference a possibly NULL callback pointer.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Better bug 2972 fix.

sed the includes explicitly. Previous run worked unless code was actually
bootstrapped to an older libtool version.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Bug 2972: LTDL 2.2.6b compile errors

Bundle a slightly hacked version of libltdl/ltdl.h which does not use <>
for inclusion of its dependency files. This makes it portable to OS with
older libtool versions.

[Amos Jeffries <squid3_at_treenet.co.nz>] Update negotiate SSPI helper

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Fix validaton of release version

[Amos Jeffries <squid3_at_treenet.co.nz>] More ChangeLog typos and corrections

[Amos Jeffries <squid3_at_treenet.co.nz>] Prep for 3.1.5

[Amos Jeffries <squid3_at_treenet.co.nz>] Make ENABLE_AUTH_* automake conditionals available

Pre-requisite for making the general code build obey --disable-auth-*

[Amos Jeffries <squid3_at_treenet.co.nz>] NTLM helpers cleanup pt 3: migrate libsmbval into libntlmauth

Library changes:
* ntlmauth.* files moved to libntlmauth/

* helpers/ntlm_auth/smb_lm/smbval moved to libntlmauth/

* No behaviour changes. Since I can't test the deeper logics.
Just enough to make the code built with portable types available in Squid

* API shuffled slightly to use less .h and to remove all external uses of
private *-priv.h definitions.

Library now provides three NTLM backend API:
libntlmauth/ntlmauth.h - NTLM packet handling
libntlmauth/smb.h - SMB LM credential validation
libntlmauth/rfcnb.h - RFCNB (NetBIOS) domain server communications

Helper Changes:

* NTLM helpers tweaked slightly to build with the adjusted libntlmauth API
and ntlm_smb_lm_auth helper to build as C++

* automake logics updated to obey --disable-auth and --disable-auth-ntlm

NOTE: There will be extra code safety and testing benefits gained by
converting libntlmauth to C++ as well. But that requries someone who
can test the code behaviour during the upgrade. For now this wil do.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Sync error templates list with actual content

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Real SSPI helper directory changed

[Amos Jeffries <amosjeffries_at_squid-cache.org>] SSPI helper directory changed

[Amos Jeffries <squid3_at_treenet.co.nz>] Author: Various Translators
Translations Update auto-save

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <squid3_at_treenet.co.nz>] Pull out the basic helper API definitions for sharing

[Amos Jeffries <squid3_at_treenet.co.nz>] Upgrade mswin_sspi_auth to ntlm_sspi_auth

* Make use of new libntlmauth API for several actions.

TODO: C++ upgrade will need to be done in conjunction with someone who
can assist testing the build.

[Amos Jeffries <squid3_at_treenet.co.nz>] Fix context leak in HttpStateData::processReplyHeader

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Correct deny_info tokens again.

url_presentable was not just enabling URL-encoding.
It restricts the set of tokens to those which produce data usable in
deny_info URLs.

Renamed to building_deny_info_url for clarity of use and added back in the
restrictions on adding protocol dumps and non-existent page names into the
URL.

[Automatic source maintenance <squidadm_at_squid-cache.org>] Fixed snapshots

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Document logfile_daemon data format

copied from helpers/log_daemon/file/log_file_daemon.cc

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Matthias Pitzl <silamael_at_coronamundi.de>
Bug 2967: raw-IPv6 address URL with append_domain broken

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Sean Critica <sean.critica_at_gmail.com>
Bug 2903: does not send X-Client-Ip in ICAP respmod

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Bug #2692: deny_info URL redirect data not properly URL encoded

The logics for determining if data inserted into deny_info redirection
URLs was a bit upside down, never actualy encoding anything.

[Amos Jeffries <squid3_at_treenet.co.nz>] Cleanup basic auth MSNT helper files

[Amos Jeffries <squid3_at_treenet.co.nz>] Manuals updates

[Amos Jeffries <squid3_at_treenet.co.nz>] Update the public address reference for myself

[Amos Jeffries <squid3_at_treenet.co.nz>] Maintenance: bit more debug on snapshots

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] off-by-one error when comparing SNMP OIDs when building the mib tree

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] free memory corruption introduced by the polishing of the SNMP tree generator.

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Kill unused variables

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Restart DNS retransmission count when restarting the query as an A lookup

[Robert Collins <robertc_at_robertcollins.net>] Bug 2950: HTTP responses with no Date, Last-modified or expired can
now be cached (given an appropriate refresh_pattern). Previously we
were not caching them in case of an infinite loop in cache farms:
however Squid adds Date: headers now which remove that concern.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Maintenance: Formater skip libltdl dirs

[Automatic source maintenance <squidadm_at_squid-cache.org>] Bootstrapped

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Maintenance: snapshot detect package name and version better.

The old patterns are no longer unique. Were setting the snapshot package
and version variables wrong.
Detect and use the formal PACKAGE_FOO=FOO settings instead now.

[Christos Tsantilas <chtsanti_at_users.sourceforge.net>] Author: Tsantilas Christos <chtsanti_at_users.sourceforge.net> , Alex Rousskov <rousskov_at_measurement-factory.com>
Support ICAP 206 Partial Content extension

The ICAP 206 Partial Content extension allows the ICAP agents to optionally
combine adapted and original HTTP message content.
For more information about ICAP Partial Content extension look at the
draft from the ICAP forum:

http://www.icap-forum.org/documents/specification/draft-icap-ext-partial-content-07.txt

The new configuration option "icap_206_enable" added to enable/disable
the 206 feature.

This is a Measurement Factory project.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Remove missed configure.in entry for no_check helper

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] Really delete ntlm_auth/no_check helper

[Amos Jeffries <squid3_at_treenet.co.nz>] Drop no_check.pl NTLM helper

It was a near duplicate of ntlm_fake_auth. But with some additional
cons:
* predictable challenge nonce (BAD)
* less configurable
* required run-time perl infrastructure.

The original perl code is kept as ntlm_fake_auth.pl.in for now but does
not get built and installed.

[Amos Jeffries <squid3_at_treenet.co.nz>] Maintenance: add some debug trace to HEAD snapshots

[Amos Jeffries <squid3_at_treenet.co.nz>] Restrict limited select() I/O loop below FD_SETSIZE.

Henrik informs that loosp using fd_set() (select and win32-select) must
be kept below FD_SETSIZE or they can hang Squid or cause out-of-bounds
memory errors.

NP: Squid-2 does not appear to limit select() like this. May need fixing too.

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Revert libntlmauth .h dependency changes.

catch-22:
* without these ntlm helpers dont pick up libntlmauth API changes in .h

* with these libntlmauth fails make dist with file overwrite Permission errors.

Caused by the automated natiure of include/*.h dist bundling. This will be
properly resolved when libntlmauth can be broken out of lib/ and include/

[Automatic source maintenance <squidadm_at_squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <squid3_at_treenet.co.nz>] Updated release notes

[Amos Jeffries <squid3_at_treenet.co.nz>] Upgrade ntlm_fake_auth helper and internal libntlmauth

Fake auth helper changes:

- renames fakeauth to ntlm_fake_auth
- links ntlm_fake_auth to libntlmauth
- removes duplicate code provided by libcompat and libntlmauth
- moves the remaining bits of fakeauth/ntlm.h to ntlm_fake_auth.cc

Library API changes:

- moves some of the basic NTLM operations into libntlmauth
* fetch_string UNICODE support
* make challenge packet
* validate packet type
* make challenge nonce
* unpack user and domain from authenticate packet

- tweaks libntlmauth to split the make challenge operation so that it
only generates the challenge object (does not encode blob for sending,
or hard-code field values any more).

Other related changes:

- tweaks the smb_lm helper which already linked libntlmauth so that it
uses the updated API correctly after the above changes.

- documents libntlmauth and some of ntlm_fake_auth helper

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Port from 2.7: max_filedescriptor config option

Since Squid no longer really has any hardcoded filedescriptor limitations
it makes sense to have a squid.conf directive allowing the number of
filedescriptors to be tuned runtime. Default if unset is to obey whatever
ulimit settings as before.

setMaxFD: figures out what to we can use for Squid_MaxFD

setSystemLimits: Configures the system limitations to match our
expectations which might be lower than what setMaxFD finds if
the comm loop has additional restrictions

[Henrik Nordstrom <henrik_at_henriknordstrom.net>] persistent_connection_after_error is meant to be on by default

for some reason the default was set to off. Default should be on
as reflected in the description.

------------------------------------------
[...truncated 4092 lines...]
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libbasic.a .libs/basicScheme.o .libs/auth_basic.o .libs/basicUserRequest.o
libtool: link: ( cd ".libs" && rm -f "libbasic.la" && ln -s "../libbasic.la" "libbasic.la" )
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../src/auth -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/auth/Acl.cc -o Acl.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../src/auth -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/auth/digest/digestUserRequest.cc -o digestUserRequest.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../src/auth -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/auth/AclMaxUserIp.cc -o AclMaxUserIp.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../src/auth -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/auth/AclProxyAuth.cc -o AclProxyAuth.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I../../../src/auth -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/auth/digest/auth_digest.cc -o auth_digest.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libacls.la Acl.lo AclMaxUserIp.lo AclProxyAuth.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libacls.a .libs/Acl.o .libs/AclMaxUserIp.o .libs/AclProxyAuth.o
libtool: link: ( cd ".libs" && rm -f "libacls.la" && ln -s "../libacls.la" "libacls.la" )
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libdigest.la digestScheme.lo auth_digest.lo digestUserRequest.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libdigest.a .libs/digestScheme.o .libs/auth_digest.o .libs/digestUserRequest.o
libtool: link: ( cd ".libs" && rm -f "libdigest.la" && ln -s "../libdigest.la" "libdigest.la" )
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -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
libtool: link: (cd .libs/libauth.lax/libbasic.a && /usr/gnu/bin/ar x "<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/./.libs/libbasic.a")>
libtool: link: (cd .libs/libauth.lax/libntlm.a && /usr/gnu/bin/ar x "<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/./.libs/libntlm.a")>
libtool: link: (cd .libs/libauth.lax/libnegotiate.a && /usr/gnu/bin/ar x "<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/./.libs/libnegotiate.a")>
libtool: link: (cd .libs/libauth.lax/libdigest.a && /usr/gnu/bin/ar x "<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/./.libs/libdigest.a")>
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .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/basicUserRequest.o .libs/libauth.lax/libbasic.a/auth_basic.o .libs/libauth.lax/libbasic.a/basicScheme.o .libs/libauth.lax/libntlm.a/ntlmUserRequest.o .libs/libauth.lax/libntlm.a/auth_ntlm.o .libs/libauth.lax/libntlm.a/ntlmScheme.o .libs/libauth.lax/libnegotiate.a/negotiateUserRequest.o .libs/libauth.lax/libnegotiate.a/negotiateScheme.o .libs/libauth.lax/libnegotiate.a/auth_negotiate.o .libs/libauth.lax/libdigest.a/auth_digest.o .libs/libauth.lax/libdigest.a/digestScheme.o .libs/libauth.lax/libdigest.a/digestUserRequest.o
libtool: link: rm -fr .libs/libauth.lax
libtool: link: ( cd ".libs" && rm -f "libauth.la" && ln -s "../libauth.la" "libauth.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth'>
Making all in ip
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ip'>
source='../../../src/ip/Address.cc' object='Address.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Address.lo ../../../src/ip/Address.cc
source='../../../src/ip/Intercept.cc' object='Intercept.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Intercept.lo ../../../src/ip/Intercept.cc
source='../../../src/ip/QosConfig.cc' object='QosConfig.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o QosConfig.lo ../../../src/ip/QosConfig.cc
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/Intercept.cc -KPIC -DPIC -o .libs/Intercept.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/QosConfig.cc -KPIC -DPIC -o .libs/QosConfig.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/Address.cc -KPIC -DPIC -o .libs/Address.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/Address.cc -o Address.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/QosConfig.cc -o QosConfig.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ip/Intercept.cc -o Intercept.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libip.la Address.lo Intercept.lo QosConfig.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libip.a .libs/Address.o .libs/Intercept.o .libs/QosConfig.o
libtool: link: ( cd ".libs" && rm -f "libip.la" && ln -s "../libip.la" "libip.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ip'>
Making all in icmp
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/icmp'>
source='../../../src/icmp/Icmp.cc' object='Icmp.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Icmp.lo ../../../src/icmp/Icmp.cc
source='../../../src/icmp/IcmpSquid.cc' object='IcmpSquid.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o IcmpSquid.lo ../../../src/icmp/IcmpSquid.cc
source='../../../src/icmp/net_db.cc' object='net_db.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o net_db.lo ../../../src/icmp/net_db.cc
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/Icmp.cc -KPIC -DPIC -o .libs/Icmp.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/IcmpSquid.cc -KPIC -DPIC -o .libs/IcmpSquid.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/net_db.cc -KPIC -DPIC -o .libs/net_db.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/Icmp.cc -o Icmp.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/IcmpSquid.cc -o IcmpSquid.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=NULL -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/icmp/net_db.cc -o net_db.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libicmp-core.la Icmp.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libicmp-core.a .libs/Icmp.o
libtool: link: ( cd ".libs" && rm -f "libicmp-core.la" && ln -s "../libicmp-core.la" "libicmp-core.la" )
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libicmp.la IcmpSquid.lo net_db.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libicmp.a .libs/IcmpSquid.o .libs/net_db.o
libtool: link: ( cd ".libs" && rm -f "libicmp.la" && ln -s "../libicmp.la" "libicmp.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/icmp'>
Making all in ident
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ident'>
source='../../../src/ident/AclIdent.cc' object='AclIdent.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o AclIdent.lo ../../../src/ident/AclIdent.cc
source='../../../src/ident/Ident.cc' object='Ident.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Ident.lo ../../../src/ident/Ident.cc
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ident/Ident.cc -KPIC -DPIC -o .libs/Ident.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ident/AclIdent.cc -KPIC -DPIC -o .libs/AclIdent.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ident/Ident.cc -o Ident.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ident/AclIdent.cc -o AclIdent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o libident.la AclIdent.lo Ident.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/libident.a .libs/AclIdent.o .libs/Ident.o
libtool: link: ( cd ".libs" && rm -f "libident.la" && ln -s "../libident.la" "libident.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ident'>
Making all in log
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/log'>
source='../../../src/log/access_log.cc' object='access_log.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o access_log.lo ../../../src/log/access_log.cc
source='../../../src/log/Config.cc' object='Config.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Config.lo ../../../src/log/Config.cc
source='../../../src/log/File.cc' object='File.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o File.lo ../../../src/log/File.cc
source='../../../src/log/ModDaemon.cc' object='ModDaemon.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o ModDaemon.lo ../../../src/log/ModDaemon.cc
source='../../../src/log/ModStdio.cc' object='ModStdio.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o ModStdio.lo ../../../src/log/ModStdio.cc
source='../../../src/log/ModSyslog.cc' object='ModSyslog.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o ModSyslog.lo ../../../src/log/ModSyslog.cc
source='../../../src/log/ModTcp.cc' object='ModTcp.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o ModTcp.lo ../../../src/log/ModTcp.cc
source='../../../src/log/ModUdp.cc' object='ModUdp.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o ModUdp.lo ../../../src/log/ModUdp.cc
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/access_log.cc -KPIC -DPIC -o .libs/access_log.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModStdio.cc -KPIC -DPIC -o .libs/ModStdio.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModUdp.cc -KPIC -DPIC -o .libs/ModUdp.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModTcp.cc -KPIC -DPIC -o .libs/ModTcp.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModSyslog.cc -KPIC -DPIC -o .libs/ModSyslog.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/Config.cc -KPIC -DPIC -o .libs/Config.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModDaemon.cc -KPIC -DPIC -o .libs/ModDaemon.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/File.cc -KPIC -DPIC -o .libs/File.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/Config.cc -o Config.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModSyslog.cc -o ModSyslog.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModStdio.cc -o ModStdio.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/File.cc -o File.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModUdp.cc -o ModUdp.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModTcp.cc -o ModTcp.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/ModDaemon.cc -o ModDaemon.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/log/access_log.cc -o access_log.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link ccache /opt/SunStudioExpress/prod/bin/CC -D_REENTRANT -g -L/usr/local/sunstudio-libs/lib -o liblog.la access_log.lo Config.lo File.lo ModDaemon.lo ModStdio.lo ModSyslog.lo ModTcp.lo ModUdp.lo
libtool: link: ccache /opt/SunStudioExpress/prod/bin/CC -xar -o .libs/liblog.a .libs/access_log.o .libs/Config.o .libs/File.o .libs/ModDaemon.o .libs/ModStdio.o .libs/ModSyslog.o .libs/ModTcp.o .libs/ModUdp.o
libtool: link: ( cd ".libs" && rm -f "liblog.la" && ln -s "../liblog.la" "liblog.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/log'>
Making all in ipc
make[4]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ipc'>
source='../../../src/ipc/FdNotes.cc' object='FdNotes.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o FdNotes.lo ../../../src/ipc/FdNotes.cc
source='../../../src/ipc/Kid.cc' object='Kid.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Kid.lo ../../../src/ipc/Kid.cc
source='../../../src/ipc/Kids.cc' object='Kids.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Kids.lo ../../../src/ipc/Kids.cc
source='../../../src/ipc/Messages.cc' object='Messages.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Messages.lo ../../../src/ipc/Messages.cc
source='../../../src/ipc/StartListening.cc' object='StartListening.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o StartListening.lo ../../../src/ipc/StartListening.cc
source='../../../src/ipc/SharedListen.cc' object='SharedListen.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o SharedListen.lo ../../../src/ipc/SharedListen.cc
source='../../../src/ipc/TypedMsgHdr.cc' object='TypedMsgHdr.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o TypedMsgHdr.lo ../../../src/ipc/TypedMsgHdr.cc
source='../../../src/ipc/Coordinator.cc' object='Coordinator.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Coordinator.lo ../../../src/ipc/Coordinator.cc
source='../../../src/ipc/UdsOp.cc' object='UdsOp.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o UdsOp.lo ../../../src/ipc/UdsOp.cc
source='../../../src/ipc/Port.cc' object='Port.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Port.lo ../../../src/ipc/Port.cc
source='../../../src/ipc/Strand.cc' object='Strand.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../cfgaux/depcomp \
        /bin/sh ../../libtool --tag=CXX --mode=compile ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H -DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\"> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c -o Strand.lo ../../../src/ipc/Strand.cc
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Kid.cc -KPIC -DPIC -o .libs/Kid.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Kids.cc -KPIC -DPIC -o .libs/Kids.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/StartListening.cc -KPIC -DPIC -o .libs/StartListening.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Strand.cc -KPIC -DPIC -o .libs/Strand.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Port.cc -KPIC -DPIC -o .libs/Port.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Messages.cc -KPIC -DPIC -o .libs/Messages.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/SharedListen.cc -KPIC -DPIC -o .libs/SharedListen.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/TypedMsgHdr.cc -KPIC -DPIC -o .libs/TypedMsgHdr.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Coordinator.cc -KPIC -DPIC -o .libs/Coordinator.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/FdNotes.cc -KPIC -DPIC -o .libs/FdNotes.o
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/UdsOp.cc -KPIC -DPIC -o .libs/UdsOp.o
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [Messages.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Kid.cc -o Kid.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/FdNotes.cc -o FdNotes.o >/dev/null 2>&1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/Kids.cc -o Kids.o >/dev/null 2>&1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
"../../../src/ipc/TypedMsgHdr.cc", line 48: Error: Cannot assign Ipc::TypedMsgHdr::DataBuffer* to char*.
"../../../src/ipc/TypedMsgHdr.cc", line 54: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 55: Error: msg_controllen is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 56: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 58: Error: msg_controllen is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 58: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 106: Error: The function "CMSG_FIRSTHDR" must have a prototype.
"../../../src/ipc/TypedMsgHdr.cc", line 109: Error: The function "CMSG_LEN" must have a prototype.
"../../../src/ipc/TypedMsgHdr.cc", line 111: Error: The function "CMSG_DATA" must have a prototype.
"../../../src/ipc/TypedMsgHdr.cc", line 113: Error: msg_controllen is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 119: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 119: Error: msg_controllen is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 121: Error: The function "CMSG_FIRSTHDR" must have a prototype.
"../../../src/ipc/TypedMsgHdr.cc", line 126: Error: The function "CMSG_DATA" must have a prototype.
"../../../src/ipc/TypedMsgHdr.cc", line 148: Error: Cannot assign Ipc::TypedMsgHdr::DataBuffer* to char*.
"../../../src/ipc/TypedMsgHdr.cc", line 165: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 165: Error: msg_controllen is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 166: Error: msg_control is not defined.
"../../../src/ipc/TypedMsgHdr.cc", line 167: Error: msg_controllen is not defined.
21 Error(s) detected.
make[4]: *** [TypedMsgHdr.lo] Error 1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [Strand.lo] Error 1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [UdsOp.lo] Error 1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [Port.lo] Error 1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [Coordinator.lo] Error 1
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: The function "CMSG_SPACE" must have a prototype.
"../../../src/ipc/TypedMsgHdr.h", line 66: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) detected.
make[4]: *** [SharedListen.lo] Error 1
libtool: compile: ccache /opt/SunStudioExpress/prod/bin/CC -DHAVE_CONFIG_H "-DDEFAULT_PREFIX=\"<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst\""> -I../../.. -I../../../include -I../../../src -I../../include -I/usr/local/include -I/usr/include/gssapi -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include/kerberosv5 -D_REENTRANT -g -c ../../../src/ipc/StartListening.cc -o StartListening.o >/dev/null 2>&1
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/ipc'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-sparc-opensolaris-SunStudioCc/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
make[4]: *** [Messages.lo] Error 1
make[4]: *** [TypedMsgHdr.lo] Error 1
make[4]: *** [Strand.lo] Error 1
make[4]: *** [UdsOp.lo] Error 1
make[4]: *** [Port.lo] Error 1
make[4]: *** [Coordinator.lo] Error 1
make[4]: *** [SharedListen.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Received on Wed Jul 21 2010 - 10:12:29 MDT

This archive was generated by hypermail 2.2.0 : Sun Jul 25 2010 - 12:00:10 MDT