Your message dated Sun, 6 Feb 2005 18:35:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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; 25 Jul 2002 08:51:40 +0000
>From [EMAIL PROTECTED] Thu Jul 25 03:51:40 2002
Return-path: <[EMAIL PROTECTED]>
Received: from bolero.rahul.net (bolero-x.rahul.net) [192.160.13.1] (root)
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 17XeLS-0003SO-00; Thu, 25 Jul 2002 03:51:39 -0500
Received: from bolero.rahul.net by bolero-x.rahul.net with SMTP id AB12071
  (5.67b8/IDA-1.5 for <[EMAIL PROTECTED]>); Thu, 25 Jul 2002 01:51:37 -0700
Received: from q.bolero.rahul.net (bolero.rahul.net [192.160.13.1])
        by bolero.rahul.net (Postfix) with SMTP id 2CC8197004
        for <[EMAIL PROTECTED]>; Thu, 25 Jul 2002 01:51:37 -0700 (PDT)
Received: (qmail 12066 invoked from network); 25 Jul 2002 08:51:36 -0000
Received: from 12-234-110-110.client.attbi.com (HELO rahul.net) (12.234.110.110)
  by bolero.rahul.net with SMTP; 25 Jul 2002 08:51:36 -0000
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 25 Jul 2002 01:51:52 -0700
From: L J Laubenheimer <[EMAIL PROTECTED]>
Organization: not here
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.4.1) Gecko/20020314 
Netscape6/6.2.2
X-Accept-Language: en-us
Mime-Version: 1.0
To: [EMAIL PROTECTED]
Subject: gutenbook crashes hard on Browse Gutenberg (L)ibrary  (plus nitpicks)
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]

Package: gutenbook
Version: 0.1.10-3
Severity: important


When library_dir is changed from [~user]/Gutenberg_Library or
[~user]/Gutenberg_Library is a symlink, and you then try to
"Browse Gutenberg (L)ibrary" the entire thing crashes.  The first
instance happens whether I change it from the menu, or edit the preferences 
file directly.

Running it from the command line, I get:

debian-giggle:~% /usr/bin/gutenbook
Quantifier follows nothing before HERE mark in regex m/? << HERE 
ldvc.*\.[txt|zip]/ at /usr/lib/perl5/PGB/Index.pm line 150.
Attempt to free unreferenced scalar.
debian-giggle:~%

It would appear that the PGB/Index.pm is unhappy with the directory change 
and/or simlink.

Other Nitpicks:
The "Help" in the menu bar, with "About..." and "Help..." seems to be a dummy 
menu.  Clicking on either "About..." or "Help..." does absolutely nothing, but 
does not crash the reader.  At the very least the "About..." should list the 
version (by referencing $VERSION).  You may want to put in a $AUTHOR and 
$COPYRIGHT too.

On the dictionary results, you might want to eliminate all of the junk from 
the web page after the first triple \n (return, blank lines, whatever) up 
until the bottom 5 lines.  Otherwise, it returns too much unrelated website 
blurbage.  Either that, or have the results window return to "top" position 
after it grabs the web page and textifies it.


-------------------------------------------------------
System info:

debian-giggle:~# uname -a
Linux debian-giggle 2.2.19pre17-idepci #1 Mon Apr 2 01:31:38 PDT 2001 i586 
unknown

debian-giggle:~# perl -v

This is perl, v5.6.1 built for i386-linux

debian-giggle:~# ls -l /lib/libc.so.6
lrwxrwxrwx    1 root     root           13 Jul 23 01:18 /lib/libc.so.6 -> 
libc-2.2.5.so





Here are my config files:
-------------------------------------------
debian-giggle:~/.gutenbook% more preferences.bad
# this tries to redirect to a shared library on /home/misc

$VAR1 = {
           'library_dir' => '/home/misc/Gutenberg_Library',
           'update_index_date' => 16633,
           'update_index_always' => '',
           'http_index' => 'http://www.gutenberg.net/pgwhole.zip',
           'main_window_medium' => '1',
           'always_read_etexts' => '1',
           'main_window_large' => '',
           'always_download_etexts' => '1',
           'update_index_interval' => '1',
           'update_index_never' => '',
           'main_window_small' => '',
           'cache_local_index' => '1',
           'http_url' => 'http://metalab.unc.edu/pub/docs/books/gutenberg/',
           'update_index_days' => '30',
           'http_proxy' => ''
         };

-------------------------------------------------
debian-giggle:~/.gutenbook% more preferences.simlink
# /home/ljl/Gutenberg_Library is a simlink to
# /home/misc/Gutenberg_Library

$VAR1 = {
           'library_dir' => '/home/ljl/Gutenberg_Library',
           'update_index_date' => 16633,
           'update_index_always' => '',
           'http_index' => 'http://www.gutenberg.net/pgwhole.zip',
           'main_window_medium' => '1',
           'always_read_etexts' => '1',
           'main_window_large' => '',
           'always_download_etexts' => '1',
           'update_index_interval' => '1',
           'update_index_never' => '',
           'main_window_small' => '',
           'cache_local_index' => '1',
           'http_url' => 'http://metalab.unc.edu/pub/docs/books/gutenberg/',
           'update_index_days' => '30',
           'http_proxy' => ''
         };


-------------------------------------------------------------------
debian-giggle:~/.gutenbook% more preferences.happy
# /home/ljl/Gutenberg_Library is a real directory here

$VAR1 = {
           'library_dir' => '/home/ljl/Gutenberg_Library',
           'update_index_date' => 16633,
           'update_index_always' => '',
           'http_index' => 'http://www.gutenberg.net/pgwhole.zip',
           'main_window_medium' => '1',
           'always_read_etexts' => '1',
           'main_window_large' => '',
           'always_download_etexts' => '1',
           'update_index_interval' => '1',
           'update_index_never' => '',
           'main_window_small' => '',
           'cache_local_index' => '1',
           'http_url' => 'http://metalab.unc.edu/pub/docs/books/gutenberg/',
           'update_index_days' => '30',
           'http_proxy' => ''
         };

---------------------------------------------------------------



-- 
--
Linda J Laubenheimer - UNIX Geek, Sysadmin, Bibliophile and Iconoclast
http://www.modusvarious.com/ - consultants available
http://www.laubenheimer.net/ - personal demo site
http://www.geocities.com/laubenheimer/ - web design gaffes
http://www.geocities.com/laubenheimer/ - web design gaffes (I wouldn't
disgrace a real ISP with these) and rants about bad design.


---------------------------------------
Received: (at 154239-done) by bugs.debian.org; 6 Feb 2005 18:35:19 +0000
>From [EMAIL PROTECTED] Sun Feb 06 10:35:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxrFa-0004YN-00; Sun, 06 Feb 2005 10:35:14 -0800
Received: by bangpath.uucico.de (Postfix, from userid 10)
        id 44D8026BCE; Sun,  6 Feb 2005 19:35:13 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id 352054EE6A; Sun,  6 Feb 2005 18:35:08 +0000 (GMT)
Date: Sun, 6 Feb 2005 18:35:08 +0000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
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=-1.0 required=4.0 tests=BAYES_00,ONEWORD,
        SORTED_RECIPS autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

This package has been removed from Debian because it has not been
maintained and is buggy.

-- 
Martin Michlmayr
http://www.cyrius.com/


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

Reply via email to