Your message dated Wed, 14 Dec 2011 07:47:31 +0000
with message-id <[email protected]>
and subject line Bug#651937: fixed in libtecla 1.6.1-4
has caused the Debian Bug report #651937,
regarding libtecla: 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.)
--
651937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtecla
Version: 1.6.1-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hi,
currently[1], libtecla fails to build on GNU/Hurd.
The problem, fixed by the attached patch, is that configure does not
recognize GNU/Hurd, so not setting the linker flags for SONAME and the
version script, and the CFLAGS.
[1]
https://buildd.debian.org/status/fetch.php?pkg=libtecla&arch=hurd-i386&ver=1.6.1-2&stamp=1323775639
Thanks,
--
Pino
Author: Pino Toscano <[email protected]>
Description: Fix build failure on GNU/Hurd
Recognize GNU/Hurd properly setting SONAME, version script for linker,
CFLAGS, etc.
Last-Update: 2011-12-13
--- a/configure.in
+++ b/configure.in
@@ -447,7 +447,7 @@
FILE_MANDIR="man4"
FILE_MANEXT="4"
;;
-*linux*|kfreebsd-*)
+*linux*|kfreebsd-*|*-*-gnu*)
SHARED_EXT=".so.${MAJOR_VER}.${MINOR_VER}.${MICRO_VER}"
SHARED_ALT=".so .so.${MAJOR_VER}"
--- End Message ---
--- Begin Message ---
Source: libtecla
Source-Version: 1.6.1-4
We believe that the bug you reported is fixed in the latest version of
libtecla, which is due to be installed in the Debian FTP archive:
libtecla1-dev_1.6.1-4_amd64.deb
to main/libt/libtecla/libtecla1-dev_1.6.1-4_amd64.deb
libtecla1_1.6.1-4_amd64.deb
to main/libt/libtecla/libtecla1_1.6.1-4_amd64.deb
libtecla_1.6.1-4.debian.tar.gz
to main/libt/libtecla/libtecla_1.6.1-4.debian.tar.gz
libtecla_1.6.1-4.dsc
to main/libt/libtecla/libtecla_1.6.1-4.dsc
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.
Andreas Tille <[email protected]> (supplier of updated libtecla 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, 14 Dec 2011 08:08:44 +0100
Source: libtecla
Binary: libtecla1-dev libtecla1
Architecture: source amd64
Version: 1.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
libtecla1 - interactive command line editing facilities
libtecla1-dev - interactive command line editing facilities (development)
Closes: 621887 651937
Changes:
libtecla (1.6.1-4) unstable; urgency=low
.
* debian/patches/kfreebsd+hurd.patch:
- Next try to fix FTBGS on kfreebsd
Closes: #621887
- Add "*-*-gnu*" as further case to configure.in to enable
building on GNU/Hurd
Closes: #651937
Checksums-Sha1:
e9c7072cf4d1f62a3fa75c8fabee279bdf3eed40 1450 libtecla_1.6.1-4.dsc
911c2162562f34d90e9530a1f206d3fee3f12919 55488 libtecla_1.6.1-4.debian.tar.gz
2b92bfbbc44ba28d735913aa4141fbba239fe989 207264 libtecla1-dev_1.6.1-4_amd64.deb
80e9a513841def25f9d0fc7e7e2de9633e8691a5 101872 libtecla1_1.6.1-4_amd64.deb
Checksums-Sha256:
1fb98d1d28b1b39a9ac664b3fc37f8a2996aa2a6953bf91ec946bc623b34ff60 1450
libtecla_1.6.1-4.dsc
81d86447d284e87a0d37a70c1c0020daa5f0923173df76a20ab7d3c5ef14aeef 55488
libtecla_1.6.1-4.debian.tar.gz
f3b61e45241848ee789eaa1a4b411daae46d60b2f00bd0fb461e56d3950e7dbe 207264
libtecla1-dev_1.6.1-4_amd64.deb
99b8a964b1d628e654b472a3de31ffbd769fa0a1f4aa8957b6cf638fc88dd537 101872
libtecla1_1.6.1-4_amd64.deb
Files:
c780416325fa7ef7f2868b05fa232a4b 1450 science optional libtecla_1.6.1-4.dsc
fff3866878e69589d69f4d5e93b10987 55488 science optional
libtecla_1.6.1-4.debian.tar.gz
272dad762fb63ea389a362919a459f39 207264 libdevel optional
libtecla1-dev_1.6.1-4_amd64.deb
34f511bf1769f299276e055175229a15 101872 libs optional
libtecla1_1.6.1-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7oUMEACgkQYDBbMcCf01okfQCgxHMvJ+cqgF+I83nCDXBAs284
BCAAniXBOrJYduARMVDuUspyblFTcg41
=YGq5
-----END PGP SIGNATURE-----
--- End Message ---