Your message dated Tue, 30 May 2006 01:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286503: fixed in gerstensaft 0.2-6
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: gerstensaft
Severity: normal
Tags: patch

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

gcc -O2 -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include   -c -o main.o main.c
main.c: In function 'main_destroy':
main.c:65: error: invalid lvalue in increment
main.c:65: warning: value computed is not used
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/gerstensaft-0.2/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gerstensaft-0.2/src/main.c ./src/main.c
--- ../tmp-orig/gerstensaft-0.2/src/main.c      2004-12-20 16:50:31.171524104 
+0100
+++ ./src/main.c        2004-12-20 16:50:22.126899096 +0100
@@ -62,7 +62,7 @@
       free (((struct s_main_data *) data)->selected);
     if (((struct s_main_data *) data)->numstored) {
       if (((struct s_main_data *) data)->stored != NULL) {
-       for (i=0,cp=((struct s_main_data *) data)->stored; i<((struct 
s_main_data *) data)->numstored; i++,((char **)cp)++)
+       for (i=0,cp=((struct s_main_data *) data)->stored; i<((struct 
s_main_data *) data)->numstored; i++,cp++)
          free (*cp);
        free (((struct s_main_data *) data)->stored);
       }


--- End Message ---
--- Begin Message ---
Source: gerstensaft
Source-Version: 0.2-6

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

gerstensaft_0.2-6.diff.gz
  to pool/main/g/gerstensaft/gerstensaft_0.2-6.diff.gz
gerstensaft_0.2-6.dsc
  to pool/main/g/gerstensaft/gerstensaft_0.2-6.dsc
gerstensaft_0.2-6_i386.deb
  to pool/main/g/gerstensaft/gerstensaft_0.2-6_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.
Martin Schulze <[EMAIL PROTECTED]> (supplier of updated gerstensaft 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, 30 May 2006 10:30:48 +0200
Source: gerstensaft
Binary: gerstensaft
Architecture: source i386
Version: 0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Martin Schulze <[EMAIL PROTECTED]>
Description: 
 gerstensaft - Frontend for Simple Asynchronous File Transfer
Closes: 140552 189718 286503 343306
Changes: 
 gerstensaft (0.2-6) unstable; urgency=medium
 .
   * Added a disclaimer for those people who plan to NMU this package
   * Fixed typo in NMU-Disclaimer, thanks to Petter Reinholdtsen (See:
     Bug#225895)
   * Added missing build-deps (closes: Bug#140552, Bug#189718)
   * Removed the prerm and adjusted the postinst since the /usr/share/doc
     transition is over
   * Added Swedish translation by Daniel Nylander (closes: Bug#343306)
   * Applied patch by Andreas Jochens to fix invalid lvalue in increment
     (closes: Bug#286503)
Files: 
 426f43441bc1cf26c6ecf93d77c38935 571 x11 extra gerstensaft_0.2-6.dsc
 27f612dda76cd2b3ad48baf6ac1ed91d 5901 x11 extra gerstensaft_0.2-6.diff.gz
 0e55d357a46eeb47bb25324d1efc23d5 31950 x11 extra gerstensaft_0.2-6_i386.deb

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

iD8DBQFEfAM/W5ql+IAeqTIRAgzsAJ4lgw7k1gAwkFM7iGIutkCWvuzX/gCgoO6U
ujVDR/pKe6hMr/6PUazZ60E=
=wsjI
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to