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 1OBsYF-000676-JJ for garchives@archives.gentoo.org; Tue, 11 May 2010 16:43:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD3FE08D5; Tue, 11 May 2010 16:42:12 +0000 (UTC) Received: from mail-yw0-f192.google.com (mail-yw0-f192.google.com [209.85.211.192]) by pigeon.gentoo.org (Postfix) with ESMTP id 98EDEE08D5 for ; Tue, 11 May 2010 16:42:12 +0000 (UTC) Received: by ywh30 with SMTP id 30so533110ywh.10 for ; Tue, 11 May 2010 09:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=cvxSo79z9tooaTsiObg4f8W48KkcQ6n/ZZTrPq3RZw4=; b=W+KI8JLuCL9UXIjrijFrSlLp9GJWLB5+unEEtCaxcsNsdMiFbNBB0hyVijgBTa4prw bHNgNHws1GbUiC3P2IqI4NUKmMSZX5nnMwVmKFEbA6mXuJR8JxrRCf+igsuCLdrWG5p5 oUTIQI6NgsGf3amgimHob9FxA5LV5Te3QIGeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=v0kN40xG3UqLHBRVNS2bb/fDJd3TDzTcDIaiDfXGAN4bGFzlYGEcwVujyvn0DASVvO nLDNsEsOogdFdV/guCjDstJVzzMQjCL36EOBVOz8qJJKJoRWsg9C9De9aa24xVyzKKLD aQTWgkrJEwXWJ05FSxGq10t9phdKm9IlbDDgs= 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 Received: by 10.150.237.11 with SMTP id k11mr7966468ybh.424.1273596132120; Tue, 11 May 2010 09:42:12 -0700 (PDT) Sender: paul.hartman@gmail.com Received: by 10.151.108.5 with HTTP; Tue, 11 May 2010 09:42:11 -0700 (PDT) In-Reply-To: <201005111725.30832.rudmer.van.dijk@casema.nl> References: <201005110027.12556.volkerarmin@googlemail.com> <201005111725.30832.rudmer.van.dijk@casema.nl> Date: Tue, 11 May 2010 11:42:11 -0500 X-Google-Sender-Auth: 9tXmacrjULdtNtb3wrJfU2qiDJs Message-ID: Subject: Re: [gentoo-user] Re: libpng12 is missing From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 401e67c9-687d-4cef-9307-63373031d4cf X-Archives-Hash: 8ab7d80de6203723962313df798f7f0e On Tue, May 11, 2010 at 10:25 AM, Rudmer van Dijk wrote: > 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. You're right, in fact after updating again it wanted to downgrade because of nxserver... So I masked 1.2.43-r2 and now everyone is happy again.