From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 21:42:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C7E16A4CE for ; Sat, 20 Nov 2004 21:42:09 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA9E43D1F for ; Sat, 20 Nov 2004 21:42:08 +0000 (GMT) (envelope-from kbstew01@owt.com) Received: from [192.168.0.3] (owt-207-41-94-232.owt.com [207.41.94.232]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id iAKLfELc023585; Sat, 20 Nov 2004 13:41:14 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sat, 20 Nov 2004 13:42:02 -0800 User-Agent: KMail/1.7.1 References: <419F9D86.1060405@yahoo.com> In-Reply-To: <419F9D86.1060405@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411201342.02538.kbstew01@owt.com> cc: Steel City Phantom Subject: Re: segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kstewart@owt.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 21:42:09 -0000 On Saturday 20 November 2004 11:39 am, Steel City Phantom wrote: > i am trying to run a portupgrade and have a problem. portupgrade says i > have a stale dependency and need to fix it with pkgdb, when i run that, > i get this > > guinness# pkgdb -F > ---> Checking the package registry database > Stale dependency: php4-4.3.5_7 -> apache-1.3.29_3 (www/apache13): > [Failed `Inappropriate file type or format'] [Updating the portsdb > in /usr/ports ... - 11973 port entries found > .........1000.........2000.........3000.........4000.........5000......../u >sr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: [BUG] Segmentation fault > ruby 1.8.2 (2004-07-29) [i386-freebsd4] > > Abort (core dumped) > > i rebuilt the ports index by going to /usr/ports and doing make index, > but i still get this same deal. > > whats up? It helps if you read /usr/ports/UPDATING first :). Kent