From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 17:41:17 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D7416A41C for ; Thu, 9 Jun 2005 17:41:17 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626F043D1F for ; Thu, 9 Jun 2005 17:41:17 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j59HfALN012960; Thu, 9 Jun 2005 13:41:11 -0400 (EDT) Date: Thu, 9 Jun 2005 13:41:10 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Eric Anderson In-Reply-To: <42A8682D.3070803@centtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: FreeBSD Current Subject: Re: Undefined symbol: i386_get_gsbase: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 17:41:17 -0000 On Thu, 9 Jun 2005, Eric Anderson wrote: > I just upgraded from 5.4-PRERELEASE to -CURRENT, and I'm getting this > when I run mozilla and a few other apps: > > $ mozilla > /libexec/ld-elf.so.1: /usr/lib/libpthread.so.1: Undefined symbol > "i386_get_gsbase" > > We've seen this before, but I can't seem to find the fix - all I see is > reference to David Xu's patch, which is said to have been committed. > > Can someone point me to a doc, mail archive, or whatever to fix this? > > I've already rebuilt mozilla and a few other ports. Oddly enough, when > I run it with a remote display set to my laptop (running -current also), > it works, but when displaying to the local machine, does not. I'm > rebuilding xorg now in case that helps. i386_get_gsbase is in libc.so.6. Either mozilla or something else that mozilla requires is using libc.so.5. At a minimum, you need to rebuild mozilla and its dependencies. Or use portupgrade -af. -- DE