problem with --enable-debug builds

Bug #1267631 reported by Tom Gates
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gearman
New
Undecided
Unassigned

Bug Description

Building from a normal configure works fine, but building from a configure --enable-debug does not work:

tgates@gatestux5 ~ $ rm -fr gearmand
tgates@gatestux5 ~ $ bzr branch lp:gearmand
Branched 894 revisions.
tgates@gatestux5 ~ $ cd gearmand
tgates@gatestux5 ~/gearmand $ ./bootstrap.sh autoreconf |& tee autoreconf.log
`/usr/bin/libtoolize --copy --install --force'

...

tgates@gatestux5 ~/gearmand $ ./configure --enable-debug |& tee configure.log
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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/gear_config.h usability... no
checking minix/gear_config.h presence... no
checking for minix/gear_config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking how to create a ustar tar archive... gnutar
checking dependency style of cc... gcc3
checking dependency style of c++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static 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/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... c++ -E
checking for ld used by c++... /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 c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ 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 cos in -lm... yes
checking for cc option to accept ISO C99... -std=gnu99
checking whether C++ compiler accepts -std=c++0x... yes
checking whether make supports nested variables... yes
checking for boostlib >= 1.39... yes
checking whether the Boost::Program_Options library is available... yes
checking for rand in -lboost_program_options... yes
checking for location of cstdint... <cstdint>
<cstdint>
checking for location of cinttypes... <cinttypes>
<cinttypes>
checking for mysqld... nocommand
configure: WARNING: mysqld not found in /home/tgates/bin:/home/tgates/bin:/home/tgates/myrepo/scripts.bash:/usr/local/php-5.4.8.NTS.debug/bin:/home/tgates/nuo3rdparty/x86_64-linux/bin:/home/tgates/nuo3rdparty/common/bin:/home/tgates/.rvm/gems/ruby-1.9.3-p448/bin:/home/tgates/.rvm/gems/ruby-1.9.3-p448@global/bin:/home/tgates/.rvm/rubies/ruby-1.9.3-p448/bin:/home/tgates/.rvm/bin:/home/tgates/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/tgates/.rvm/bin
checking for mysql_config... /usr/bin/mysql_config
checking if MySQL version is >= 5.0... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking for curl-config... /usr/bin/curl-config
checking for curl (7.29.0) >= 7.21.7... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for main in -lcurl... yes
checking whether drizzled executable path has been provided... no
checking for drizzled... no
checking libdrizzle-5.1/drizzle_client.h usability... no
checking libdrizzle-5.1/drizzle_client.h presence... no
checking for libdrizzle-5.1/drizzle_client.h... no
checking for SQLite3 library >= 3.0.0... yes
checking for pg_config... /usr/bin/pg_config
checking for PostgreSQL libraries... yes
checking tcadb.h usability... no
checking tcadb.h presence... no
checking for tcadb.h... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for MSG_NOSIGNAL... yes
checking for MSG_DONTWAIT... yes
checking for MSG_MORE... yes
checking for O_CLOEXEC... yes
checking hiredis/hiredis.h usability... no
checking hiredis/hiredis.h presence... no
checking for hiredis/hiredis.h... no
checking for dpkg-gensymbols... dpkg-gensymbols
checking for openssl... openssl
checking for perl... perl
checking for valgrind... valgrind
checking for wine... no
checking for gperf... /usr/bin/gperf
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether memcached executable path has been provided... no
checking for memcached... unknown
checking whether sphinx-build executable path has been provided... no
checking for sphinx-build... /usr/bin/sphinx-build
checking Checking to see if /usr/bin/sphinx-build is recent... /usr/bin/sphinx-build is version "Sphinx v1.1.3"
checking whether lcov executable path has been provided... no
checking for lcov... /home/tgates/nuo3rdparty/x86_64-linux/bin/lcov
checking whether genhtml executable path has been provided... no
checking for genhtml... /home/tgates/nuo3rdparty/x86_64-linux/bin/genhtml
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for arpa/inet.h... yes
checking for errno.h... yes
checking for execinfo.h... yes
checking for fcntl.h... yes
checking for features.h... yes
checking for fnmatch.h... yes
checking for getopt.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for mach/mach.h... no
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking for spawn.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/epoll.h... yes
checking for sys/resource.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/utsname.h... yes
checking for sys/wait.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for winsock2.h... no
checking for libmemcached-1.0/types/return.h... no
checking for ptrdiff_t... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking for int32_t... yes
checking for int64_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working memcmp... yes
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes
checking for mbstate_t... yes
checking for working POSIX fnmatch... yes
checking for accept4... yes
checking for dup2... yes
checking for fork... (cached) yes
checking for gettimeofday... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for pipe... yes
checking for pipe2... yes
checking for select... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for atexit... yes
checking for getcwd... yes
checking for strstr... yes
checking for setsockopt... yes
checking for bind... yes
checking for dlfcn.h... (cached) yes
checking for main in -ldl... yes
checking for dlopen in -ldl... (cached) yes
checking for dladdr in -ldl... yes
checking for clock_gettime in -lrt... yes
checking for clock_gettime... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking cyassl/ssl.h usability... no
checking cyassl/ssl.h presence... no
checking for cyassl/ssl.h... no
no
checking libmemcached-1.0/memcached.h usability... no
checking libmemcached-1.0/memcached.h presence... no
checking for libmemcached-1.0/memcached.h... no
checking test for a working libevent... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking check to see if -luuid is needed... yes
checking check to see if -luuid is needed... yes
checking for uuid/uuid.h... (cached) yes
checking check to see if -luuid is needed... (cached) yes
checking check to see if -luuid is needed... (cached) yes
checking for uuid_generate_time_safe... yes
checking the number of available CPUs... 2
configure: adding automake macro support
configure: creating aminclude.am
configure: added jobserver support to make for 3 jobs
checking if compiler needs -Werror to reject unknown flags... 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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... 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... no
checking for PTHREAD_PRIO_INHERIT... yes
checking check for pthread_timedjoin_np... yes
checking whether byte ordering is bigendian... no
checking for C compiler vendor... gnu
checking C Compiler version... "cc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3"
checking C++ Compiler version... "c++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3"
checking MINGW... checking whether __MINGW32__ is declared... no
no
checking whether the linker accepts ... yes
checking mcheck.h usability... yes
checking mcheck.h presence... yes
checking for mcheck.h... yes
checking for main in -lmcheck... yes
checking whether the linker accepts -lmcheck... yes
./configure: line 26871: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
./configure: line 26878: printf: -D: invalid option
printf: usage: printf [-v var] format [arguments]
checking for debug... yes
checking for vcs system... bazaar
checking for vcs checkout... yes
checking for assert... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking if all warnings into errors... yes
checking if all warnings into errors... (cached) yes
checking whether the linker accepts -z... no
checking whether the linker accepts relro... no
checking whether the linker accepts -z... (cached) no
checking whether the linker accepts now... no
checking whether the linker accepts -Werror... yes
checking whether the linker accepts -rdynamic... yes
checking whether C compiler accepts -H... yes
checking whether C compiler accepts -g... yes
checking whether C compiler accepts -g3... yes
checking whether C compiler accepts -fmudflapth... no
checking whether C compiler accepts -fno-eliminate-unused-debug-types... yes
checking whether C compiler accepts -fno-omit-frame-pointer... yes
checking whether C compiler accepts -fstack-check... yes
checking whether C compiler accepts -Wpragmas... yes
checking whether C compiler accepts -Wunknown-pragmas... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Weverything... no
checking whether C compiler accepts -Wthis-test-should-fail... no
checking whether C compiler accepts -Wunsuffixed-float-constants... yes
checking whether C compiler accepts -Wjump-misses-init... yes
checking whether C compiler accepts -Wno-attributes... yes
checking whether C compiler accepts -Waddress... yes
checking whether C compiler accepts -Wvarargs... no
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wbad-function-cast... yes
checking whether C compiler accepts -Wchar-subscripts... yes
checking whether C compiler accepts -Wcomment... yes
checking whether C compiler accepts -Wfloat-equal... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wformat-y2k... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wmaybe-uninitialized... yes
checking whether C compiler accepts -Wmissing-field-initializers... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wnormalized=id... yes
checking whether C compiler accepts -Woverride-init... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wpointer-sign... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wshorten-64-to-32... no
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-overflow=1... yes
checking whether C compiler accepts -Wstrict-prototypes... no
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wtrampolines... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -funsafe-loop-optimizations... yes
checking whether C compiler accepts -Wclobbered... yes
checking whether C compiler accepts -Wunused... yes
checking whether C compiler accepts -Wunused-result... yes
checking whether C compiler accepts -Wunused-variable... yes
checking whether C compiler accepts -Wunused-parameter... yes
checking whether C compiler accepts -Wunused-local-typedefs... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -floop-parallelize-all... yes
checking whether C compiler accepts -fwrapv... yes
checking whether C compiler accepts -fmudflapt... no
checking whether C compiler accepts -pipe... yes
checking whether C compiler accepts -fPIE... yes
checking whether C compiler accepts -pie... yes
checking whether C compiler accepts -Wsizeof-pointer-memaccess... no
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -fno-omit-frame-pointer... (cached) yes
checking whether C compiler accepts -fsanitize=integer... no
checking whether C compiler accepts -fsanitize=memory... no
checking whether C compiler accepts -fsanitize=alignment... no
checking whether C compiler accepts -fsanitize=bool... no
checking whether C compiler accepts -fsanitize=bounds... no
checking whether C compiler accepts -fsanitize=enum... no
checking whether C compiler accepts -fsanitize=float-cast-overflow... no
checking whether C compiler accepts -fsanitize=float-divide-by-zero... no
checking whether C compiler accepts -fsanitize=integer-divide-by-zero... no
checking whether C compiler accepts -fsanitize=null... no
checking whether C compiler accepts -fsanitize=object-size... no
checking whether C compiler accepts -fsanitize=return... no
checking whether C compiler accepts -fsanitize=shift... no
checking whether C compiler accepts -fsanitize=signed-integer-overflow... no
checking whether C compiler accepts -fsanitize=unreachable... no
checking whether C compiler accepts -fsanitize=unsigned-integer-overflow... no
checking whether C compiler accepts -fsanitize=vla-bound... no
checking whether C compiler accepts -fsanitize=vptr... no
checking whether C++ compiler accepts -H... yes
checking whether C++ compiler accepts -g... yes
checking whether C++ compiler accepts -g3... yes
checking whether C++ compiler accepts -fmudflapth... no
checking whether C++ compiler accepts -fno-inline... yes
checking whether C++ compiler accepts -fno-eliminate-unused-debug-types... yes
checking whether C++ compiler accepts -fno-omit-frame-pointer... yes
checking whether C++ compiler accepts -fstack-check... yes
checking whether C++ compiler accepts -Wpragmas... yes
checking whether C++ compiler accepts -Wunknown-pragmas... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Weverything... no
checking whether C++ compiler accepts -Wthis-test-should-fail... no
checking whether C++ compiler accepts -Wno-attributes... yes
checking whether C++ compiler accepts -Wvarargs... no
checking whether C++ compiler accepts -Waddress... yes
checking whether C++ compiler accepts -Warray-bounds... yes
checking whether C++ compiler accepts -Wchar-subscripts... yes
checking whether C++ compiler accepts -Wcomment... yes
checking whether C++ compiler accepts -Wctor-dtor-privacy... yes
checking whether C++ compiler accepts -Wfloat-equal... yes
checking whether C++ compiler accepts -Wformat=2... yes
checking whether C++ compiler accepts -Wformat-y2k... yes
checking whether C++ compiler accepts -Wmaybe-uninitialized... yes
checking whether C++ compiler accepts -Wmissing-field-initializers... yes
checking whether C++ compiler accepts -Wlogical-op... yes
checking whether C++ compiler accepts -Wnon-virtual-dtor... yes
checking whether C++ compiler accepts -Wnormalized=id... yes
checking whether C++ compiler accepts -Woverloaded-virtual... yes
checking whether C++ compiler accepts -Wpointer-arith... yes
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wshadow... yes
checking whether C++ compiler accepts -Wshorten-64-to-32... no
checking whether C++ compiler accepts -Wsign-compare... yes
checking whether C++ compiler accepts -Wstrict-overflow=1... yes
checking whether C++ compiler accepts -Wswitch-enum... yes
checking whether C++ compiler accepts -Wtrampolines... yes
checking whether C++ compiler accepts -Wundef... yes
checking whether C++ compiler accepts -funsafe-loop-optimizations... yes
checking whether C++ compiler accepts -Wc++11-compat... yes
checking whether C++ compiler accepts -Wclobbered... yes
checking whether C++ compiler accepts -Wunused... yes
checking whether C++ compiler accepts -Wunused-result... yes
checking whether C++ compiler accepts -Wunused-variable... yes
checking whether C++ compiler accepts -Wunused-parameter... yes
checking whether C++ compiler accepts -Wunused-local-typedefs... yes
checking whether C++ compiler accepts -Wwrite-strings... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -floop-parallelize-all... yes
checking whether C++ compiler accepts -fwrapv... yes
checking whether C++ compiler accepts -fmudflapt... no
checking whether C++ compiler accepts -pipe... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether C++ compiler accepts -pie... yes
checking whether C++ compiler accepts -Wsizeof-pointer-memaccess... no
checking whether C++ compiler accepts -Wpacked... yes
checking whether C++ compiler accepts -fno-omit-frame-pointer... (cached) yes
checking whether C++ compiler accepts -fsanitize=integer... no
checking whether C++ compiler accepts -fsanitize=memory... no
checking whether C++ compiler accepts -fsanitize=alignment... no
checking whether C++ compiler accepts -fsanitize=bool... no
checking whether C++ compiler accepts -fsanitize=bounds... no
checking whether C++ compiler accepts -fsanitize=enum... no
checking whether C++ compiler accepts -fsanitize=float-cast-overflow... no
checking whether C++ compiler accepts -fsanitize=float-divide-by-zero... no
checking whether C++ compiler accepts -fsanitize=integer-divide-by-zero... no
checking whether C++ compiler accepts -fsanitize=null... no
checking whether C++ compiler accepts -fsanitize=object-size... no
checking whether C++ compiler accepts -fsanitize=return... no
checking whether C++ compiler accepts -fsanitize=shift... no
checking whether C++ compiler accepts -fsanitize=signed-integer-overflow... no
checking whether C++ compiler accepts -fsanitize=unreachable... no
checking whether C++ compiler accepts -fsanitize=unsigned-integer-overflow... no
checking whether C++ compiler accepts -fsanitize=vla-bound... no
checking whether C++ compiler accepts -fsanitize=vptr... no
checking whether the compiler supports GCC C++ ABI name demangling... yes
checking checking for cxx_gcc_abi_demangle... "yes"
configure: creating ./config.status
config.status: creating libhashkit/hashkitcon.h
config.status: creating libhashkit-1.0/configure.h
config.status: creating libtest/version.h
config.status: creating libtest/yatlcon.h
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating docs/conf.py
config.status: creating libgearman-1.0/version.h
config.status: creating scripts/gearmand
config.status: creating scripts/gearmand-init
config.status: creating scripts/gearmand.xml
config.status: creating scripts/smf_install.sh
config.status: creating support/gearmand.pc
config.status: creating support/gearmand.spec
config.status: creating gear_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
---
Configuration summary for gearmand version 1.1.12

   * Installation prefix: /usr/local
   * System type: unknown-linux-gnu
   * Host CPU: x86_64
   * C Compiler: cc -std=gnu99 cc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
   * C Flags: -H -g -g3 -fno-eliminate-unused-debug-types -fno-omit-frame-pointer -fstack-check -Wpragmas -Wunknown-pragmas -Wall -Wextra -Wunsuffixed-float-constants -Wjump-misses-init -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wlogical-op -Wmaybe-uninitialized -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnormalized=id -Woverride-init -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wtrampolines -Wundef -funsafe-loop-optimizations -Wclobbered -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -floop-parallelize-all -fwrapv -pipe -fPIE -pie -Wpacked -Werror
   * C++ Compiler: c++ c++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
   * C++ Flags: -H -g -g3 -fno-inline -fno-eliminate-unused-debug-types -fno-omit-frame-pointer -fstack-check -Wpragmas -Wunknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wtrampolines -Wundef -funsafe-loop-optimizations -Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security -floop-parallelize-all -fwrapv -pipe -fPIE -pie -Wpacked -Werror
   * CPP Flags: -fvisibility=hidden
   * LIBS:
   * LDFLAGS Flags: -lmcheck -Werror -rdynamic
   * Assertions enabled: yes
   * Debug enabled: yes
   * Warnings as failure: yes
   * Building with libsqlite3 yes
   * Building with libdrizzle yes
   * Building with libmemcached not found
   * Building with libpq yes
   * Building with tokyocabinet no
   * Building with libmysql yes
   * SSL enabled: no
   * cyassl found: no
   * openssl found: yes
   * make -j: 3
   * VCS checkout: yes

---
tgates@gatestux5 ~/gearmand $ make |& tee make.log

...

make[2]: *** [libgearman/libgearman_libgearman_la-status.lo] Error 1
make[2]: *** Waiting for unfinished jobs....

...

make[2]: Leaving directory `/home/tgates/gearmand'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tgates/gearmand'
make: *** [all] Error 2
tgates@gatestux5 ~/gearmand $

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.