Package Details: linux-bsb 6.19.6.arch1-1

Git Clone URL: https://aur.archlinux.org/linux-bsb.git (read-only, click to copy)
Package Base: linux-bsb
Description: The Linux kernel with patches to make the Bigscreen Beyond headset work properly kernel and modules
Upstream URL: https://github.com/archlinux/linux
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: notfranko
Maintainer: notfranko
Last Packager: notfranko
Votes: 3
Popularity: 2.30
First Submitted: 2026-02-03 19:18 (UTC)
Last Updated: 2026-03-05 15:32 (UTC)

Dependencies (18)

Required by (11)

Sources (8)

Latest Comments

CannonFodderSE commented on 2026-02-26 00:14 (UTC) (edited on 2026-02-26 00:16 (UTC) by CannonFodderSE)

Fails to compile. Below is the failed output:

  CC      /home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/tools/bpf/resolve_btfids/libbpf/staticobjs/libbpf.o
libbpf.c: In function ‘kallsyms_cb’:
libbpf.c:8250:13: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 8250 |         res = strstr(sym_name, ".llvm.");
      |             ^
libbpf.c: In function ‘avail_kallsyms_cb’:
libbpf.c:11579:31: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
11579 |                 if (!(sym_sfx = strstr(sym_name, ".llvm.")))
      |                               ^
libbpf.c: In function ‘resolve_full_path’:
libbpf.c:12167:35: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
12167 |                         next_path = strchr(s, ':');
      |                                   ^
cc1: all warnings being treated as errors
make[5]: *** [/home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/tools/build/Makefile.build:86: /home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/tools/bpf/resolve_btfids/libbpf/staticobjs/libbpf.o] Error 1
make[4]: *** [Makefile:152: /home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/tools/bpf/resolve_btfids/libbpf/staticobjs/libbpf-in.o] Error 2
make[3]: *** [Makefile:61: /home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/tools/bpf/resolve_btfids//libbpf/libbpf.a] Error 2
make[2]: *** [Makefile:76: bpf/resolve_btfids] Error 2
make[1]: *** [/home/randy/.cache/yay/linux-bsb/src/linux-6.18.7/Makefile:1449: tools/bpf/resolve_btfids] Error 2
make: *** [Makefile:248: __sub-make] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: linux-bsb-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
linux-bsb - exit status 4

Norag commented on 2026-02-25 14:23 (UTC)

Seems like there is an issue with the kernel compilation. The compile fails at libbpf.c Is that issue related to the kernel itself or this patch?