← Back to team overview

libmemcached-build team mailing list archive

Build failed in Hudson: libmemcached-ubuntu-32bit-build #1

 

See <http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/1/>

------------------------------------------
[...truncated 131 lines...]
checking memory presence... yes
checking for memory... yes
checking tr1/memory usability... yes
checking tr1/memory presence... yes
checking for tr1/memory... yes
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... 
checking "C Compiler version--yes"... "gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3"
checking "C++ Compiler version"... "g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3"
checking whether byte ordering is bigendian... no
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... 64
checking size of off_t... 8
checking size of size_t... 4
checking size of long long... 8
checking if time_t is unsigned... no
checking stack direction... -1
checking for floor in -lm... yes
checking for setsockopt... yes
checking for bind... yes
checking whether madvise is declared... no
checking whether the compiler provides atomic builtins... yes
checking for simple visibility declarations... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking whether to enable assertions... yes
checking whether it is safe to use -fdiagnostics-show-option... yes
checking whether it is safe to use -Wconversion... yes
checking whether it is safe to use -Wconversion with htons... no
checking whether it is safe to use -Wextra... yes
checking whether it is safe to use -Wmissing-declarations from C++... yes
checking whether it is safe to use -Wlogical-op... yes
checking whether it is safe to use -Wredundant-decls from C++... no
checking whether it is safe to use -Wattributes from C++... no
checking whether it is safe to use -Wno-attributes... no
checking for doxygen... no
checking for perl... perl
checking for working -pipe... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing getopt_long... none required
checking for library containing gethostbyname... none required
checking for getline... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for libevent... yes
checking how to link with libevent... -levent
checking for event_base_new... no
checking for event_base_free... yes
checking for event_base_get_method... no
checking for pthread_yield_np... no
checking if pthread_yield takes zero arguments... yes
checking if pthread_yield takes one argument... no
checking for pthread_attr_getstacksize... yes
checking for pthread_attr_setprio... no
checking for pthread_attr_setschedparam... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_condattr_create... no
checking for pthread_getsequence_np... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_rdlock... yes
checking for pthread_setprio... no
checking for pthread_setprio_np... no
checking for pthread_setschedparam... yes
checking for pthread_sigmask... yes
checking for pthread_attr_create... no
checking for rwlock_init... no
checking args to pthread_getspecific... POSIX
checking args to pthread_mutex_init... POSIX
checking args to readdir_r... POSIX
checking style of sigwait... POSIX
checking for pthread_attr_setscope... yes
checking if pthread_yield takes zero arguments... yes
checking if pthread_yield takes 1 argument... no
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking checking for abi::__cxa_demangle... yes
checking for htonll... 
checking for pod2man... /usr/bin/pod2man
checking for libinnodb... no
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking for printstack... no
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking for backtrace_symbols_fd... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libhashkit/Makefile
config.status: creating clients/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating example/Makefile
config.status: creating libmemcached/Makefile
config.status: creating libmemcached/memcached_configure.h
config.status: creating support/Makefile
config.status: creating support/libmemcached.pc
config.status: creating support/libmemcached.spec
config.status: creating support/libmemcached-fc.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
---
Configuration summary for libmemcached version 0.35

   * Installation prefix:       /home/lbieber/build/libmemcached
   * System type:               pc-linux-gnu
   * Host CPU:                  i686
   * C Compiler:                gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
   * Assertions enabled:        yes
   * Debug enabled:             no
   * Warnings as failure:       yes

---
+ make -j 4 all
make  all-recursive
make[1]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/'>
Making all in docs
make[2]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/docs'>
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/libmemcached.pod > libmemcached.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/libmemcached_examples.pod > libmemcached_examples.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memcapable.pod > memcapable.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memcat.pod > memcat.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memcp.pod > memcp.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memerror.pod > memerror.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memflush.pod > memflush.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memdump.pod > memdump.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memrm.pod > memrm.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memslap.pod > memslap.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memstat.pod > memstat.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_add.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_add_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_append.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_append_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_analyze.pod > memcached_analyze.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_behavior.pod > memcached_behavior_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_behavior.pod > memcached_behavior_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_callback.pod > memcached_callback_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_callback.pod > memcached_callback_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_cas.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_cas_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_clone.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_create.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_decrement.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_decrement_with_initial.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_delete.pod > memcached_delete.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_delete.pod > memcached_delete_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch_execute.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch_result.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_free.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_get_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_increment.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_increment_with_initial.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget_execute.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget_execute_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_prepend.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_prepend_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_replace.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_replace_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_add.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_count.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_list.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_append.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_count.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_free.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_push.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_servers_parse.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_set_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_get_keys.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_get_value.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_servername.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_strerror.pod > memcached_strerror.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_quit.pod > memcached_quit.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_verbosity.pod > memcached_verbosity.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_version.pod  > memcached_lib_version.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_version.pod > memcached_version.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_flush_buffers.pod  > memcached_flush_buffers.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_dump.pod > memcached_dump.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_generate_hash_value.pod > memcached_generate_hash_value.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_memory_allocators.pod > memcached_set_memory_allocators.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_memory_allocators.pod > memcached_get_memory_allocators.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_user_data.pod > memcached_set_user_data.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_user_data.pod > memcached_get_user_data.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/libmemcachedutil.pod > libmemcachedutil.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_behavior_set.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_behavior_get.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_create.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_destroy.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_push.3
/usr/bin/pod2man -c "libmemcachedutil" -r "" -s 3 ../docs/memcached_pool.pod > memcached_pool_pop.3
make[2]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/docs'>
Making all in libhashkit
make[2]: Entering directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/libhashkit'>
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H   -I.. -I.. -ggdb3  -I/home/lbieber/build/libmemcached/include -pthread -pipe  -O3 -Werror -pedantic -Wall -Wundef -Wshadow  -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op    -DBUILDING_HASHKIT -pthread  -MT libhashkit_la-crc32.lo -MD -MP -MF .deps/libhashkit_la-crc32.Tpo -c -o libhashkit_la-crc32.lo `test -f 'crc32.c' || echo './'`crc32.c
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H   -I.. -I.. -ggdb3  -I/home/lbieber/build/libmemcached/include -pthread -pipe  -O3 -Werror -pedantic -Wall -Wundef -Wshadow  -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op    -DBUILDING_HASHKIT -pthread  -MT libhashkit_la-behavior.lo -MD -MP -MF .deps/libhashkit_la-behavior.Tpo -c -o libhashkit_la-behavior.lo `test -f 'behavior.c' || echo './'`behavior.c
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H   -I.. -I.. -ggdb3  -I/home/lbieber/build/libmemcached/include -pthread -pipe  -O3 -Werror -pedantic -Wall -Wundef -Wshadow  -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op    -DBUILDING_HASHKIT -pthread  -MT libhashkit_la-default.lo -MD -MP -MF .deps/libhashkit_la-default.Tpo -c -o libhashkit_la-default.lo `test -f 'default.c' || echo './'`default.c
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H   -I.. -I.. -ggdb3  -I/home/lbieber/build/libmemcached/include -pthread -pipe  -O3 -Werror -pedantic -Wall -Wundef -Wshadow  -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op    -DBUILDING_HASHKIT -pthread  -MT libhashkit_la-fnv.lo -MD -MP -MF .deps/libhashkit_la-fnv.Tpo -c -o libhashkit_la-fnv.lo `test -f 'fnv.c' || echo './'`fnv.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/home/lbieber/build/libmemcached/include -pthread -pipe -O3 -Werror -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -DBUILDING_HASHKIT -pthread -MT libhashkit_la-crc32.lo -MD -MP -MF .deps/libhashkit_la-crc32.Tpo -c crc32.c  -fPIC -DPIC -o .libs/libhashkit_la-crc32.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/home/lbieber/build/libmemcached/include -pthread -pipe -O3 -Werror -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -DBUILDING_HASHKIT -pthread -MT libhashkit_la-fnv.lo -MD -MP -MF .deps/libhashkit_la-fnv.Tpo -c fnv.c  -fPIC -DPIC -o .libs/libhashkit_la-fnv.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/home/lbieber/build/libmemcached/include -pthread -pipe -O3 -Werror -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -DBUILDING_HASHKIT -pthread -MT libhashkit_la-default.lo -MD -MP -MF .deps/libhashkit_la-default.Tpo -c default.c  -fPIC -DPIC -o .libs/libhashkit_la-default.o
In file included from common.h:25,
                 from crc32.c:7:
hashkit.h:26:33: error: libhashkit/strerror.h: No such file or directory
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/home/lbieber/build/libmemcached/include -pthread -pipe -O3 -Werror -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -DBUILDING_HASHKIT -pthread -MT libhashkit_la-behavior.lo -MD -MP -MF .deps/libhashkit_la-behavior.Tpo -c behavior.c  -fPIC -DPIC -o .libs/libhashkit_la-behavior.o
In file included from common.h:25,
                 from fnv.c:9:
hashkit.h:26:33: error: libhashkit/strerror.h: No such file or directory
make[2]: *** [libhashkit_la-crc32.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [libhashkit_la-fnv.lo] Error 1
In file included from common.h:25,
                 from default.c:9:
hashkit.h:26:33: error: libhashkit/strerror.h: No such file or directory
make[2]: *** [libhashkit_la-default.lo] Error 1
In file included from common.h:25,
                 from behavior.c:9:
hashkit.h:26:33: error: libhashkit/strerror.h: No such file or directory
make[2]: *** [libhashkit_la-behavior.lo] Error 1
make[2]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/libhashkit'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://hudson.drizzle.org/job/libmemcached-ubuntu-32bit-build/ws/'>
make: *** [all] Error 2