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 113731381F3 for ; Thu, 12 Sep 2013 16:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93FD3E0D0E; Thu, 12 Sep 2013 16:42:27 +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 99D39E0B5F for ; Thu, 12 Sep 2013 16:42:26 +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 r8CGgMcZ024543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 12 Sep 2013 12:42:22 -0400 (EDT) Received: by newlap.localdomain (Postfix, from userid 1000) id 38D18A007F; Thu, 12 Sep 2013 12:42:22 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] systemd and kernel symbol HOTPLUG References: <87wqmm80dq.fsf@nyu.edu> Date: Thu, 12 Sep 2013 12:42:22 -0400 In-Reply-To: <87wqmm80dq.fsf@nyu.edu> (gottlieb@nyu.edu's message of "Thu, 12 Sep 2013 12:34:25 -0400") Message-ID: <878uz2800h.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: 9c26e854-e0c7-4c54-8dba-ae0fc221f9eb X-Archives-Hash: 46485768111d8f50ff4e1e2af0012b21 On Thu, Sep 12 2013, gottlieb@nyu.edu wrote: > The premerge check for systemd complains that CONFIG_HOTPLUG is not > set. > grep .config does not show "CONFIG_HOTPLUG" > > make menuconfig when asked to search for HOTPLUG shows that is has the > value HOTPLUG (?). It also asserts that HOTPLUG is "selected by" > a Boolean combination of flags all of which are true (and none are > negated). > > What gives? > > thanks, > allan See bug #484602. allan