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 1OBCs4-0006w4-G2 for garchives@archives.gentoo.org; Sun, 09 May 2010 20:13:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B04E05B4; Sun, 9 May 2010 20:12:08 +0000 (UTC) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by pigeon.gentoo.org (Postfix) with ESMTP id C5A89E05B4 for ; Sun, 9 May 2010 20:12:07 +0000 (UTC) Received: from [212.54.34.144] (helo=smtp13.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1OBCr8-000144-Tr for gentoo-user@lists.gentoo.org; Sun, 09 May 2010 22:12:06 +0200 Received: from 5ed0f353.cable.ziggo.nl ([94.208.243.83] helo=gandalf.localnet) by smtp13.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1OBCr8-0004XP-Bm for gentoo-user@lists.gentoo.org; Sun, 09 May 2010 22:12:06 +0200 From: Rudmer van Dijk To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: libpng12 is missing Date: Sun, 9 May 2010 22:12:06 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.34-rc6; KDE/4.4.3; x86_64; ; ) References: <201005091937.54289.rudmer.van.dijk@casema.nl> <201005092054.44760.volkerarmin@googlemail.com> In-Reply-To: <201005092054.44760.volkerarmin@googlemail.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" Content-Transfer-Encoding: 7bit Message-Id: <201005092212.06532.rudmer.van.dijk@casema.nl> X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1OBCr8-0004XP-Bm X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-1.722, vereist 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_50 0.00, TW_BP 0.08) X-ZiggoSMTP-MailScanner-From: rudmer.van.dijk@casema.nl X-Spam-Status: No X-Archives-Salt: 62b389d9-036f-40d9-83f8-5e131525da18 X-Archives-Hash: 698dddbd667d6f61cb85f0b2a781dca2 On Sunday 09 May 2010, Volker Armin Hemmann wrote: > On Sonntag 09 Mai 2010, Rudmer van Dijk wrote: > > On Sunday 09 May 2010, walt wrote: > > > This looks to me like a major portage screwup. I see that on my ~amd64 > > > machine I have both versions of libpng, but the 1.2.43-r1 doesn't > > > install a pkg-config file because 1.4.2 installs one with the same > > > name, and just as bad, version 1.2.43-r1 removed the libpng12 header > > > files. > > > > > > For now, I'd suggest just going back to to 1.2.43 if you can -- maybe > > > mask > > > > > > >1.2.43 in package.mask? > > > > > > Meanwhile I'm trying to fix firefox so I can read the bug report > > > mentioned by Andras. > > > > well I'm getting into a .la hell... > > you need to rebuild packages which are themselves not invalid and > > therefore can't be found by revdep-rebuild... > > > > searching with "grep png12 `find /usr/lib64/ -name '*.la'`" lists all .la > > files with a bad png version, rebuilding those will fix the system. after > > that all packages found by revdep-rebuild can be emerged. > > > > Rudmer > > run la fixer ah, yes I knew there was something easier 8-) well running `lafilefixer --justfixit` did not find anything so I got them all thanks! Rudmer