From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 9 11:00:32 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23EED16A400 for ; Fri, 9 Feb 2007 11:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D9A3213C47E for ; Fri, 9 Feb 2007 11:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l19B0VOV076195 for ; Fri, 9 Feb 2007 11:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l19B0VQP076194; Fri, 9 Feb 2007 11:00:31 GMT (envelope-from gnats) Resent-Date: Fri, 9 Feb 2007 11:00:31 GMT Resent-Message-Id: <200702091100.l19B0VQP076194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Evenson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1040616A402 for ; Fri, 9 Feb 2007 10:57:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (groups.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0177B13C46B for ; Fri, 9 Feb 2007 10:57:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l19Av72P015570 for ; Fri, 9 Feb 2007 10:57:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l19Av7d2015568; Fri, 9 Feb 2007 10:57:07 GMT (envelope-from nobody) Message-Id: <200702091057.l19Av7d2015568@www.freebsd.org> Date: Fri, 9 Feb 2007 10:57:07 GMT From: Mark Evenson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/108964: mail/evolution 2.8.3 cannot set options for accounts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 11:00:32 -0000 >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 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 #include "junk-settings.h" #include +#include #include #include #include >Release-Note: >Audit-Trail: >Unformatted: