From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R5eUN-00085x-D3 for garchives@archives.gentoo.org; Mon, 19 Sep 2011 14:06:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B2821C125; Mon, 19 Sep 2011 14:06:15 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C14F21C143 for ; Mon, 19 Sep 2011 14:05:06 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p8JE55Zj013579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 19 Sep 2011 10:05:05 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id B13BB700BA; Mon, 19 Sep 2011 10:06:01 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Updating libpng: another libtool cockup? References: <20110919013935.0561a762@rohan.example.com> Date: Mon, 19 Sep 2011 10:06:01 -0400 In-Reply-To: <20110919013935.0561a762@rohan.example.com> (Alan McKinnon's message of "Mon, 19 Sep 2011 01:39:35 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: X-Archives-Hash: b87bc7cf1e865700e006219c82af9cf0 On Sun, Sep 18 2011, Alan McKinnon wrote: > On Sun, 18 Sep 2011 17:58:14 -0400 > Allan Gottlieb wrote: > >> I wonder when a routine update world tells you to run >> revdep-rebuild --library >> should you run it before or after the full >> revdep-rebuild >> that we normally run after updates? > > Neither. > > revdep-rebuild checks everything, revdep-rebuild --library > checks just some things. > > ebuilds sometimes issue messages to check just the libraries known to > have been updated, but a full revdep-rebuild after an update will catch > those anyway. thanks, allan