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 1R5ORt-0006D4-At for garchives@archives.gentoo.org; Sun, 18 Sep 2011 20:58:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF64021C05A; Sun, 18 Sep 2011 20:58:34 +0000 (UTC) Received: from vergina.dyndns.org (cust-218-222.on4.ontelecoms.gr [92.118.218.222]) by pigeon.gentoo.org (Postfix) with ESMTP id D47D521C349 for ; Sun, 18 Sep 2011 20:57:31 +0000 (UTC) Received: from [192.168.0.1] (viper.vergina.dyndns.org [192.168.0.1]) by viper.vergina.dyndns.org (Postfix) with ESMTP id E08D91C16; Sun, 18 Sep 2011 23:57:29 +0300 (EEST) Message-ID: <4E765B39.4090405@asyr.hopto.org> Date: Sun, 18 Sep 2011 23:57:29 +0300 From: Thanasis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110918 Lightning/1.0b3pre Thunderbird/3.1.12 ThunderBrowse/3.8 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 To: gentoo-user@lists.gentoo.org CC: walt Subject: Re: [gentoo-user] Updating libpng: another libtool cockup? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: ec6397e829cceec6d58254f35ac03be5 on 09/18/2011 11:10 PM walt wrote the following: > I just did a routine update on my ~amd64 machine and saw the portage > warning that libpng14 has been replaced by libpng15, and I should run > revdep-rebuild --library '/usr/lib/libpng14.so' and then delete the > obsolete library. > > This fixed the problem for me (as similar moves have done in the past): > > #find /usr/lib64 -name \*.la -exec sed -i s/png14/png15/ '{}' ';' Thanks ! I didn't know we can just edit .la files.