Your message dated Thu, 14 Feb 2008 07:32:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465657: fixed in orage 4.5.12.2-2
has caused the Debian Bug report #465657,
regarding orage: strptime implicitly converted to pointer
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.)


-- 
465657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465657
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: orage
Version: 4.5.12.2-1
Severity: important
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 `strptime' implicitly converted to pointer at functions.c:332

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

The following patch moves the XOPEN_SOURCE define above all
includes. This fixes the issue, likely because time.h is already
included via one of them.

This patch also adds an additional include directive for gprintf.h to
remove another warning:

  functions.c: In function 'orage_tm_time_to_icaltime':
  functions.c:402: warning: implicit declaration of function 'g_sprintf'

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

--- orage-4.5.12.2.orig/src/functions.c 2008-01-20 21:22:12.000000000 -0700
+++ orage-4.5.12.2/src/functions.c      2008-02-13 12:55:56.000000000 -0700
@@ -21,16 +21,17 @@
 
  */
 
+#define _XOPEN_SOURCE /* glibc2 needs this */
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#define _XOPEN_SOURCE /* glibc2 needs this */
 #include <time.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 
 #include <glib.h>
+#include <glib/gprintf.h>
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
--- Begin Message ---
Function `strptime' implicitly converted to pointer at functions.c:332

--- End Message ---

--- End Message ---
--- Begin Message ---
Source: orage
Source-Version: 4.5.12.2-2

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

orage_4.5.12.2-2.diff.gz
  to pool/main/o/orage/orage_4.5.12.2-2.diff.gz
orage_4.5.12.2-2.dsc
  to pool/main/o/orage/orage_4.5.12.2-2.dsc
orage_4.5.12.2-2_amd64.deb
  to pool/main/o/orage/orage_4.5.12.2-2_amd64.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.
Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated orage 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: Thu, 14 Feb 2008 08:24:14 +0100
Source: orage
Binary: orage
Architecture: source amd64
Version: 4.5.12.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description: 
 orage      - Calendar for Xfce Desktop Environment
Closes: 465657
Changes: 
 orage (4.5.12.2-2) unstable; urgency=low
 .
   * debian/patches: 02_fix-implicit-pointer-conversion added to fix possible
     segfault on ia64 and x86_64. Thanks Dann Frazier.           closes: #465657
Files: 
 f9941ca0446ba5466dc82c4d0add41cc 1034 x11 optional orage_4.5.12.2-2.dsc
 80aa814230824a41031be93db3aa4cd7 11512 x11 optional orage_4.5.12.2-2.diff.gz
 504e74f4d52f2ce7f29733391e116d83 1485876 x11 optional 
orage_4.5.12.2-2_amd64.deb

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

iD8DBQFHs+2FTUTAIMXAW64RAgq/AJ9d4n3rPAlnfj0OsOM3u0UU6kTfwgCfdrpH
U4Mb4MBQqo4rjf68SWex3+Q=
=HLqq
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
Pkg-xfce-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to