summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barrett2023-07-23 14:34:12 -0500
committerSteven Barrett2023-07-23 14:34:14 -0500
commitabd41bbc92fef8c57a945c2bdfb7061ebb89e16f (patch)
tree1b40d97c120de7a748d37d3a0e64ae371c4a5981
parent3b1baf1c961e81c016b379b56c3f1ff0ee9d2e84 (diff)
downloadaur-abd41bbc92fef8c57a945c2bdfb7061ebb89e16f.tar.gz
Add python to dependencies, fixes bpf build
Build error: /usr/bin/env: ‘python3’: No such file or directory make[3]: *** [Makefile:160: /build/src/linux-6.4/tools/bpf/resolve_btfids/libbpf/bpf_helper_defs.h] Error 127 At the line in the Makefile: $(BPF_HELPER_DEFS): $(srctree)/tools/include/uapi/linux/bpf.h $(QUIET_GEN)$(srctree)/scripts/bpf_doc.py --header \ --file $(srctree)/tools/include/uapi/linux/bpf.h > $(BPF_HELPER_DEFS) In this case, python is required to execute bpf_doc.py. Add python to dependencies.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37f0f02d0745..b359d291a069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,6 +76,7 @@ makedepends=(
libelf
pahole
perl
+ python
tar
xz
)