From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 08:19:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A068316A4DA for ; Thu, 29 Mar 2007 08:19:42 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by mx1.freebsd.org (Postfix) with ESMTP id 6008613C469 for ; Thu, 29 Mar 2007 08:19:42 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so90408nza for ; Thu, 29 Mar 2007 01:19:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BIUjGZEa/IiPMP9XZlqFJrmWEq8E6ON/EpIglwBb+eHU8bT6Ml1jVCx14ucmI4etCMI2xQy6pcq+eyYtpZ3IFRo1N5pjYJHgkmUunPdtAMnGt3qgHbuesCOOUHiNUQMZ0H8ygYKQgX6HsgSx4OW0IfJ73rhquyc2nBW3wOMv29A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UlN2nmyFcz1xcCA2UCoj5PpUnzVIIoWWKC+Kw5GcmwpAkb40WMBO7NlPlJZUcffA0W7KOF4X927NYJjEt9QoTK1jPG5yDMr7Os1eyI8nCzU1acjmCEI+e6dmkXL1jHbyoj3N5Rx+YGXnGFG88qIDUwGmAmY1sBu/0BiUPwPxzwY= Received: by 10.115.106.7 with SMTP id i7mr137516wam.1175156381283; Thu, 29 Mar 2007 01:19:41 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Thu, 29 Mar 2007 01:19:41 -0700 (PDT) Message-ID: Date: Thu, 29 Mar 2007 12:19:41 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Leslie Jensen" In-Reply-To: <460B6EFB.9050900@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <460B6EFB.9050900@eskk.nu> X-Google-Sender-Auth: e9eb646cbcc38ef7 Cc: freebsd-questions@freebsd.org Subject: Re: Anyone using Sunbird? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2007 08:19:42 -0000 On 3/29/07, Leslie Jensen wrote: > I've got a problem with Sunbird (Mozilla calender app) since the gettext > upgrade. > > It core dumps at start > > --------------------------- > sunbird & > [1] 1168 > Abort trap (core dumped) > --------------------------- > > Because of some mistakes I made I've done > > pkg_deinstall -rR gettext > > Rebuild all the ports I needed, then I saw this problem and I tried both > > portupgrade -Rf sunbird > > and > > portmaster -r sunbird > > But it core dumps anyway. > > Any suggestions on how to solve this? The definitive solution would be to: 1. Update your system (rebuild world and kernel) 2. pkg_delete -a 3. Update your ports 4. cd /usr/ports/deskutils/sunbird && make install clean But it'll take some time. You can also try linux-sunbird if you want to.