linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] bpftool: Build failure due to opensslv.h
@ 2025-10-27  4:01 Namhyung Kim
  2025-10-27 11:41 ` Quentin Monnet
  0 siblings, 1 reply; 6+ messages in thread
From: Namhyung Kim @ 2025-10-27  4:01 UTC (permalink / raw)
  To: bpf; +Cc: linux-perf-users

Hello,

I'm seeing a build failure like below in Fedora 40 and others.  I'm not
sure if it's reported already but it failed to build perf tools due to
errors in the bootstrap bpftool.

    CC      /build/util/bpf_skel/.tmp/bootstrap/sign.o
  sign.c:16:10: fatal error: openssl/opensslv.h: No such file or directory
     16 | #include <openssl/opensslv.h>
        |          ^~~~~~~~~~~~~~~~~~~~
  compilation terminated.
  make[3]: *** [Makefile:256: /build/util/bpf_skel/.tmp/bootstrap/sign.o] Error 1
  make[3]: *** Waiting for unfinished jobs....
  make[2]: *** [Makefile.perf:1213: /build/util/bpf_skel/.tmp/bootstrap/bpftool] Error 2
  make[1]: *** [Makefile.perf:289: sub-make] Error 2
  make: *** [Makefile:76: all] Error 2

I think it's from the recent signing change.  I'm not familiar with
openssl but I guess there's a proper feature check for it.  Is this a
known issue?

Thanks,
Namhyung


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

end of thread, other threads:[~2025-10-30  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  4:01 [BUG] bpftool: Build failure due to opensslv.h Namhyung Kim
2025-10-27 11:41 ` Quentin Monnet
2025-10-27 18:27   ` Namhyung Kim
2025-10-28  9:05     ` Quentin Monnet
2025-10-28 10:20       ` Alan Maguire
2025-10-30  5:44       ` Namhyung Kim

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).