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 1OB9U6-00058l-F8 for garchives@archives.gentoo.org; Sun, 09 May 2010 16:36:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DB6E0720; Sun, 9 May 2010 16:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1ECDE0720 for ; Sun, 9 May 2010 16:35:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5A50A1B402D for ; Sun, 9 May 2010 16:35:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.957 X-Spam-Level: X-Spam-Status: No, score=-2.957 required=5.5 tests=[AWL=-0.358, 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 JquJ54lz990m for ; Sun, 9 May 2010 16:35:48 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id CEEAB6423D for ; Sun, 9 May 2010 16:35:43 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OB9Tg-0005XZ-Dm for gentoo-user@gentoo.org; Sun, 09 May 2010 18:35:40 +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 18:35:40 +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 18:35:40 +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 09:39:38 -0700 Message-ID: References: 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: X-Archives-Salt: 8a260201-4cc9-4a76-b4b8-7d499a256f5f X-Archives-Hash: 7f89f54957ec80670196acc23d5abe39 On 05/09/2010 06:41 AM, Xi Shen wrote: > On Sun, May 9, 2010 at 9:32 PM, walt wrote: >> On 05/09/2010 05:10 AM, Xi Shen wrote: >>> >>> hi, >>> >>> my system is gentoo amd64, kde 4.3. i just updated my portage, and >>> updated the world. then i ran revdep-rebuild, and i got a error when >>> building "notification-daemon-0.4.0-r1". the error found in the build >>> log is: cannot find -lpng12 >>> >>> i have both libpng-1.2.43-r1 and libpng-1.4.2 installed, but i do not >>> have libpng12.a in my /usr/lib64 directory. and 'pkg-config libpng >>> --libs' only show '-lpng14'. 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.