Your message dated Mon, 07 Jul 2008 07:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486534: fixed in lmemory 0.6c-2.1
has caused the Debian Bug report #486534,
regarding lmemory: xpm_widget, xpm_widget_default implicitly converted to 
pointers
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486534
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: lmemory
Version: 0.6c-2
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `xpm_widget_default' implicitly converted to pointer at 
lmem_window.c:193
  Function `xpm_widget' implicitly converted to pointer at lmem_window.c:204

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

--- lmemory-0.6c/lmem_window.c~	2003-07-30 09:36:35.000000000 -0600
+++ lmemory-0.6c/lmem_window.c	2008-06-16 11:04:45.000000000 -0600
@@ -11,6 +11,9 @@
 #include <stdlib.h>
 #include "lmemory.h"
 
+GtkWidget *xpm_widget(GtkWidget *parent, gchar *xpm_filename);
+GtkWidget *xpm_widget_default( GtkWidget *parent);
+
   int flipped;
   int flipped_btn[3];
 

--- End Message ---
--- Begin Message ---
Source: lmemory
Source-Version: 0.6c-2.1

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

lmemory_0.6c-2.1.diff.gz
  to pool/main/l/lmemory/lmemory_0.6c-2.1.diff.gz
lmemory_0.6c-2.1.dsc
  to pool/main/l/lmemory/lmemory_0.6c-2.1.dsc
lmemory_0.6c-2.1_i386.deb
  to pool/main/l/lmemory/lmemory_0.6c-2.1_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.
Andreas Tille <[EMAIL PROTECTED]> (supplier of updated lmemory 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.8
Date: Mon, 07 Jul 2008 09:04:31 +0200
Source: lmemory
Binary: lmemory
Architecture: source i386
Version: 0.6c-2.1
Distribution: unstable
Urgency: low
Maintainer: Ben Armstrong <[EMAIL PROTECTED]>
Changed-By: Andreas Tille <[EMAIL PROTECTED]>
Description: 
 lmemory    - A children's game based on the "memory" card game
Closes: 486534
Changes: 
 lmemory (0.6c-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Applied patch provided by dann frazier <[EMAIL PROTECTED]> to fix
     implicit-pointer-conversion problem (Thanks to Dann for the patch)
     Closes: #486534
Checksums-Sha1: 
 034a69ff330c50a08e35492df23b3be47f51aba5 969 lmemory_0.6c-2.1.dsc
 24f4d20e42d5d100268505b3c31b1ed29fea6a2a 174699 lmemory_0.6c-2.1.diff.gz
 d3a2c087e88d2c6547a262f272da7bd3ba527878 165892 lmemory_0.6c-2.1_i386.deb
Checksums-Sha256: 
 f45cd437333314e3169908aa0df5dd207ce98b600c9c7b6c63db879363e2663f 969 
lmemory_0.6c-2.1.dsc
 5fe7338783561fabe319f44d6a36a07bba49baceb0078a63aaa756516b6517c4 174699 
lmemory_0.6c-2.1.diff.gz
 6f151a6f2365b948f5df1ece227649e7be59744056ecf6fe8f0b4626643403bd 165892 
lmemory_0.6c-2.1_i386.deb
Files: 
 8a06c968ae0d83e2070667062594fcc9 969 games optional lmemory_0.6c-2.1.dsc
 0ed03d1e954659925b569f1ecd6a94db 174699 games optional lmemory_0.6c-2.1.diff.gz
 ec46416ba5709f9beae68f5b762de3de 165892 games optional 
lmemory_0.6c-2.1_i386.deb

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

iD8DBQFIccQnYDBbMcCf01oRAnX+AJ9eqj75BA8+tYtLD+8sIExXu2lSEACgtZIh
z0Wzi27aRWJg84CA3NOpbnk=
=UWR0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to