From owner-freebsd-stable@FreeBSD.ORG Sun Oct 5 21:06:33 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 188791065695 for ; Sun, 5 Oct 2008 21:06:33 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id E35928FC28 for ; Sun, 5 Oct 2008 21:06:32 +0000 (UTC) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id C4CC35084D; Sun, 5 Oct 2008 22:06:28 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bC6JJQSiuOL1; Sun, 5 Oct 2008 22:06:27 +0100 (BST) Received: from laptop.unixathome.org (bast.unixathome.org [72.78.246.37]) by nyi.unixathome.org (Postfix) with ESMTPSA id B5A595084B; Sun, 5 Oct 2008 22:06:27 +0100 (BST) Message-ID: <48E92C0D.60008@langille.org> Date: Sun, 05 Oct 2008 17:05:17 -0400 From: Dan Langille Organization: The FreeBSD Diary User-Agent: Thunderbird 2.0.0.14 (X11/20080623) MIME-Version: 1.0 To: Wolfgang Zenker References: <48E69A3B.7090904@langille.org> <20081005114425.GA3978@lyxys.ka.sub.org> In-Reply-To: <20081005114425.GA3978@lyxys.ka.sub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading to 7.x : make check-old X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2008 21:06:33 -0000 Wolfgang Zenker wrote: > Hi, > > * Dan Langille [081004 00:18]: >> Folks: > >> I have upgraded a server from 6.3 to 7.0. That went rather smoothly. I >> have a question about removing old libraries via make delete-old. > >> Given the list of old libraries shown at the end of this URL: > >> http://www.freebsddiary.org/upgrade-6.3-to-7.0.php > >> Is that list more or less expected? From what I can tell, it's pretty >> safe to now do a make delete-old-libs. Do you concur? > > that depends on you having updated all ports/packages as well as the > base system. I did that. I made sure of that. > I think I used a tool that checks which shared libraries are > used by which program but can't remember how it was called; but anyway you > can simply use ldd on your binaries in /usr/local/* to check if any of > them still use one of the old libs. Is this correct: Worst case: some ports stop running? If so, I can live with that. :o Thank you.