[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#542985: gdc-4.2: FTBFS: configure.ac:105: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS



Package: gdc-4.2
Version: 0.25-4.2.4-3.1
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> dpkg-buildpackage: set CFLAGS to default value: -g -O2
> dpkg-buildpackage: set CPPFLAGS to default value: 
> dpkg-buildpackage: set LDFLAGS to default value: 
> dpkg-buildpackage: set FFLAGS to default value: -g -O2
> dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
> dpkg-buildpackage: source package gdc-4.2
> dpkg-buildpackage: source version 0.25-4.2.4-3.1
> dpkg-buildpackage: source changed by Thomas Viehmann <tv@beamnet.de>
> dpkg-buildpackage: host architecture amd64
>  /usr/bin/fakeroot debian/rules clean
> rm -rf stamps
> rm -rf gcc-4.2-20080520  p gdc-0.25-src d
> /usr/bin/make -f debian/rules2 clean
> make[1]: Entering directory `/build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4'
> dh_testdir
> rm -f pxxx status
> rm -f *-summary *-protocol testsuite-comparision summary-diff
> if [ -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/p/config-lang.in.debian ]; then \
> 	  mv -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/p/config-lang.in.debian /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/p/config-lang.in; \
> 	else true; fi
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/po/*.gmo
> rm -f debian/lib{ffi,g2c,gcc,gcj,objc,stdc++}{-v3,[0-9]}*.{{pre,post}{inst,rm},shlibs}
> fs=`echo debian/*-BV* debian/*GCJ* debian/*CXX* debian/*LC* debian/*MF* | sort -u`; \
> 	for f in $fs; do \
> 	  [ -f $f ] || continue; \
> 	  f2=$(echo $f | sed 's/BV/4.2/;s/PV//;s/CXX/6/;s/LGCJ/8-1/;s/GCJ/8/;s/LC/1/;s/FFI/4/;s/MF/0/'); \
> 	  rm -f $f2; \
> 	done
> rm -f debian/shlibs.local debian/substvars.local
> rm -f debian/*.debhelper
> [ -d debian/bugs ] && /usr/bin/make -C debian/bugs clean
> make[1]: [clean] Error 1 (ignored)
> rm -f debian/README.libstdc++-baseline
> rm -f debian/lib*gcj-bc.shlibs
> rm -rf bin locales
> rm -rf check-inst
> dh_clean
> make[1]: Leaving directory `/build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4'
> rm -rf /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/build* debian/tmp* html
> rm -f bootstrap-* first-move-stamp
> rm -f debian/*.tmp
> rm -f debian/soname-cache
> find debian -name '.#*' | xargs -r rm -f
> find debian/patches -name '*.dpatch' -type f ! -perm 644 | xargs -r chmod 644
> dh_clean
>  dpkg-source -b gdc-4.2-0.25-4.2.4
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building gdc-4.2 using existing gdc-4.2_0.25-4.2.4.orig.tar.gz
> dpkg-source: info: building gdc-4.2 in gdc-4.2_0.25-4.2.4-3.1.diff.gz
> dpkg-source: info: building gdc-4.2 in gdc-4.2_0.25-4.2.4-3.1.dsc
>  debian/rules build
> : # unpack gcc tarball
> mkdir stamps
> if [ -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src ]; then \
> 	  echo >&2 "Source directory /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src exists. Delete by hand"; \
> 	  false; \
> 	fi
> rm -rf gcc-4.2-20080520
> case gcc-4.2-20080520-dfsg.tar.lzma in \
> 	  *.bz2)  tar -x --bzip2 -f /usr/src/gcc-4.2/gcc-4.2-20080520-dfsg.tar.lzma;; \
> 	  *.gz)   tar -x --gzip  -f /usr/src/gcc-4.2/gcc-4.2-20080520-dfsg.tar.lzma;; \
> 	  *.lzma) lzcat /usr/src/gcc-4.2/gcc-4.2-20080520-dfsg.tar.lzma | tar -x -f -;; \
> 	  *)     false; \
> 	esac
> mv gcc-4.2-20080520 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/doc/*.1
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/doc/*.info
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/fortran/*.info
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/libgomp/*.info
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/java/*.1
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/java/*.info
> for i in gcc/doc/bugreport.texi gcc/doc/cfg.texi gcc/doc/collect2.texi gcc/doc/compat.texi gcc/doc/configfiles.texi gcc/doc/configterms.texi gcc/doc/contrib.texi gcc/doc/contribute.texi gcc/doc/cppenv.texi gcc/doc/cppinternals.texi gcc/doc/cppopts.texi gcc/doc/cpp.texi gcc/doc/c-tree.texi gcc/doc/extend.texi gcc/doc/fragments.texi gcc/doc/frontends.texi gcc/doc/gccint.texi gcc/doc/gcc.texi gcc/doc/gcov.texi gcc/doc/gnu.texi gcc/doc/gty.texi gcc/doc/headerdirs.texi gcc/doc/hostconfig.texi gcc/doc/implement-c.texi gcc/doc/install-old.texi gcc/doc/install.texi gcc/doc/interface.texi gcc/doc/invoke.texi gcc/doc/languages.texi gcc/doc/libgcc.texi gcc/doc/loop.texi gcc/doc/makefile.texi gcc/doc/md.texi gcc/doc/objc.texi gcc/doc/options.texi gcc/doc/passes.texi gcc/doc/portability.texi gcc/doc/rtl.texi gcc/doc/service.texi gcc/doc/sourcebuild.texi gcc/doc/standards.texi gcc/doc/tm.texi gcc/doc/tree-ssa.texi gcc/doc/trouble.texi gcc/doc/include/gcc-common.texi gcc/doc/include/funding.texi gcc/fortran/invoke.texi gcc/fortran/intrinsic.texi libstdc++-v3/docs/html/17_intro/porting.texi ; do \
> 	  if [ -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/$i ]; then \
> 	    cp debian/dummy.texi /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/$i; \
> 	  else \
> 	    echo >&2 "$i does not exist, fix debian/rules.unpack"; \
> 	  fi; \
> 	done
> for i in gcc/doc/gcc.texi gcc/java/gcj.texi gcc/ada/gnat-style.texi gcc/ada/gnat_rm.texi gcc/ada/gnat_ugn.texi gcc/fortran/gfortran.texi gcc/treelang/treelang.texi libgomp/libgomp.texi ; do \
> 	  n=$(basename $i .texi); \
> 	  if [ -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/$i ]; then \
> 	    sed "s/@name@/$n/g" debian/gcc-dummy.texi \
> 	      > /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/$i; \
> 	  else \
> 	    echo >&2 "$i does not exist, fix debian/rules.unpack"; \
> 	  fi; \
> 	done
> cp debian/porting.* /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/libstdc++-v3/docs/html/17_intro/
> for i in gcc/doc/cpp.1 gcc/doc/g++.1 gcc/doc/gc-analyze.1 gcc/doc/gcc.1 gcc/doc/gcj.1 gcc/doc/gcj-dbtool.1 gcc/doc/gcjh.1 gcc/doc/gcov.1 gcc/doc/gfortran.1 gcc/doc/gij.1 gcc/doc/grmic.1 gcc/doc/grmiregistry.1 gcc/doc/jcf-dump.1 gcc/doc/jv-convert.1 ; do \
> 	  touch /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/$i; \
> 	done
> echo "gcc-4.2-20080520-dfsg.tar.lzma unpacked." > stamps/01-unpack-stamp-gcc-4.2-20080520-dfsg.tar.lzma
> : # unpack gdc tarball
> mkdir stamps
> mkdir: cannot create directory `stamps': File exists
> make: [stamps/01-unpack-stamp-gdc-0.25-src.tar.lzma] Error 1 (ignored)
> if [ -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/d ]; then \
> 	  echo >&2 "Source directory /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/d exists. Delete by hand";\
> 	  false; \
> 	fi
> #rm -rf gdc-0.25-src
> rm -rf d
> case gdc-0.25-src.tar.lzma in \
> 	  *.bz2)  tar -x --bzip2 -f gdc-0.25-src.tar.lzma;; \
> 	  *.gz)   tar -x --gzip  -f gdc-0.25-src.tar.lzma;; \
> 	  *.lzma) lzcat gdc-0.25-src.tar.lzma | tar -x -f -;; \
> 	 *)     false; \
> 	esac
> if [ -d d ]; then \
> 	  mv d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/. ; \
> 	else \
> 	  mv gdc-0.25-src/d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/. ; \
> 	  rm -rf gdc-0.25-src/CVS; \
> 	  rmdir gdc-0.25-src; \
> 	fi
> rm -f /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/d/d-make-include
> echo "D_LANGUAGE_VERSION=1" > /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src/gcc/d/d-make-include
> echo "gdc-0.25-src.tar.lzma unpacked." > stamps/01-unpack-stamp-gdc-0.25-src.tar.lzma
> echo -e "\nBuilt from Debian source package gdc-4.2-0.25-4.2.4-3.1" \
> 		> pxxx
> echo -e "Integrated upstream packages in this version:\n" >> pxxx
> for i in gcc-4.2-20080520-dfsg.tar.lzma  gdc-0.25-src.tar.lzma; do echo "  $i" >> pxxx; done
> mv -f pxxx stamps/01-unpack-stamp
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/svn-updates.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/svn-updates.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libdecnumber/Makefile.in
> patching file libdecnumber/ChangeLog
> patching file gcc/doc/install.texi2html
> patching file gcc/java/class.c
> patching file gcc/java/ChangeLog
> patching file gcc/DATESTAMP
> patching file gcc/ChangeLog
> patching file gcc/testsuite/gcc.dg/nested-func-6.c
> patching file gcc/testsuite/gcc.dg/pr36194.c
> patching file gcc/testsuite/ChangeLog
> patching file gcc/tree-nested.c
> patching file gcc/combine.c
> patching file gcc/gthr-posix.h
> patching file gcc/config/rs6000/rs6000.md
> patching file gcc/config/mips/mips.md
> patching file gcc/config/mips/mips.c
> patching file gcc/gthr-posix95.h
> patching file libjava/Makefile.in
> patching file libjava/configure.ac
> patching file libjava/include/Makefile.in
> patching file libjava/ChangeLog
> patching file libjava/testsuite/Makefile.in
> patching file libjava/configure
> patching file libjava/gcj/Makefile.in
> patching file libjava/java/lang/natString.cc
> patching file libjava/Makefile.am
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/gcc-version.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/gcc-version.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/gcc-textdomain.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/gcc-textdomain.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file gcc/Makefile.in
> Hunk #1 succeeded at 4756 (offset 191 lines).
> patching file gcc/intl.c
> Hunk #1 succeeded at 50 (offset -1 lines).
> patching file libcpp/Makefile.in
> patching file libcpp/system.h
> patching file libcpp/init.c
> Hunk #1 succeeded at 128 (offset 6 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/gcc-driver-extra-langs.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/gcc-driver-extra-langs.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file gcc/Makefile.in
> Hunk #1 succeeded at 442 (offset 18 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/gcc-hash-style-both.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/gcc-hash-style-both.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file gcc/config/alpha/linux-elf.h
> Hunk #1 succeeded at 39 (offset -1 lines).
> patching file gcc/config/s390/linux.h
> Hunk #1 succeeded at 77 (offset -1 lines).
> patching file gcc/config/sparc/linux.h
> Hunk #1 succeeded at 132 (offset -1 lines).
> patching file gcc/config/sparc/linux64.h
> Hunk #1 succeeded at 166 (offset -1 lines).
> Hunk #2 succeeded at 175 (offset -1 lines).
> Hunk #3 succeeded at 256 (offset -1 lines).
> patching file gcc/config/i386/linux.h
> Hunk #1 succeeded at 108 (offset -1 lines).
> patching file gcc/config/i386/linux64.h
> Hunk #1 succeeded at 52 (offset -1 lines).
> patching file gcc/config/ia64/linux.h
> patching file gcc/config/rs6000/sysv4.h
> Hunk #1 succeeded at 901 (offset -7 lines).
> patching file gcc/config/rs6000/linux64.h
> Hunk #1 succeeded at 350 (offset -1 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libstdc++-pic.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libstdc++-pic.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libstdc++-v3/src/Makefile.am
> Hunk #1 succeeded at 257 with fuzz 1 (offset 47 lines).
> patching file libstdc++-v3/src/Makefile.in
> Hunk #1 succeeded at 657 (offset 46 lines).
> Hunk #2 succeeded at 690 (offset 46 lines).
> Hunk #3 succeeded at 800 (offset 70 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libstdc++-doclink.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libstdc++-doclink.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libstdc++-v3/docs/doxygen/mainpage.html
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libstdc++-doxygen.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libstdc++-doxygen.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libstdc++-v3/docs/doxygen/user.cfg.in
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-stacktrace.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-stacktrace.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/stacktrace.cc
> Hunk #1 succeeded at 17 with fuzz 2 (offset -3 lines).
> Hunk #2 succeeded at 265 (offset 38 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-subdir.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-subdir.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file gcc/java/Make-lang.in
> Hunk #1 succeeded at 302 (offset -11 lines).
> patching file libjava/classpath/configure.ac
> patching file libjava/classpath/configure
> patching file libjava/testsuite/lib/libjava.exp
> patching file libjava/testsuite/Makefile.am
> patching file libjava/testsuite/Makefile.in
> Hunk #1 succeeded at 318 (offset -2 lines).
> Hunk #2 succeeded at 566 (offset -4 lines).
> Hunk #3 succeeded at 582 (offset -4 lines).
> patching file libjava/Makefile.am
> Hunk #3 succeeded at 143 (offset 1 line).
> patching file libjava/Makefile.in
> Hunk #1 succeeded at 807 (offset 1 line).
> Hunk #2 succeeded at 821 (offset 1 line).
> Hunk #3 succeeded at 867 (offset 1 line).
> patching file libjava/configure.ac
> configure.ac:105: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS
> configure.ac:105: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-jnipath.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-jnipath.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/gnu/classpath/natSystemProperties.cc
> Hunk #1 succeeded at 141 with fuzz 2.
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-sjlj.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-sjlj.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/sysdep/generic/backtrace.h
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-rpath.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-rpath.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/Makefile.am
> Hunk #1 succeeded at 714 with fuzz 2 (offset 31 lines).
> patching file libjava/Makefile.in
> Hunk #1 succeeded at 7985 with fuzz 2 (offset 198 lines).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-jar.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-jar.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/classpath/tools/gnu/classpath/tools/jar/Main.java
> classpath/tools/classes/gnu/classpath/tools/jar/Main$1.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$2.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$3.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$4.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$5.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$6.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$7.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$HandleFile.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$JarParser.class
> classpath/tools/classes/gnu/classpath/tools/jar/Main$ModeOption.class
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-nojavac.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-nojavac.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/classpath/m4/acinclude.m4
> patching file libjava/classpath/configure
> Hunk #1 succeeded at 17235 (offset 1 line).
> DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
> 	export DEB_VERSION; set -x; \
> 	debian/patches/libjava-armel-ldflags.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> + debian/patches/libjava-armel-ldflags.dpatch -patch -d /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
> patching file libjava/configure.ac
> Hunk #1 succeeded at 807 (offset 15 lines).
> configure.ac:105: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS
> configure.ac:105: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> make: *** [stamps/02-patch-stamp-libjava-armel-ldflags] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/08/22/gdc-4.2_0.25-4.2.4-3.1_lsid64.buildlog

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.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



Reply to: