#1123735 bpfcc: Missing netperf build dependency to get cmake working

Package:
bpfcc
Source:
bpfcc
Submitter:
Petter Reinholdtsen
Date:
2025-12-20 17:35:05 UTC
Severity:
normal
Tags:
#1123735#5
Date:
2025-12-20 17:07:31 UTC
From:
To:
Package: bpfcc
Version: 0.35.0+ds-1
Tags: patch

When building from source in testing, I had to install the netperf
program to get the source to build, using the following patch:

diff --git a/debian/control b/debian/control
index b5f4d0d8..d85b40b6 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: arping,
  flex,
  inetutils-ping | iputils-ping,
  iperf,
+ netperf,
  libbpf-dev (>= 1:0.4.0~),
  libclang-dev,
  libclang-cpp-dev,

I did not investigate why it was needed.