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 545051381F3 for ; Wed, 17 Jul 2013 17:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E9F0E0A4A; Wed, 17 Jul 2013 17:23:11 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27616E0A01 for ; Wed, 17 Jul 2013 17:23:10 +0000 (UTC) Received: from newlap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r6HHN3hh020131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 17 Jul 2013 13:23:06 -0400 (EDT) Received: by newlap.localdomain (Postfix, from userid 1000) id 78B9AA03AE; Wed, 17 Jul 2013 13:23:03 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE) References: <87y596sjgp.fsf@nyu.edu> <20130716152840.64cfdfd7@hactar.digimed.co.uk> <87oba2qal9.fsf@nyu.edu> <20130717103359.19e70ba7@hactar.digimed.co.uk> Date: Wed, 17 Jul 2013 13:23:03 -0400 In-Reply-To: <20130717103359.19e70ba7@hactar.digimed.co.uk> (Neil Bothwick's message of "Wed, 17 Jul 2013 10:33:59 +0100") Message-ID: <87txjtp0co.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) 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 X-Archives-Salt: 38a99754-5e4c-46a7-9b17-025473342310 X-Archives-Hash: 0ec4a098eb3c580c36ef2b978c66c450 On Wed, Jul 17 2013, Neil Bothwick wrote: > On Tue, 16 Jul 2013 20:44:18 -0400, gottlieb@nyu.edu wrote: > >> I just did it again with cut and paste from above. >> Now the end of make.conf is (from cut and paste) >> >> FEATURES=" buildsyspkg" >> >> USE="-networkmanager" >> >> and I still get >> >> newlap gottlieb # emerge --depclean networkmanager >> >> Calculating dependencies... done! >> net-misc/networkmanager-0.9.8.2 pulled in by: >> gnome-base/gnome-control-center-3.6.3-r1 requires >> >=net-misc/networkmanager-0.8.997 >> gnome-base/gnome-shell-3.6.3.1 requires >> >=net-misc/networkmanager-0.8.999[introspection] >> gnome-extra/nm-applet-0.9.6.4-r1 requires >> >=net-misc/networkmanager-0.9.6 net-libs/libsocialweb-0.25.21 requires >> >net-misc/networkmanager > > Did you do "emerge --update --deep --changed-use --ask @world" after > changing make.conf? Changing the USE flag there doesn't change the flags > that those packages were built with. They will need to be rebuilt without > NM support before portage allows you to depclean it. Right. Our msgs outlining the problem and its soln crossed in the mail. The above was indeed the problem and the required fix. thanks as always, allan