From owner-freebsd-current@FreeBSD.ORG Sun Oct 30 20:59:36 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7DB16A41F for ; Sun, 30 Oct 2005 20:59:36 +0000 (GMT) (envelope-from vincent@xtra-net.org) Received: from relay.xtra-net.org (cable-195-162-200-89.customer.tvd.be [195.162.200.89]) by mx1.FreeBSD.org (Postfix) with SMTP id 699F643D48 for ; Sun, 30 Oct 2005 20:59:35 +0000 (GMT) (envelope-from vincent@xtra-net.org) Received: (qmail 79693 invoked from network); 30 Oct 2005 20:59:34 -0000 Received: from wbedllfs.xtra-net.org (192.168.1.21) by 0 with SMTP; 30 Oct 2005 20:59:34 -0000 From: Vincent Blondel To: current@freebsd.org In-Reply-To: <1130703815.44162.18.camel@shumai.marcuscom.com> References: <1130703815.44162.18.camel@shumai.marcuscom.com> Content-Type: text/plain Date: Sun, 30 Oct 2005 21:58:09 +0100 Message-Id: <1130705889.59492.2.camel@wbedllfs.xtra-net.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: Evolution 2.2.3 crash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vincent@xtra-net.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 20:59:36 -0000 Thanks a lot, it is working now :) Vincent On Sun, 2005-10-30 at 15:23 -0500, Joe Marcus Clarke wrote: > On Sun, 2005-10-30 at 20:53 +0100, Vincent Blondel wrote: > > Hello all, > > > > I just finished compiling gnome2 (2.10) on my FreeBSD current (7.0) > > sytem. > > > > The whole system is currently compiled without any optimisation ( > > CFLAGS= -O -pipe , COPTFLAGS= -O -pipe) without any problem encountered. > > > > I created an account and when I try to configure the "Receiving > > Email" part, evolution crashes and this (text below) is what I see on the > > console. > > > > %/usr/X11R6/bin/evolution > > es menu class init > > adding hook target 'source' > > > > (evolution:59298): evolution-mail-WARNING **: couldn't get > > service : No provider available for protocol `' > > > > BBDB spinning up... > > > > (evolution:59298): Gtk-CRITICAL **: > > gtk_tree_sortable_set_sort_column_id: assertion `GTK_IS_TREE_SORTABLE > > (sortable)' failed > > > > (evolution:59298): Gtk-CRITICAL **: gtk_entry_set_text: > > assertion `text != NULL' failed > > > > (evolution:59298): Gtk-CRITICAL **: gtk_entry_set_text: > > assertion `text != NULL' failed > > > > Thanks to help me ... > > Known issue. See http://www.freebsd.org/gnome/docs/faq210.html#q5. > > Joe >