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 B06B41399DA for ; Wed, 2 Sep 2015 11:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574A414301; Wed, 2 Sep 2015 11:57:53 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4471314252 for ; Wed, 2 Sep 2015 11:57:51 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZX6fh-0002fl-I9 for gentoo-user@lists.gentoo.org; Wed, 02 Sep 2015 13:57:45 +0200 Received: from 64.69.39.89 ([64.69.39.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2015 13:57:45 +0200 Received: from w41ter by 64.69.39.89 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2015 13:57:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: a few blockers I can't figure out Date: Wed, 2 Sep 2015 04:57:32 -0700 Message-ID: <20150902045732.1def775f@a6> 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> 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 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 64.69.39.89 X-Archives-Salt: 2ddef112-9e86-4897-91d1-d1f44936193f X-Archives-Hash: c2ed492fb9bccb222e3057df8f2177b5 On Tue, 1 Sep 2015 01:51:51 +0200 (CEST) Jeremi Piotrowski wrote: > 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. Thank you. I've been running systemd for months and this is the first time I've heard about systemd profiles. I'm not using either gnome or kde, so should I use default/linux/amd64/13.0/systemd, which doesn't seem to care if I'm running a desktop machine or a headless server?