See <http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/52/changes>
Changes: [Brian Aker <br...@gaz>] Adding behaviors interface to C++ interface [Brian Aker <br...@gaz>] Updated tests to use new macro (less assert()). ------------------------------------------ [...truncated 41 lines...] rm -f Makefile gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/tests'> Making distclean in clients gmake[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/clients'> rm -f memcat memcat rm -f memdump memdump rm -f memcp memcp rm -f memstat memstat rm -f memrm memrm rm -f memflush memflush rm -f memslap memslap rm -f memerror memerror rm -f memcapable memcapable rm -rf .libs _libs test -z "libutilities.la libgenexec.la" || rm -f libutilities.la libgenexec.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/clients'> Making distclean in support gmake[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/support'> rm -rf .libs _libs rm -f *.lo test -z "libmemcached.pc libmemcached.spec libmemcached-fc.spec" || rm -f libmemcached.pc libmemcached.spec libmemcached-fc.spec rm -f Makefile gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/support'> Making distclean in libmemcached gmake[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/libmemcached'> test -z "libmemcached.la libmemcachedprotocol.la libmemcachedutil.la" || rm -f libmemcached.la libmemcachedprotocol.la libmemcachedutil.la rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -rf protocol/.libs protocol/_libs rm -rf util/.libs util/_libs test -z "libmemcachedcallbacks.la libbyteorder.la" || rm -f libmemcachedcallbacks.la libbyteorder.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f protocol/ascii_handler.o rm -f protocol/ascii_handler.lo rm -f protocol/binary_handler.o rm -f protocol/binary_handler.lo rm -f protocol/cache.o rm -f protocol/cache.lo rm -f protocol/pedantic.o rm -f protocol/pedantic.lo rm -f protocol/protocol_handler.o rm -f protocol/protocol_handler.lo rm -f util/memcached_pool.o rm -f util/memcached_pool.lo rm -f *.lo rm -f *.tab.c test -z "memcached_configure.h" || rm -f memcached_configure.h rm -f protocol/.deps/.dirstamp rm -f protocol/.dirstamp rm -f util/.deps/.dirstamp rm -f util/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps protocol/.deps util/.deps rm -f Makefile gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/libmemcached'> Making distclean in docs gmake[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/docs'> test -z "*.1 *.3" || rm -f *.1 *.3 rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/docs'> Making distclean in . gmake[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/'> rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f config.h stamp-h1 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags gmake[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-solaris-sparc-64bit/ws/'> rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + ./config/autorun.sh ./config/autorun.sh: running `/usr/local/bin/libtoolize --automake --copy --force' ./config/autorun.sh: running `/usr/local/bin/aclocal-1.10 -I m4' ./config/autorun.sh: running `/usr/local/bin/autoheader' ./config/autorun.sh: running `/usr/local/bin/automake-1.10 --add-missing --copy --force' ./config/autorun.sh: running `/usr/local/bin/autoconf' --- Configured with the following tools: * libtoolize (GNU libtool) 2.2 * aclocal (GNU automake) 1.10.2 * autoheader (GNU Autoconf) 2.63 * automake (GNU automake) 1.10.2 * autoconf (GNU Autoconf) 2.63 --- + isainfo -k + ./configure --disable-static --prefix=/home/hudson/build/libmemcached --libdir=/home/hudson/build/libmemcached/lib/sparcv9 --enable-64bit --with-memcached=/home/hudson/build/memcached/bin/memcached checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking for a BSD-compatible install... /opt/csw/bin//ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/csw/bin//gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... no checking for cc... cc 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... no checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... dashXmstdout checking for isainfo... isainfo checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... CC checking whether we are using the GNU C++ compiler... no checking whether CC accepts -g... yes checking dependency style of CC... dashXmstdout checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /opt/csw/bin//ggrep checking for egrep... /opt/csw/bin//ggrep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether cc understands -c and -o together... yes checking for a sed that does not truncate output... /opt/csw/bin//sed checking for fgrep... /opt/csw/bin//ggrep -F checking for non-GNU ld... /usr/ccs/bin//ld checking if the linker (/usr/ccs/bin//ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin//nm -p checking the name lister (/usr/ccs/bin//nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/ccs/bin//ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/ccs/bin//nm -p output from cc object... ok checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) no checking whether CC accepts -g... (cached) yes checking dependency style of CC... (cached) dashXmstdout checking how to run the C++ preprocessor... CC -E checking for objdir... .libs checking for cc option to produce PIC... -KPIC -DPIC checking if cc PIC flag -KPIC -DPIC works... yes checking if cc static flag -Bstatic works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/ccs/bin//ld -64) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether the CC linker (/usr/ccs/bin//ld -64) supports shared libraries... yes checking for CC option to produce PIC... -KPIC -DPIC checking if CC PIC flag -KPIC -DPIC works... yes checking if CC static flag -Bstatic works... no checking if CC supports -c -o file.o... yes checking if CC supports -c -o file.o... (cached) yes checking whether the CC linker (/usr/ccs/bin//ld -64) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking if g++ supports C++0x features without additional flags... no checking if g++ supports C++0x features with -std=c++0x... no checking if g++ supports C++0x features with -std=gnu++0x... no checking for 64-bit host... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking target system type... sparc-sun-solaris2.10 checking whether __SUNPRO_C is declared... yes checking whether __ICC is declared... no checking for ISO C++ 98 include files... yes checking memory usability... yes checking memory presence... yes checking for memory... yes checking tr1/memory usability... no checking tr1/memory presence... no checking for tr1/memory... no checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... no checking for boost/shared_ptr.hpp... no checking the location of shared_ptr header file... configure: WARNING: a usable shared_ptr implementation was not found. Let someone know what your platform is. checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for C/C++ restrict keyword... __restrict__ checking whether time.h and sys/time.h may both be included... yes checking for size_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking "C Compiler version--"... "cc: Sun C 5.10 SunOS_sparc 2009/06/03" checking "C++ Compiler version"... "CC: Sun C++ 5.10 SunOS_sparc 2009/06/03" checking whether to enable assertions... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking whether E_PASTE_RESULT_NOT_TOKEN is usable... yes checking for malloc in -lumem... yes checking for doxygen... no checking for perl... perl checking whether pthreads work with -pthreads... no checking for the pthreads library -lpthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_REENTRANT checking for xlc_r... no checking for cc_r... no checking for library containing getopt_long... none required checking for library containing socket... -lsocket checking for library containing gethostbyname... -lnsl checking for library containing floorf... -lm checking for htonll... no checking byteorder... big endian checking for pod2man... /opt/csw/bin//pod2man checking for /home/hudson/build/memcached/bin/memcached... no configure: error: "could not find memcached binary" _______________________________________________ Mailing list: https://launchpad.net/~libmemcached-build Post to : [email protected] Unsubscribe : https://launchpad.net/~libmemcached-build More help : https://help.launchpad.net/ListHelp

