Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 10:57:07 GMT
From:      Mark Evenson<mark.evenson@gmx.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108964: mail/evolution 2.8.3 cannot set options for accounts 
Message-ID:  <200702091057.l19Av7d2015568@www.freebsd.org>
Resent-Message-ID: <200702091100.l19B0VQP076194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091057.l19Av7d2015568>