Source: log4cpp
Version: 1.0-4.1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> /bin/bash ./config.status --recheck
> running CONFIG_SHELL=/bin/bash /bin/bash /«PKGBUILDDIR»/./configure 
> --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include 
> --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc 
> --localstatedir=/var --libexecdir=${prefix}/lib/log4cpp --srcdir=. 
> --disable-maintainer-mode --disable-dependency-tracking 
> --disable-silent-rules build_alias=x86_64-linux-gnu CFLAGS=-g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS=-Wl,-z,defs 
> -Wl,--as-needed -lpthread CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 
> CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> --no-create --no-recursion
> configure: WARNING: unrecognized options: --disable-maintainer-mode
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> /bin/bash: /«PKGBUILDDIR»/config/missing: No such file or directory
> configure: WARNING: 'missing' script is too old or missing
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to print strings... printf
> checking for style of include used by make... GNU
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking whether gcc understands -c and -o together... yes
> checking dependency style of gcc... none
> 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... 1572864
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
> format... func_convert_file_noop
> checking how to convert x86_64-pc-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 gcc object... ok
> checking for sysroot... no
> checking for a working dd... /bin/dd
> checking how to truncate binary pipes... /bin/dd bs=4096 count=1
> checking for mt... no
> checking if : is a manifest tool... no
> 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 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 whether make sets $(MAKE)... (cached) yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> 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 how to run the C++ preprocessor... g++ -E
> checking for unistd.h... (cached) yes
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking for int64_t... yes
> checking for working snprintf... yes
> checking for syslog... yes
> checking for gettimeofday... yes
> checking for ftime... yes
> checking for localtime_r... yes
> checking for socket in -lsocket... no
> checking for gethostbyname in -lnsl... 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 whether the compiler implements namespaces... yes
> checking whether the compiler has stringstream... yes
> checking for doxygen... no
> configure: creating log4cpp-config.in
> configure: creating log4cpp.pc.in
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> configure: WARNING: unrecognized options: --disable-maintainer-mode
> creating include/log4cpp/config.h - prefix LOG4CPP for include/config.h 
> defines
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> /
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
>  /bin/bash ./config.status
> config.status: creating Makefile
> config.status: creating log4cpp.spec
> config.status: creating log4cpp.pc
> config.status: creating log4cpp-config
> config.status: WARNING:  'log4cpp-config.in' seems to ignore the 
> --datarootdir setting
> config.status: creating config/Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/Doxyfile
> config.status: creating doc/html/Makefile
> config.status: creating src/Makefile
> config.status: creating include/Makefile
> config.status: creating include/log4cpp/Makefile
> config.status: creating include/log4cpp/threading/Makefile
> config.status: creating tests/Makefile
> config.status: creating msvc6/Makefile
> config.status: creating msvc6/log4cpp/Makefile
> config.status: creating msvc6/log4cppDLL/Makefile
> config.status: creating msvc6/testCategory/Makefile
> config.status: creating msvc6/testDLL/Makefile
> config.status: creating msvc6/testMain/Makefile
> config.status: creating msvc6/testNDC/Makefile
> config.status: creating msvc6/testNTEventLog/Makefile
> config.status: creating msvc6/testPattern/Makefile
> config.status: creating bcb5/Makefile
> config.status: creating bcb5/log4cpp/Makefile
> config.status: creating bcb5/testCategory/Makefile
> config.status: creating bcb5/testConfig/Makefile
> config.status: creating bcb5/testFixedContextCategory/Makefile
> config.status: creating bcb5/testmain/Makefile
> config.status: creating bcb5/testNDC/Makefile
> config.status: creating bcb5/testPattern/Makefile
> config.status: creating openvms/Makefile
> config.status: creating include/config.h
> config.status: include/config.h is unchanged
> config.status: executing depfiles commands
> config.status: executing libtool commands
> CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4
> aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 
> 'configure.in'
>  cd . && automake-1.15 --gnu
> automake-1.15: warning: autoconf input should be named 'configure.ac', not 
> 'configure.in'
> configure.in:44: error: required file 'config/compile' not found
> configure.in:44:   'automake --add-missing' can install 'compile'
> configure.in:22: error: required file 'config/missing' not found
> configure.in:22:   'automake --add-missing' can install 'missing'
> automake-1.15: warning: autoconf input should be named 'configure.ac', not 
> 'configure.in'
> src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
> '*_CPPFLAGS')
> src/Makefile.am: error: required file 'config/depcomp' not found
> src/Makefile.am:   'automake --add-missing' can install 'depcomp'
> tests/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' 
> (or '*_CPPFLAGS')
> make[1]: *** [Makefile.in] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/log4cpp_1.0-4.1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to