Your message dated Wed, 24 Aug 2005 05:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285539: fixed in bobot++ 1:1.97-10
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; 13 Dec 2004 22:15:43 +0000
>From [EMAIL PROTECTED] Mon Dec 13 14:15:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203038.adsl.hansenet.de (localhost.localdomain) [213.39.203.38] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CdyTn-0004U9-00; Mon, 13 Dec 2004 14:15:43 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CdyY1-0005x2-7j; Mon, 13 Dec 2004 23:20:11 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: bobot++: FTBFS (amd64/gcc-4.0): non-local variable '<anonymous struct> 
functions []' uses anonymous type
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 13 Dec 2004 23:20:11 +0100
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: bobot++
Severity: normal
Tags: patch

When building 'bobot++' on amd64 with gcc-4.0,
I get the following error:

g++ -Wall -O2 -DUSESCRIPTS -DMULTITHREAD  -c Parser.C
Parser.C:31: error: non-local variable '<anonymous struct> functions []' uses 
anonymous type
make[2]: *** [Parser.o] Error 1
make[2]: Leaving directory `/bobot++-1.97/source'
make: *** [build-stamp] Error 2

With the attached patch 'bobot++' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/bobot++-1.97/source/Parser.C ./source/Parser.C
--- ../tmp-orig/bobot++-1.97/source/Parser.C    2004-12-13 23:10:56.153174888 
+0100
+++ ./source/Parser.C   2004-12-13 23:06:08.986830808 +0100
@@ -25,7 +25,7 @@
 #include "Utils.H"
 #include "ShitList.H"
 
-struct {
+static struct {
   char *name;
   void (*function)(ServerConnection *, Person *, String);
 } functions[] =

---------------------------------------
Received: (at 285539-close) by bugs.debian.org; 24 Aug 2005 12:19:14 +0000
>From [EMAIL PROTECTED] Wed Aug 24 05:19:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E7uBk-0003Hk-00; Wed, 24 Aug 2005 05:17:04 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285539: fixed in bobot++ 1:1.97-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 24 Aug 2005 05:17:04 -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: bobot++
Source-Version: 1:1.97-10

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

bobot++_1.97-10.diff.gz
  to pool/main/b/bobot++/bobot++_1.97-10.diff.gz
bobot++_1.97-10.dsc
  to pool/main/b/bobot++/bobot++_1.97-10.dsc
bobot++_1.97-10_i386.deb
  to pool/main/b/bobot++/bobot++_1.97-10_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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated bobot++ 
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, 24 Aug 2005 14:04:45 +0200
Source: bobot++
Binary: bobot++
Architecture: source i386
Version: 1:1.97-10
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 bobot++    - IRC bot with scripting features
Closes: 285539 309941
Changes: 
 bobot++ (1:1.97-10) unstable; urgency=low
 .
   * debian/control:
     + Set policy to 3.6.2.1.
   * source/Parser.C:
     + Fixed AMD64 FTBFS (Closes: #285539).
   * configure.in:
     + Append -lpthread to GUILE_LIBS to fix a GNU/Hurd FTBFS (Closes: #309941).
Files: 
 c964fe13a00f8086edcd913356b4d10f 606 net optional bobot++_1.97-10.dsc
 c0cb9630cff842a47b37f0470f00f99d 57653 net optional bobot++_1.97-10.diff.gz
 9e9e670861b6184e87fed66010a7fa00 160138 net optional bobot++_1.97-10_i386.deb

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

iD8DBQFDDGPgfPP1rylJn2ERAnCJAJ4ks1nv6b+MTDkcitiogbQFxajnxgCfY4nx
356StpoWdWcYgsMRE4S0Bhw=
=JcBP
-----END PGP SIGNATURE-----


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

Reply via email to