Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #889

From: <noc_at_squid-cache.org>
Date: Sun, 17 Oct 2010 02:05:22 +0200 (CEST)

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

Changes:

[Amos Jeffries <amosjeffries_at_squid-cache.org>] basic_msnt_auth helper and NTLM/SMBLIB/RFCNB library polish.

Samba smblib/rfcnb code:
* Import the latest copy which I could find a download link to.
This source is from 1997 so I suspect there is something even newer
we should be using. Time was tight is the only excuse for using
these sources. Our originals were from 1995 and 1996 depending on the
helper using it, with a mix of patches.

* These two directories are in ours sources as lib/smblib and lib/rfcnb.
Each has its own convenience library. Kept separate with original
filenames to simplify future upgrades or removal.

* Samba sources have been diffed and compared function by function
against the copies previously in our sources. Functionality extensions
we use have been grafted back on top of the new(er) Samba sources.
- this was mostly around passing extra Unicode, DC hints and pre-crypted
passwords to the login checks.
- some files from libntlmauth have yet to be compared in fine detail,
that will be completed today before merge.
- some basic API function and struct definitions had to be moved to the
API headers to prevent needing to include the *-priv.h private
definitions externally to the library.

* the Samba API headers have been wrapped with #ifndef safety wrappers

* compile errors and include changes required to compile have been
made (code stays C)

* duplicate code in helpers/basic_auth/MSNT/* and libntlmauth/* is
removed.

* abuse of the smblib-priv.h and rfcnb-priv.h headers and all local
re-definitions has been erased from our code. Replaced by includes
of the library API headers: rfcnb/rfcnb.h smblib/smblib.h

libntlmauth:
* smblib/rfcnb bits erased
* moved to lib/ntlmauth in its much reduced form
* built as a convenience library instead of full library

[Amos Jeffries <amosjeffries_at_squid-cache.org>] Author: Alex Rousskov <rousskov_at_measurement-factory.com>
Bug 3002 pt2: store initialization (-z) does not work with SMP configs.

In SMP mode, when -z command line option is specified, start kids and allow
them to create their cache_dirs instead of trying to create macro-dependent
cache_dirs in the Master process.

In SMP mode, quit if cache_dir option is found before the workers option.

------------------------------------------
[...truncated 3103 lines...]
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 for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the 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... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... 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 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 /usr/lib64/mysql
checking for library containing dlopen... -ldl
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... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
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... no
checking for strlcpy... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/libTrie (<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/libTrie)>
configure: running /bin/sh ../../../lib/libTrie/configure '--prefix=<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_inst'> --cache-file=/dev/null --srcdir=../../../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 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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by 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 whether ln -s works... yes
checking the maximum length of command line arguments... 98304
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... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the 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... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... 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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing dlopen... -ldl
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 whether compiler accepts -fhuge-objects... no
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
config.status: executing libtool commands
make[1]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
Making all in compat
make[2]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/compat'>
if g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT assert.o -MD -MP -MF ".deps/assert.Tpo" -c -o assert.o ../../compat/assert.cc; \
        then mv -f ".deps/assert.Tpo" ".deps/assert.Po"; else rm -f ".deps/assert.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT compat.o -MD -MP -MF ".deps/compat.Tpo" -c -o compat.o ../../compat/compat.cc; \
        then mv -f ".deps/compat.Tpo" ".deps/compat.Po"; else rm -f ".deps/compat.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -O2 -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o ../../compat/debug.cc; \
        then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT GnuRegex.o -MD -MP -MF ".deps/GnuRegex.Tpo" -c -o GnuRegex.o ../../compat/GnuRegex.c; \
        then mv -f ".deps/GnuRegex.Tpo" ".deps/GnuRegex.Po"; else rm -f ".deps/GnuRegex.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../.. -I../../include -I../../src -I../include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT eui64_aton.o -MD -MP -MF ".deps/eui64_aton.Tpo" -c -o eui64_aton.o ../../compat/eui64_aton.c; \
        then mv -f ".deps/eui64_aton.Tpo" ".deps/eui64_aton.Po"; else rm -f ".deps/eui64_aton.Tpo"; exit 1; fi
rm -f libcompat-squid.a
/usr/bin/ar cru libcompat-squid.a assert.o compat.o debug.o GnuRegex.o eui64_aton.o
ranlib libcompat-squid.a
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/compat'>
Making all in lib
make[2]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
Making all in rfcnb
make[3]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/rfcnb'>
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-io.lo -MD -MP -MF ".deps/rfcnb-io.Tpo" -c -o rfcnb-io.lo ../../../lib/rfcnb/rfcnb-io.c; \
        then mv -f ".deps/rfcnb-io.Tpo" ".deps/rfcnb-io.Plo"; else rm -f ".deps/rfcnb-io.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-util.lo -MD -MP -MF ".deps/rfcnb-util.Tpo" -c -o rfcnb-util.lo ../../../lib/rfcnb/rfcnb-util.c; \
        then mv -f ".deps/rfcnb-util.Tpo" ".deps/rfcnb-util.Plo"; else rm -f ".deps/rfcnb-util.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-io.lo -MD -MP -MF .deps/rfcnb-io.Tpo -c ../../../lib/rfcnb/rfcnb-io.c -fPIC -DPIC -o .libs/rfcnb-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-util.lo -MD -MP -MF .deps/rfcnb-util.Tpo -c ../../../lib/rfcnb/rfcnb-util.c -fPIC -DPIC -o .libs/rfcnb-util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-io.lo -MD -MP -MF .deps/rfcnb-io.Tpo -c ../../../lib/rfcnb/rfcnb-io.c -o rfcnb-io.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT rfcnb-util.lo -MD -MP -MF .deps/rfcnb-util.Tpo -c ../../../lib/rfcnb/rfcnb-util.c -o rfcnb-util.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT session.lo -MD -MP -MF ".deps/session.Tpo" -c -o session.lo ../../../lib/rfcnb/session.c; \
        then mv -f ".deps/session.Tpo" ".deps/session.Plo"; else rm -f ".deps/session.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT session.lo -MD -MP -MF .deps/session.Tpo -c ../../../lib/rfcnb/session.c -fPIC -DPIC -o .libs/session.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT session.lo -MD -MP -MF .deps/session.Tpo -c ../../../lib/rfcnb/session.c -o session.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -g -o librfcnb.la rfcnb-io.lo rfcnb-util.lo session.lo
libtool: link: /usr/bin/ar cru .libs/librfcnb.a .libs/rfcnb-io.o .libs/rfcnb-util.o .libs/session.o
libtool: link: ranlib .libs/librfcnb.a
libtool: link: ( cd ".libs" && rm -f "librfcnb.la" && ln -s "../librfcnb.la" "librfcnb.la" )
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/rfcnb'>
Making all in smblib
make[3]: Entering directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/smblib'>
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT md4.lo -MD -MP -MF ".deps/md4.Tpo" -c -o md4.lo ../../../lib/smblib/md4.c; \
        then mv -f ".deps/md4.Tpo" ".deps/md4.Plo"; else rm -f ".deps/md4.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smblib.lo -MD -MP -MF ".deps/smblib.Tpo" -c -o smblib.lo ../../../lib/smblib/smblib.c; \
        then mv -f ".deps/smblib.Tpo" ".deps/smblib.Plo"; else rm -f ".deps/smblib.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smblib.lo -MD -MP -MF .deps/smblib.Tpo -c ../../../lib/smblib/smblib.c -fPIC -DPIC -o .libs/smblib.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c ../../../lib/smblib/md4.c -fPIC -DPIC -o .libs/md4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smblib.lo -MD -MP -MF .deps/smblib.Tpo -c ../../../lib/smblib/smblib.c -o smblib.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c ../../../lib/smblib/md4.c -o md4.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smblib-util.lo -MD -MP -MF ".deps/smblib-util.Tpo" -c -o smblib-util.lo ../../../lib/smblib/smblib-util.c; \
        then mv -f ".deps/smblib-util.Tpo" ".deps/smblib-util.Plo"; else rm -f ".deps/smblib-util.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smblib-util.lo -MD -MP -MF .deps/smblib-util.Tpo -c ../../../lib/smblib/smblib-util.c -fPIC -DPIC -o .libs/smblib-util.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smbencrypt.lo -MD -MP -MF ".deps/smbencrypt.Tpo" -c -o smbencrypt.lo ../../../lib/smblib/smbencrypt.c; \
        then mv -f ".deps/smbencrypt.Tpo" ".deps/smbencrypt.Plo"; else rm -f ".deps/smbencrypt.Tpo"; exit 1; fi
../../../lib/smblib/smblib-util.c:36: error: static declaration of 'SMB_Types' follows non-static declaration
../../../lib/smblib/smblib-priv.h:501: error: previous declaration of 'SMB_Types' was here
make[3]: *** [smblib-util.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smbencrypt.lo -MD -MP -MF .deps/smbencrypt.Tpo -c ../../../lib/smblib/smbencrypt.c -fPIC -DPIC -o .libs/smbencrypt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../include -I../../../lib -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT -MT smbencrypt.lo -MD -MP -MF .deps/smbencrypt.Tpo -c ../../../lib/smblib/smbencrypt.c -o smbencrypt.o >/dev/null 2>&1
make[3]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib/smblib'>
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/lib'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 2
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
../../../lib/smblib/smblib-util.c:36: error: static declaration of 'SMB_Types' follows non-static declaration
../../../lib/smblib/smblib-priv.h:501: error: previous declaration of 'SMB_Types' was here
make[3]: *** [smblib-util.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 2
Build FAILED.
Received on Sun Oct 17 2010 - 00:05:24 MDT

This archive was generated by hypermail 2.2.0 : Sun Oct 17 2010 - 12:00:05 MDT