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 1OBnrW-0005GU-OG for garchives@archives.gentoo.org; Tue, 11 May 2010 11:42:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36CB6E055C; Tue, 11 May 2010 11:42:21 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E745AE055C for ; Tue, 11 May 2010 11:42:20 +0000 (UTC) Received: by wyb42 with SMTP id 42so868648wyb.40 for ; Tue, 11 May 2010 04:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=n2iqM3YuVuMVSG6wApI5JycwVosG93qpovvWZCj/l5Y=; b=n5HQCrmHyqCT5Kn6bmmDBbmoD4773twgxyc8djqISAdKMLxgcuct9EZ4Ys+atpYOWk vs81r2kZ1thi/mLhMQerAPNarNiaBjyEplLvgEvppu+JsN1xGBKvUbBv5zyefDyAtlUP dcMvfNaneupzN2iWxapPhP3JrToTV/mJh5RvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=CuUE6Epdp8Qbiy6JMK6wbRipkXdULnKnSN9lvwtRWZuFDidOTtoKxnouprDkJRd0Hr vWMNs7PimPWy4PZoeHUIz31fZDry3+CDMp11W4G8pcCbFE/zchbWtoQ9iUwUfWqceolm jvc7QUv7EI/10OZ7njW85CyZK3dzjjmtccBog= Received: by 10.227.69.17 with SMTP id x17mr5082733wbi.171.1273578140391; Tue, 11 May 2010 04:42:20 -0700 (PDT) Received: from nazgul.localnet (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id z33sm48450987wbd.7.2010.05.11.04.42.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 11 May 2010 04:42:18 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: libpng12 is missing Date: Tue, 11 May 2010 13:39:01 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-ck-r1; KDE/4.4.3; x86_64; ; ) Cc: Neil Bothwick References: <201005111047.35523.alan.mckinnon@gmail.com> <20100511111506.2ad741d8@zaphod.digimed.co.uk> In-Reply-To: <20100511111506.2ad741d8@zaphod.digimed.co.uk> 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" Content-Transfer-Encoding: 7bit Message-Id: <201005111339.01660.alan.mckinnon@gmail.com> X-Archives-Salt: cf48b100-8eb6-46b2-ab72-b55863569430 X-Archives-Hash: 8b27e0ea97effa6409e2df69453c142b 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 -- alan dot mckinnon at gmail dot com