Source: enigma Version: 1.10~~pre-alpha+r2210-1.1 Severity: serious Tags: wheezy sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20120419 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > debian/rules build > test -x debian/rules > mkdir -p "." > if test -e /usr/share/misc/config.guess ; then \ > for i in ./config.guess ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.guess $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/misc/config.sub ; then \ > for i in ./config.sub ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.sub $i ; \ > fi ; \ > done ; \ > fi > touch debian/stamp-autotools-files > chmod a+x /«BUILDDIR»/enigma-1.10~~pre-alpha+r2210/./configure > mkdir -p . > cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 > -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security > -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" > LDFLAGS="-Wl,-z,relro" /«BUILDDIR»/enigma-1.10~~pre-alpha+r2210/./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/enigma" > --srcdir=. --disable-maintainer-mode --disable-dependency-tracking > --disable-silent-rules --datadir=\${prefix}/share/games > --bindir=\${prefix}/games --docdir=\${prefix}/share/doc/enigma > --enable-optimize > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-gnu > checking target system type... x86_64-pc-linux-gnu > 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... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > 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 dependency style of gcc... none > checking how to run the C preprocessor... gcc -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/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 NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for ranlib... ranlib > checking for strerror in -lcposix... no > checking for an ANSI C-conforming const... yes > checking for signed... yes > checking for inline... inline > checking for off_t... yes > checking for size_t... yes > checking for long long... yes > checking for long double... yes > checking for wchar_t... yes > checking for wint_t... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for intmax_t... yes > checking whether printf() supports POSIX/XSI format strings... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getpagesize... yes > checking for working mmap... yes > checking whether we are using the GNU C Library 2.1 or newer... yes > checking whether integer division by zero raises SIGFPE... yes > checking for unsigned long long... yes > checking for inttypes.h... yes > checking whether the inttypes.h PRIxNN macros are broken... no > checking for stdint.h... (cached) yes > checking for SIZE_MAX... yes > checking for stdint.h... (cached) yes > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > /bin/bash: ./config.rpath: No such file or directory > checking for shared library run path origin... done > checking for ptrdiff_t... yes > checking argz.h usability... yes > checking argz.h presence... yes > checking for argz.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking nl_types.h usability... yes > checking nl_types.h presence... yes > checking for nl_types.h... yes > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... (cached) yes > checking for asprintf... yes > checking for fwprintf... yes > checking for getcwd... yes > checking for getegid... yes > checking for geteuid... yes > checking for getgid... yes > checking for getuid... yes > checking for mempcpy... yes > checking for munmap... yes > checking for putenv... yes > checking for setenv... yes > checking for setlocale... yes > checking for snprintf... yes > checking for stpcpy... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for strtoul... yes > checking for tsearch... yes > checking for wcslen... yes > checking for __argz_count... yes > checking for __argz_stringify... yes > checking for __argz_next... yes > checking for __fsetlocking... yes > checking whether _snprintf is declared... no > checking whether _snwprintf is declared... no > checking whether feof_unlocked is declared... yes > checking whether fgets_unlocked is declared... yes > checking whether getc_unlocked is declared... yes > checking for iconv... yes > checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, > char * *outbuf, size_t *outbytesleft); > checking for nl_langinfo and CODESET... yes > checking for LC_MESSAGES... yes > checking for bison... no > checking whether NLS is requested... yes > checking whether included gettext is requested... no > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking dependency style of gcc... (cached) none > checking whether gcc and cc understand -c and -o together... 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... gcc -E > checking for ranlib... (cached) ranlib > checking for texi2html... /usr/bin/texi2html > checking for pdflatex... no > checking for convert... /usr/bin/convert > checking dirent.h usability... yes > checking dirent.h presence... yes > checking for dirent.h... yes > checking for library containing dlopen... -ldl > checking for sdl-config... /usr/bin/sdl-config > checking for SDL - version >= 1.2.0... yes > checking for main in -lSDL_image... yes > checking for IMG_Init in -lSDL_image... yes > checking for main in -lSDL_mixer... yes > checking for Mix_QuickLoad_RAW in -lSDL_mixer... yes > checking for Mix_Init in -lSDL_mixer... yes > checking for SDL_ttf >=2.0.6... found > checking for main in -lSDL_ttf... yes > configure: error: libpng is required to compile Enigma > checking for png_create_write_struct in -lpng... no > make: *** [debian/stamp-autotools] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2012/04/19/enigma_1.10~~pre-alpha+r2210-1.1_unstable.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 about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org