From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753315AbcEPLOt (ORCPT ); Mon, 16 May 2016 07:14:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751967AbcEPLOs (ORCPT ); Mon, 16 May 2016 07:14:48 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: James Morris Cc: dhowells@redhat.com, Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: 4.6 compilation error when making signing key MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9500.1463397285.1@warthog.procyon.org.uk> Date: Mon, 16 May 2016 12:14:45 +0100 Message-ID: <9501.1463397285@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 16 May 2016 11:14:47 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Morris wrote: > I'm seeing this with the 4.6 kernel build: > > CHK include/generated/compile.h > make[1]: *** No rule to make target `signing_key.pem', needed by > `certs/signing_key.x509'. Stop. > make: *** [certs] Error 2 Can I have a look at your .config just in case? I presume you don't have a signing_key.pem anywhere? David