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 1OBBjz-0001kY-3r for garchives@archives.gentoo.org; Sun, 09 May 2010 19:00:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA024E0800; Sun, 9 May 2010 19:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C386E0800 for ; Sun, 9 May 2010 19:00:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4B6771B4080 for ; Sun, 9 May 2010 19:00:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.956 X-Spam-Level: X-Spam-Status: No, score=-2.956 required=5.5 tests=[AWL=-0.357, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l58oV4XtWyHL for ; Sun, 9 May 2010 19:00:13 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id B1FFB1B40B5 for ; Sun, 9 May 2010 19:00:13 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OBBjR-0003if-FR for gentoo-user@gentoo.org; Sun, 09 May 2010 21:00:05 +0200 Received: from adsl-69-234-193-61.dsl.irvnca.pacbell.net ([69.234.193.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 May 2010 21:00:05 +0200 Received: from w41ter by adsl-69-234-193-61.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 May 2010 21:00:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: libpng12 is missing Date: Sun, 09 May 2010 12:04:08 -0700 Message-ID: References: <201005091937.54289.rudmer.van.dijk@casema.nl> 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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-193-61.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100508 Thunderbird/3.2a1pre In-Reply-To: <201005091937.54289.rudmer.van.dijk@casema.nl> X-Archives-Salt: aefdb9aa-738b-4284-bb95-8ebb75682e25 X-Archives-Hash: b8ee93bbd036a9a9ab91cef23051cd33 On 05/09/2010 10:37 AM, 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.40 if you can -- maybe mask >> >> >1.2.40 in package.mask? I should have said 1.2.40 instead of 1.2.43, sorry >> 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 ^^ I think the png12 should be png14 instead. We need to go backwards by re- building the packages that have already been linked against libpng-1.4.2 (which we are removing until it's fixed). > files with a bad png version, rebuilding those will fix the system. after that > all packages found by revdep-rebuild can be emerged. > > Rudmer