From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751567AbbHQF34 (ORCPT ); Mon, 17 Aug 2015 01:29:56 -0400 Received: from ozlabs.org ([103.22.144.67]:59785 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321AbbHQF3z (ORCPT ); Mon, 17 Aug 2015 01:29:55 -0400 Date: Mon, 17 Aug 2015 15:29:53 +1000 From: Stephen Rothwell To: James Morris Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , David Woodhouse Subject: linux-next: build failure after merge of the security tree Message-ID: <20150817152953.355a9d4f@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, After merging the security tree, today's linux-next build (x86_64 allmodconfig) failed like this: scripts/extract-cert.c:23:25: fatal error: openssl/bio.h: No such file or directory #include ^ compilation terminated. scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or directory #include ^ Caused by commits: 1329e8cc69b9 ("modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed") bc1c373dd2a5 ("MODSIGN: Provide a utility to append a PKCS#7 signature to a module") After a bit of digging, I installed libssl-dev on my Debian build machines. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au