Your message dated Thu, 01 Jul 2010 17:47:41 +0000
with message-id <e1ounrr-0001yu...@ries.debian.org>
and subject line Bug#587461: fixed in openmotif 2.3.3-1
has caused the Debian Bug report #587461,
regarding `Createform' implicitly converted to pointer at main.c:113
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 ow...@bugs.debian.org
immediately.)


-- 
587461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openmotif
Version: 2.3.0-1
Severity: serious
Usertags: implicit-pointer-conversion
Tags: patch

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 `Createform' implicitly converted to pointer at main.c:113

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
--- openmotif-2.3.0/demos/programs/TabStack/main.c.orig	2010-06-28 11:04:52.077200853 -0600
+++ openmotif-2.3.0/demos/programs/TabStack/main.c	2010-06-28 11:07:01.068047399 -0600
@@ -46,6 +46,8 @@ extern void MENU_POST(Widget, XtPointer,
 extern Pixmap XPM_PIXMAP(Widget, char**);
 extern void SET_BACKGROUND_COLOR(Widget, ArgList, Cardinal*, Pixel);
 
+Widget Createform(Widget parent);
+
 /* Begin user code block <globals> */
 /* End user code block <globals> */
 
@@ -110,7 +112,7 @@ int main( int argc, char **argv)
         parent,
         args, 
         ac);
-    form = (Widget)Createform(topLevelShell);
+    form = Createform(topLevelShell);
     XtManageChild(form);
     XtPopup(XtParent(form), XtGrabNone);
     

--- End Message ---
--- Begin Message ---
Source: openmotif
Source-Version: 2.3.3-1

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

libmotif-dev_2.3.3-1_i386.deb
  to non-free/o/openmotif/libmotif-dev_2.3.3-1_i386.deb
libmotif3_2.3.3-1_i386.deb
  to non-free/o/openmotif/libmotif3_2.3.3-1_i386.deb
motif-clients_2.3.3-1_i386.deb
  to non-free/o/openmotif/motif-clients_2.3.3-1_i386.deb
openmotif_2.3.3-1.diff.gz
  to non-free/o/openmotif/openmotif_2.3.3-1.diff.gz
openmotif_2.3.3-1.dsc
  to non-free/o/openmotif/openmotif_2.3.3-1.dsc
openmotif_2.3.3.orig.tar.gz
  to non-free/o/openmotif/openmotif_2.3.3.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 587...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Bauer <stefan.ba...@cubewerk.de> (supplier of updated openmotif 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2010 09:42:21 +0200
Source: openmotif
Binary: libmotif3 libmotif-dev motif-clients
Architecture: source i386
Version: 2.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Bauer <stefan.ba...@cubewerk.de>
Changed-By: Stefan Bauer <stefan.ba...@cubewerk.de>
Description: 
 libmotif-dev - Open Motif - development files
 libmotif3  - Open Motif - shared libraries
 motif-clients - Open Motif - X11 clients (mwm, xmbind)
Closes: 587461
Changes: 
 openmotif (2.3.3-1) unstable; urgency=low
 .
   * New upstream release
   * Drop patch for autoconf-bug as this was fixed upstream
   * Applied patch to fix implicit pointer conversion (Closes: #587461)
Checksums-Sha1: 
 a0cd1848a1ec7f13051b3de0f68503cf643df38d 1186 openmotif_2.3.3-1.dsc
 2a51e2f28078c4db7ff0c8517eb257001716b699 6051202 openmotif_2.3.3.orig.tar.gz
 bbc0b35cfde00627518d3be451fcbc2e93d5759e 15110 openmotif_2.3.3-1.diff.gz
 3f8962bd725937b96951a76bb671f225c7f71ba0 1333204 libmotif3_2.3.3-1_i386.deb
 cb6a75c0ef98c4bcf8a487171997c6f17d03b9d5 2937582 libmotif-dev_2.3.3-1_i386.deb
 225c55aeceaff1a1e83fbbbb43605e353d7dab63 168206 motif-clients_2.3.3-1_i386.deb
Checksums-Sha256: 
 7e84a6262e2ebb2b3ce76ddf22192f0d4de7bffe9bcb7c77b22614db83c73afe 1186 
openmotif_2.3.3-1.dsc
 c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc10cd103 6051202 
openmotif_2.3.3.orig.tar.gz
 d9336bef45e27cb98159f6bc28a79c570b4d66bb9fdb8315462d59b31214ebb6 15110 
openmotif_2.3.3-1.diff.gz
 3e5d3f3564d6609a3763c97f969435388d28fb0966661773a1a311d0105646d1 1333204 
libmotif3_2.3.3-1_i386.deb
 55b234cdebefd4b9745f072e45f0ddf0112a6a11e8cb50960897a33dc9c9aee2 2937582 
libmotif-dev_2.3.3-1_i386.deb
 2b89cd70c3f5e14bd0268ff1de20648015b6f07f336f5329ee1e1c6ae0f45d08 168206 
motif-clients_2.3.3-1_i386.deb
Files: 
 9da805296db2e51c5d7ff1e372ea9ecb 1186 non-free/devel extra 
openmotif_2.3.3-1.dsc
 fd27cd3369d6c7d5ef79eccba524f7be 6051202 non-free/devel extra 
openmotif_2.3.3.orig.tar.gz
 10874dfe0f432a39de64a8b980c46d6e 15110 non-free/devel extra 
openmotif_2.3.3-1.diff.gz
 d99c5b2aa2e5b2f09fcbe658ce70bcfe 1333204 non-free/libs extra 
libmotif3_2.3.3-1_i386.deb
 48f45c8cdff8e65bb8dc4e48f8c87c0c 2937582 non-free/libdevel extra 
libmotif-dev_2.3.3-1_i386.deb
 300e42df0f6cfcccb4d1166c8fa0049b 168206 non-free/x11 extra 
motif-clients_2.3.3-1_i386.deb

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

iD8DBQFMLNGhn88szT8+ZCYRAn8HAJ99YuabHU3r/E9YR0SwFNqcB/XSvQCfTBOH
/toCI5ieyQ4CKCET8Y+jLsk=
=D5tB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to