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 1OBBff-000146-Je for garchives@archives.gentoo.org; Sun, 09 May 2010 18:56:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B5FE01A3; Sun, 9 May 2010 18:54:51 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id EA265E01A3 for ; Sun, 9 May 2010 18:54:50 +0000 (UTC) Received: by fxm1 with SMTP id 1so1781788fxm.40 for ; Sun, 09 May 2010 11:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=iihKDeKQ1SmIkFW6Ke/UL98IbpqmbVVu4j3dILhI/fo=; b=Nw6GCXwNLXp4/Fnj6U5wu3fwY9F1IUkcGxu2HqkXbmW1pRtN6q7X5tyADQhyiOctim o0fl1ifRfbee75TFZiO7VmaJgc9OJWAf9wRJKIje6/0GDKSOYO27r37bvDCYoL1VHKru NCm9qBAVBA9SMSmGfMV5lPSaY7pHEvS/YMg7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=Cn8tAwYMBYaVxc/Xf0IucQ9COj62uuUb8H7hthVLF2IO3ZH1mN4h8RC/JzZNUKOTfz 1HQUUOw56qUqdPT9BqrZzofw0HRKqxcBsdnANKJTYtgaTeSPtY48fh0C/ciSzKfiytAW EwPKiGbUe7SwG3s0Srd+Vqgf4bPj7xljz29cs= Received: by 10.103.69.2 with SMTP id w2mr1690276muk.18.1273431290148; Sun, 09 May 2010 11:54:50 -0700 (PDT) Received: from energy.localnet (p5DCC160B.dip0.t-ipconnect.de [93.204.22.11]) by mx.google.com with ESMTPS id u9sm17024278muf.32.2010.05.09.11.54.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 May 2010 11:54:49 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: libpng12 is missing Date: Sun, 9 May 2010 20:54:44 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33.3r4; KDE/4.4.3; x86_64; ; ) References: <201005091937.54289.rudmer.van.dijk@casema.nl> In-Reply-To: <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" Content-Transfer-Encoding: 7bit Message-Id: <201005092054.44760.volkerarmin@googlemail.com> X-Archives-Salt: 11a2068d-4f11-47c5-89e1-16c1c553b002 X-Archives-Hash: da5cc944e43d1497ccd9eed8ed62d1c8 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 and op: deinstall libpng1.2 and walt: preserved libs. Look into it.