Build failed in Jenkins: 3.HEAD-amd64-CentOS-5.3 #2379

From: <noc_at_squid-cache.org>
Date: Wed, 1 May 2013 09:04:11 +0200 (CEST)

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

Changes:

[Amos Jeffries] autoconf upgrade: basic_auth helpers (and Bug 3793)

Convert the basic_auth bundled helpers from using bash to m4 scripts
when testgn which helpers are able to be built.

This conversion allows us to leverage existing information found by
./configure in the helper test scritps, and to de-duplicate and simplify
many of the testing checks.

This required shuffling the SASL checks into a custom macro, which is
altered from a halting ERROR when SASL is absent to a softer WARNING,
but prevents the SASL helpers building - which the old checks did not
guarantee. Resolving Bug 3793.

The nature of m4 macros adds two small long term issues. Both
well-known issues with m4_include() expansion:
* the macro is expanded in-place without scoping separation.
So any brokenness in the child scripts will be a little harder to
identify and may result in breakage of modues other than the one whose
child script was the cause.

* the macro takes literal arguments without variable expansion.
So a "full" path relative to the main configure.ac script is required
in every include. Meaning the modules.m4 file cannot simply
sub-include using the $helper script variable, but must be a full
expansion of the modules set.

------------------------------------------
[...truncated 1751 lines...]
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch ro.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename ru.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch ru.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename sk.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch sk.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename sl.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch sl.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename sr-cyrl.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch sr-cyrl.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename sr-latn.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch sr-latn.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename sv.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch sv.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename th.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch th.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename tr.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch tr.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename uk.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch uk.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename uz.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch uz.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename vi.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch vi.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename zh-cn.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch zh-cn.lang
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then \
            lang=`basename zh-tw.lang .lang`; \
            mkdir -p ../errors/$lang; \
            echo -n "Translate '$lang' ..."; \
            for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
                page=`basename $f`; \
                 ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
            done; \
            cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
            echo "done."; \
        fi; \
        touch zh-tw.lang
for lang in af.lang ar.lang az.lang bg.lang ca.lang cs.lang da.lang de.lang el.lang en.lang es.lang et.lang fa.lang fi.lang fr.lang he.lang hu.lang hy.lang id.lang it.lang ja.lang ko.lang lt.lang lv.lang ms.lang nl.lang oc.lang pl.lang pt-br.lang pt.lang ro.lang ru.lang sk.lang sl.lang sr-cyrl.lang sr-latn.lang sv.lang th.lang tr.lang uk.lang uz.lang vi.lang zh-cn.lang zh-tw.lang ; do \
          lang=`basename $lang .lang`; \
          if test -d $lang ; then \
                mkdir -p <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/errors/$lang;> \
                cp -p ../errors/$lang/ERR_* <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/errors/$lang> || exit 1; \
                cp -p ../errors/$lang/error-details.txt <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/errors/$lang> || exit 1; \
          fi; \
        done
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/errors'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/errors'>
make[1]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/contrib'>
mkdir -p -- <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/contrib/nextstep> <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/contrib/solaris>
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/contrib'>
make[1]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/doc'>
list='manuals'; for subdir in $list; do \
          if test "$subdir" = .; then :; else \
            test -d "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/doc/$subdir"> \
            || mkdir -p -- "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/doc/$subdir"> \
            || exit 1; \
            distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/doc> && pwd`; \
            top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR> && pwd`; \
            (cd $subdir && \
              make \
                top_distdir="$top_distdir" \
                distdir="$distdir/$subdir" \
                distdir) \
              || exit 1; \
          fi; \
        done
make[2]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/doc/manuals'>
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/doc/manuals'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/doc'>
make[1]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers'>
list='basic_auth digest_auth external_acl log_daemon negotiate_auth ntlm_auth url_rewrite ssl'; for subdir in $list; do \
          if test "$subdir" = .; then :; else \
            test -d "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers/$subdir"> \
            || mkdir -p -- "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers/$subdir"> \
            || exit 1; \
            distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers> && pwd`; \
            top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR> && pwd`; \
            (cd $subdir && \
              make \
                top_distdir="$top_distdir" \
                distdir="$distdir/$subdir" \
                distdir) \
              || exit 1; \
          fi; \
        done
make[2]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers/basic_auth'>
list='DB fake getpwnam LDAP MSNT MSNT-multi-domain NCSA NIS PAM POP3 RADIUS SASL SMB SSPI'; for subdir in $list; do \
          if test "$subdir" = .; then :; else \
            test -d "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers/basic_auth/$subdir"> \
            || mkdir -p -- "<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers/basic_auth/$subdir"> \
            || exit 1; \
            distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/helpers/basic_auth> && pwd`; \
            top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR> && pwd`; \
            (cd $subdir && \
              make \
                top_distdir="$top_distdir" \
                distdir="$distdir/$subdir" \
                distdir) \
              || exit 1; \
          fi; \
        done
make[3]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers/basic_auth/DB'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../.././test-suite/../helpers/basic_auth/DB/basic_db_auth.pl.in >basic_db_auth || (/bin/rm -f -f basic_db_auth ; exit 1)
make[3]: *** No rule to make target `config.test', needed by `distdir'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers/basic_auth/DB'>
make[2]: *** [distdir] Error 1
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers/basic_auth'>
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/helpers'>
make: *** [distdir] 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 -lrt -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Wed May 01 2013 - 07:04:16 MDT

This archive was generated by hypermail 2.2.0 : Wed May 01 2013 - 12:01:27 MDT