Package: libgmime-2.0-2a
Version: 2.2.22-5
Severity: grave
Tags: patch
After upgrading from version 2.2.22-4 to 2.2.22-5, pan ceased to send
email correctly at all. It behaves exactly as if no email recipient is
set. I presume that the problem is that
g_mime_message_add_recipients_from_string fails to do its job.
This is corrected by recompiling libgmime-2.0-2a with
-fno-strict-aliasing added to CFLAGS. Upstream released version 2.2.25
with just that change (compared to 2.2.24):
* configure.in: Disabled strict-aliasing to work around subtle
bugs generated by gcc 4.4 when optimizations are enabled.
Please either upgrade to upstream version 2.2.25 or at least apply
this patch in the meantime (and rerun autoconf):
diff --recursive -uN gmime-2.2.24/configure.in gmime-2.2.25/configure.in
--- gmime-2.2.24/configure.in 2009-08-12 19:54:29.000000000 +0200
+++ gmime-2.2.25/configure.in 2010-01-30 18:53:51.000000000 +0100
@@ -498,6 +498,7 @@
EXTRA_LIBS="$EXTRA_LIBS $LIBICONV"
fi
+CFLAGS="$CFLAGS -fno-strict-aliasing"
AC_SUBST(CFLAGS)
LIBS="$LIBS $EXTRA_LIBS"
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libgmime-2.0-2a depends on:
ii libc6 2.10.2-3 Embedded GNU C Library: Shared lib
ii libglib2.0-0 2.22.3-2 The GLib library of C routines
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
libgmime-2.0-2a recommends no packages.
libgmime-2.0-2a suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]