From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#24440: [csanchezdll@gmail.com: Using arch for kernel config file breaks kernel builds] Date: Wed, 14 Sep 2016 17:01:08 -0400 Message-ID: <20160914210108.GA4985@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHJp-0001qI-0r for bug-guix@gnu.org; Wed, 14 Sep 2016 17:02:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkHJk-0002bu-RF for bug-guix@gnu.org; Wed, 14 Sep 2016 17:02:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHJi-0002bD-HL for bug-guix@gnu.org; Wed, 14 Sep 2016 17:02:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bkHJi-0000Th-6p for bug-guix@gnu.org; Wed, 14 Sep 2016 17:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHJD-0001WG-GP for bug-guix@gnu.org; Wed, 14 Sep 2016 17:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkHJA-0002Tf-9w for bug-guix@gnu.org; Wed, 14 Sep 2016 17:01:31 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHJ7-0002Rm-2F for bug-guix@gnu.org; Wed, 14 Sep 2016 17:01:28 -0400 Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 24440@debbugs.gnu.org ----- Forwarded message from Carlos Sánchez de La Lama ----- Date: Wed, 14 Sep 2016 11:17:51 +0200 From: Carlos Sánchez de La Lama To: guix-devel@gnu.org Subject: Using arch for kernel config file breaks kernel builds User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Hi guys, seems a commit yesterday (c258807a) broke kernel compilation on i686. When searching for kernel configuration file, system->linux-architecture reduces i686 to i386, but no matching configuration file exists. I see two options: 1) go back to using system instead of arch (which would allow different config files for, say, i386 and i686). 2) rename all i686 config files to i386. In any case, current HEAD does not build 32-bit x86 kernels. I have renamed config file ti -i386 in my local copy to be able to build. BR Carlos -- 'Common misconception that; than fun is relaxing. If it is, you're not doing it right.' Iain M. Banks, "The Player of Games" (1988) ----- End forwarded message -----