See <http://build.squid-cache.org/job/3.HEAD-amd64-centos-6/275/changes>
Changes: [Amos Jeffries] Fix buffer overruns in generated NTLM tokens The NTLM token payload (string value) encoding was not protecting fully against 16-bit and 8-bit wrap errors and signedness conversions. This protects against the wrap and conversion errors by truncating at the maximum field length. That length limit is vastly larger than NTLM protocol specified field sizes and permitted HTTP header sizes so is not expected to cause issues with existing implementations. [Amos Jeffries] crypto-ng: Drop --enable-ssl build option This confgure option was fully overlapping --with-openssl. Simplify the build options and cleanup in preparation for crypto-ng as SSL functionality will be enabled by default in future when any of the supported SSL/TLS libraries is available. ------------------------------------------ [...truncated 22716 lines...] BUILD: .././test-suite/buildtests/layer-02-maximus.opts configure: loading cache /tmp/config.cache.11727 checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking how to create a ustar tar archive... (cached) gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether ccache gcc accepts -g... (cached) yes checking for ccache gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of ccache gcc... (cached) gcc3 checking whether ccache gcc and cc understand -c and -o together... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether ccache g++ accepts -g... (cached) yes checking dependency style of ccache g++... (cached) gcc3 checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu configure: CPU -march=native optimization enabled: no checking simplified host os... linux (version ) checking whether ccache g++ supports C++11 features by default... (cached) no checking whether ccache g++ supports C++11 features with -std=c++11... (cached) no checking whether ccache g++ supports C++11 features with -std=c++0x... (cached) no configure: No compiler with C++11 support was found checking for ranlib... (cached) ranlib checking how to run the C preprocessor... (cached) ccache gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for egrep... (cached) /bin/egrep checking for sh... (cached) /bin/sh checking for false... (cached) /bin/false checking for true... (cached) /bin/true checking for mv... (cached) /bin/mv checking for mkdir... (cached) /bin/mkdir checking for ln... (cached) /bin/ln checking for chmod... (cached) /bin/chmod checking for tr... (cached) /usr/bin/tr checking for rm... (cached) /bin/rm checking for cppunit-config... (cached) /usr/bin/cppunit-config checking for perl... (cached) /usr/bin/perl checking for pod2man... (cached) /usr/bin/pod2man checking for ar... (cached) /usr/bin/ar configure: strict error checking enabled: yes checking whether to use loadable modules... yes checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... (cached) /bin/fgrep checking for ld used by ccache gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... (cached) -r checking for objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for ar... (cached) /usr/bin/ar checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from ccache gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether ccache g++ accepts -g... (cached) yes checking dependency style of ccache g++... (cached) gcc3 checking how to run the C++ preprocessor... (cached) ccache g++ -E checking for objdir... (cached) .libs checking if ccache gcc supports -fno-rtti -fno-exceptions... (cached) no checking for ccache gcc option to produce PIC... -fPIC -DPIC checking if ccache gcc PIC flag -fPIC -DPIC works... (cached) yes checking if ccache gcc static flag -static works... (cached) yes checking if ccache gcc supports -c -o file.o... (cached) yes checking if ccache gcc supports -c -o file.o... (cached) yes checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) 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 ccache g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for ccache g++ option to produce PIC... -fPIC -DPIC checking if ccache g++ PIC flag -fPIC -DPIC works... (cached) yes checking if ccache g++ static flag -static works... (cached) yes checking if ccache g++ supports -c -o file.o... (cached) yes checking if ccache g++ supports -c -o file.o... (cached) yes checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking which extension is used for runtime loadable modules... (cached) .so checking which variable specifies run-time module search path... (cached) LD_LIBRARY_PATH checking for the default library search path... (cached) /lib64 /usr/lib64 /lib /usr/lib /usr/lib64/llvm /usr/local/lib /usr/lib64/mysql checking for library containing dlopen... (cached) -ldl 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 for _ prefix in compiled symbols... (cached) no checking whether deplibs are loaded by dlopen... (cached) yes checking for argz.h... (cached) yes checking for error_t... (cached) yes checking for argz_add... (cached) yes checking for argz_append... (cached) yes checking for argz_count... (cached) yes checking for argz_create_sep... (cached) yes checking for argz_insert... (cached) yes checking for argz_next... (cached) yes checking for argz_stringify... (cached) yes checking if argz actually works... (cached) yes checking whether libtool supports -dlopen/-dlpreopen... (cached) yes checking for ltdl.h... (cached) yes checking whether lt_dlinterface_register is declared... (cached) yes checking for lt_dladvise_preload in -lltdl... (cached) yes checking where to find libltdl headers... checking where to find libltdl library... -lltdl checking for unistd.h... (cached) yes checking for dl.h... (cached) no checking for sys/dl.h... (cached) no checking for dld.h... (cached) no checking for mach-o/dyld.h... (cached) no checking for dirent.h... (cached) yes checking for closedir... (cached) yes checking for opendir... (cached) yes checking for readdir... (cached) yes checking for strlcat... (cached) no checking for strlcpy... (cached) no checking for library containing dlopen... (cached) -ldl 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... (cached) gcc checking for compiler variant... gcc configure: inlining optimizations enabled: yes checking for GNU atomic operations support... yes configure: cbdata debugging enabled: yes configure: xmalloc stats display: yes configure: With dl checking for library containing shm_open... (cached) -lrt checking for DiskIO modules to be enabled... AIO Blocking DiskDaemon DiskThreads IpcIo Mmapped checking for aio.h... (cached) yes checking for aio_read in -lrt... (cached) 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... (cached) yes configure: Enabling DiskThreads DiskIO module configure: Enabling IpcIo DiskIO module configure: Enabling Mmapped DiskIO module configure: IO Modules built: AIO Blocking DiskDaemon DiskThreads IpcIo Mmapped checking for available StoreIO modules... aufs diskd rock ufs configure: Store modules built: aufs diskd rock ufs configure: Removal policies to build: heap lru configure: ICMP enabled configure: Delay pools enabled configure: Enabling ESI processor and Surrogate header support. checking for main in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for main in -lxml2... yes checking location of libxml2 include files... checking libxml/parser.h usability... no checking libxml/parser.h presence... no checking for libxml/parser.h... no configure: Testing in /usr/include/libxml2 checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes -I/usr/include/libxml2 checking for libxml/parser.h... (cached) yes checking libxml/HTMLparser.h usability... yes checking libxml/HTMLparser.h presence... yes checking for libxml/HTMLparser.h... yes checking libxml/HTMLtree.h usability... yes checking libxml/HTMLtree.h presence... yes checking for libxml/HTMLtree.h... yes checking whether to support eCAP... no, implicitly checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: Web Cache Coordination Protocol enabled: yes configure: Web Cache Coordination V2 Protocol enabled: yes configure: Kill parent on shutdown hack enabled: yes configure: SNMP support enabled: yes configure: Cachemgr default hostname == host where cachemgr runs checking for windows.h... (cached) no checking for sys/sockio.h... (cached) no checking for sys/param.h... (cached) yes checking for net/if_arp.h... (cached) yes checking for net/route.h... (cached) yes checking for net/if_dl.h... (cached) no checking for sys/sysctl.h... (cached) yes configure: EUI (MAC address) controls enabled: yes configure: HTCP support enabled: yes checking for nettle_md5_init in -lnettle... (cached) yes checking for nettle/md5.h... (cached) yes configure: Using Nettle cryptographic library: yes configure: OpenSSL library support: no configure: Forw/Via database enabled: yes configure: Cache Digests enabled: yes configure: enabling select syscall for net I/O: yes configure: enabling poll syscall for net I/O: yes checking for sys/event.h... (cached) no checking for kqueue... (cached) no configure: enabling kqueue for net I/O: no configure: enabling epoll syscall for net I/O: auto checking for library containing epoll_ctl... (cached) none required checking for sys/epoll.h... (cached) yes checking if epoll works... (cached) yes configure: enabling /dev/poll for net I/O: auto checking for ioctl... (cached) yes checking for write... (cached) yes checking for sys/devpoll.h... (cached) no configure: HTTP violations support enabled: yes configure: FreeBSD IPFW-based transparent proxying enabled: yes configure: IPF-based transparent proxying requested: no configure: PF-based transparent proxying requested: no configure: NAT lookups via /dev/pf: no configure: Linux Netfilter support requested: auto configure: Linux Netfilter Conntrack support requested: auto checking for library containing nfct_query... (cached) no checking for libnetfilter_conntrack/libnetfilter_conntrack.h... (cached) no checking for libnetfilter_conntrack/libnetfilter_conntrack_tcp.h... (cached) no checking size of long... (cached) 8 configure: Leak Finder enabled: yes configure: Support for X-Forwarded-For enabled: yes configure: Support for Ident lookups enabled: yes configure: error: You need to enable ssl gatewaying support to use ssl_crtd feature. Try to use --with-openssl. buildtest.sh result is 1 BUILD: .././test-suite/buildtests/layer-02-maximus.opts configure: error: You need to enable ssl gatewaying support to use ssl_crtd feature. Try to use --with-openssl. Build FAILED. Build step 'Execute shell' marked build as failure
