[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-dev
Subject:    Build failed in Hudson: 3.1-i386-FreeBSD-6.4 #120
From:       noc () squid-cache ! org
Date:       2010-08-31 8:30:05
Message-ID: 1942453219.341283243406181.JavaMail.hudson () eu ! squid-cache ! org
[Download RAW message or body]

See <http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/120/changes>

Changes:

[Automatic source maintenance <squidadm@squid-cache.org>] SourceFormat Enforcement

[Amos Jeffries <amosjeffries@squid-cache.org>] Author: Alex Rousskov \
<rousskov@measurement-factory.com> Made eCAP compile again after CbcPointer<> \
changes.

Old eCAP code tried to call stillProducing(this) and stillConsuming(this)
methods from a const status() method. Doing so produces compiler errors
because stillProducing() and stillConsuming() do not accept pointers to
constant jobs.


CBDATA_CLASSes and, hence, CbcPointer<>, do not support const-correctness
well: In order to create/destroy a cbdata-based smart pointer, one has to
lock/unlock cbdata, which requires modifying the object. Thus, the smart
pointer cannot point to a truly constant object. The core of the problem is
that CBDATA_CLASSes keep cbdata and object data together. When all raw/dumb
CBDATA_CLASS pointers are gone, we can separate the two "datas" and solve the
const-correctness problem for good. The "separate-datas" design would even be
consistent with the original cbdata design which we often violate, IMO.

There are other workarounds. We could declare toCbdata() constant, for
example. However, that would essentially disable checks where a
cbdata-protected object is being destroyed despite the caller's intent to keep
the object constant. This change is not as general but is also much less
intrusive.

Also; handle assignment to self correctly.

------------------------------------------
[...truncated 858 lines...]
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... \
../../../.././test-suite/../helpers/negotiate_auth/squid_kerb_auth/install-sh -c -d \
checking for gawk... gawk checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for krb5-config... yes
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... no
checking gssapi/gssapi.h presence... no
checking for gssapi/gssapi.h... no
checking whether byte ordering is bigendian... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking for SQUID at '<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/'> \
... yes checking getaddrinfo.h usability... yes
checking getaddrinfo.h presence... yes
checking for getaddrinfo.h... yes
checking getnameinfo.h usability... yes
checking getnameinfo.h presence... yes
checking for getnameinfo.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking whether xgetaddrinfo is declared... yes
checking whether xfreeaddrinfo is declared... yes
checking whether xgai_strerror is declared... yes
checking whether xgetnameinfo is declared... yes
checking whether xstrdup is declared... yes
checking whether xmalloc is declared... yes
checking whether xfree is declared... yes
checking for main in -lm... yes
checking for main in -lmw... no
configure: ## -----------------------------##
configure: ##
configure: ## heimdal has been selected
configure: ##
configure: ## -----------------------------##
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ska_config.h
config.status: executing depfiles commands
configure: updating ska_config.h
=== configuring in lib/libTrie \
(<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/lib/libTrie)>
                
configure: running /usr/local/bin/bash ../../.././test-suite/../lib/libTrie/configure \
--disable-option-checking '--prefix=/usr/local/squid'  'LDFLAGS=-L/usr/local/lib' \
'CPPFLAGS=-I/usr/local/include' \
'--with-squid=<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/'> \
--cache-file=/dev/null --srcdir=../../.././test-suite/../lib/libTrie checking for \
g++... g++ checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... \
../../.././test-suite/../lib/libTrie/cfgaux/install-sh -c -d checking for gawk... \
gawk checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... ranlib
checking whether compiler accepts -fhuge-objects... no
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
{ test ! -d squid-3.1.7-BZR  || { find squid-3.1.7-BZR -type d ! -perm -200 -exec \
chmod u+w {} ';'  && rm -fr squid-3.1.7-BZR; }; } test -d squid-3.1.7-BZR || mkdir \
squid-3.1.7-BZR list='compat lib libltdl snmplib scripts src icons errors contrib doc \
helpers test-suite tools'; for subdir in $list; do  if test "$subdir" = .; then :; \
else  test -d "squid-3.1.7-BZR/$subdir"  || .././test-suite/../cfgaux/install-sh -c \
-d "squid-3.1.7-BZR/$subdir"  || exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
squid-3.1.7-BZR && pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
squid-3.1.7-BZR && pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='libTrie'; for subdir in $list; do  if test "$subdir" = .; \
then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/$subdir"> \
|| ../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done :
test -d <http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie> \
|| mkdir <http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie>
 list='include src test'; for subdir in $list; do  if test "$subdir" = .; then :; \
else  test -d "<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie/$subdir"> \
|| ../../.././test-suite/../lib/libTrie/cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done find \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie> \
-type d ! -perm -777 -exec chmod a+rwx {} \; -o  ! -type d ! -perm -444 -links 1 \
-exec chmod a+r {} \; -o  ! -type d ! -perm -400 -exec chmod a+r {} \; -o  ! -type d \
! -perm -444 -exec /usr/local/bin/bash \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/lib/libTrie/cfgaux/install-sh> \
-c -m a+r {} {} \;  || chmod -R a+r \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/lib/libTrie>
 :
test -d "<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/libltdl"> \
|| mkdir "<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/libltdl">
 test -n ""  || find \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/libltdl"> \
-type d ! -perm -777 -exec chmod a+rwx {} \; -o  ! -type d ! -perm -444 -links 1 \
-exec chmod a+r {} \; -o  ! -type d ! -perm -400 -exec chmod a+r {} \; -o  ! -type d \
! -perm -444 -exec /usr/local/bin/bash \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/libltdl/config/install-sh> \
-c -m a+r {} {} \;  || chmod -R a+r \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/libltdl">
 list='base acl fs repl auth ip icmp ident adaptation esi'; for subdir in $list; do  \
if test "$subdir" = .; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src/$subdir"> \
|| ../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='icap ecap'; for subdir in $list; do  if test "$subdir" = \
.; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src/adaptation/$subdir"> \
|| ../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src/adaptation/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/src/adaptation> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done make   \
top_distdir="<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR"> \
distdir="<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/errors"> \
dist-hook case "/usr/local/bin/po2html" in  off)  echo "WARNING: Translation is \
disabled.";  ;;  ""|no)  echo "WARNING: Translation toolkit was not detected.";  ;;  \
esac;  touch translate-warn if test "/usr/local/bin/po2html" != "" && test \
"/usr/local/bin/po2html" != "no" && test "/usr/local/bin/po2html" != "off" && test -f \
../.././test-suite/../errors/en.po; then  lang=`basename af.lang .lang`;  mkdir -p \
../errors/$lang;  echo -n "Translate '$lang' ...";  for f in \
templates/ERR_ACCESS_DENIED  templates/ERR_CACHE_ACCESS_DENIED  \
templates/ERR_CACHE_MGR_ACCESS_DENIED  templates/ERR_CANNOT_FORWARD  \
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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch af.lang if test "/usr/local/bin/po2html" != "" && test \
"/usr/local/bin/po2html" != "no" && test "/usr/local/bin/po2html" != "off" && test -f \
../.././test-suite/../errors/en.po; then  lang=`basename ar.lang .lang`;  mkdir -p \
../errors/$lang;  echo -n "Translate '$lang' ...";  for f in \
templates/ERR_ACCESS_DENIED  templates/ERR_CACHE_ACCESS_DENIED  \
templates/ERR_CACHE_MGR_ACCESS_DENIED  templates/ERR_CANNOT_FORWARD  \
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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ar.lang Translate 'af' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename az.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch az.lang Translate 'ar' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename bg.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch bg.lang Translate 'az' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename ca.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ca.lang Translate 'bg' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename cs.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch cs.lang Translate 'ca' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename da.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch da.lang Translate 'cs' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename de.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch de.lang Translate 'da' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename el.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch el.lang Translate 'de' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename en.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch en.lang Translate 'el' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename es.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch es.lang Translate 'en' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename et.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch et.lang Translate 'es' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename fa.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch fa.lang Translate 'et' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename fi.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch fi.lang Translate 'fa' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename fr.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch fr.lang Translate 'fi' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename he.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch he.lang Translate 'fr' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename hu.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch hu.lang Translate 'he' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename hy.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch hy.lang Translate 'hu' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename id.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch id.lang Translate 'hy' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename it.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch it.lang Translate 'id' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename ja.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ja.lang Translate 'it' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename ko.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ko.lang Translate 'ja' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename lt.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch lt.lang Translate 'ko' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename lv.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch lv.lang Translate 'lt' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename ms.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ms.lang Translate 'lv' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename nl.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch nl.lang Translate 'ms' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename pl.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch pl.lang Translate 'nl' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename pt-br.lang .lang`;  mkdir -p ../errors/$lang;  echo -n \
"Translate '$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch pt-br.lang Translate 'pl' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename pt.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch pt.lang Translate 'pt-br' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "off" && test -f ../.././test-suite/../errors/en.po; \
then  lang=`basename ro.lang .lang`;  mkdir -p ../errors/$lang;  echo -n "Translate \
'$lang' ...";  for f in templates/ERR_ACCESS_DENIED  \
templates/ERR_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ro.lang Translate 'pt' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch ru.lang Translate 'ro' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch sk.lang Translate 'ru' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch sr-latn.lang Translate 'sk' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch sv.lang Translate 'sr-latn' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch th.lang Translate 'sv' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch tr.lang Translate 'th' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch uk.lang Translate 'tr' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch uz.lang Translate 'uk' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch zh-cn.lang Translate 'uz' ...done.
if test "/usr/local/bin/po2html" != "" && test "/usr/local/bin/po2html" != "no" && \
test "/usr/local/bin/po2html" != "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_CACHE_ACCESS_DENIED  templates/ERR_CACHE_MGR_ACCESS_DENIED  \
templates/ERR_CANNOT_FORWARD  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_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_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`;  \
/usr/local/bin/po2html `/usr/local/bin/po2html --help | grep -o "\-\-notidy"` \
--progress=none -i ../.././test-suite/../errors/$lang.po -t \
../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1;  done;  echo \
"done.";  fi;  touch zh-tw.lang Translate 'zh-cn' ...done.
Translate 'zh-tw' ...done.
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  \
pl.lang  pt-br.lang  pt.lang  ro.lang  ru.lang  sk.lang  sr-latn.lang  sv.lang  \
th.lang  tr.lang  uk.lang  uz.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.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/errors/$lang;> \
cp -p ../errors/$lang/ERR_*  \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/errors/$lang> \
|| exit 1;  fi;  done list='basic_auth ntlm_auth digest_auth negotiate_auth \
external_acl'; for subdir in $list; do  if test "$subdir" = .; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/$subdir"> \
|| ../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL \
mswin_sspi POP3 DB squid_radius_auth'; for subdir in $list; do  if test "$subdir" = \
.; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/basic_auth/$subdir"> \
|| ../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/basic_auth/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/basic_auth> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='fakeauth no_check smb_lm mswin_sspi'; for subdir in \
$list; do  if test "$subdir" = .; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth/$subdir"> \
|| ../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='smbval'; for subdir in $list; do  if test "$subdir" = .; \
then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth/smb_lm/$subdir"> \
|| ../../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth/smb_lm/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/ntlm_auth/smb_lm> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='password ldap eDirectory'; for subdir in $list; do  if \
test "$subdir" = .; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/digest_auth/$subdir"> \
|| ../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/digest_auth/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/digest_auth> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done list='mswin_sspi squid_kerb_auth'; for subdir in $list; do  if \
test "$subdir" = .; then :; else  test -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/negotiate_auth/$subdir"> \
|| ../../.././test-suite/../cfgaux/install-sh -c -d \
"<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/negotiate_auth/$subdir"> \
|| exit 1;  distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR/helpers/negotiate_auth> \
&& pwd`;  top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd \
<http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/btlayer-00-default/squid-3.1.7-BZR> \
&& pwd`;  (cd $subdir &&  make   top_distdir="$top_distdir"  \
distdir="$distdir/$subdir"  am__remove_distdir=:  am__skip_length_check=:  distdir)  \
|| exit 1;  fi;  done cd \
../../../.././test-suite/../helpers/negotiate_auth/squid_kerb_auth && \
/usr/local/bin/bash <http://build.squid-cache.org/job/3.1-i386-FreeBSD-6.4/ws/helpers/negotiate_auth/squid_kerb_auth/missing> \
--run autoheader rm -f stamp-h1
touch ../../../.././test-suite/../helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in
                
touch: ../../../.././test-suite/../helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in: \
                No such file or directory
*** Error code 1
1 error
*** Error code 1
1 error
*** Error code 1
1 error
*** Error code 1
1 error
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
touch: ../../../.././test-suite/../helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in: \
                No such file or directory
*** Error code 1
*** Error code 1
*** Error code 1
*** Error code 1
Build FAILED.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic