Your message dated Fri, 1 Apr 2005 16:28:53 +0100 (BST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#255731: Info received (was bug isolated 
(libterm-readline-perl-perl at fault))
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; 22 Jun 2004 17:21:01 +0000
>From [EMAIL PROTECTED] Tue Jun 22 10:21:01 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx5.informatik.uni-tuebingen.de [134.2.12.32] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BcoxB-00083E-00; Tue, 22 Jun 2004 10:21:01 -0700
Received: from localhost (loopback [127.0.0.1])
        by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id 47A60112; Tue, 22 Jun 2004 19:20:30 +0200 (MST)
Received: from mx5.informatik.uni-tuebingen.de ([127.0.0.1])
 by localhost (mx5 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 23824-03; Tue, 22 Jun 2004 19:20:28 +0200 (DFT)
Received: from dual (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66])
        by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id BC9F110E; Tue, 22 Jun 2004 19:20:27 +0200 (MST)
Received: from mrvn by dual with local (Exim 4.34)
        id 1Bcowc-0000Eo-2Z; Tue, 22 Jun 2004 17:20:26 +0000
Content-Type: multipart/mixed; boundary="===============4240235225375719377=="
MIME-Version: 1.0
From: Goswin von Brederlow <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS: Missing Build-Depends libreadline4-dev
X-Mailer: reportbug 2.61
Date: Tue, 22 Jun 2004 17:20:25 +0000
Message-Id: <[EMAIL PROTECTED]>
Sender: Goswin von Brederlow <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new (McAfee AntiVirus) at 
informatik.uni-tuebingen.de
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: 

This is a multi-part MIME message sent by reportbug.

--===============4240235225375719377==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: dbishell
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

dbishell is missing a Build-Depends: libreadline4-dev and needs to set
COLUMNS and LINES environment variables to be buildable without tty.

MfG
        Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C

--===============4240235225375719377==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dbishell_0.8.9-6.0.0.1.pure64.patch"

diff -Nurd dbishell-0.8.9.deb/debian/changelog dbishell-0.8.9/debian/changelog
--- dbishell-0.8.9.deb/debian/changelog 2004-06-22 17:13:09.532562252 +0000
+++ dbishell-0.8.9/debian/changelog     2004-06-22 17:12:27.000000000 +0000
@@ -1,3 +1,10 @@
+dbishell (0.8.9-6.0.0.1.pure64) unstable; urgency=low
+
+  * Missing Build-Depends libreadline4-dev
+  * Set COLUMNS and LINES in debian/rules
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Tue, 22 Jun 2004 19:10:32 +0200
+
 dbishell (0.8.9-6) unstable; urgency=low
 
   * Japanese debconf entries added, closes #227816
diff -Nurd dbishell-0.8.9.deb/debian/control dbishell-0.8.9/debian/control
--- dbishell-0.8.9.deb/debian/control   2004-06-22 17:13:09.531562419 +0000
+++ dbishell-0.8.9/debian/control       2004-06-22 17:14:02.080743762 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Vivek Dasmohapatra <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16), perl (>= 5.6.0-16), 
libterm-readline-perl-perl | libterm-readline-gnu-perl, libdbi-perl, perl-doc, 
po-debconf
+Build-Depends-Indep: debhelper (>= 4.1.16), perl (>= 5.6.0-16), 
libterm-readline-perl-perl | libterm-readline-gnu-perl, libdbi-perl, perl-doc, 
po-debconf, libreadline4-dev | libreadline-dev
 Standards-Version: 3.6.0
 
 Package: dbishell
diff -Nurd dbishell-0.8.9.deb/debian/rules dbishell-0.8.9/debian/rules
--- dbishell-0.8.9.deb/debian/rules     2004-06-22 17:13:09.532562252 +0000
+++ dbishell-0.8.9/debian/rules 2004-06-22 17:12:12.000000000 +0000
@@ -5,6 +5,9 @@
 
 export DH_COMPAT=3
 
+export COLUMNS=80
+export LINES=25
+
 PFILES := $(shell ls -1 debian/patches/[0-9][0-9][0-9]-*.patch)
 PDONE  := $(foreach P,$(PFILES),$P.pdone)
 PUNDO  := $(foreach P,$(PFILES),$P.pundo)

--===============4240235225375719377==--

---------------------------------------
Received: (at 255731-done) by bugs.debian.org; 1 Apr 2005 15:32:09 +0000
>From [EMAIL PROTECTED] Fri Apr 01 07:32:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHO81-0005jy-00; Fri, 01 Apr 2005 07:32:09 -0800
Received: from pike.pepperfish.net [62.197.40.8] 
        by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHO7z-0005V8-00; Fri, 01 Apr 2005 08:32:07 -0700
Received: from localhost ([127.0.0.1])
        by pike.pepperfish.net with esmtp (Exim 4.34 #1 (Debian))
        id 1DHO4r-0003rR-Ia
        for <[EMAIL PROTECTED]>; Fri, 01 Apr 2005 16:28:53 +0100
Date: Fri, 1 Apr 2005 16:28:53 +0100 (BST)
From: Vivek Dasmohapatra <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Bug#255731: Info received (was bug isolated 
(libterm-readline-perl-perl
 at fault))
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
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: 

The latest upload (0.8.9-7) works around the bug in Term::ReadLine::Perl
during the build process, which is (I believe) what was causing these
symptoms.


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

Reply via email to