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 1OXIrq-0002RK-0C for garchives@archives.gentoo.org; Fri, 09 Jul 2010 19:04:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB18E0948 for ; Fri, 9 Jul 2010 19:04:09 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 38A7BE0A8E for ; Fri, 9 Jul 2010 18:38:55 +0000 (UTC) Received: by gwb10 with SMTP id 10so546239gwb.40 for ; Fri, 09 Jul 2010 11:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=RLFTBzAPU3E7lH2twBgKZl0nHWDdYdi7gCTDtCuo/gw=; b=JjjxHcTB1WkmN98HrPbIteTePB4DlKxXFe47KaR8vrsZsLgyIMzayxy407G12R3mGZ Inrsqmy39lgseg3qAhAEmW6rH7i9MfsKPp63u7PJUAOqYt62KJEbtz5k2hkA/AiIa6X6 +zzELY5owqZ4rAOutrKFJ+CheCR9hJ99Fkr3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=UydWrdgtx1iJ8gOVbMVuWD7he4BafhTifCIA6wF4E5mRiju3PH1bCWos8wxELulXZt TyBDJXcEXaM8derE14VzJI7KSOSHLswugDVem5kKq6J1S4YI3BUnZuuurv3sSbrhNJ8E FrwUxB1j/mjPFztC63VdIxV14TbUl7E5rfxMY= Received: by 10.229.188.19 with SMTP id cy19mr6275784qcb.103.1278700734673; Fri, 09 Jul 2010 11:38:54 -0700 (PDT) Received: from [192.168.1.2] (adsl-0-93-95.jan.bellsouth.net [65.0.93.95]) by mx.google.com with ESMTPS id q30sm5170681qcq.12.2010.07.09.11.38.52 (version=SSLv3 cipher=RC4-MD5); Fri, 09 Jul 2010 11:38:53 -0700 (PDT) Message-ID: <4C376CBB.1060306@gmail.com> Date: Fri, 09 Jul 2010 13:38:51 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100630 Gentoo/2.0.5 SeaMonkey/2.0.5 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cmake-2.8.1 build problems References: <4C35563D.2040608@gmail.com> <4C36050A.3000608@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 875b7274-0818-4b9c-99d2-a1e120d52ad3 X-Archives-Hash: 80c54bc5791afc9929f5b92775ab2d57 Mark Knecht wrote: > On Thu, Jul 8, 2010 at 10:04 AM, Dale wrote: > >> Mark Knecht wrote: >> >>> I see there's a 2.8.1-r2 release this morning. Hopefully that will >>> solve my problems. >>> >>> Cheers, >>> Mark >>> >>> >>> >> Ahhh, you are running unstable. I'm stable and using >> dev-util/cmake-2.6.4-r3 so the fact that I have had no issues may be because >> I am still on stable. >> >> Dale >> >> :-) :-) >> >> >> > Interestingly I am not running testing. I do _not_ have > > ACCEPT_KEYWORDS="~amd64" > > in my make.conf file and as best I can tell I didn't unmask or ask for > any version higher than stable. However the machine continues to try > and build testing on the cmake package only. To get around this in the > short term I masked the 2.8.1 series and got past that problem. Now > I'm just left with so many libpng errors I'm not sure I'll ever get it > sorted out. > > Really, this weekend I need to understand this cmake problem. The > machine is not happy about something... > > Cheers, > Mark > > It may be stable for ~amd64. I'm on x86 where it is not stable. The libpng issue has been discussed. Basically, go to a console, remove the old libpng using emerge -C, then rm the old libpng files, emerge the new libpng and run revdep-rebuild. It will rebuild a lot of packages. I have KDE installed here and it rebuilt a LOT of that. You most likely won't have a GUI during that either. I think the most important part was to emerge -C and then rm the old directory to make certain there was nothing left behind of the old libpng. This is a link to a blog that I followed and it went pretty well for me. http://blog.flameeyes.eu/2010/06/29/stable-users-libpng-update Hope that helps. Dale :-) :-)