Your message dated Mon, 13 Jun 2005 10:06:19 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug no longer happens in the Debian stable release
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; 1 Jan 2005 14:33:16 +0000
>From [EMAIL PROTECTED] Sat Jan 01 06:33:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from raytower.arilou.org [195.230.70.8] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CkkJg-0003mj-00; Sat, 01 Jan 2005 06:33:16 -0800
Received: from raytower.arilou.org ([EMAIL PROTECTED] [127.0.0.1])
        by raytower.arilou.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j01EXEB4001760;
        Sat, 1 Jan 2005 17:33:14 +0300
Received: (from [EMAIL PROTECTED])
        by raytower.arilou.org (8.12.3/8.12.3/Debian-7.1) id j01EXEfR001758;
        Sat, 1 Jan 2005 17:33:14 +0300
Message-Id: <[EMAIL PROTECTED]>
From: "Eleneldil G. Arilou" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libmail-box-perl: Mail::Box::HTML module requied in some cases and not 
included in the package
X-Mailer: reportbug 1.50
Date: Sat, 01 Jan 2005 17:33:14 +0300
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: libmail-box-perl
Version: 2.009-3
Severity: important

I had written a small script to convert my mailmoxes from file to
directory format. It just opens two folders and calls
$mrg->copyMessage() for each message in the old folder.

Trying to create a new folder I received an error

Can't locate Mail/Box/HTML.pm in @INC (@INC contains:
/home/arilou/perl5lib /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/i386-linux /usr/local/lib/site_perl .) at
/usr/share/perl5/Mail/Box.pm line 1024, <GEN2> line 5721.

and the script dies.

Here is where it requires Mail::Box::HTML :

sub AUTOLOAD(@)
{   my $self  = shift;
    our $AUTOLOAD;
    (my $call = $AUTOLOAD) =~ s/.*\:\://g;
    require Mail::Box::HTML;

    no strict 'refs';
    return $self->$call(@_) if $self->can($call);

    our @ISA;
    $call = "${ISA[0]}::$call";   # $call on base class.
    $self->$call(@_);
}

Adding Carp::confess call in the line with that 'require' I received:

        Mail::Box::AUTOLOAD('/home/arilou/mail/Bleys2') called at 
/usr/share/perl5/Mail/Box/Locker.pm line 336
        
Mail::Box::Locker::filename('Mail::Box::Locker::DotLock=HASH(0x858989c)', 
'/home/arilou/mail/Bleys2.lock') called at /usr/share/perl5/Mail/Box/Mbox.pm 
line 220
        Mail::Box::Mbox::init('/home/arilou/mail/Bleys2', 'HASH(0x8556260)') 
called at /usr/share/perl5/Mail/Reporter.pm line 102
        Mail::Reporter::new('Mail::Box::Mbox', 'manager', 
'Mail::Box::Manager=HASH(0x80f58c0)', 'organization', 'DIRECTORY', 'folderdir', 
., 'folder', ...) called at /usr/share/perl5/Mail/Box.pm line 404
        Mail::Box::new('Mail::Box::Mbox', 'manager', 
'Mail::Box::Manager=HASH(0x80f58c0)', 'organization', 'DIRECTORY', 'folderdir', 
., 'folder', ...) called at /usr/share/perl5/Mail/Box/Manager.pm line 319
        Mail::Box::Manager::open('Mail::Box::Manager=HASH(0x80f58c0)', 
'folderdir', ., 'organization', 'DIRECTORY', 'folder', 
'/home/arilou/mail/Bleys2', 'create', ...) called at 
/usr/share/perl5/Mail/Box/Manager.pm line 371
        Mail::Box::Manager::open('Mail::Box::Manager=HASH(0x80f58c0)', 
'create', 1, 'folder', '/home/arilou/mail/Bleys2', 'access', 'w', 
'organization', ...) called at ./mbc.pl line 20

Here is my call where it fails:

my $nf = $mgr->open(
    create => 1,
    folder => "$base/Bleys2",
    access => 'w',
    organization => 'DIRECTORY',
) or die $!;

What for does it requires Mail::Box::HTML there and isn't it a bug that there 
is no such module in the package? (And no othre package with such module was 
found.)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux raytower.arilou.org 2.4.18-raytower #1 ��� ��� 5 20:56:59 MSK 
2003 i586
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages libmail-box-perl depends on:
ii  libio-stringy-perl          2.108-1      Perl5 modules for IO from scalars 
ii  libmailtools-perl           1.44-1woody2 Manipulate email in perl programs
ii  libmime-types-perl          0.16-2       Perl extension for determining MIM
ii  libobject-realize-later-per 0.08-3       Delayed creation of objects
ii  libscalar-list-utils-perl   1.06-1       A selection of general-utility lis
ii  libtimedate-perl            1.11-1       Time and date functions for perl.
ii  perl                        5.6.1-8.8    Larry Wall's Practical Extraction 


---------------------------------------
Received: (at 288095-done) by bugs.debian.org; 13 Jun 2005 15:25:13 +0000
>From [EMAIL PROTECTED] Mon Jun 13 08:25:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nlpproxy01.prodigy.net.mx (smtp.prodigy.net.mx) [148.235.52.21] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DhqWu-0001TV-00; Mon, 13 Jun 2005 08:07:12 -0700
Received: from smtp.prodigy.net.mx (nlpproxy01 [148.235.52.21])
 by smtp.prodigy.net.mx
 (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar  3 2005))
 with ESMTP id <[EMAIL PROTECTED]>; Mon,
 13 Jun 2005 10:06:49 -0500 (CDT)
Received: from
 gwolf.org(dsl-201-129-218-201.prod-infinitum.com.mx    [201.129.218.201])
 by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2    HotFix 2.05 (built Mar  
3
 2005))with ESMTP id    <[EMAIL PROTECTED]>; Mon,
 13 Jun 2005 10:06:49 -0500 (CDT)
Received: by gwolf.org (Postfix, from userid 1000)      id 953FC4AF98; Mon,
 13 Jun 2005 10:06:19 -0500 (GMT+5)
Date: Mon, 13 Jun 2005 10:06:19 -0500
From: Gunnar Wolf <[EMAIL PROTECTED]>
Subject: Bug no longer happens in the Debian stable release
To: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
User-Agent: Mutt/1.5.9i
X-imss-version: 2.025
X-imss-result: Passed
X-imss-scores: Clean:42.05473 C:2 M:3 S:5 R:5
X-imss-settings: Baseline:4 C:4 M:4 S:4 R:4 (8.0000 8.0000)
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hi,

This bug applies only to the version of this module in Woody - Sarge
is officially the new Debian stable release, and does not contain this
bug anymore.

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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

Reply via email to