From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 03:00:16 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 681AD16A4CE for ; Fri, 17 Dec 2004 03:00:16 +0000 (GMT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D7C43D55 for ; Fri, 17 Dec 2004 03:00:15 +0000 (GMT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id DEDC3981CF; Thu, 16 Dec 2004 22:00:09 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id iBH2xl707511; Thu, 16 Dec 2004 21:59:47 -0500 (EST) Date: Thu, 16 Dec 2004 21:59:47 -0500 From: Joe Altman To: Jonathan Franks Message-ID: <20041217025947.GD25921@panix.com> Mail-Followup-To: Joe Altman , Jonathan Franks , Eric Schuele , FreeBSD Questions References: <41C1B2B7.4050602@computer.org> <20041217015720.GB25921@panix.com> <41C244D3.8090204@taconic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C244D3.8090204@taconic.net> User-Agent: Mutt/1.4.2.1i cc: FreeBSD Questions cc: Eric Schuele Subject: Re: Trouble with 'portsdb -uU' and ld-elf.so... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:00:16 -0000 On Thu, Dec 16, 2004 at 09:30:43PM -0500, Jonathan Franks wrote: > Joe Altman wrote: > > >On Thu, Dec 16, 2004 at 10:07:19AM -0600, Eric Schuele wrote: > > >>K_1_2 Segmentation fault (core dumped) JAVA_PORT_LINUX_IBM_JDK_1_3 | > >>/usr/bin/awk '{ print $1 }'" returned non-zero status > >>===> java/javamail failed > >>*** Error code 1 > >>2 errors > >>/libexec/ld-elf.so.1: rm: Shared object has no run-time symbol table > > > From what I've heard, portsdb -Uu is not preferred in 5.3, rather one > should do make fetchindex in /usr/ports then run portsdb -u afterwards. > I've only HEARD that this is correct, but it worked for me..... so make > of it what you will.... I've used it on my 5.3 box; it seems fine. My experience doesn't mean you are wrong. Anyway, to my eye, it's not portsdb that is failing; in the first example, it's awk: > >>K_1_2 Segmentation fault (core dumped) JAVA_PORT_LINUX_IBM_JDK_1_3 > >>/usr/bin/awk '{ print $1 }'" returned non-zero status It just happens to be failing within portsdb, at that point. His second example had to do with running ls; that also failed, with the same message: Shared object has no run-time symbol table