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 1OBmZV-00044P-TW for garchives@archives.gentoo.org; Tue, 11 May 2010 10:20:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631BAE07CC; Tue, 11 May 2010 10:19:58 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id 32C90E07CC for ; Tue, 11 May 2010 10:19:58 +0000 (UTC) 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-transfer-encoding: 7BIT Content-disposition: INLINE Content-type: TEXT/PLAIN; CHARSET=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0L29007B13D9X990@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Tue, 11 May 2010 12:19:57 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.53,206,1272837600"; d="scan'208";a="57147248" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Tue, 11 May 2010 12:19:57 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id o4BAJvPE015842 for ; Tue, 11 May 2010 12:19:57 +0200 (CEST) Received: by numa-i.igpm.rwth-aachen.de (Postfix, from userid 230) id 71F91EAD; Tue, 11 May 2010 12:19:57 +0200 (CEST) Date: Tue, 11 May 2010 12:19:57 +0200 (CEST) From: Helmut Jarausch Subject: Re: [gentoo-user] Re: libpng12 is missing To: gentoo-user@lists.gentoo.org In-reply-to: <20100511111506.2ad741d8@zaphod.digimed.co.uk> Message-id: References: <201005110651.41269.michaelkintzios@gmail.com> <20100511093906.2fdf48a3@zaphod.digimed.co.uk> <201005111047.35523.alan.mckinnon@gmail.com> <20100511111506.2ad741d8@zaphod.digimed.co.uk> X-Archives-Salt: 1aa072e2-01b6-4007-b795-c5dfafb9f0ae X-Archives-Hash: 55a60306c8a944b5ac87ac6f06c80375 On 11 May, 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. > Please, see also the last comment on http://bugs.gentoo.org/show_bug.cgi?id=319061 which seems to work. Helmut.