From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755519AbbIKXWl (ORCPT ); Fri, 11 Sep 2015 19:22:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:33048 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754795AbbIKXWk (ORCPT ); Fri, 11 Sep 2015 19:22:40 -0400 Date: Fri, 11 Sep 2015 16:22:32 -0700 From: Davidlohr Bueso To: Vinson Lee Cc: David Howells , David Woodhouse , "Luis R. Rodriguez" , Mimi Zohar , Marcel Holtmann , LKML Subject: Re: Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory" Message-ID: <20150911232232.GE19736@linux-q0g1.site> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Sep 2015, Vinson Lee wrote: >Hi. > >With the latest Linux 4.3-rc1, I am hitting this build error on CentOS 5.11. > > HOSTCC scripts/sign-file >scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory > #include fwiw/rant, I have run into kernel build issues recently due to lack of openssl libs. The solution is trivial, in my case just intalling my distros openssl-devel package, but this will probably break things for more people. And this is with default configs... annoying. Thanks, Davidlohr