See <http://build.squid-cache.org/job/3.HEAD-amd64-FreeBSD-7.2/482/changes>
Changes: [Alex Rousskov <[email protected]>] Fixed comm.cc:377: "fd_table[fd].halfClosedReader != NULL" assertion Client side must stop reading when switching to a tunnel mode. The old code called low-level commSetSelect to stop reading, but that left Comm tables in an inconsistent state, with the client side reader callback still scheduled. Squid would assert when the tunnel called comm_read with its own callback. The bug is unrelated to half-closed connections despite halfClosedReader mentioned in the assertion text. The assertion means "no more than one active reader per FD". [Francesco Chemolli <[email protected]>] Improved libtool kludge [Francesco Chemolli <[email protected]>] Kludge: try to detect system acinclude path, to fix libtool brokenness. ------------------------------------------ [...truncated 19 lines...] libtool path : /usr/local/bin Bootstrapping /usr/local/bin/../share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/bin/../share/aclocal/gtk.m4:7: run info '(automake)Extending aclocal' /usr/local/bin/../share/aclocal/gtk.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Bootstrapping lib/libTrie /usr/local/bin/../share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/bin/../share/aclocal/gtk.m4:7: run info '(automake)Extending aclocal' /usr/local/bin/../share/aclocal/gtk.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Fixing configure recursion Autotool bootstrapping complete. buildtest.sh result is 0 BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts Build OK. Global result is 0. TESTING: layer-00-default total 16 drwxr-xr-x 2 hudson hudson 4096 Jul 22 17:19 . drwxr-xr-x 26 hudson hudson 4096 Jul 22 17:19 .. BUILD: .././test-suite/buildtests/layer-00-default.opts configure: creating cache /tmp/config.cache.18174 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/../cfgaux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/local/bin/ccache 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 /usr/local/bin/ccache gcc accepts -g... yes checking for /usr/local/bin/ccache gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/local/bin/ccache gcc... gcc3 checking whether /usr/local/bin/ccache gcc and cc understand -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/local/bin/ccache g++ accepts -g... yes checking dependency style of /usr/local/bin/ccache g++... gcc3 checking build system type... amd64-unknown-freebsd7.2 checking host system type... amd64-unknown-freebsd7.2 checking simplified host os... freebsd7.2 (version 7.2) checking for ranlib... ranlib checking how to run the C preprocessor... /usr/local/bin/ccache gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for sh... /bin/sh checking for false... /usr/bin/false checking for true... /usr/bin/true checking for mv... /bin/mv checking for mkdir... /bin/mkdir checking for ln... /bin/ln checking for chmod... /bin/chmod checking for tr... /usr/bin/tr checking for rm... /bin/rm checking for cppunit-config... /usr/local/bin/cppunit-config checking for perl... /usr/local/bin/perl checking for pod2man... /usr/local/bin/pod2man checking for ar... /usr/bin/ar checking whether to use loadable modules... yes, implicitly checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/local/bin/ccache gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... /usr/bin/ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from /usr/local/bin/ccache gcc object... ok checking for ANSI C header files... no 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 for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether /usr/local/bin/ccache g++ accepts -g... (cached) yes checking dependency style of /usr/local/bin/ccache g++... (cached) gcc3 checking how to run the C++ preprocessor... /usr/local/bin/ccache g++ -E checking for objdir... .libs checking if /usr/local/bin/ccache gcc supports -fno-rtti -fno-exceptions... no checking for /usr/local/bin/ccache gcc option to produce PIC... -fPIC -DPIC checking if /usr/local/bin/ccache gcc PIC flag -fPIC -DPIC works... yes checking if /usr/local/bin/ccache gcc static flag -static works... yes checking if /usr/local/bin/ccache gcc supports -c -o file.o... yes checking if /usr/local/bin/ccache gcc supports -c -o file.o... (cached) yes checking whether the /usr/local/bin/ccache gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.2 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by /usr/local/bin/ccache g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /usr/local/bin/ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/local/bin/ccache g++ option to produce PIC... -fPIC -DPIC checking if /usr/local/bin/ccache g++ PIC flag -fPIC -DPIC works... yes checking if /usr/local/bin/ccache g++ static flag -static works... yes checking if /usr/local/bin/ccache g++ supports -c -o file.o... yes checking if /usr/local/bin/ccache g++ supports -c -o file.o... (cached) yes checking whether the /usr/local/bin/ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.2 ld.so checking how to hardcode library paths into programs... immediate checking which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... none required checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for ltdl.h... no checking where to find libltdl headers... -I${top_srcdir}/libltdl checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking for library containing dlopen... (cached) none required checking for dlerror... (cached) yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... (cached) no checking what kind of compiler we're using... gcc checking for compiler variant... gcc checking whether compiler accepts -Werror -fhuge-objects... no checking for DiskIO modules to be enabled... AIO Blocking DiskDaemon DiskThreads checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking for aio_read in -lrt... yes configure: Native POSIX AIO support detected. configure: Enabling AIO DiskIO module configure: Enabling Blocking DiskIO module configure: Enabling DiskDaemon DiskIO module checking for pthread_create in -lpthread... yes configure: Enabling DiskThreads DiskIO module configure: IO Modules built: AIO Blocking DiskDaemon DiskThreads checking for available StoreIO modules... aufs diskd ufs configure: Store modules built: aufs diskd ufs configure: Removal policies to build: lru configure: Disabling ESI processor checking whether to support eCAP... no, implicitly configure: User-Agent logging enabled: no configure: Referer logging enabled: no configure: Web Cache Coordination Protocol enabled: yes configure: Web Cache Coordination V2 Protocol enabled: yes configure: Kill parent on shutdown hack enabled: no configure: SNMP support enabled: yes configure: WARNING: EUI support probably will not work on host amd64-unknown-freebsd7.2. checking Iphlpapi.h usability... no checking Iphlpapi.h presence... no checking for Iphlpapi.h... no checking net/if.h usability... no checking net/if.h presence... yes configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if.h: proceeding with the preprocessor's result configure: WARNING: net/if.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------------------- ## configure: WARNING: ## Report this to http://www.squid-cache.org/bugs/ ## configure: WARNING: ## ----------------------------------------------- ## checking for net/if.h... yes checking net/if_arp.h usability... no checking net/if_arp.h presence... yes configure: WARNING: net/if_arp.h: present but cannot be compiled configure: WARNING: net/if_arp.h: check for missing prerequisite headers? configure: WARNING: net/if_arp.h: see the Autoconf documentation configure: WARNING: net/if_arp.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if_arp.h: proceeding with the preprocessor's result configure: WARNING: net/if_arp.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------------------- ## configure: WARNING: ## Report this to http://www.squid-cache.org/bugs/ ## configure: WARNING: ## ----------------------------------------------- ## checking for net/if_arp.h... yes checking net/if_dl.h usability... yes checking net/if_dl.h presence... yes checking for net/if_dl.h... yes checking net/route.h usability... no checking net/route.h presence... yes configure: WARNING: net/route.h: present but cannot be compiled configure: WARNING: net/route.h: check for missing prerequisite headers? configure: WARNING: net/route.h: see the Autoconf documentation configure: WARNING: net/route.h: section "Present But Cannot Be Compiled" configure: WARNING: net/route.h: proceeding with the preprocessor's result configure: WARNING: net/route.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------------------- ## configure: WARNING: ## Report this to http://www.squid-cache.org/bugs/ ## configure: WARNING: ## ----------------------------------------------- ## checking for net/route.h... yes checking netinet/if_ether.h usability... no checking netinet/if_ether.h presence... yes configure: WARNING: netinet/if_ether.h: present but cannot be compiled configure: WARNING: netinet/if_ether.h: check for missing prerequisite headers? configure: WARNING: netinet/if_ether.h: see the Autoconf documentation configure: WARNING: netinet/if_ether.h: section "Present But Cannot Be Compiled" configure: WARNING: netinet/if_ether.h: proceeding with the preprocessor's result configure: WARNING: netinet/if_ether.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------------------- ## configure: WARNING: ## Report this to http://www.squid-cache.org/bugs/ ## configure: WARNING: ## ----------------------------------------------- ## checking for netinet/if_ether.h...
