Your message dated Fri, 8 Apr 2005 08:56:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303637: bastille: missing dependency for Curses.pm
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; 7 Apr 2005 20:07:36 +0000
>From [EMAIL PROTECTED] Thu Apr 07 13:07:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from colon.kuroi.de [212.126.206.18] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DJdHr-0005SA-00; Thu, 07 Apr 2005 13:07:36 -0700
Received: from martin by colon.kuroi.de with local (Exim 3.36 #2 (Debian))
        id 1DJdHp-0005QL-00; Thu, 07 Apr 2005 22:07:33 +0200
From: Martin Schwarz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bastille: missing dependency for Curses.pm
X-Mailer: reportbug 1.50
Date: Thu, 07 Apr 2005 22:07:33 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Martin Schwarz <[EMAIL PROTECTED]>
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: 

Package: bastille
Version: 1:1.3.0-2.1
Severity: important

InteractiveBastille in curses mode obviously depends on Curses.pm but
fails to state the package dependency on libcurses-perl.

--------------------------------------------------------------------
$ /usr/sbin/InteractiveBastille -c -T
Using Curses user interface module.
Only displaying questions relevant to the current configuration.
FATAL ERROR: The 'Curses.pm' interface module could not be found.
TROUBLESHOOTING: If you believe that this module is correctly installed,
   please check the raw error message below; if the installation directory
   of the module is not listed in @INC, try reinvoking this script as 'perl
   -I<module_dir> /usr/sbin/InteractiveBastille', where <module_dir> is the
   directory in which the module resides. If that does not work, or if you
   do not have the appropriate module installed, try an alternate interface
   (perhaps one of './InteractiveBastille -x', './InteractiveBastille -c',
   or './AutomatedBastille') or install the missing module. Hints on which
   module to install for particular distributions, and download locations
   for those modules, can be found at
   <http://www.bastille-linux.org/faq.html>. If you contact the Bastille
   mailing list about this problem, please include the raw error below in
   its entirety.
RAW ERROR: Can't locate Curses.pm in @INC (@INC contains: /usr/lib
   /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5
   /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1
   /usr/local/lib/site_perl .) at (eval 1) line 2. BEGIN
   failed--compilation aborted at (eval 1) line 2.  at 
/usr/sbin/InteractiveBastille line 243.
$
--------------------------------------------------------------------

Manually installing libcurses-perl solved the error.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux colon 2.4.26-colon #1 Sun Apr 25 23:36:45 CEST 2004 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE

Versions of packages bastille depends on:
ii  perl [perl5]                 5.6.1-8.9   Larry Wall's Practical Extraction 
ii  perl-tk                      1:800.024-1 Perl module providing the Tk graph


---------------------------------------
Received: (at 303637-close) by bugs.debian.org; 8 Apr 2005 06:56:50 +0000
>From [EMAIL PROTECTED] Thu Apr 07 23:56:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from tornado.dat.etsit.upm.es (dat.etsit.upm.es) [138.100.17.73] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DJnQ9-00074a-00; Thu, 07 Apr 2005 23:56:50 -0700
Received: (qmail 19099 invoked by uid 1013); 8 Apr 2005 06:56:46 -0000
Date: Fri, 8 Apr 2005 08:56:46 +0200
From: Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
To: Martin Schwarz <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED]
Subject: Re: Bug#303637: bastille: missing dependency for Curses.pm
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040907i
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_BUG_NUMBER,
        HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--VbJkn9YxBvnuCH5J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Apr 07, 2005 at 10:07:33PM +0200, Martin Schwarz wrote:
> Package: bastille
> Version: 1:1.3.0-2.1
> Severity: important
>=20
> InteractiveBastille in curses mode obviously depends on Curses.pm but
> fails to state the package dependency on libcurses-perl.

Sigh:

Package: bastille
Status: deinstall ok config-files
Priority: optional
Section: admin
Installed-Size: 1028
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Version: 1:1.3.0-2.1
Config-Version: 1:1.3.0-2.1
Depends: perl5, perl-tk (>=3D 1:800.011) | libcurses-perl | libgtk-perl

You see, you select the interface, be it Gtk, Tcl/Tk or Curses. If you=20
installed through apt (and not a proper interface like aptitude or dselect=
=20
which would have prompted) you get one of those randomly. Don't blame it on=
=20
Bastille.

Regards

Javier

--VbJkn9YxBvnuCH5J
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFCVisui4sehJTrj0oRAgBsAJ9gszN3v3/O7SQeprsBMYl44POcRQCeO6bU
l52j/amX6/RHnEHP0D0XVfc=
=HJTb
-----END PGP SIGNATURE-----

--VbJkn9YxBvnuCH5J--


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

Reply via email to