Your message dated Thu, 10 Nov 2011 01:47:16 +0000
with message-id <[email protected]>
and subject line Bug#625355: fixed in guile-1.8 1.8.8+1-7
has caused the Debian Bug report #625355,
regarding guile: Fix FTBFS on hurd-i386
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 [email protected]
immediately.)
--
625355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: guile
Version: 1.8.8+1-6
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hi,
currently guile does not compile on hurd-i386. The problem is the
-Werror in configure.in for gcc-4.6. The attached patch fixes
this issue and does also solve the general case in bug #625355.
Thanks,
Svante
--- guile-1.8-1.8.8+1/configure.in 2011-08-17 18:18:38.000000000 +0000
+++ guile-1.8-1.8.8+1.modified/configure.in 2011-08-17 16:22:39.000000000 +0000
@@ -99,8 +99,17 @@
# User options (after above tests that may set default CFLAGS etc.)
#
#--------------------------------------------------------------------
-
-GUILE_ERROR_ON_WARNING="yes"
+if test "$GCC" = "yes"; then
+ GCC_VERSION=`$CC -dumpversion`
+ case $GCC_VERSION in
+ 4.4.*)
+ GUILE_ERROR_ON_WARNING="yes"
+ ;;
+ 4.6.*)
+ GUILE_ERROR_ON_WARNING="no"
+ ;;
+ esac
+fi
AC_ARG_ENABLE(error-on-warning,
[ --enable-error-on-warning treat compile warnings as errors],
--- End Message ---
--- Begin Message ---
Source: guile-1.8
Source-Version: 1.8.8+1-7
We believe that the bug you reported is fixed in the latest version of
guile-1.8, which is due to be installed in the Debian FTP archive:
guile-1.8-dev_1.8.8+1-7_amd64.deb
to main/g/guile-1.8/guile-1.8-dev_1.8.8+1-7_amd64.deb
guile-1.8-doc_1.8.8+1-7_all.deb
to main/g/guile-1.8/guile-1.8-doc_1.8.8+1-7_all.deb
guile-1.8-libs_1.8.8+1-7_amd64.deb
to main/g/guile-1.8/guile-1.8-libs_1.8.8+1-7_amd64.deb
guile-1.8_1.8.8+1-7.debian.tar.gz
to main/g/guile-1.8/guile-1.8_1.8.8+1-7.debian.tar.gz
guile-1.8_1.8.8+1-7.dsc
to main/g/guile-1.8/guile-1.8_1.8.8+1-7.dsc
guile-1.8_1.8.8+1-7_amd64.deb
to main/g/guile-1.8/guile-1.8_1.8.8+1-7_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rob Browning <[email protected]> (supplier of updated guile-1.8 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 09 Nov 2011 19:17:30 -0600
Source: guile-1.8
Binary: guile-1.8 guile-1.8-dev guile-1.8-doc guile-1.8-libs
Architecture: source amd64 all
Version: 1.8.8+1-7
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[email protected]>
Changed-By: Rob Browning <[email protected]>
Description:
guile-1.8 - GNU extension language and Scheme interpreter
guile-1.8-dev - Development files for Guile 1.8
guile-1.8-doc - Documentation for Guile 1.8
guile-1.8-libs - Core Guile libraries
Closes: 625355 631254
Changes:
guile-1.8 (1.8.8+1-7) unstable; urgency=low
.
* Allow guile-1.8 and guile-2.0 manpages to coexist. Rename the manpage
from guile.1 to guile-X.Y.1 and use update-alternatives --slave so
that the Guile manpage will be available via "man guile" or "man
guile-X.Y".
.
* Configure with --disable-error-on-warning. This fixes build failures
caused by newer versions of gcc that report new warnings. Thanks to
Matthias Klose <[email protected]> for the report, [email protected] (Ludovic
Courtès) for the fix, and Nobuhiro Iwamatsu <[email protected]> for
the 1.8.8+1-6.1 NMU which included it. (Closes: #625355)
.
* Add upstream patch to fix sockets.test on non-IPV6 kernels. Add
0006-Make-sockets.test-more-robust.patch. Thanks to Nobuhiro Iwamatsu
<[email protected]> for the report and the pointer to the upstream
patch. (Closes: #631254)
Checksums-Sha1:
25a623f15e46ef8448191da21ff3a67b563e63d6 1401 guile-1.8_1.8.8+1-7.dsc
b52baae36c44b40344974c981867de62f6f4fb7d 15187
guile-1.8_1.8.8+1-7.debian.tar.gz
9fb76711749dc857f73af932b6d7f0523e179f2b 12700 guile-1.8_1.8.8+1-7_amd64.deb
cdf8ffeee8e3fddd6a3a18fee6d4a2b80c573b60 682330
guile-1.8-dev_1.8.8+1-7_amd64.deb
3a8f8bc932cfa8b336853b93de8b64baa1ca233f 116910 guile-1.8-doc_1.8.8+1-7_all.deb
4397f12af3d8e3df4d70f6de58d30dc9c14673a3 761846
guile-1.8-libs_1.8.8+1-7_amd64.deb
Checksums-Sha256:
44dd7c30b0a1592b9bc326d323844124dd15924f87ae540bb4ba007c0f9a8255 1401
guile-1.8_1.8.8+1-7.dsc
507d18a9c993ae9270538cc1dc73dcd05d06e0ac9b4bb0b6976dfadd491ee6bd 15187
guile-1.8_1.8.8+1-7.debian.tar.gz
3e7f6b63cd9929c4e40ab240919a079cf3fc9c47d83d67d07d7691fa41f4a17b 12700
guile-1.8_1.8.8+1-7_amd64.deb
17e7fd3edb43e5c02ec0b4478f44624b523eb3b4b275470b1c2b13c80e7ac66d 682330
guile-1.8-dev_1.8.8+1-7_amd64.deb
b72349dfa7a60ebbb438eea8625cf53f95b7498453968686581e6adbc14bc23d 116910
guile-1.8-doc_1.8.8+1-7_all.deb
5b6e65756b3c4f273b8096e2c097fde5920959e3349ccc18f338d7fe081e077b 761846
guile-1.8-libs_1.8.8+1-7_amd64.deb
Files:
23b285c13d847f1691cbc4ef9996c952 1401 interpreters optional
guile-1.8_1.8.8+1-7.dsc
4da4584fef3c0f5f626a926ade19b4da 15187 interpreters optional
guile-1.8_1.8.8+1-7.debian.tar.gz
42478e1f9614926e5eb7fc0f44b1c895 12700 lisp optional
guile-1.8_1.8.8+1-7_amd64.deb
b8dfd8344b4e5c04c6217c2d862e052a 682330 lisp optional
guile-1.8-dev_1.8.8+1-7_amd64.deb
b16fc163bc419f50970b6f2e3a0a3b21 116910 doc optional
guile-1.8-doc_1.8.8+1-7_all.deb
ac96c1416ec7488e8305ff90144f8242 761846 lisp optional
guile-1.8-libs_1.8.8+1-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk67KagACgkQJcjTd4x+c6RmNgCg2/FiBUGJ+3EQEbffW9UHgj3f
2moAn3gDgDLhDrXuXYEaGPt1u6Iyr2BI
=hfAa
-----END PGP SIGNATURE-----
--- End Message ---