From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 29 10:36:20 2007 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B72D16A418; Thu, 29 Nov 2007 10:36:20 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (mail0.rawbw.com [198.144.192.41]) by mx1.freebsd.org (Postfix) with ESMTP id 26B1A13C45A; Thu, 29 Nov 2007 10:36:20 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (localhost [127.0.0.1]) by mail0.rawbw.com (8.13.8/8.13.8) with ESMTP id lATAaGHN013615; Thu, 29 Nov 2007 02:36:16 -0800 (PST) Received: (from www@localhost) by mail0.rawbw.com (8.13.8/8.13.8/Submit) id lATAaGJQ013614; Thu, 29 Nov 2007 02:36:16 -0800 (PST) X-Authentication-Warning: mail0.rawbw.com: www set sender to yuri@rawbw.com using -f Received: from ip224.carlyle.sfo.ygnition.net (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) by webmail.rawbw.com (IMP) with HTTP for ; Thu, 29 Nov 2007 02:36:16 -0800 Message-ID: <1196332576.474e962081ff9@webmail.rawbw.com> Date: Thu, 29 Nov 2007 02:36:16 -0800 From: Yuri To: Kris Kennaway References: <1196295955.474e0713b530b@webmail.rawbw.com> <474E0DFE.9000706@FreeBSD.org> <1196299014.474e1306ab62e@webmail.rawbw.com> <474E7AEB.5020609@FreeBSD.org> In-Reply-To: <474E7AEB.5020609@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 24.219.144.224 X-Mailman-Approved-At: Thu, 29 Nov 2007 12:19:27 +0000 Cc: freebsd-hackers@FreeBSD.org Subject: Re: /lib/pthread.so.2 is sought during some port compilation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 10:36:20 -0000 Quoting Kris Kennaway : > > So do I have to rebuild all ports to be able to run on 7.0? > > Yes. You have to do this whenever you upgrade to a new branch of > FreeBSD. The old ports will work until you start upgrading them to new > versions, at which point you will end up with binaries linked to two > versions of FreeBSD libraries, like libc.so.6 and libc.so.7, and this is > a recipe for disaster. Yes, that's what I am doing. portupgrade -af Thanks, Yuri