Your message dated Tue, 16 May 2006 17:47:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326097: fixed in spim 7.2.1-1
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)

--- Begin Message ---
Package: spim
Version: 7.1-1
Severity: serious
Tags: patch

When building 'spim' on unstable, I get the following error:

make[2]: Entering directory `/spim-7.1'
gcc -O2      -I/usr/X11R6/include    -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                              -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                                                          -DFUNCPROTO=15 
-DNARROWPROTO   `cat configuration` -DTEXT_SIZE=65536 -DDATA_SIZE=131072 
-DK_TEXT_SIZE=65536 -DDEFAULT_EXCEPTION_HANDLER=\"/usr/lib/spim/exceptions.s\" 
-DSPIM_VERSION="\"`cat VERSION`\""    -c -o spim.o spim.c
spim.c:114: error: static declaration of 'exception_file_name' follows 
non-static declaration
spim.h:232: error: previous declaration of 'exception_file_name' was here
make[2]: *** [spim.o] Error 1
make[2]: Leaving directory `/spim-7.1'

With the attached patch 'spim' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/spim-7.1/spim.c ./spim.c
--- ../tmp-orig/spim-7.1/spim.c 2005-01-03 00:03:50.000000000 +0000
+++ ./spim.c    2005-09-01 19:05:46.000000000 +0000
@@ -111,7 +111,7 @@
 
 /* Non-zero => load standard exception handler */
 static int load_exception_handler = 1;
-static char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
+char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
 static int console_state_saved;
 #ifdef USE_TERMIOS
 static struct termios saved_console_state;


--- End Message ---
--- Begin Message ---
Source: spim
Source-Version: 7.2.1-1

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

spim_7.2.1-1.diff.gz
  to pool/non-free/s/spim/spim_7.2.1-1.diff.gz
spim_7.2.1-1.dsc
  to pool/non-free/s/spim/spim_7.2.1-1.dsc
spim_7.2.1-1_i386.deb
  to pool/non-free/s/spim/spim_7.2.1-1_i386.deb
spim_7.2.1.orig.tar.gz
  to pool/non-free/s/spim/spim_7.2.1.orig.tar.gz



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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated spim 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: Tue, 16 May 2006 19:33:57 -0500
Source: spim
Binary: spim
Architecture: source i386
Version: 7.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 spim       - MIPS R2000/R3000 emulator
Closes: 326097 346936 349389
Changes: 
 spim (7.2.1-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.
   * Package is orphaned (#354501); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #326097, #346936, #349389.
   * Add a build dependency on bison.
   * Change priority to extra in accordance with the override file.
   * Install upstream changelog.
   * Switch to debhelper 5.
   * spim/Makefile: Allow optimization flags to be overridden.
   * debian/rules:
     - Add support for DEB_BUILD_OPTIONS=noopt.
     - Use dh_install rather than (buggy) upstream Makefiles.
   * debian/watch: Add.
   * Conforms to Standards version 3.7.2.
Files: 
 513028e580728398851815de00b044ab 616 non-free/electronics extra 
spim_7.2.1-1.dsc
 0fe5696659364d38660f5610ef380ad0 534388 non-free/electronics extra 
spim_7.2.1.orig.tar.gz
 082411f0817e4311cd4c347c2d79a218 3347 non-free/electronics extra 
spim_7.2.1-1.diff.gz
 12bb2ba1ad2f7cd2468ce0b0fdc9424c 335850 non-free/electronics extra 
spim_7.2.1-1_i386.deb

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

iD8DBQFEanBFxBYivKllgY8RApRkAKDGvmrWWI5hEPId1ZF0LIQZw5scuwCdHyBP
H0nFPl6jejf5di5NKJDV058=
=RNSa
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to