From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 16:03:20 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 0F1F616A41F for ; Thu, 9 Jun 2005 16:03:20 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C68443D48 for ; Thu, 9 Jun 2005 16:03:18 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j59G3H78038018 for ; Thu, 9 Jun 2005 11:03:17 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <42A8682D.3070803@centtech.com> Date: Thu, 09 Jun 2005 11:02:53 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050603 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/921/Wed Jun 8 03:51:44 2005 on mh1.centtech.com X-Virus-Status: Clean Subject: Undefined symbol: i386_get_gsbase: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 16:03:20 -0000 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. Eric