See <http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/63/changes>
Changes: [Amos Jeffries <[email protected]>] Author: Alex Rousskov <[email protected]> Check for NULL and empty strings before calling str*cmp(). These checks are necessary to ensure consistent comparison results (important for sorting and searching) and to avoid segfaults on NULL buffers (because termedBuf() may return NULL instead of the expected "0-terminated buffer"). [Amos Jeffries <[email protected]>] Author: Matthias Pitzl <[email protected]> Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec() ------------------------------------------ Started by an SCM change Started by an SCM change Building on master [workspace] $ bzr log --show-ids -r -1 [workspace] $ bzr pull --overwrite http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0 http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0 is permanently redirected to http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0/ M src/SquidString.h M src/String.cci All changes applied successfully. Now on revision 9189. [workspace] $ bzr log --show-ids -r -1 [workspace] $ bzr log -v -r revid:amosjeffr...@squid-cache.org-20100731142846-lg1oecplw4vwrgo3..revid:[email protected] --long --show-ids [workspace] $ /bin/sh -xe /tmp/hudson4968724034181368398.sh + ./test-builds.sh --verbose --cleanup TESTING: layer-00-bootstrap chmod: cannot access `btlayer-00-bootstrap': No such file or directory BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts WARNING: Cannot find libtool version 1.5 1.4 Trying libtool (GNU libtool) 2.2.10 automake (1.9) : automake autoconf (2.61) : autoconf libtool (??) : libtool Bootstrapping src/Makefile.am:194: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:194: src/Makefile.am:194: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/Makefile.am:194: to `configure.in' and run `aclocal' and `autoconf' again. automake failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree buildtest.sh result is 1 BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts REMOVE DATA: btlayer-00-bootstrap Build Failed. Last log lines are: BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts WARNING: Cannot find libtool version 1.5 1.4 Trying libtool (GNU libtool) 2.2.10 automake (1.9) : automake autoconf (2.61) : autoconf libtool (??) : libtool Bootstrapping src/Makefile.am:194: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:194: src/Makefile.am:194: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/Makefile.am:194: to `configure.in' and run `aclocal' and `autoconf' again. automake failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree buildtest.sh result is 1 REMOVE LOG: btlayer-00-bootstrap.log
