linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
@ 2016-07-19  5:50 kbuild test robot
  2016-07-19 16:09 ` David Howells
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-07-19  5:50 UTC (permalink / raw)
  Cc: kbuild-all, linux-kernel, David Howells

[-- Attachment #1: Type: text/plain, Size: 1893 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   47ef4ad2684d380dd6d596140fb79395115c3950
commit: 283e8ba2dfde54f8f27d7d0f459a07de79a39d55 MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old
date:   10 months ago
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 283e8ba2dfde54f8f27d7d0f459a07de79a39d55
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
   compilation terminated.
   make[2]: *** [scripts/sign-file] Error 1
   scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
   compilation terminated.
   make[2]: *** [scripts/extract-cert] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [scripts] Error 2
   <stdin>:1298:2: warning: #warning syscall userfaultfd not implemented [-Wcpp]
   <stdin>:1301:2: warning: #warning syscall membarrier not implemented [-Wcpp]
   make[1]: Target 'modules_prepare' not remade because of errors.
   make: *** [sub-make] Error 2

vim +23 scripts/sign-file.c

    17	#include <stdint.h>
    18	#include <stdbool.h>
    19	#include <string.h>
    20	#include <getopt.h>
    21	#include <err.h>
    22	#include <arpa/inet.h>
  > 23	#include <openssl/opensslv.h>
    24	#include <openssl/bio.h>
    25	#include <openssl/evp.h>
    26	#include <openssl/pem.h>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 53707 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
  2016-07-19  5:50 scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory kbuild test robot
@ 2016-07-19 16:09 ` David Howells
  2016-07-20  0:18   ` Fengguang Wu
  0 siblings, 1 reply; 3+ messages in thread
From: David Howells @ 2016-07-19 16:09 UTC (permalink / raw)
  To: kbuild test robot; +Cc: dhowells, kbuild-all, linux-kernel

kbuild test robot <fengguang.wu@intel.com> wrote:

> >> scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory

Missing openssl devel packages in your build environment?

David

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
  2016-07-19 16:09 ` David Howells
@ 2016-07-20  0:18   ` Fengguang Wu
  0 siblings, 0 replies; 3+ messages in thread
From: Fengguang Wu @ 2016-07-20  0:18 UTC (permalink / raw)
  To: David Howells; +Cc: kbuild-all, linux-kernel, Philip Li

On Tue, Jul 19, 2016 at 05:09:03PM +0100, David Howells wrote:
>kbuild test robot <fengguang.wu@intel.com> wrote:
>
>> >> scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
>
>Missing openssl devel packages in your build environment?

Oops, will fix it, thank you!

Regards,
Fengguang

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-20  0:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19  5:50 scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory kbuild test robot
2016-07-19 16:09 ` David Howells
2016-07-20  0:18   ` Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).