From owner-freebsd-stable@FreeBSD.ORG Sun Oct 5 11:52:04 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 3BD8A106568C for ; Sun, 5 Oct 2008 11:52:04 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 0CCA48FC12 for ; Sun, 5 Oct 2008 11:52:03 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2242629rvf.43 for ; Sun, 05 Oct 2008 04:52:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ae6TaFfM4BnV3SuCfozjB8jUpqysw9AyZMlrGxVIPc4=; b=OItShRQKunYR3ZBfFGsna69TawM/DU/1SmTPB31tNBl4tRACi76InOf4tzr8fbAh+m QQls79dvE9r6iNWdmi1+cAopsKpQ437GRoy3TlYIwcmcjIPlMEoNvaLoyUCQVfb4cdH7 u62eEskoRXYHZzNsYKA/y8U52LOM9fNdNGnCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TlPRwB5vDOmNRRKclwxp8EjQafW62ZrLuqyEzCEq2ndgIuBxhzlRu2+LphEy78+mE8 cZNXvMiUJzc+xQS9pXOwd2cMXhHj6YH5c3tZoNLGlAni0DSY2uJgvPq9P659hqcsjQO/ /MeGb8p/PKGFRJ2qbiUjcj7ZpX9znATPDwmY4= Received: by 10.114.89.1 with SMTP id m1mr3996838wab.126.1223207523612; Sun, 05 Oct 2008 04:52:03 -0700 (PDT) Received: by 10.114.103.7 with HTTP; Sun, 5 Oct 2008 04:52:03 -0700 (PDT) Message-ID: <790a9fff0810050452u3f83840fg313b86cee3f9cf02@mail.gmail.com> Date: Sun, 5 Oct 2008 06:52:03 -0500 From: "Scot Hetzel" To: "Wolfgang Zenker" , "Dan Langille" In-Reply-To: <20081005114425.GA3978@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E69A3B.7090904@langille.org> <20081005114425.GA3978@lyxys.ka.sub.org> 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 11:52:04 -0000 On 10/5/08, Wolfgang Zenker wrote: > > 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 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. > I have used the devel/libcheck utility to check for missing libraries after upgrading the installed ports. Scot