From owner-freebsd-current@FreeBSD.ORG Thu Apr 21 22:05:02 2005 Return-Path: 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 523C916A4CE for ; Thu, 21 Apr 2005 22:05:02 +0000 (GMT) Received: from e.0x20.net (gw.0x20.net [217.69.68.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8331243D55 for ; Thu, 21 Apr 2005 22:05:01 +0000 (GMT) (envelope-from lars@0x20.net) Received: from bart.bsd-geek.de ([IPv6:2001:6f8:1336:0:20a:e4ff:fe24:403d]) (authenticated bits=128) by e.0x20.net (8.13.3/8.13.1/Submit) with ESMTP id j3LM4xGN041611 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 22 Apr 2005 00:05:00 +0200 (CEST) (envelope-from lars@bsd-geek.de) Received: from bart.bsd-geek.de (localhost.bsd-geek.de [127.0.0.1]) by bart.bsd-geek.de (8.13.3/8.13.1) with ESMTP id j3LM4wpK082503; Fri, 22 Apr 2005 00:04:58 +0200 (CEST) (envelope-from lars@bart.bsd-geek.de) Received: (from lars@localhost) by bart.bsd-geek.de (8.13.3/8.13.1/Submit) id j3LM4wBO082502; Fri, 22 Apr 2005 00:04:58 +0200 (CEST) (envelope-from lars) Date: Fri, 22 Apr 2005 00:04:57 +0200 From: Lars Engels To: Gary Jennejohn Message-ID: <20050421220457.GB46271@bart.bsd-geek.de> References: <20050420221903.GA738@bart.bsd-geek.de> <200504211606.j3LG6gbc007250@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200504211606.j3LG6gbc007250@peedub.jennejohn.org> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Fri, 22 Apr 2005 12:31:26 +0000 cc: Lars Engels cc: current@freebsd.org Subject: Re: library problems with -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Apr 2005 22:05:02 -0000 On Thu, Apr 21, 2005 at 06:06:42PM +0200, Gary Jennejohn wrote: > > Lars Engels writes: > > Hi all! > > > > I just upgraded my 5.4-PRERELEASE notebook to -CURRENT. > > Compilation and installation went fine, but when I try to start firefox, > > gkrellm and even portupgrade I get the following error message: > > /libexec/ld-elf.so.1: /usr/lib/libpthread.so.1: Undefined symbol > > "i386_get_gsbase" > > > > Is there something i have not spotted in UPDATING? > > > > System: FreeBSD 6.0-CURRENT #5: Wed Apr 20 23:21:11 CEST 2005 > > > > It's not in UPDATING, but a change was recently made (can't say exactly > when) which affects %gs/%fs. If you're using -current then you really > should watch the commits, too! Ok, my fault I didn't read it. What do you mean with %gs/%fs? Couldn't find anything in the archive... > > You'll have to recompile these ports, I suspect. Interestingly, my old > gkrellm still runs just fine with a new world from yesterday, but I had > to reinstall transcode. I think I have to recompile just everything :( with >350 packages that's a hell of work for the box.