Your message dated Wed, 14 Jul 2004 10:47:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258477: fixed in myspell 1:3.0+pre3.1-7
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; 9 Jul 2004 20:39:06 +0000
>From [EMAIL PROTECTED] Fri Jul 09 13:39:06 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d001252.adsl.hansenet.de (localhost) [80.171.1.252] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bj29C-0006sh-00; Fri, 09 Jul 2004 13:39:06 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bj294-0005FN-54; Fri, 09 Jul 2004 22:39:04 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: myspell: FTBFS with gcc-3.4: extra `;'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 09 Jul 2004 22:39:04 +0200
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: myspell
Severity: normal
Tags: patch

When building 'myspell' with gcc-3.4 I get the following error:

/usr/bin/make CXXFLAGS="-g -Wall -ansi -pedantic -O2" CFLAGS="-g -Wall -ansi 
-pedantic -O2" CXX="g++" CC="gcc"
make[1]: Entering directory `/myspell-3.0+pre3.1'
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c example.cxx
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c affentry.cxx
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c affixmgr.cxx
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c hashmgr.cxx
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c suggestmgr.cxx
g++ -fPIC -g -Wall -ansi -pedantic -O2 -c csutil.cxx
csutil.cxx:4099: error: extra `;'
csutil.cxx:4133: error: extra `;'
make[1]: *** [csutil.o] Error 1
make[1]: Leaving directory `/myspell-3.0+pre3.1'
make: *** [build-stamp] Error 2

With the attached patch 'myspell' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/myspell-3.0+pre3.1/csutil.cxx ./csutil.cxx
--- ../tmp-orig/myspell-3.0+pre3.1/csutil.cxx   2004-01-04 21:29:49.000000000 
+0100
+++ ./csutil.cxx        2004-07-06 21:06:35.745348780 +0200
@@ -3836,7 +3836,7 @@
     }
   }
   return ccs;
-};
+}
 
 
 
@@ -3869,5 +3869,5 @@
     }
   }
   return NULL;
-};
+}
 

---------------------------------------
Received: (at 258477-close) by bugs.debian.org; 14 Jul 2004 14:49:57 +0000
>From [EMAIL PROTECTED] Wed Jul 14 07:49:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bkl52-0006on-00; Wed, 14 Jul 2004 07:49:56 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Bkl2K-0001Xy-00; Wed, 14 Jul 2004 10:47:08 -0400
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#258477: fixed in myspell 1:3.0+pre3.1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 14 Jul 2004 10:47:08 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: myspell
Source-Version: 1:3.0+pre3.1-7

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

libmyspell-dev_3.1-7_i386.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-7_i386.deb
libmyspell3_3.1-7_i386.deb
  to pool/main/m/myspell/libmyspell3_3.1-7_i386.deb
myspell_3.0+pre3.1-7.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-7.diff.gz
myspell_3.0+pre3.1-7.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-7.dsc



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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated myspell 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: Wed, 14 Jul 2004 16:29:07 +0200
Source: myspell
Binary: libmyspell3 libmyspell-dev
Architecture: source i386
Version: 1:3.0+pre3.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team <[email protected]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description: 
 libmyspell-dev - MySpell spellchecking library development files
 libmyspell3 - MySpell spellchecking library
Closes: 258477
Changes: 
 myspell (1:3.0+pre3.1-7) unstable; urgency=low
 .
   * add updated ispellaff2myspell from Agustin [RE]
   * remove unneeded ;'s to fix build with g++ 3.4, thanks
     Andreas Jochens (closes: #258477)
Files: 
 bf6d92111367902a06d630981fce37b7 709 devel optional myspell_3.0+pre3.1-7.dsc
 ee1076b16b416dad329c260aea815cab 11445 devel optional 
myspell_3.0+pre3.1-7.diff.gz
 556db435ea7ea862da9e2849e761ce3c 52006 libdevel optional 
libmyspell-dev_3.1-7_i386.deb
 39023bb8325c5d2fa105396e75245194 26396 libs optional libmyspell3_3.1-7_i386.deb

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

iD8DBQFA9USd+FmQsCSK63MRAvjAAJ9KtTQjT2DGHpfXoHP9aPGNqsJzCgCfRUk7
ThdF2gtxfaNrlU2Ba3I23oU=
=qrCY
-----END PGP SIGNATURE-----

Reply via email to