Source: gclcvs
Version: 2.7.0-101
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[2]: Entering directory
> `/build/user-gclcvs_2.7.0-101-amd64-of5UXT/gclcvs-2.7.0/binutils/libiberty'
> make[2]: *** No rule to make target `distclean'. Stop.
> make[2]: Leaving directory
> `/build/user-gclcvs_2.7.0-101-amd64-of5UXT/gclcvs-2.7.0/binutils/libiberty'
> make[1]: [clean] Error 2 (ignored)
> make[1]: Leaving directory
> `/build/user-gclcvs_2.7.0-101-amd64-of5UXT/gclcvs-2.7.0'
> dh_clean
> rm -rf debian/gprof debian/ansi-gprof debian/trad debian/ansi
> debian/gclcvs-clc.sh debian/gclcvs-doc.doc-base.main
> debian/gclcvs-doc.doc-base.si debian/gclcvs-doc.doc-base.tk
> debian/gclcvs-doc.doc-base.xgcl debian/gclcvs-doc.docs debian/gclcvs-doc.info
> debian/gclcvs-doc.install debian/gclcvs.1 debian/gclcvs.config
> debian/gclcvs.docs debian/gclcvs.emacsen-install debian/gclcvs.emacsen-remove
> debian/gclcvs.emacsen-startup debian/gclcvs.install debian/gclcvs.manpages
> debian/gclcvs.postinst debian/gclcvs.prerm debian/gclcvs.templates
> debian/substvars
> rm -rf *stamp
> for i in ./config.guess.ori binutils/config.guess.ori
> gmp3/configfsf.guess.ori ./config.sub.ori binutils/config.sub.ori
> gmp3/configfsf.sub.ori ; do ! [ -e $i ] || mv $i ${i%.ori} ; done
> dpkg-source -b gclcvs-2.7.0
> dpkg-source: warning: no source format specified in debian/source/format, see
> dpkg-source(1)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building gclcvs in gclcvs_2.7.0-101.tar.gz
> dpkg-source: info: building gclcvs in gclcvs_2.7.0-101.dsc
> debian/rules build
> ! [ -e config.guess ] || [ -e config.guess.ori ] || cp config.guess
> config.guess.ori
> [ $(/usr/share/misc/config.guess -t | tr -d '-') -le $(./config.guess -t | tr
> -d '-') ] || cp /usr/share/misc/config.guess config.guess
> touch config.guess.ori
> ! [ -e binutils/config.guess ] || [ -e binutils/config.guess.ori ] || cp
> binutils/config.guess binutils/config.guess.ori
> [ $(/usr/share/misc/config.guess -t | tr -d '-') -le
> $(./binutils/config.guess -t | tr -d '-') ] || cp
> /usr/share/misc/config.guess binutils/config.guess
> touch binutils/config.guess.ori
> ! [ -e gmp3/configfsf.guess ] || [ -e gmp3/configfsf.guess.ori ] || cp
> gmp3/configfsf.guess gmp3/configfsf.guess.ori
> [ $(/usr/share/misc/config.guess -t | tr -d '-') -le $(./gmp3/configfsf.guess
> -t | tr -d '-') ] || cp /usr/share/misc/config.guess gmp3/configfsf.guess
> touch gmp3/configfsf.guess.ori
> ! [ -e config.sub ] || [ -e config.sub.ori ] || cp config.sub config.sub.ori
> [ $(/usr/share/misc/config.sub -t | tr -d '-') -le $(./config.sub -t | tr -d
> '-') ] || cp /usr/share/misc/config.sub config.sub
> touch config.sub.ori
> ! [ -e binutils/config.sub ] || [ -e binutils/config.sub.ori ] || cp
> binutils/config.sub binutils/config.sub.ori
> [ $(/usr/share/misc/config.sub -t | tr -d '-') -le $(./binutils/config.sub -t
> | tr -d '-') ] || cp /usr/share/misc/config.sub binutils/config.sub
> touch binutils/config.sub.ori
> ! [ -e gmp3/configfsf.sub ] || [ -e gmp3/configfsf.sub.ori ] || cp
> gmp3/configfsf.sub gmp3/configfsf.sub.ori
> [ $(/usr/share/misc/config.sub -t | tr -d '-') -le $(./gmp3/configfsf.sub -t
> | tr -d '-') ] || cp /usr/share/misc/config.sub gmp3/configfsf.sub
> touch gmp3/configfsf.sub.ori
> dh_testdir
> ! [ -e unixport/saved_pre_gcl ] || ( for i in o lsp cmpnew unixport pcl clcs
> gcl-tk ; do /usr/bin/make -C $i clean ; done )
> chmod -R +x gmp3/*
> [ "trad" != "ansi" ] || FLAGS="--enable-ansi" ; \
> [ "trad" != "gprof" ] || FLAGS="--enable-gprof" ; \
> [ "trad" != "ansi-gprof" ] || FLAGS="--enable-ansi --enable-gprof" ; \
> CC=gcc ./configure \
> --host=$(dpkg-architecture -qDEB_HOST_GNU_TYPE) \
> --disable-statsysbfd \
> --enable-statsysbfd \
> \
> \
> $FLAGS \
> --prefix=/usr \
> --mandir=\${prefix}/share/man \
> --enable-infodir=\${prefix}/share/info \
> --enable-emacsdir=\${prefix}/share/emacs/site-lisp
> configure: WARNING: If you wanted to set the --build type, don't use --host.
> If a cross compiler is detected then cross compile mode will be used.
> checking for gawk... no
> checking for nawk... nawk
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> host=x86_64-pc-linux-gnu
> enable_machine=
> use=amd64-linux
> checking for x86_64-linux-gnu-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 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 for x86_64-linux-gnu-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 how to run the C preprocessor... gcc -E
> checking for egrep... (cached) /bin/grep -E
> checking for makeinfo... makeinfo
> checking system version (for dynamic loading)... Linux-2.6.32-5-amd64
> checking for unistd.h... (cached) yes
> checking for sysconf in -lc... yes
> checking for _SC_CLK_TCK... 100
> checking gmp.h usability... yes
> checking gmp.h presence... yes
> checking for gmp.h... yes
> checking for __gmpz_init in -lgmp... yes
> configure: error: Cannot use dynamic gmp lib
> make: *** [configure-trad-stamp] Error 255
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/03/13/gclcvs_2.7.0-101_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
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]