ports/108964: mail/evolution 2.8.3 cannot set options for accounts
Mark Evenson
mark.evenson at gmx.at
Fri Feb 9 11:00:32 UTC 2007
>Number: 108964
>Category: ports
>Synopsis: mail/evolution 2.8.3 cannot set options for accounts
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 09 11:00:31 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Mark Evenson
>Release: RELENG_6_2
>Organization:
>Environment:
FreeBSD elvis 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Mon Jan 15 12:22:07 CET 2007 evenson at elvis.intern.etel.at:/usr/obj/usr/src/sys/ELVIS i386
>Description:
mail/evolution 2.8.3 fails to allow me to edit options for my mail accounts.
output from the console complains about an unsatisfied link for symbol '_' from '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so' which is loaded even if you don't have a "groupwise" Evolution account (I don't)
The library does not laod due to failure of inclusion of the proper gettext macro in 'plugins/groupwise-features/junk-settings.c'.
A patch is included in the 'fixes' field of this bugreport. I am not so sure this is the "proper" wau to include the gettext macros, as some files in this directory include <libgnome/gnome-i18n.h> as well.
I am not currently planning to file this bug upstream with Evolution, as I don't have the time to sort through their bug filing process
>How-To-Repeat:
>Fix:
--- plugins/groupwise-features/junk-settings.c.orig Fri Feb 9 11:18:26 2007
+++ plugins/groupwise-features/junk-settings.c Fri Feb 9 10:51:33 2007
@@ -25,6 +25,7 @@
#include <glade/glade.h>
#include "junk-settings.h"
#include <glib/gmain.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtkliststore.h>
#include <gtk/gtktreeselection.h>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list