From owner-freebsd-current Sun Oct 13 12:43:43 2002 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 58AF937B401; Sun, 13 Oct 2002 12:43:42 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1794943E65; Sun, 13 Oct 2002 12:43:28 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 7A31D2A88D; Sun, 13 Oct 2002 12:43:19 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Terry Lambert Cc: Ruslan Ermilov , Kris Kennaway , Hellmuth Michaelis , FreeBSD-current Mailinglist Subject: Re: HEADS UP: Old port recompiles needed (Re: Unknown symbol "__sF") In-Reply-To: <3DA9B5B3.5ED38181@mindspring.com> Date: Sun, 13 Oct 2002 12:43:19 -0700 From: Peter Wemm Message-Id: <20021013194319.7A31D2A88D@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Terry Lambert wrote: > Ruslan Ermilov wrote: > > On Sun, Oct 13, 2002 at 04:27:27AM -0700, Terry Lambert wrote: > > > Kris Kennaway wrote: > > > > If you can't deal with having to recompile things over the -current > > > > development cycle then don't run it. > > > > > > Uh, the issue was the upcoming 5.0 release, which will cause these > > > same problems for people. > > > > As Kris already mentioned in the unquoted part of his original email, > > this does not affect RELENG_4 binaries. > > As I mentioned, it does for 4.6-RELEASE binaries: > > % resize > /usr/libexec/ld-elf.so.1: /usr/lib/libncurses.so.5: \ > Undefined symbol "__stdoutp" > > ...are people going to be upgrading to 5.0-RELEASE from RELENG4, > or are they going to be upgrading from 4.6-RELEASE and 4.7-RELEASE? Add COMPAT4X=true to your make.conf. We added __stdoutp etc to RELENG_4 and included it in the last two releases. -current's COMPAT4X stuff has the updated libc.so.4 with these symbols. If you want to run 4.x binaries, you need COMPAT4X=true so that we can update the 4.x compatability libraries over time. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message