From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-159237-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 1CA74138247
	for <garchives@archives.gentoo.org>; Thu,  9 Oct 2014 15:40:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 11BDBE0A5B;
	Thu,  9 Oct 2014 15:40:09 +0000 (UTC)
Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BE3E7E0A44
	for <gentoo-user@lists.gentoo.org>; Thu,  9 Oct 2014 15:40:07 +0000 (UTC)
Received: by mail-wg0-f47.google.com with SMTP id x13so1632440wgg.6
        for <gentoo-user@lists.gentoo.org>; Thu, 09 Oct 2014 08:40:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=gfz66Bw5r+7oF7jFsYyPCmApW3M9DiQvWFVY45Oi0TY=;
        b=xuxOoY/6gRdI32SBHCSRCpAaOvrb4GmVd6q7ol6szUWldQ4dCWJK97dm1zf0qNJD0K
         usv8rV8fFnG1Fu9ygHhSQ/eJ0YNckY6lsiKRnNPLwDhb3p0S0z3Q46+WVWW6wiA9FTb4
         LHEq+rc83CyNvki8Uug54XSkYTbz9/GP/Fzy5K12mNlg+BfMU91iQXkJH5Pl7Pz+LUVd
         39uCtdbA6kvum1oqrzKbwlJDEZWJU9rsNVFPDCIXbPpsXs99jE5Y/3ZFRHUzG9dDCGu+
         Gp+bz7UZi7UBd42w6NrgL+nIOY2CquY1gDE8JvoAydSEQI/1ZZauaNW8tlpm7ZjPv6zL
         tERg==
X-Received: by 10.180.211.208 with SMTP id ne16mr40544714wic.71.1412869206265;
        Thu, 09 Oct 2014 08:40:06 -0700 (PDT)
Received: from [192.168.178.21] (p3E9E73D2.dip0.t-ipconnect.de. [62.158.115.210])
        by mx.google.com with ESMTPSA id ji10sm22378432wid.7.2014.10.09.08.40.05
        for <gentoo-user@lists.gentoo.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Thu, 09 Oct 2014 08:40:05 -0700 (PDT)
Message-ID: <5436AC54.1050900@googlemail.com>
Date: Thu, 09 Oct 2014 17:40:04 +0200
From: Volker Armin Hemmann <volkerarmin@googlemail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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] Re: has anyone tried KDE5?
References: <CAO5-k+qo2D_7AAA9LMgbUwpvR5_6FyJKi+GyVeqKgrUVVc+nsw@mail.gmail.com> <m0pb7v$dm8$1@ger.gmane.org> <54318F19.1090701@googlemail.com> <m0tp1p$tpf$1@ger.gmane.org> <54344DAB.8010206@googlemail.com> <m131ou$2n8$1@ger.gmane.org> <543576B1.9050307@googlemail.com> <m15f2v$t2g$1@ger.gmane.org>
In-Reply-To: <m15f2v$t2g$1@ger.gmane.org>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 4b9994d5-2357-40f7-948f-33ef05347aad
X-Archives-Hash: a9223d99856cd7dbc89759efbd1c4563

Am 09.10.2014 um 09:56 schrieb Michael Palimaka:
> On 10/09/2014 04:38 AM, Volker Armin Hemmann wrote:
>> Am 08.10.2014 um 11:56 schrieb Michael Palimaka:
>>> On 10/08/2014 07:31 AM, Volker Armin Hemmann wrote:
>>>> so after spending hours fighting to upgrade boost, I finally got to the
>>>> point were portage let me emerge kde-framework.
>>>>
>>>> I went to bed.
>>>>
>>>> I woke up 2h later... only 9 packages were installed, the rest skipped
>>>> because of wrong gcc.
>>>>
>>>> Crap like that should be told right at the start.
>>> This is carryover from KDE 4. In all packages except kdelibs, the GCC
>>> check was in pkg_setup instead of pkg_pretend to save time during
>>> dependency resolution (think emerging 300 KDE packages at once).
>>>
>>> I did some quick tests and I'm not convinced that the small time saving
>>> justifies bending the rules and causing the sort of issue you ran into.
>>>
>>>
>>>
>> luckily, I did have gcc 4.8 installed, until now I just did not have a
>> reason to switch. Afterwards emerging the rest was a non-issue. emerge
>> @preserved-rebuild is not happy, of course because of kactivities-4 and
>> -5 not liking each other.. let them be unhappy...
>>
>>
>>
>>
> You can have both at the same time by merging kactivities:4 with minimal
> USE flag. That will be handled automatically by a new profile in due course.
>
>
>

ah, thanks!