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 1OBzBV-0001vu-4A for garchives@archives.gentoo.org; Tue, 11 May 2010 23:48:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7717FE09B0; Tue, 11 May 2010 23:47:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54CF5E09B0 for ; Tue, 11 May 2010 23:47:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E9EBE1B4042 for ; Tue, 11 May 2010 23:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.955 X-Spam-Level: X-Spam-Status: No, score=-2.955 required=5.5 tests=[AWL=-0.356, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W-Fzbiw7xOM5 for ; Tue, 11 May 2010 23:47:05 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 555621B4035 for ; Tue, 11 May 2010 23:47:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OBzA9-0004E9-8g for gentoo-user@gentoo.org; Wed, 12 May 2010 01:46:57 +0200 Received: from adsl-69-234-217-20.dsl.irvnca.pacbell.net ([69.234.217.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 May 2010 01:46:57 +0200 Received: from w41ter by adsl-69-234-217-20.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 May 2010 01:46:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: libpng12 is missing Date: Tue, 11 May 2010 16:46:50 -0700 Message-ID: References: <201005111047.35523.alan.mckinnon@gmail.com> <20100511111506.2ad741d8@zaphod.digimed.co.uk> <201005111339.01660.alan.mckinnon@gmail.com> 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=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-217-20.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100510 Thunderbird/3.2a1pre In-Reply-To: <201005111339.01660.alan.mckinnon@gmail.com> X-Archives-Salt: 882656ca-9eb1-47cb-8e44-52b035ece701 X-Archives-Hash: b8ddf9d37b29f88889b5fb69f3a2ce88 On 05/11/2010 04:39 AM, Alan McKinnon wrote: > On Tuesday 11 May 2010 12:15:06 Neil Bothwick wrote: >> On Tue, 11 May 2010 10:47:35 +0200, Alan McKinnon wrote: >>> I still have huge breakage with gnomecanvas and other things, meaning >>> that lots of gtk apps are broken right now for me. >> >> This worked for me >> >> lafilefixer --justfixit >> emerge --oneshot --jobs 1 --keep-going $(qfile -qC $(find /usr/lib64 \ >> -name '*.la' | xargs grep -- -lpng12 | awk -F: '{print $1}')) >> >> You may need to run it more than once before it completes without errors. > > > Several times more than just once actually. At the end dev- > python/gtksourceview-python just refused to build. > > But I fixed that with USE=-gtk Hey, what's a kde geek doing with gnome packages anyway :-p The gentoo dev who updated libpng said (in the bug report) that the .la files are causing the 'png12 not found' error, so I just 'fixed' all of them this way (basically Neil's way only different): #find /usr/lib/ -name \*.la -exec sed s/png12/png14/ -i '{}' \; Only *then* would revdep-rebuild finish rebuilding all the broken packages without crapping out. (The dev had some affectionate words to say about libtool that gave me a chuckle.)