From owner-freebsd-gnome@FreeBSD.ORG Fri Apr 13 15:58:31 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1DAB106566C for ; Fri, 13 Apr 2012 15:58:31 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 7793F8FC12 for ; Fri, 13 Apr 2012 15:58:31 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q3DFwQN7011713; Fri, 13 Apr 2012 09:58:29 -0600 From: Erich Dollansky To: Jeremy Messenger Date: Fri, 13 Apr 2012 22:58:26 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-PRERELEASE; KDE/4.7.4; amd64; ; ) References: <201204110823.50764.erichfreebsdlist@ovitrap.com> <201204120902.52933.erichfreebsdlist@ovitrap.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204132258.26454.erichfreebsdlist@ovitrap.com> Cc: freebsd-gnome@freebsd.org Subject: Re: Evolution does not start anymore after an upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2012 15:58:31 -0000 Hi, On Friday 13 April 2012 20:46:37 Jeremy Messenger wrote: > On Wed, Apr 11, 2012 at 9:02 PM, Erich Dollansky > wrote: > > > > On Wednesday 11 April 2012 20:56:13 Jeremy Messenger wrote: > >> On Tue, Apr 10, 2012 at 8:23 PM, Erich Dollansky > >> wrote: > >> > > > There was a problem with the machine. It died during a port upgrade leaving it in a but undefined state. After fixing the hardware, I deleted everything (pkg_delete -a), updated the ports tree and started compiling. Ports which did not compile (like evolution) were installed as package. > > > > As I started from scratch, I believed the notes in UPGRADING should not apply and I ignored all. > > Correct, you don't need to follow the UPDATING if you install it from > scratch. But the question is that how did you start it from scratch? I deleted all installed ports with pkg_delete -a, made a 'make clean' in /usr/ports and then I started to randomly install the ports I normally like to have on the machine. > > I don't think it will help, because the change between of > evolution-2.32.1_1 and evolution-2.32.1_2 are for libnotify. Try to > remove ~/.gconf*. Yes it will remove your settings if you have > modified. This I did already without success. > > I never specified this ' with krb5'. Do you know which port uses this? > > Do you have NO_KERBEROS, WITH_HEIMDAL or HEIMDAL_HOME in your > make.conf or anywhere? It's supposed to be install security/heimdal if > you have one of define in somewhere. > HEIMDAL_HOME is in make.conf Should I add the NO_KERBEROS? Erich