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 7B73E138CD0 for ; Thu, 21 May 2015 23:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4174EE08C2; Thu, 21 May 2015 23:49:58 +0000 (UTC) Received: from mail-qc0-f169.google.com (mail-qc0-f169.google.com [209.85.216.169]) (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 3991CE08B1 for ; Thu, 21 May 2015 23:49:57 +0000 (UTC) Received: by qcir1 with SMTP id r1so1323087qci.3 for ; Thu, 21 May 2015 16:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pKsAYEk45CPFCv+1oD5fZ7jcj8Z+BxNz00KuV05ho8E=; b=wCs4Z3QiH4a3dlKyl4fB+ds8evwogdzBaWi6lXwncDEC0lORJSPQTNAiTlWKqpq1P/ ryfZ4O2O7uWk933ithP23d3Smz3HcrBKyAS3ffUrD+7Pj5Yo9P4eJ8YdxFmhpBkqr65k M7huG8fC9ckCPKMgmst6hvXxr3W1E5fMU7amJIoaldsUi92M+ZVv//0hmTgXjRYrPzvA 5hb87TytjrDuwfZbYSvtOuk3etBxyxA1OAi6hVHAAPL5WpbPzv5q+MmbJtinwu7KiMQg OTIHb+jufT5I7YSmIWBpd40iZeNAXSHRKCKstnW0btXBjgFNSXPTD7OT8oZKbcjv8wYe APyg== X-Received: by 10.140.232.69 with SMTP id d66mr7626489qhc.103.1432252196352; Thu, 21 May 2015 16:49:56 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-132-165.jan.bellsouth.net. [98.95.132.165]) by mx.google.com with ESMTPSA id o4sm253503qko.49.2015.05.21.16.49.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 May 2015 16:49:55 -0700 (PDT) Message-ID: <555E6F22.8090200@gmail.com> Date: Thu, 21 May 2015 18:49:54 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 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] [~and64] Headsup for google-chrome users References: <20150521214455.34017eb1@hal9000.localdomain> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1ab4396a-bd13-478a-bbca-416c0396be60 X-Archives-Hash: b6a4cc372b632b413176a5edd60dbc1e Mike Gilbert wrote: > On Thu, May 21, 2015 at 3:44 PM, wrote: >> walt wrote: >> >> [...] >>> Then, after I figured out that CONFIG_USER_NS is a kernel config item, >>> requiring reinstallation of my kernel, I wasted more time figuring out >>> (for the n'th time) that you shouldn't just change a single kernel >>> config item and do "make" because that shortcut can break important >>> things. >>> >>> No, you should do "make clean" first, and then do "make" etc. >> [...] >> >> I haven't done a "make clean" for years when I compiled a kernel and I >> never had any problems. > Then you have not made any critical config changes, or you have been very lucky. > > Then so have I. I have changed one thing a lot of times over the years, run make and it work fine. Most of the time, it is when emerge spits out that a option is needed for a package to work. Honestly, this is the first time I recall hearing this should even be done. Dale :-) :-)