Your message dated Fri, 13 May 2011 13:49:53 +0000
with message-id <e1qkskb-0004ic...@franck.debian.org>
and subject line Bug#625161: fixed in spread 3.17.4-2.1
has caused the Debian Bug report #625161,
regarding spread: FTBFS: configure: error: installation or configuration
problem: C compiler cannot create executables.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
625161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spread
Version: 3.17.4-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 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[1]: Entering directory
> `/build/user-spread_3.17.4-2-amd64-KLNujR/spread-3.17.4'
> if test -e /usr/share/misc/config.guess ; then \
> for i in ./buildtools/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 ./buildtools/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
> make[1]: Leaving directory
> `/build/user-spread_3.17.4-2-amd64-KLNujR/spread-3.17.4'
> touch debian/stamp-patched
> touch debian/stamp-autotools-files
> chmod a+x /build/user-spread_3.17.4-2-amd64-KLNujR/spread-3.17.4/./configure
> mkdir -p .
> cd . && CFLAGS="-g -O2 -g -O2 -Wall -fstack-protector -fPIC" CXXFLAGS="-g
> -O2 -g -O2 -Wall" CPPFLAGS="" LDFLAGS=" -Wl,-z,relro,-z,noexecstack,-z,now
> -pic" /build/user-spread_3.17.4-2-amd64-KLNujR/spread-3.17.4/./configure
> --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include"
> --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info"
> --sysconfdir=/etc/spread --localstatedir=/var
> --libexecdir="\${prefix}/lib/spread" --srcdir=. --disable-maintainer-mode
> --disable-dependency-tracking --disable-silent-rules --with-mantype=man
> creating cache ./config.cache
> checking host system type... x86_64-unknown-linux-gnu
> checking for gcc... gcc
> configure: error: installation or configuration problem: C compiler cannot
> create executables.
> checking whether the C compiler (gcc -g -O2 -g -O2 -Wall -fstack-protector
> -fPIC -Wl,-z,relro,-z,noexecstack,-z,now -pic) works... no
> make: *** [debian/stamp-autotools] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/spread_3.17.4-2_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
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: spread
Source-Version: 3.17.4-2.1
We believe that the bug you reported is fixed in the latest version of
spread, which is due to be installed in the Debian FTP archive:
libspread-perl_3.17.4-2.1_i386.deb
to main/s/spread/libspread-perl_3.17.4-2.1_i386.deb
libspread1-dev_3.17.4-2.1_i386.deb
to main/s/spread/libspread1-dev_3.17.4-2.1_i386.deb
libspread1_3.17.4-2.1_i386.deb
to main/s/spread/libspread1_3.17.4-2.1_i386.deb
spread_3.17.4-2.1.diff.gz
to main/s/spread/spread_3.17.4-2.1.diff.gz
spread_3.17.4-2.1.dsc
to main/s/spread/spread_3.17.4-2.1.dsc
spread_3.17.4-2.1_i386.deb
to main/s/spread/spread_3.17.4-2.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 625...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Margarita Manterola <ma...@debian.org> (supplier of updated spread package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 13 May 2011 12:45:35 +0000
Source: spread
Binary: libspread1-dev libspread1 libspread-perl spread
Architecture: source i386
Version: 3.17.4-2.1
Distribution: unstable
Urgency: low
Maintainer: Michael Mende <deb...@menole.net>
Changed-By: Margarita Manterola <ma...@debian.org>
Description:
libspread-perl - Perl bindings for the Spread messaging service
libspread1 - C library for the Spread messaging service
libspread1-dev - Development files for libspread
spread - The Spread messaging daemon
Closes: 625161
Changes:
spread (3.17.4-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Remove -pic from LDFLAGS to fix compiling issues. (Closes: #625161)
Checksums-Sha1:
b838254d5c265c7ad4b78b1c0cf23e3fc9c016df 1769 spread_3.17.4-2.1.dsc
f7b31c1f5b4363ad8984e5a55b61027c8af3633f 11390 spread_3.17.4-2.1.diff.gz
0099f5e2bc2edb950d6131ffed1ab3a96d5040ef 87384
libspread1-dev_3.17.4-2.1_i386.deb
ef0c9fba4652b26e2590d35b13fa8385657e3f56 61990 libspread1_3.17.4-2.1_i386.deb
009ba00786d497be88e977f051e0c47bcad0a1fb 36078
libspread-perl_3.17.4-2.1_i386.deb
ecf53f3c2228685996fc4b9c2c33eb19afe07aeb 216022 spread_3.17.4-2.1_i386.deb
Checksums-Sha256:
b797d1f857697892657155bd345e15dac89e12b3840c23270c54f7412ac29b38 1769
spread_3.17.4-2.1.dsc
dded3c75322bed676a44c516814897a37c7a597fb609e11a04a0623831c92649 11390
spread_3.17.4-2.1.diff.gz
ab96b46d0fa5c21ca7044805d5aa0df1153e40d94513a86a55bb890e44af7c55 87384
libspread1-dev_3.17.4-2.1_i386.deb
06d3508474dfec0fe19209de566e51f467e114cb1a8f5a0a9980caf7f9b49f8d 61990
libspread1_3.17.4-2.1_i386.deb
9933196d1f9460a6ee63b292d38d206c2028ad4b1ba678b10c7187f113a1d6f9 36078
libspread-perl_3.17.4-2.1_i386.deb
97d6792fd9d53f9c99a4d17b78168f22dd0f713ec108cd1298477bba1a5d2e36 216022
spread_3.17.4-2.1_i386.deb
Files:
1ecfa803f44896df86efbda0a737e3d7 1769 net optional spread_3.17.4-2.1.dsc
daa0b1e5a28ffd031ce8d4ede41302c7 11390 net optional spread_3.17.4-2.1.diff.gz
86c9cae8feb72010196d2ea9cc019e7c 87384 libdevel optional
libspread1-dev_3.17.4-2.1_i386.deb
769ed530585d817494c075ef09390718 61990 libs optional
libspread1_3.17.4-2.1_i386.deb
bd45eccae265a4c7cc35614268240701 36078 perl optional
libspread-perl_3.17.4-2.1_i386.deb
03e2a6af90e6870bf25e1a69598bc132 216022 net optional spread_3.17.4-2.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJNzTSjAAoJEIDQpC/yyFDK0w0P/0UGCbMfoglRTN6/D7PHIY89
cG52GkZP9zszCt+AyU99FfTpoZSvduaEKpAkxMGQPZD4LSddMmiJi126j4W9jW4O
+N7qsjiFtTEsxIoYbLGWJvtI+z7MMO+bw93ZFRmBpO8kprzwxRZYxAQRv+uYALDT
4sGY7SK2f2vUQusS1FeCMEsDX7T0Wjv4L1bqywfJcdBY92e6H6EHDo/+tzG6PwE2
Ut3TYQ/d65oDngYKAEzjPVcY/lK8dcQcB5Z8tqZ1WocnzMsiMOaVKXq/Zayn4P8T
TFcRh3cUqgULhvpmFi1onq+OJ2bvvtFA1SEo2VmP+FUwyJANiS5i4E5CqT1ciD7S
nQvKqzFfb9Q0TRA9eHm/mCar41UWDgYMgFFEOtB9dxzRhQ+FGyI5TMu5usvE4d88
yK0iUJgKuZY2dGCe/kq32yFMbljKlEisH8IUYWi2Jq62qsv+a/4FFEReghyN49wO
h4F8gDU3yusNG4BduVLevHAFydtF3rpPhJq1RnTH7ZjqmOhjXOVvrC9+nNh4LK0k
iLYWCFNsmTXeJiEMHF0U44xyh3s8XFtartQEF7bcxpMksu9QjTGWOkqcFCGNldGK
lWuiFPGfwqQcCG8ZhroGnyRHpRW0JK6H8RSADsgIjuWGlDTkf79oivAywyDzDPIs
6cE1EzPX/FPCuz1lMZ60
=TFin
-----END PGP SIGNATURE-----
--- End Message ---