Package Details: ebpfsnitch-git 0.3.0.13.g1220a38-1

Git Clone URL: https://aur.archlinux.org/ebpfsnitch-git.git (read-only, click to copy)
Package Base: ebpfsnitch-git
Description: eBPF based Application Firewall, source from its git repository
Upstream URL: None
Licenses: BSD3
Provides: ebpfsnitch-git, ebpfsnitchd-git
Submitter: zhs
Maintainer: zhs
Last Packager: zhs
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-07 07:40 (UTC)
Last Updated: 2022-07-07 07:42 (UTC)

Latest Comments

AlphaJack commented on 2023-08-12 16:12 (UTC)

Cannot build:

[  9%] Building C object CMakeFiles/probes.dir/probes.c.o
clang-15: warning: argument unused during compilation: '-mtune=generic' [-Wunused-command-line-argument]
clang-15: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:32: error: variable has incomplete type 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
                               ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:8: note: forward declaration of 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
       ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:32:32: error: variable has incomplete type 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_ipv4_tcp_connect_map = {
                               ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:8: note: forward declaration of 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
       ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:39:32: error: variable has incomplete type 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_ipv6_tcp_connect_map = {
                               ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:8: note: forward declaration of 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
       ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:46:32: error: variable has incomplete type 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_send_map1 = {
                               ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:8: note: forward declaration of 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
       ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:53:32: error: variable has incomplete type 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_send_map2 = {
                               ^
/tmp/makepkg/ebpfsnitch-git/src/ebpfsnitch/probes.c:27:8: note: forward declaration of 'struct bpf_map_def'
struct bpf_map_def SEC("maps") g_probe_ipv4_events = {
       ^
5 errors generated.
make[2]: *** [CMakeFiles/probes.dir/build.make:80: CMakeFiles/probes.dir/probes.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:91: CMakeFiles/probes.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().