Your message dated Tue, 17 May 2005 00:33:56 -0400 (EDT)
with message-id <[EMAIL PROTECTED]>
and subject line pgp4pine bugs
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; 6 Aug 2004 17:13:26 +0000
>From [EMAIL PROTECTED] Fri Aug 06 10:13:26 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219124.adsl.hansenet.de (localhost) [213.39.219.124] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bt8HW-00063y-00; Fri, 06 Aug 2004 10:13:26 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bt8HU-00021g-NM; Fri, 06 Aug 2004 19:13:24 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: pgp4pine: FTBFS: config.sub and config.guess missing
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 06 Aug 2004 19:13:24 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: pgp4pine
Severity: normal
Tags: patch

When building 'pgp4pine', I get the following error:

/usr/bin/make -C build-tree/pgp4pine-1.76 all
make[1]: Entering directory `/pgp4pine-1.76/build-tree/pgp4pine-1.76'
cd . && automake-1.4 --foreign Makefile
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory `/pgp4pine-1.76/build-tree/pgp4pine-1.76'
make: *** [debian/stampdir/build] Error 2

With the attached patch 'pgp4pine' builds fine.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pgp4pine-1.76/debian/control ./debian/control
--- ../tmp-orig/pgp4pine-1.76/debian/control    2004-08-06 18:49:56.746115260 
+0200
+++ ./debian/control    2004-08-06 18:49:48.854660846 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Adam Heath <[EMAIL PROTECTED]>
 Standards-Version: 3.5.9
-Build-Depends: debhelper, autoconf2.13, automake1.4
+Build-Depends: debhelper, autoconf2.13, automake1.4, autotools-dev
 
 Package: pgp4pine
 Architecture: any
diff -urN ../tmp-orig/pgp4pine-1.76/debian/rules ./debian/rules
--- ../tmp-orig/pgp4pine-1.76/debian/rules      2004-08-06 18:49:56.744115652 
+0200
+++ ./debian/rules      2004-08-06 18:49:10.767121158 +0200
@@ -26,7 +26,9 @@
        touch $@
        
 $(BUILD_DIR)/configure: $(STAMP_DIR)/source.make $(BUILD_DIR)/configure.in
-       (cd $(BUILD_DIR);automake; aclocal; autoconf)
+       (cd $(BUILD_DIR); \
+        cp /usr/share/misc/config.sub /usr/share/misc/config.guess .; \
+        automake; aclocal; autoconf)
        touch $@
 
 $(stamp_targets): %: $(STAMP_DIR)/%

---------------------------------------
Received: (at 263994-done) by bugs.debian.org; 17 May 2005 04:35:23 +0000
>From [EMAIL PROTECTED] Mon May 16 21:35:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from atlmail.prod.rxgsys.com (bastet.signetmail.com) [69.61.70.25] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DXtnf-00009i-00; Mon, 16 May 2005 21:35:23 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by bastet.signetmail.com (RXG Elite Mail Server) with ESMTP
        id E6CACA8836; Mon, 16 May 2005 23:16:00 -0400 (EDT)
Received: from bastet.signetmail.com ([127.0.0.1])
 by localhost (atlmail.prod.rxgsys.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 27259-04; Mon, 16 May 2005 23:15:58 -0400 (EDT)
Received: from mail.braincells.com (unknown [63.115.148.100])
        by bastet.signetmail.com (RXG Elite Mail Server) with ESMTP
        id CC35DA8826; Mon, 16 May 2005 23:15:50 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
        by mail.braincells.com (Postfix) with ESMTP id 5EC4D7FB2;
        Tue, 17 May 2005 00:34:44 -0400 (EDT)
Received: from mail.braincells.com ([127.0.0.1])
        by localhost (samadhi [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 21684-05; Tue, 17 May 2005 00:34:37 -0400 (EDT)
Received: from [192.168.1.104] (adsl-219-163-210.asm.bellsouth.net 
[68.219.163.210])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mail.braincells.com (Postfix) with ESMTP id 006E47FAA;
        Tue, 17 May 2005 00:34:34 -0400 (EDT)
Date: Tue, 17 May 2005 00:33:56 -0400 (EDT)
From: "Jaldhar H. Vyas" <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
Reply-To: "Jaldhar H. Vyas" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: pgp4pine bugs
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at braincells.com
X-Virus-Scanned: by EMS at localhost.localdomain
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=0.0 required=4.0 tests=BAYES_00,RCVD_IN_SBLXBL,
        RCVD_IN_SBLXBL_SBL autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 7

All these bugs were fixed in previous uploads.  Now that I have officially 
taken over as maintainer, I'm closing them.

-- 
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/


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

Reply via email to