Build failed in Jenkins: 3.2-matrix » ubuntu-natty-x64 #165

From: <noc_at_squid-cache.org>
Date: Sun, 21 Aug 2011 17:17:45 +0200 (CEST)

See <http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/165/changes>

Changes:

[Amos Jeffries] Bug 3213: https sites (CONNECT) not open when using NTLM

[Amos Jeffries] Bug 2279: Log Format options to log server source IP and port

* Add %<a and %<p log format tokens

* Remove log_ip_on_direct configuration directive

* Rename %la to %>la and %lp to %>lp

* polish log format tokens and documentation

* de-duplicate tunnel.cc and forward.cc updateHierarchyInfo() code.

This last is the only big logic change. It involved creating hier.note()
and shuffling bits of code around inside forward.cc to ensure
connection setup had a single function, startConnectionOrFai(), which
began the server connect process for all destination changes.

[Amos Jeffries] Bug 3288: regression in %<la and %<lp

[Amos Jeffries] Fix logformat token initialization

[Amos Jeffries] Doxygen style updates

It appears that doxygen 1.7.4 takes the header HTML we give it and 'fixes'
missing tags before appending the footer we give it.

[Amos Jeffries] Compile fix: use code instead of static initialization

g++ 4.4.5 on ARM mis-detects an inizializer's variable size. Give it a hint.

[Amos Jeffries] Polish: warn on every ssl-bump disable, with port details

[Amos Jeffries] Fix NIS helper build on FreeBSD

Fails on clang++ and other strict compilers due to missing __cplusplus
checks in FreeBSD system headers and yp_prot.h typedefs bool unless
BOOL_DEFINED is defined.

[Amos Jeffries] Bug 1791: timestampsSet does not validate Date: if server sends very old date

[Amos Jeffries] Bug 3211: ssl_crtd start even if no ssl-bump port is configured

[Amos Jeffries] Bug 3289: cache manager parameters not parsed without password

[Amos Jeffries] Bug 3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable

It is possible that the next hop connection is going through the closing steps
when we receive a "noteMoreBodySpaceAvailable" notification from the response
body consumer. Do not try to read in this case.

[Amos Jeffries] Fix compile errors detected by clang++

[Amos Jeffries] Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes

[Amos Jeffries] Optimize regular expression ACLs

This patch is inspired by the work that I did for ufdbGuard and a few emails with Amos.

The new code optimises lists of regular expressions.

The optimisations are:
* initial .* is stripped
* RE-1 RE-2 ... RE-n are joined into one large RE: (RE-1)|(RE-2)|...|(RE-n)
* -i ... -i options are optimised: the second one is ignored, same for +i

If compounding optimization fails it falls back to using unoptimized
expressions.

[Amos Jeffries] Convert tunnel to use MemBuf buffers

[Amos Jeffries] Migrate cf_gen tool from C-style to C++

------------------------------------------
[...truncated 3657 lines...]
mv -f .deps/crypt_md5.Tpo .deps/crypt_md5.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_ncsa_auth basic_ncsa_auth.o crypt_md5.o ../../../lib/libmisccontainers.la ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_ncsa_auth basic_ncsa_auth.o crypt_md5.o ../../../lib/.libs/libmisccontainers.a ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/NCSA'>
Making all in NIS
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/NIS'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/basic_auth/NIS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT basic_nis_auth.o -MD -MP -MF .deps/basic_nis_auth.Tpo -c -o basic_nis_auth.o ../../../../helpers/basic_auth/NIS/basic_nis_auth.cc
mv -f .deps/basic_nis_auth.Tpo .deps/basic_nis_auth.Po
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/basic_auth/NIS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT nis_support.o -MD -MP -MF .deps/nis_support.Tpo -c -o nis_support.o ../../../../helpers/basic_auth/NIS/nis_support.cc
mv -f .deps/nis_support.Tpo .deps/nis_support.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_nis_auth basic_nis_auth.o nis_support.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_nis_auth basic_nis_auth.o nis_support.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/NIS'>
Making all in POP3
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/POP3'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/basic_auth/POP3/basic_pop3_auth.pl.in >basic_pop3_auth || (/bin/rm -f -f basic_pop3_auth ; exit 1)
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/POP3'>
Making all in RADIUS
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/RADIUS'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/basic_auth/RADIUS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT basic_radius_auth.o -MD -MP -MF .deps/basic_radius_auth.Tpo -c -o basic_radius_auth.o ../../../../helpers/basic_auth/RADIUS/basic_radius_auth.cc
mv -f .deps/basic_radius_auth.Tpo .deps/basic_radius_auth.Po
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/basic_auth/RADIUS -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT radius-util.o -MD -MP -MF .deps/radius-util.Tpo -c -o radius-util.o ../../../../helpers/basic_auth/RADIUS/radius-util.cc
mv -f .deps/radius-util.Tpo .deps/radius-util.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_radius_auth basic_radius_auth.o radius-util.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_radius_auth basic_radius_auth.o radius-util.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/RADIUS'>
Making all in SMB
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/SMB'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -DHELPERSCRIPT=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/basic_smb_auth.sh\"> -g -O2 -MT basic_smb_auth-basic_smb_auth.o -MD -MP -MF .deps/basic_smb_auth-basic_smb_auth.Tpo -c -o basic_smb_auth-basic_smb_auth.o `test -f 'basic_smb_auth.cc' || echo '../../../../helpers/basic_auth/SMB/'`basic_smb_auth.cc
mv -f .deps/basic_smb_auth-basic_smb_auth.Tpo .deps/basic_smb_auth-basic_smb_auth.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DHELPERSCRIPT=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/basic_smb_auth.sh\"> -g -O2 -g -o basic_smb_auth basic_smb_auth-basic_smb_auth.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -DHELPERSCRIPT=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/basic_smb_auth.sh\"> -g -O2 -g -o basic_smb_auth basic_smb_auth-basic_smb_auth.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/SMB'>
Making all in fake
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/fake'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT fake.o -MD -MP -MF .deps/fake.Tpo -c -o fake.o ../../../../helpers/basic_auth/fake/fake.cc
mv -f .deps/fake.Tpo .deps/fake.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_fake_auth fake.o -L../../../compat -lcompat-squid
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_fake_auth fake.o -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/fake'>
Making all in getpwnam
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/getpwnam'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT basic_getpwnam_auth.o -MD -MP -MF .deps/basic_getpwnam_auth.Tpo -c -o basic_getpwnam_auth.o ../../../../helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc
mv -f .deps/basic_getpwnam_auth.Tpo .deps/basic_getpwnam_auth.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_getpwnam_auth basic_getpwnam_auth.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o basic_getpwnam_auth basic_getpwnam_auth.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth/getpwnam'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/basic_auth'>
Making all in digest_auth
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth'>
Making all in file
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth/file'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/digest_auth/file -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT digest_file_auth.o -MD -MP -MF .deps/digest_file_auth.Tpo -c -o digest_file_auth.o ../../../../helpers/digest_auth/file/digest_file_auth.cc
mv -f .deps/digest_file_auth.Tpo .deps/digest_file_auth.Po
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../helpers/digest_auth/file -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT text_backend.o -MD -MP -MF .deps/text_backend.Tpo -c -o text_backend.o ../../../../helpers/digest_auth/file/text_backend.cc
mv -f .deps/text_backend.Tpo .deps/text_backend.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o digest_file_auth digest_file_auth.o text_backend.o ../../../lib/libmisccontainers.la ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o digest_file_auth digest_file_auth.o text_backend.o ../../../lib/.libs/libmisccontainers.a ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth/file'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/digest_auth'>
Making all in external_acl
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl'>
Making all in file_userip
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/file_userip'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT ext_file_userip_acl.o -MD -MP -MF .deps/ext_file_userip_acl.Tpo -c -o ext_file_userip_acl.o ../../../../helpers/external_acl/file_userip/ext_file_userip_acl.cc
mv -f .deps/ext_file_userip_acl.Tpo .deps/ext_file_userip_acl.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_file_userip_acl ext_file_userip_acl.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_file_userip_acl ext_file_userip_acl.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/file_userip'>
Making all in unix_group
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/unix_group'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT check_group.o -MD -MP -MF .deps/check_group.Tpo -c -o check_group.o ../../../../helpers/external_acl/unix_group/check_group.cc
mv -f .deps/check_group.Tpo .deps/check_group.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_unix_group_acl check_group.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ext_unix_group_acl check_group.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/unix_group'>
Making all in wbinfo_group
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/wbinfo_group'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../../helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in >ext_wbinfo_group_acl || (/bin/rm -f -f ext_wbinfo_group_acl ; exit 1)
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl/wbinfo_group'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/external_acl'>
Making all in log_daemon
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon'>
Making all in file
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon/file'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT log_file_daemon.o -MD -MP -MF .deps/log_file_daemon.Tpo -c -o log_file_daemon.o ../../../../helpers/log_daemon/file/log_file_daemon.cc
mv -f .deps/log_file_daemon.Tpo .deps/log_file_daemon.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o log_file_daemon log_file_daemon.o
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o log_file_daemon log_file_daemon.o
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon/file'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/log_daemon'>
Making all in negotiate_auth
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth'>
Making all in wrapper
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth/wrapper'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT negotiate_wrapper.o -MD -MP -MF .deps/negotiate_wrapper.Tpo -c -o negotiate_wrapper.o ../../../../helpers/negotiate_auth/wrapper/negotiate_wrapper.cc
mv -f .deps/negotiate_wrapper.Tpo .deps/negotiate_wrapper.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_wrapper_auth negotiate_wrapper.o ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o negotiate_wrapper_auth negotiate_wrapper.o ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth/wrapper'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/negotiate_auth'>
Making all in url_rewrite
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite'>
Making all in fake
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite/fake'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT fake.o -MD -MP -MF .deps/fake.Tpo -c -o fake.o ../../../../helpers/url_rewrite/fake/fake.cc
mv -f .deps/fake.Tpo .deps/fake.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o url_fake_rewrite fake.o -L../../../compat -lcompat-squid
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o url_fake_rewrite fake.o -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite/fake'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/url_rewrite'>
Making all in ntlm_auth
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth'>
Making all in fake
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth/fake'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT ntlm_fake_auth.o -MD -MP -MF .deps/ntlm_fake_auth.Tpo -c -o ntlm_fake_auth.o ../../../../helpers/ntlm_auth/fake/ntlm_fake_auth.cc
mv -f .deps/ntlm_fake_auth.Tpo .deps/ntlm_fake_auth.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_fake_auth ntlm_fake_auth.o ../../../lib/ntlmauth/libntlmauth.la ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_fake_auth ntlm_fake_auth.o ../../../lib/ntlmauth/.libs/libntlmauth.a ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth/fake'>
Making all in smb_lm
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth/smb_lm'>
g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -I../../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT ntlm_smb_lm_auth.o -MD -MP -MF .deps/ntlm_smb_lm_auth.Tpo -c -o ntlm_smb_lm_auth.o ../../../../helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc
mv -f .deps/ntlm_smb_lm_auth.Tpo .deps/ntlm_smb_lm_auth.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o ../../../lib/smblib/libsmblib.la ../../../lib/rfcnb/librfcnb.la ../../../lib/ntlmauth/libntlmauth.la ../../../lib/libmiscencoding.la -L../../../compat -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl -ldl
libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -g -o ntlm_smb_lm_auth ntlm_smb_lm_auth.o ../../../lib/smblib/.libs/libsmblib.a ../../../lib/rfcnb/.libs/librfcnb.a ../../../lib/ntlmauth/.libs/libntlmauth.a ../../../lib/.libs/libmiscencoding.a -L<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/compat> -lcompat-squid -lcrypt -lm -lnsl -lresolv -lcap -ldl
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth/smb_lm'>
make[4]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth'>
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers/ntlm_auth'>
make[3]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers'>
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers'>
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/helpers'>
Making all in src
make[2]: Entering directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/src'>
mawk -f ../../src/cf_gen_defines <../../src/cf.data.pre >cf_gen_defines.cci || (/bin/rm -f -f cf_gen_defines.cci && exit 1)
sed \
        -e "s%[@]DEFAULT_HTTP_PORT[@]%3128%g" \
        -e "s%[@]DEFAULT_ICP_PORT[@]%3130%g" \
        -e "s%[@]DEFAULT_CACHE_EFFECTIVE_USER[@]%nobody%g" \
        -e "s%[@]DEFAULT_MIME_TABLE[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/etc/mime.conf%g"> \
        -e "s%[@]DEFAULT_DNSSERVER[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> dnsserver | sed 's,x,x,;s/$//'`%g" \
        -e "s%[@]DEFAULT_SSL_CRTD[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> ssl_crtd | sed 's,x,x,;s/$//'`%g" \
        -e "s%[@]DEFAULT_UNLINKD[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> unlinkd | sed 's,x,x,;s/$//'`%g" \
        -e "s%[@]DEFAULT_PINGER[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> pinger | sed 's,x,x,;s/$//'`%g" \
        -e "s%[@]DEFAULT_DISKD[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> diskd | sed 's,x,x,;s/$//'`%g" \
        -e "s%[@]DEFAULT_LOGFILED[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/libexec/`echo> log_file_daemon | sed 's,x,x,;s/$//'`%g;" \
        -e "s%[@]DEFAULT_CACHE_LOG[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/logs/cache.log%g"> \
        -e "s%[@]DEFAULT_ACCESS_LOG[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/logs/access.log%g"> \
        -e "s%[@]DEFAULT_STORE_LOG[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/logs/store.log%g"> \
        -e "s%[@]DEFAULT_PID_FILE[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/run/squid.pid%g"> \
        -e "s%[@]DEFAULT_NETDB_FILE[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/logs/netdb.state%g"> \
        -e "s%[@]DEFAULT_SWAP_DIR[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/cache%g"> \
        -e "s%[@]DEFAULT_SSL_DB_DIR[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/var/lib/ssl_db%g"> \
        -e "s%[@]DEFAULT_ICON_DIR[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/share/icons%g"> \
        -e "s%[@]DEFAULT_CONFIG_DIR[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/etc%g"> \
        -e "s%[@]DEFAULT_PREFIX[@]%<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst%g"> \
        -e "s%[@]DEFAULT_HOSTS[@]%/etc/hosts%g" \
        -e "s%[@]SQUID[@]%SQUID\ 3.2.0.10-BZR%g" \
        < ../../src/cf.data.pre >cf.data
depbase=`echo cf_gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I../src -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT cf_gen.o -MD -MP -MF $depbase.Tpo -c -o cf_gen.o ../../src/cf_gen.cc &&\
        mv -f $depbase.Tpo $depbase.Po
../../src/cf_gen.cc: In function ‘void checkDepend(const std::string&, const char*, const TypeList&, const EntryList&)’:
../../src/cf_gen.cc:168:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:174:11: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc: In function ‘void usage(const char*)’:
../../src/cf_gen.cc:181:11: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc: In function ‘int main(int, char**)’:
../../src/cf_gen.cc:214:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:241:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:266:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:284:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:326:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:333:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:347:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:357:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:391:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:410:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:439:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:450:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc: In function ‘void gen_default_if_none(const EntryList&, std::ostream&)’:
../../src/cf_gen.cc:536:19: error: ‘exit’ was not declared in this scope
make[2]: *** [cf_gen.o] Error 1
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.2-matrix/./label=ubuntu-natty-x64/ws/btlayer-00-default/squid-3.2.0.10-BZR/_build'>
make: *** [distcheck] Error 1
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS:
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS:
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
checking for egrep... .././test-suite/../configure: line 6753: echo: write error: Broken pipe
checking for fgrep... .././test-suite/../configure: line 7580: echo: write error: Broken pipe
../../src/cf_gen.cc:168:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:174:11: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:181:11: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:214:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:241:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:266:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:284:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:326:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:333:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:347:27: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:357:23: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:391:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:410:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:439:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:450:15: error: ‘exit’ was not declared in this scope
../../src/cf_gen.cc:536:19: error: ‘exit’ was not declared in this scope
make[2]: *** [cf_gen.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Sun Aug 21 2011 - 15:18:03 MDT

This archive was generated by hypermail 2.2.0 : Sun Aug 21 2011 - 12:00:04 MDT