From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 18 19:46:05 2006 Return-Path: X-Original-To: gnome@freebsd.org 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 8661416A49E for ; Sat, 18 Nov 2006 19:46:05 +0000 (UTC) (envelope-from ksbeattie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD3E43DCF for ; Sat, 18 Nov 2006 19:44:32 +0000 (GMT) (envelope-from ksbeattie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1428965nfc for ; Sat, 18 Nov 2006 11:44:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TWIIo4iJR+msniTui2oVwv/AyNkYt0vVQ+IybhiUoNSO4GCI+Eia0Evyi9RZsR1uEiQSvC5yXI1USrEKH+3HszThj/fuwYraAdnvx8lv5SwMg8R7zPANge1g15HGnFCQvRDHB7sJYYAQfT0czLNydqklaJ7NlbOImg3a3Q56NmI= Received: by 10.78.157.8 with SMTP id f8mr3504999hue.1163879071266; Sat, 18 Nov 2006 11:44:31 -0800 (PST) Received: by 10.78.144.17 with HTTP; Sat, 18 Nov 2006 11:44:31 -0800 (PST) Message-ID: <3aa28e230611181144o6d1f9152ve57b31a3235d8af7@mail.gmail.com> Date: Sat, 18 Nov 2006 11:44:31 -0800 From: "Keith Beattie" To: "Lowell Gilbert" In-Reply-To: <44irhcyawe.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <3aa28e230611171227jc64b15eh7b1b7bcbf0eb7aad@mail.gmail.com> <44irhcyawe.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: error building desktop-file-utils 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: Sat, 18 Nov 2006 19:46:05 -0000 On 11/18/06, Lowell Gilbert wrote: > > > What version of emacs do you have installed? Interesting: # pkg_info | grep -i emacs emacs-21.3_9 GNU editing macros xemacs-packages-14.1_1 Basic XEmacs elisp packages(xemacs-packages) zile-2.2.22 Small emacs-like text editor The xemacs-packages was left over from me switching back to emacs from xemacs (because it crashed consistently when using C-k - but that too is another post) so I pkg_deinstalled xemacs-packages, tried portupgrade -a and got the same failure in desktop-file-utils. So I pkg_deinstalled emacs, portinstalled it, tried portupgrade -a again and it worked! Thanks for your help in asking the right question! ksb