Your message dated Mon, 11 Apr 2005 13:47:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303939: fixed in curl 7.13.2-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Apr 2005 19:59:03 +0000
>From [EMAIL PROTECTED] Sat Apr 09 12:59:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pizarro.unex.es [158.49.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DKM6h-00061C-00; Sat, 09 Apr 2005 12:59:03 -0700
Received: from localhost (almendralejo.unex.es [158.49.8.199])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id CBB63A1C7D
for <[EMAIL PROTECTED]>; Sat, 9 Apr 2005 21:59:01 +0200 (CEST)
Received: from pizarro.unex.es ([158.49.8.2])
by localhost (emilio [158.49.17.20]) (amavisd-new, port 10024)
with ESMTP id 12936-08 for <[EMAIL PROTECTED]>;
Sat, 9 Apr 2005 22:00:01 +0200 (CEST)
Received: from guadiana.unex.es (guadiana.unex.es [158.49.17.23])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id A3C08A1C66
for <[EMAIL PROTECTED]>; Sat, 9 Apr 2005 21:59:01 +0200 (CEST)
Received: from cantor.unex.es ([158.49.18.105])
by guadiana.unex.es with esmtp (Exim 3.35 #1 (Debian))
id 1DKM6f-0008Sm-00
for <[EMAIL PROTECTED]>; Sat, 09 Apr 2005 21:59:01 +0200
Date: Sat, 9 Apr 2005 21:57:54 +0200 (CEST)
From: Santiago Vila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: curl: FTBFS under GNU/Hurd
Message-ID: <[EMAIL PROTECTED]>
X-Debbugs-Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unex.es
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: curl
Version: 7.13.2-1
Severity: important
This package currently fails to build from source on the hurd-i386
architecture. The build log is like this:
[...]
dh_installman
dh_installexamples
dh_installchangelogs CHANGES
dh_link
dh_strip --dbg-package=libcurl3
dh_compress
dh_fixperms
dh_makeshlibs -plibcurl3 -V "libcurl3 (>= 7.13.1-1)"
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: error: current build architecture hurd-i386 does not appear in
package's list (alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390
sparc)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
This is very bad because there are around 40 packages that build-depend on
libcurl3-dev, so those may not be built on hurd-i386 either.
The debian/rules file tries to conditionalize the creation of the
libcurl3-gssapi package for hurd-i386 using these lines:
DO_GSSAPI=no
ifneq (${DEB_BUILD_ARCH},hurd-i386)
DO_GSSAPI=yes
endif
Unfortunately, dh_gencontrol tries to generate a control file for
every package, including libcurl3-gssapi, and it fails because of its
Architecture field.
Proposed patch:
diff -ru curl-7.13.2.orig/debian/rules curl-7.13.2/debian/rules
--- curl-7.13.2.orig/debian/rules 2005-04-09 21:22:56.000000000 +0200
+++ curl-7.13.2/debian/rules 2005-04-09 21:52:56.000000000 +0200
@@ -131,9 +131,15 @@
dh_makeshlibs -plibcurl3 -V "libcurl3 (>= 7.13.1-1)"
dh_installdeb
dh_shlibdeps
- dh_gencontrol
+ dh_gencontrol -pcurl -plibcurl3 -plibcurl3-dbg -plibcurl3-dev
+ifeq (${DO_GSSAPI},yes)
+ dh_gencontrol -plibcurl3-gssapi
+endif
dh_md5sums
- dh_builddeb
+ dh_builddeb -pcurl -plibcurl3 -plibcurl3-dbg -plibcurl3-dev
+ifeq (${DO_GSSAPI},yes)
+ dh_builddeb -plibcurl3-gssapi
+endif
binary: binary-indep binary-arch
Thanks.
---------------------------------------
Received: (at 303939-close) by bugs.debian.org; 11 Apr 2005 17:58:42 +0000
>From [EMAIL PROTECTED] Mon Apr 11 10:58:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DL3BK-0005Ek-00; Mon, 11 Apr 2005 10:58:42 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DL308-0007F4-00; Mon, 11 Apr 2005 13:47:08 -0400
From: Domenico Andreoli <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#303939: fixed in curl 7.13.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 11 Apr 2005 13:47:08 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: curl
Source-Version: 7.13.2-2
We believe that the bug you reported is fixed in the latest version of
curl, which is due to be installed in the Debian FTP archive:
curl_7.13.2-2.diff.gz
to pool/main/c/curl/curl_7.13.2-2.diff.gz
curl_7.13.2-2.dsc
to pool/main/c/curl/curl_7.13.2-2.dsc
curl_7.13.2-2_i386.deb
to pool/main/c/curl/curl_7.13.2-2_i386.deb
libcurl3-dbg_7.13.2-2_i386.deb
to pool/main/c/curl/libcurl3-dbg_7.13.2-2_i386.deb
libcurl3-dev_7.13.2-2_i386.deb
to pool/main/c/curl/libcurl3-dev_7.13.2-2_i386.deb
libcurl3-gssapi_7.13.2-2_i386.deb
to pool/main/c/curl/libcurl3-gssapi_7.13.2-2_i386.deb
libcurl3_7.13.2-2_i386.deb
to pool/main/c/curl/libcurl3_7.13.2-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Domenico Andreoli <[EMAIL PROTECTED]> (supplier of updated curl 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.7
Date: Mon, 11 Apr 2005 19:00:27 +0200
Source: curl
Binary: libcurl3-dbg libcurl3 libcurl3-dev libcurl3-gssapi curl
Architecture: source i386
Version: 7.13.2-2
Distribution: unstable
Urgency: low
Maintainer: Domenico Andreoli <[EMAIL PROTECTED]>
Changed-By: Domenico Andreoli <[EMAIL PROTECTED]>
Description:
curl - Get a file from an HTTP, HTTPS, FTP or GOPHER server
libcurl3 - Multi-protocol file transfer library, now with SSL support!
libcurl3-dbg - libcurl compiled with debug symbols
libcurl3-dev - Development files and documentation for libcurl
libcurl3-gssapi - libcurl compiled with GSSAPI support
Closes: 303939 303953
Changes:
curl (7.13.2-2) unstable; urgency=low
.
* Fixed conditional build of package libcurl3-gssapi
(closes: #303939, #303953).
Files:
929df73379d02ff63bf245f0ddab45bd 798 web optional curl_7.13.2-2.dsc
22da1c0152df536f2f4cd993b69a17bd 171246 web optional curl_7.13.2-2.diff.gz
3fac6dec5263ff6ad04bc6b4a4c0776f 147340 web optional curl_7.13.2-2_i386.deb
f2a6d4a448c0bbc4236143e58b9e6337 237570 libs optional
libcurl3_7.13.2-2_i386.deb
9b8efa7ee5c89a94193d37636198ba9a 118222 libs extra
libcurl3-gssapi_7.13.2-2_i386.deb
a8d184b1b335bd77a1da3e4053736fd8 1003560 libdevel extra
libcurl3-dbg_7.13.2-2_i386.deb
da73be0369fd0c2dc73f4d32463e0da1 1231818 libdevel optional
libcurl3-dev_7.13.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCWrTaBneQM6IOvFARAqmqAKDBkdoEbpw7DmoQ9UbilRYjI36ehACfYbcc
QXBPaEFUMPKnai4gCIOyebE=
=oWNa
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]