Your message dated Tue, 19 Jul 2005 13:47:03 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#297272: fixed in dgen 1.23-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; 28 Feb 2005 11:32:05 +0000 >From [EMAIL PROTECTED] Mon Feb 28 03:32:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from c204041.adsl.hansenet.de (localhost.localdomain) [213.39.204.41] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D5j89-0004Mk-00; Mon, 28 Feb 2005 03:32:05 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1D5k4T-0007sE-8z; Mon, 28 Feb 2005 13:32:21 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: dgen: FTBFS (amd64/gcc-4.0): duplicate 'unsigned' Message-Id: <[EMAIL PROTECTED]> Date: Mon, 28 Feb 2005 13:32:21 +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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: dgen Severity: normal Tags: patch When building 'dgen' on amd64 with gcc-4.0, I get the following error: creating mz80/Makefile creating sdl/Makefile /usr/bin/make AUTOMAKE=echo # avoid running automake make[1]: Entering directory `/dgen-1.23' Making all in musa make[2]: Entering directory `/dgen-1.23/musa' gcc -DPACKAGE=\"dgen-sdl\" -DVERSION=\"1.23\" -DSDL_OPENGL_SUPPORT=1 -DJOYSTICK_SUPPORT=1 -DSDL_JOYSTICK_SUPPORT=1 -DHAVE_SDL_WM_TOGGLEFULLSCREEN=1 -DCOMPILE_WITH_MUSA=1 -I. -I. -g -O2 -I/usr/include/SDL -D_REENTRANT -Umemcpy -c m68kcpu.c gcc -DPACKAGE=\"dgen-sdl\" -DVERSION=\"1.23\" -DSDL_OPENGL_SUPPORT=1 -DJOYSTICK_SUPPORT=1 -DSDL_JOYSTICK_SUPPORT=1 -DHAVE_SDL_WM_TOGGLEFULLSCREEN=1 -DCOMPILE_WITH_MUSA=1 -I. -I. -g -O2 -I/usr/include/SDL -D_REENTRANT -Umemcpy -c m68kmake.c gcc -g -O2 -I/usr/include/SDL -D_REENTRANT -Umemcpy -o m68kmake m68kmake.o -L/usr/X11R6/lib ./m68kmake gcc -DPACKAGE=\"dgen-sdl\" -DVERSION=\"1.23\" -DSDL_OPENGL_SUPPORT=1 -DJOYSTICK_SUPPORT=1 -DSDL_JOYSTICK_SUPPORT=1 -DHAVE_SDL_WM_TOGGLEFULLSCREEN=1 -DCOMPILE_WITH_MUSA=1 -I. -I. -g -O2 -I/usr/include/SDL -D_REENTRANT -Umemcpy -c m68kops.c In file included from /usr/include/stdlib.h:433, from m68kops.c:7: /usr/include/sys/types.h:153: error: duplicate 'unsigned' /usr/include/sys/types.h:153: error: two or more data types in declaration specifiers make[2]: *** [m68kops.o] Error 1 make[2]: Leaving directory `/dgen-1.23/musa' With the attached patch 'dgen' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/dgen-1.23/musa/m68kmake.c ./musa/m68kmake.c --- ../tmp-orig/dgen-1.23/musa/m68kmake.c 1999-12-20 03:15:59.000000000 +0000 +++ ./musa/m68kmake.c 2005-02-28 12:28:47.518661261 +0000 @@ -1029,9 +1029,9 @@ fprintf(filep, "/* ========================= OPCODE TABLE BUILDER ========================= */\n"); fprintf(filep, "/* ======================================================================== */\n\n"); + fprintf(filep, "#include <stdlib.h>\n\n"); fprintf(filep, "#include \"m68kops.h\"\n"); fprintf(filep, "#include \"m68kcpu.h\"\n"); - fprintf(filep, "#include <stdlib.h>\n\n"); fprintf(filep, "#include <string.h>\n\n"); fprintf(filep, "extern void (*m68k_instruction_jump_table[])(void); /* opcode handler jump table */\n\n"); --------------------------------------- Received: (at 297272-close) by bugs.debian.org; 19 Jul 2005 17:56:12 +0000 >From [EMAIL PROTECTED] Tue Jul 19 10:56:12 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DuwKC-0003ys-00; Tue, 19 Jul 2005 10:56:12 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DuwBL-00011U-00; Tue, 19 Jul 2005 13:47:03 -0400 From: Joey Hess <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#297272: fixed in dgen 1.23-8 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 19 Jul 2005 13:47:03 -0400 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: dgen Source-Version: 1.23-8 We believe that the bug you reported is fixed in the latest version of dgen, which is due to be installed in the Debian FTP archive: dgen_1.23-8.diff.gz to pool/non-free/d/dgen/dgen_1.23-8.diff.gz dgen_1.23-8.dsc to pool/non-free/d/dgen/dgen_1.23-8.dsc dgen_1.23-8_i386.deb to pool/non-free/d/dgen/dgen_1.23-8_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. Joey Hess <[EMAIL PROTECTED]> (supplier of updated dgen 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: Fri, 15 Jul 2005 17:41:14 +0300 Source: dgen Binary: dgen Architecture: source i386 Version: 1.23-8 Distribution: unstable Urgency: low Maintainer: Joey Hess <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: dgen - Sega Genesis/MegaDrive emulator Closes: 297272 Changes: dgen (1.23-8) unstable; urgency=low . * Patch from Andreas Jochens to build with gcc 4.0. Closes: #297272 * Remove "label at end of compound statement" from star.c. * Remove build dep on build-essential g++ * New standards version. Files: 2bf9a693d7f50b80ca3738065b88231d 611 non-free/otherosfs optional dgen_1.23-8.dsc d78207148ada881dad61fe6a8dedcf39 5719 non-free/otherosfs optional dgen_1.23-8.diff.gz 7041cfaff0c82f08d45f0c24b5137541 245574 non-free/otherosfs optional dgen_1.23-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC3TU32tp5zXiKP0wRAn/BAJ95l0Mva56RQR5MNZOu7RDtV3GcMwCeJOTM 3WWrAeVCHp1sifjxggNTGpE= =9Kna -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]