Your message dated Sat, 19 Feb 2005 14:47:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295894: fixed in hf 0.7.2-1
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; 18 Feb 2005 20:49:23 +0000
>From [EMAIL PROTECTED] Fri Feb 18 12:49:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from poros.telenet-ops.be [195.130.132.44] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D2F3z-0001Hz-00; Fri, 18 Feb 2005 12:49:23 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
        by poros.telenet-ops.be (Postfix) with SMTP id 7D5503BC0BA
        for <[EMAIL PROTECTED]>; Fri, 18 Feb 2005 21:49:16 +0100 (MET)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
        by poros.telenet-ops.be (Postfix) with ESMTP id 687EE3BC08C
        for <[EMAIL PROTECTED]>; Fri, 18 Feb 2005 21:49:16 +0100 (MET)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id 219B026136; Fri, 18 Feb 2005 21:49:14 +0100 (CET)
Date: Fri, 18 Feb 2005 21:49:14 +0100
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: hf: FTBFS: Old config.guess/config.sub files.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: hf
Version: 0.7.1-1
Severity: serious
Tags: patch

Hi,

The new version of config.guess and config.sub you're using are
rather out of date, they're from 1999.  Previous version of the
package just continued working after it complained that it
didn't know the arch but now with the new autoconf version it
just fails.

I attached a patch with gets the latest version from the
autotools-dev package at build time, so it should always have a
version for the arch it's building on.


Kurt


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="hf-0.7.1+autotools.patch"

--- debian/rules.orig   2005-02-18 21:43:58.937780826 +0100
+++ debian/rules        2005-02-18 21:44:58.243869045 +0100
@@ -6,13 +6,16 @@
 
 build:
        $(checkdir)
+       -rm config.sub config.guess
+       ln -s /usr/share/misc/config.sub config.sub
+       ln -s /usr/share/misc/config.guess config.guess
        ./configure --prefix=/usr --enable-call=N0CALL
        $(MAKE) CFLAGS="-O2 -g -Wall"
        touch build
 
 clean:
        $(checkdir)
-       rm -f build config.log config.cache
+       rm -f build config.log config.cache config.sub config.guess
        -$(MAKE) distclean
        rm -f `find . -name "*~"`
        rm -rf debian/tmp debian/files* core debian/substvars
--- debian/control.orig 2005-02-18 21:43:40.601154195 +0100
+++ debian/control      2005-02-18 21:43:49.404534671 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends: debmake, libgtk1.2-dev, libncurses5-dev, libasound2-dev
+Build-Depends: debmake, libgtk1.2-dev, libncurses5-dev, libasound2-dev, 
autotools-dev
 
 Package: hf
 Architecture: any

--W/nzBZO5zC0uMSeA--

---------------------------------------
Received: (at 295894-close) by bugs.debian.org; 19 Feb 2005 19:53:12 +0000
>From [EMAIL PROTECTED] Sat Feb 19 11:53:12 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 1D2afA-00049l-00; Sat, 19 Feb 2005 11:53:12 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D2aZP-0000aE-00; Sat, 19 Feb 2005 14:47:15 -0500
From: Joop Stakenborg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295894: fixed in hf 0.7.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 19 Feb 2005 14:47:15 -0500
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: hf
Source-Version: 0.7.2-1

We believe that the bug you reported is fixed in the latest version of
hf, which is due to be installed in the Debian FTP archive:

hf_0.7.2-1.diff.gz
  to pool/main/h/hf/hf_0.7.2-1.diff.gz
hf_0.7.2-1.dsc
  to pool/main/h/hf/hf_0.7.2-1.dsc
hf_0.7.2-1_i386.deb
  to pool/main/h/hf/hf_0.7.2-1_i386.deb
hf_0.7.2.orig.tar.gz
  to pool/main/h/hf/hf_0.7.2.orig.tar.gz



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.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated hf 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: Sat, 19 Feb 2005 20:06:43 +0100
Source: hf
Binary: hf
Architecture: source i386
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 hf         - amateur-radio protocol suite using a soundcard as a modem
Closes: 295894
Changes: 
 hf (0.7.2-1) unstable; urgency=low
 .
   * New upstream release
   * Patch by Kurt Roeckx, su we use latest config.guess and config.sub.
     It also sets teh configure options --build and --host correctly .
     Closes: #295894.
Files: 
 d4d5eb362cd4318fef03a052770380f1 595 hamradio optional hf_0.7.2-1.dsc
 592fab024b5248e8a55a05675d8737e4 659017 hamradio optional hf_0.7.2.orig.tar.gz
 083390b852452c59bff97502a28d9184 138559 hamradio optional hf_0.7.2-1.diff.gz
 6261dfa3ea91771905a742bf0d5dac43 861586 hamradio optional hf_0.7.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCF5KjnuUI/ps3DJoRAiDlAJ0bBLUKLOXNURJBA0KiSfSA/IiL1QCfVKCn
32nGUQojyy7GJ7xoN5J4t20=
=jqbo
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to