Your message dated Sun, 23 Oct 2005 07:32:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335235: fixed in spell 1.0-16
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 Oct 2005 18:52:12 +0000
>From [EMAIL PROTECTED] Sat Oct 22 11:52:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from twinlark.arctic.org [207.7.145.18] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ETOTU-0003zh-00; Sat, 22 Oct 2005 11:52:12 -0700
Received: (qmail 7029 invoked from network); 22 Oct 2005 18:52:11 -0000
Received: from unknown (HELO localhost) (127.0.0.1)
  by 127.0.0.1 with ESMTPS (AES256-SHA); 22 Oct 2005 18:52:11 -0000
Date: Sat, 22 Oct 2005 11:52:11 -0700 (PDT)
From: dean gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: spell hangs forever
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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-Level: 
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

Package: spell
Version: 1.0-15

try this:

% echo a b c >a
% spell a

it hangs forever...

i dunno, but the source code looks like it has some confusion with pin vs. 
pout... the patch below seems to fix it.

-dean

--- spell-1.0/spell.c.dg        2005-10-22 11:26:24.000000000 -0700
+++ spell-1.0/spell.c   2005-10-22 11:49:32.000000000 -0700
@@ -545,7 +545,7 @@
     {
       FD_ZERO(&fdset);
       FD_SET (the_pipe->perr, &fdset);
-      FD_SET (the_pipe->pout, &fdset);
+      FD_SET (the_pipe->pin, &fdset);
       time_out.tv_sec=1; time_out.tv_usec=0;
 
       ret=select(FD_SETSIZE, &fdset, NULL, NULL,&time_out);
@@ -569,7 +569,7 @@
           fprintf (stderr, "%s: %s\n", ispell_prog, str->str);
         }
 
-        if (FD_ISSET(the_pipe->pout, &fdset))
+        if (FD_ISSET(the_pipe->pin, &fdset))
         {
           /* This block parses Ispell's banner and grabs its version.  It then
              prints it if the flag `--ispell-version' or `-I' was used.

---------------------------------------
Received: (at 335235-close) by bugs.debian.org; 23 Oct 2005 14:38:49 +0000
>From [EMAIL PROTECTED] Sun Oct 23 07:38:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ETgtQ-0005hA-00; Sun, 23 Oct 2005 07:32:12 -0700
From: Daniel Baumann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#335235: fixed in spell 1.0-16
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 07:32:12 -0700
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-Level: 
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

Source: spell
Source-Version: 1.0-16

We believe that the bug you reported is fixed in the latest version of
spell, which is due to be installed in the Debian FTP archive:

spell_1.0-16.diff.gz
  to pool/main/s/spell/spell_1.0-16.diff.gz
spell_1.0-16.dsc
  to pool/main/s/spell/spell_1.0-16.dsc
spell_1.0-16_i386.deb
  to pool/main/s/spell/spell_1.0-16_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated spell package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 22 Oct 2005 21:17:00 +0200
Source: spell
Binary: spell
Architecture: source i386
Version: 1.0-16
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 spell      - GNU Spell, a clone of Unix `spell'
Closes: 335235
Changes: 
 spell (1.0-16) unstable; urgency=low
 .
   * Applied patch to fix pin/pout misstake (Closes: #335235).
Files: 
 87f3c2439befdc5e4734f14aa762ad29 592 text optional spell_1.0-16.dsc
 e085133550605a81fa040ccb09bd7d4c 31486 text optional spell_1.0-16.diff.gz
 6f82c5b60908b293ee4eb84c693cf370 13816 text optional spell_1.0-16_i386.deb

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

iD8DBQFDW5xlxa93SlhRC1oRAut9AJ9BIoRaujo/5qw4j/67UUTUH1AaNgCeMo1p
o2Nt+9polw8NmfdBhcA21Lo=
=yWL5
-----END PGP SIGNATURE-----


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

Reply via email to