Your message dated Thu, 11 Aug 2005 15:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297626: fixed in nethack 3.4.3-8
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 Mar 2005 21:12:36 +0000
>From [EMAIL PROTECTED] Tue Mar 01 13:12:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d155011.adsl.hansenet.de (localhost.localdomain) [80.171.155.11] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6EfT-0001RK-00; Tue, 01 Mar 2005 13:12:36 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D6Fbn-0001Eu-T8; Tue, 01 Mar 2005 23:12:52 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: nethack: FTBFS (amd64/gcc-4.0): non-local variable '<anonymous struct> 
key_macro []' uses anonymous type
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 23:12:52 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: nethack
Severity: normal
Tags: patch

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

cc -O2 -I../include -g -Wall -DGCC_WARN -DQT_GRAPHICS -c ../win/tty/wintty.c
/usr/bin/moc -o qt_win.moc ../include/qt_win.h
/usr/bin/moc -o qt_kde0.moc ../include/qt_kde0.h
/usr/bin/moc -o qttableview.moc ../include/qttableview.h
g++ -O2 -I../include -g -Wall -DGCC_WARN -DQT_GRAPHICS -I. -I/usr/include/qt3 
-c ../win/Qt/qt_win.cpp
../win/Qt/qt_win.cpp:4444: error: non-local variable '<anonymous struct> 
key_macro []' uses anonymous type
make[2]: *** [qt_win.o] Error 1
make[2]: Leaving directory `/nethack-3.4.3/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/nethack-3.4.3/win/Qt/qt_win.cpp ./win/Qt/qt_win.cpp
--- ../tmp-orig/nethack-3.4.3/win/Qt/qt_win.cpp 2003-12-08 00:39:13.000000000 
+0100
+++ ./win/Qt/qt_win.cpp 2005-03-01 22:01:06.206733243 +0100
@@ -4436,7 +4436,7 @@
 // XXX       define "-" to do "E-yyyyyyyy\r", but would still need "-" for
 // XXX       other purposes.  Maybe just too bad.
 //
-struct {
+static struct {
     int key;
     int state;
     const char* macro;

---------------------------------------
Received: (at 297626-close) by bugs.debian.org; 11 Aug 2005 22:49:23 +0000
>From [EMAIL PROTECTED] Thu Aug 11 15:49:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E3LpI-0001Xt-00; Thu, 11 Aug 2005 15:47:04 -0700
From: Joshua Kwan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#297626: fixed in nethack 3.4.3-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 11 Aug 2005 15:47: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
X-CrossAssassin-Score: 2

Source: nethack
Source-Version: 3.4.3-8

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

nethack-common_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-common_3.4.3-8_i386.deb
nethack-console_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-console_3.4.3-8_i386.deb
nethack-gnome_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-gnome_3.4.3-8_i386.deb
nethack-lisp_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-lisp_3.4.3-8_i386.deb
nethack-qt_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-qt_3.4.3-8_i386.deb
nethack-x11_3.4.3-8_i386.deb
  to pool/main/n/nethack/nethack-x11_3.4.3-8_i386.deb
nethack_3.4.3-8.diff.gz
  to pool/main/n/nethack/nethack_3.4.3-8.diff.gz
nethack_3.4.3-8.dsc
  to pool/main/n/nethack/nethack_3.4.3-8.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.
Joshua Kwan <[EMAIL PROTECTED]> (supplier of updated nethack 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: Thu, 11 Aug 2005 15:11:19 -0700
Source: nethack
Binary: nethack-common nethack-x11 nethack-console nethack-qt nethack-lisp 
nethack-gnome
Architecture: source i386
Version: 3.4.3-8
Distribution: unstable
Urgency: low
Maintainer: Joshua Kwan <[EMAIL PROTECTED]>
Changed-By: Joshua Kwan <[EMAIL PROTECTED]>
Description: 
 nethack-common - Common files for Nethack dungeon crawl game
 nethack-console - Text-based overhead view D&D-style adventure game
 nethack-gnome - Text-based/Gnome overhead view D&D-style adventure game
 nethack-lisp - Text-based overhead view D&D-style adventure game
 nethack-qt - Text-based/Qt overhead view D&D-style adventure game
 nethack-x11 - Text-based/X11 overhead view D&D-style adventure game
Closes: 153736 297626 308711 315912
Changes: 
 nethack (3.4.3-8) unstable; urgency=low
 .
   * Add Vietnamese translation of Debconf templates, thanks Clytie Siddall.
     closes: #315912
   * Delete the nethack dummy package; make all the nethack-* packages provide
     nethack, so that people can still apt-get install it without knowing that
     the packages are split that way. closes: #308711
   * Bump to Standards-Version 3.6.2, no changes required.
   * "Hijack" the package; comaintainers have been AWOL for a very long time.
   * Mention nethack-lisp and nethack-el in nethack-common's Description.
   * Patch work:
     - 95_enh_engulf_prayers: successful prayer while engulfed gets you out.
       closes: #153736
     - 20_gcc4_fix: GCC 4.x build fix by Andreas Jochens. closes: #297626
   * Fix some bashisms reported by lintian.
Files: 
 ee24b7ba32f35add1b1187b143a1757a 1486 games optional nethack_3.4.3-8.dsc
 fb49bbb16f4a769e4f9fa87b3f0c6da4 95044 games optional nethack_3.4.3-8.diff.gz
 41b9e072df3e8cf26b856e40e0bd031c 453878 games optional 
nethack-common_3.4.3-8_i386.deb
 fedc9ed6e8937f0dd14f2241367d47ff 829494 games optional 
nethack-console_3.4.3-8_i386.deb
 5066ce04f4c9e7a4c916c303d5e8c0ca 821284 games optional 
nethack-lisp_3.4.3-8_i386.deb
 363c46c3d627426a6866703d4f779eb7 874974 games optional 
nethack-x11_3.4.3-8_i386.deb
 7e7f73c4f7fe2cef995e5a489624bf30 962162 games optional 
nethack-qt_3.4.3-8_i386.deb
 45cb2492b532db66c75795db345549fa 943342 gnome optional 
nethack-gnome_3.4.3-8_i386.deb

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

iQIVAwUBQvvQSaOILr94RG8mAQIx/hAAq8YY2vRgNTJ81mjraJRRtuq+cWiHXBvm
lJA2fvZUBHrUuRO5gsCTEQ7S0uUS+QGKNrRGBdN1M/WFuSdIsKsDJZeI8sat+gOc
Afuls/HRisz53SsjWNyL/GMVTooNejLfkZcasZxj51WjFhzXy73C1MQ06Cy7MTCP
OrbYpFjoY6TNBhDzT+L9hyac7Ajai+JHlMwQQ1OQISbHw3aQMy4X461Ul4Y3nmC6
sQmsjw+BNG2shGNfsrHd0DBAhm1m4Xa+sZBbR5FhrQ4ZMjD43n6BnQHGG9uc6Mxw
S3A2O9nR+9BfXkwjNDjCPOR/PkyceIMa09AJ92LmCAm5PmAwk4vG5VjLIVFcUJDO
LbXVa7OFDTBuXhw7dsIZgnoC52dt1HnL5XCkEoeeJ23PIdLQscA39E/drSdpqiRe
zpcGdAUmJ2egUPbxywrZxkp0mw0F4I5G6BVx4XLCJGKqrpG7881QPCFHkdVRcdBc
6BSofW2I6va0yWtbvPmQsADZgrS+Nczs8zccGX5VCE3xa/53OkYYSST9vLcwsT01
Xny7p2Qi+peduLrr7rEGcp6LTgO52uJkyQszUdGtAmntKa/ye2viuCj4AUaqEi66
AbJEfzg4roDigm84sr6X/abLyshp3Cf9iItJceBN64rlGAOXYP5xRdnqE3Tu+PQ2
+f2VApihsZ0=
=0cMs
-----END PGP SIGNATURE-----


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

Reply via email to