From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 732FC1384C1 for ; Mon, 31 Aug 2015 23:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C21B14278; Mon, 31 Aug 2015 23:52:17 +0000 (UTC) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AFC014179 for ; Mon, 31 Aug 2015 23:52:15 +0000 (UTC) Received: by laba3 with SMTP id a3so81402078lab.1 for ; Mon, 31 Aug 2015 16:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; bh=LbhLnZsjfoCBo/CXq15lw5SSkoegM6Jvg05cWLZMOa0=; b=VpSzIDon5P6H4t5QZI8FaJgGBVE0ISxrcfARu6UIjiFxdZk515BwlkMfNPwoe0OCqh lyxSmUnvxHjMHwF5jbvcqqdcaxQsmrqI0V6TOQQ50cx1xJsgtnR+aWG5vJCCSCj8KGY9 ft6r0AzM0TAK5QhtT+BOpT577q8YvwJFEBSYmPrqmo45AVyIXdfd0s3DUwT4npq4Uipl OkEXiQcekh9zBEYoREWx5r3yHDa2Pji/kxt0LXnoh2pxctwAlxucMt+hVIDbvHN1nj2F oeu+iL1pGhARru5xR+/IAfDZHSIBc83g0CbU8MPra8SjQfvZKlD7a2ia+OOIPXW8KSYC XRWQ== X-Received: by 10.152.207.74 with SMTP id lu10mr11337134lac.71.1441065134354; Mon, 31 Aug 2015 16:52:14 -0700 (PDT) Received: from gentoo-tp.home (87-205-239-247.adsl.inetia.pl. [87.205.239.247]) by smtp.gmail.com with ESMTPSA id g1sm4340155lam.30.2015.08.31.16.52.12 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 31 Aug 2015 16:52:13 -0700 (PDT) Date: Tue, 1 Sep 2015 01:51:51 +0200 (CEST) From: Jeremi Piotrowski X-X-Sender: jeremi@gentoo-tp.localdomain To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] a few blockers I can't figure out In-Reply-To: <5230.1441040087@ccs.covici.com> Message-ID: References: <14864.1440994748@ccs.covici.com> <55E42037.1060402@gmail.com> <32639.1441018993@ccs.covici.com> <55E43610.7000709@gmail.com> <24901.1441021764@ccs.covici.com> <55E44B22.9090806@gmail.com> <29989.1441029822@ccs.covici.com> <55E46A64.5030701@gmail.com> <5230.1441040087@ccs.covici.com> User-Agent: Alpine 2.20 (LNX 67 2015-01-07) 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=US-ASCII X-Archives-Salt: 176edafd-5534-4874-bf4d-770d01bfa3d8 X-Archives-Hash: 6d8a3799db1788552d050a0f380d6309 On Mon, 31 Aug 2015, covici@ccs.covici.com wrote: [snip] > Just to let you know, most of the python entries were mandated by > portage, certainly the systemd one. > emerge --info > Portage 2.2.20.1 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop/gnome, gcc-4.9.3, glibc-2.21-r1, 3.16.3-gentoo x86_64) I think this is your problem right here: you don't have the systemd profile selected. You're trying to splice together the use settings needed to get this to work when all of them are already gathered in the right profile. Remove most of the use settings you were forced to make because of systemd related issues, change your profile to default/linux/amd64/13.0/desktop/gnome/systemd and emerge -uDUva @world. This should remove most (if not all) of the blockers caused by conflicting use flags you currently have set.