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 1OBrMJ-0005rE-ML for garchives@archives.gentoo.org; Tue, 11 May 2010 15:26:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CED06E0934; Tue, 11 May 2010 15:25:35 +0000 (UTC) Received: from smtpq1.gn.mail.iss.as9143.net (smtpq1.gn.mail.iss.as9143.net [212.54.34.164]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B9DDE0934 for ; Tue, 11 May 2010 15:25:35 +0000 (UTC) Received: from [212.54.34.140] (helo=smtp9.gn.mail.iss.as9143.net) by smtpq1.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1OBrKw-00050y-M9 for gentoo-user@lists.gentoo.org; Tue, 11 May 2010 17:25:34 +0200 Received: from 5ed0f353.cable.ziggo.nl ([94.208.243.83] helo=gandalf.localnet) by smtp9.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1OBrKt-0002tK-5v for gentoo-user@lists.gentoo.org; Tue, 11 May 2010 17:25:31 +0200 From: Rudmer van Dijk To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: libpng12 is missing Date: Tue, 11 May 2010 17:25:30 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.34-rc7; KDE/4.4.3; x86_64; ; ) References: <201005110027.12556.volkerarmin@googlemail.com> In-Reply-To: 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005111725.30832.rudmer.van.dijk@casema.nl> X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1OBrKt-0002tK-5v X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-1.568, vereist 5, ALL_TRUSTED -1.80, BAYES_50 0.00, TW_BP 0.08, TW_GT 0.08, TW_YG 0.08) X-ZiggoSMTP-MailScanner-From: rudmer.van.dijk@casema.nl X-Spam-Status: No X-Archives-Salt: 0bdc1450-1934-457a-ac06-0007a6e08b9b X-Archives-Hash: 7990a014164324c33f4c1e6aa3df9382 On Tuesday 11 May 2010, Paul Hartman wrote: > On Mon, May 10, 2010 at 5:27 PM, Volker Armin Hemmann > > wrote: > > On Sonntag 09 Mai 2010, Rudmer van Dijk wrote: > >> 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 > > > > sadly, it does not get them all. > > The only save way: > > grep -R for png12 and remerge all packages whose files pop up. > > > > For example revdep-rebuilt failed to rebuild pygtk - because of glade. > > But it never tried to rebuild glade... > > In my box (~amd64, unmasked portage) emerge automagically slotted 1.2 > and emerged 1.4 in slot 0. And everything seems to work and be happy. > revdep-rebuild finds nothing wrong. So maybe the easy fix is to > "emerge libpng:1.2"? yeah, thats what I have now... I still need png 1.2 for VMware Player. but in my case, I had 1.2.43-r2 which is in slot 0?! so on install of 1.4.2 it deinstalled the 1.2.43-r2 version. manually installed 1.2.43-r1 to get 1.2 back. Rudmer