Source: ddd
Version: 1:3.3.12-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120724 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
> debian/rules:14: warning: overriding commands for target 
> `debian/stamp-autotools-files'
> /usr/share/cdbs/1/class/autotools-files.mk:51: warning: ignoring old commands 
> for target `debian/stamp-autotools-files'
> test -x debian/rules
> mkdir -p "builddir"
> 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
> autoreconf -vfi
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force 
> autoreconf: configure.ac: tracing
> autoreconf: running: libtoolize --copy --force
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> autoreconf: running: /usr/bin/autoconf --force
> autoreconf: running: /usr/bin/autoheader --force
> autoreconf: running: automake --add-missing --copy --force-missing
> configure.ac:59: installing `./install-sh'
> configure.ac:59: installing `./missing'
> ddd/Makefile.am: installing `./depcomp'
> autoreconf: Leaving directory `.'
> touch debian/stamp-autotools-files
> chmod a+x /«PKGBUILDDIR»/./configure
> mkdir -p builddir
> cd builddir &&   CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -Wall -W -DNDEBUG" CXXFLAGS="-g -O2 
> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
> -Wall -W -DNDEBUG" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro 
> -Wl,--as-needed" RSH=rsh LPR=lpr XTERM=xterm XFONTSEL=xfontsel GCORE=gcore 
> ice_cv_find_xp=no ac_cv_lib_Xp_XpSelectInput=no /«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/ddd"  
> --disable-maintainer-mode --disable-dependency-tracking 
> --disable-silent-rules   --with-readline-libraries 
> --disable-builtin-app-defaults --disable-builtin-manual 
> --disable-builtin-news --disable-builtin-license --with-userinfo="Daniel 
> Schepler <schep...@debian.org>" 
> configure: WARNING: unrecognized options: --disable-maintainer-mode, 
> --disable-silent-rules
> checking for product name... ddd 3.3.12 "Dale Head"
> checking for expiration date... no
> 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 whether make sets $(MAKE)... (cached) yes
> checking for g77... no
> checking for fort77... no
> checking for f77... no
> checking for f2c... no
> checking whether ln -s works... yes
> checking for sh... /bin/sh
> checking for gtar... no
> checking for tar... tar
> checking for gm4... no
> checking for m4... m4
> checking for gsed... no
> checking for sed... sed
> checking for gdiff... no
> checking for diff... diff
> checking for gzip... gzip
> checking for gzip... gzip
> checking for remsh... no
> checking for rsh... no
> checking for on... no
> checking for lp... lpr
> checking for gcore... gcore
> checking for compface... no
> checking for xbm2xface.pl... no
> checking for xbm2xface... no
> checking for gdb... no
> checking for wdb... no
> checking for dbx... no
> checking for ladebug... no
> checking for xdb... no
> checking for jdb... no
> checking for perl... perl
> checking for perl version greater than or equal to 5.8.0... ok
> checking for xterm... xterm
> checking for xfontsel... xfontsel
> checking for bison... bison -y
> checking for bison -y flags... 
> checking bison -y version... 2.5 (ok)
> 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 for flex... flex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> checking whether yytext is a pointer... yes
> checking for flex flags... -8
> checking for gawk... (cached) mawk
> checking for library containing strerror... none required
> checking whether the C compiler (gcc) compiles and links a simple C 
> program... 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 whether the C++ compiler (g++) compiles a simple program... yes
> checking how to run the C preprocessor... gcc -E
> checking how to run the C++ preprocessor... g++ -E
> checking if this is a problematic g++ version... no
> checking whether the C++ compiler (g++) accepts -Weffc++... yes
> checking whether the C++ compiler (g++) accepts -Wuninitialized... yes
> checking whether the C++ compiler (g++) accepts -mminimal-toc... no
> checking for C++ compiler (g++) warning options... -Wall -W -Wwrite-strings 
> -Wformat -Werror=format-security -Wall -W
> checking for C++ compiler (g++) optimizing options...  -O2
> checking for C++ compiler (g++) debugging options... -g
> checking for C++ compiler (g++) extra libraries... 
> checking for C++ compiler (g++) static binding options... -Bstatic
> checking for C++ compiler (g++) dynamic binding options... -Bdynamic
> checking whether the C++ compiler (g++) accepts -fpermissive... yes
> checking whether the C++ compiler (g++) accepts -trigraphs... yes
> checking whether the C++ compiler (g++) supports bool types... yes
> checking whether the C++ compiler (g++) supports explicit constructors... yes
> checking whether the C++ compiler (g++) supports mutable members... yes
> checking whether the C++ compiler (g++) supports exception handling... yes
> checking whether the C++ compiler (g++) supports standard exceptions... yes
> checking whether the C++ compiler (g++) supports namespaces... yes
> checking whether the C++ compiler (g++) supports run-time type info... yes
> checking whether the C++ compiler (g++) supports long long types... yes
> checking whether the C++ compiler (g++) supports __PRETTY_FUNCTION__... yes
> checking whether the C++ compiler (g++) supports overloaded new... yes
> checking whether the C++ compiler (g++) supports placement new... yes
> checking whether the C++ compiler (g++) accepts -isystem... yes
> checking whether the C++ compiler (g++) supports new style casts... yes
> checking whether the C++ compiler (g++) supports __attribute__ 
> ((noreturn))... yes
> checking whether the C++ compiler (g++) supports __builtin_expect... yes
> checking for a traditional C preprocessor... gcc -E
> checking how to print strings... printf
> checking for a sed that does not truncate output... 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 the maximum length of command line arguments... 3458764513820540925
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> 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 mt... no
> checking if : is a manifest tool... no
> 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 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 for connect... yes
> checking for gethostbyname... yes
> checking for regcmp... no
> checking for regcmp in -lgen... no
> checking for yyerror in -ly... no
> checking for sin in -lm... yes
> checking for open in -lc... yes
> checking for elf_version in -lelf... no
> checking for tgetent in -lmytinfo... no
> checking for tgetent in -ltinfo... yes
> checking for streampos... no
> checking for std::streampos... yes
> checking whether the C++ compiler (g++) accepts -fpermissive... (cached) yes
> checking for X... libraries , headers 
> checking for gethostbyname... (cached) yes
> checking for connect... (cached) yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking whether libXext is in the standard X library path... yes
> checking whether libXp is in the standard X library path... (cached) no
> checking whether libXmu is in the standard X library path... yes
> checking for Motif... libraries in default path, headers in default path
> checking for Xpm... libraries in default path, headers in default path
> checking for Athena... libraries in default path, headers in default path
> checking whether compiling X headers requires -fpermissive... no
> checking for XOpenDisplay in -lX11... yes
> checking for _Xlcmbcurmax in -lXintl... no
> checking for shmap in -lipc... no
> checking for XtToolkitInitialize in -lXt... yes
> checking for XShapeQueryVersion in -lXext... yes
> checking for XmuCvtStringToOrientation in -lXmu... yes
> checking for XpmCreatePixmapFromXpmImage in -lXpm... yes
> checking X11/xpm.h usability... yes
> checking X11/xpm.h presence... yes
> checking for X11/xpm.h... yes
> checking xpm.h usability... no
> checking xpm.h presence... no
> checking for xpm.h... no
> checking for XawTextSetInsertionPoint in -lXaw... yes
> checking for X11/Xaw/Form.h... yes
> checking for X11/Xaw/Panner.h... yes
> checking for X11/Xaw/Porthole.h... yes
> checking for X11/Xmu/Editres.h... yes
> checking for XpSelectInput in -lXp... (cached) no
> checking for XmCreateOptionMenu in -lXm... yes
> checking for xmUseVersion in -lXm... yes
> checking for XmInstallImage in -lXm... yes
> checking for Xm21InstallImage in -lXm... no
> checking for the name of the translation resource... baseTranslations
> make: *** [debian/stamp-autotools] Terminated
> E: Caught signal 'Terminated': terminating immediately
> Terminated
> checking whether Motif dialogs own the string table... Build killed with 
> signal TERM after 60 minutes of inactivity
> ────────────────────────────────────────────────────────────────────────────────
> Build finished at 20120724-0330

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/07/24/ddd_3.3.12-3_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 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.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to