@dr460nf1r3, I'm surprised you didn't explain why python
needs to be added to makedeps, so I did my own research and put the results in the commit:
commit abd41bbc92fef8c57a945c2bdfb7061ebb89e16f
Author: Steven Barrett <steven@liquorix.net>
Date: Sun Jul 23 14:34:12 2023 -0500
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.
Pushed out new package version with added dependency.
Pinned Comments
damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)
Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix
Signing key import instructions:
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D