Artix Linux Forum

Artix Linux => Package management => Topic started by: mrbrklyn on 04 August 2025, 04:04:02

Title: update fails because of bpf
Post by: mrbrklyn on 04 August 2025, 04:04:02
I thought I read this somewhere else but I can't find it, but update is being stopped

:
Code: [Select]
: Starting full system upgrade...
warning: lxappearance-obconf: local (0.2.4-2.1) is newer than galaxy (0.2.4-2)
warning: lxpanel: local (0.11.1-2.1) is newer than galaxy (0.11.1-2)
warning: perl: ignoring package upgrade (5.38.0-1 => 5.42.0-1)
warning: tumbler: local (4.20.0-3.1) is newer than galaxy (4.20.0-3)
warning: wxwidgets-common: local (3.3.0-1) is newer than world (3.2.8.1-2)
warning: wxwidgets-gtk3: local (3.3.0-1) is newer than world (3.2.8.1-2)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libsframe.so=1-64' required by bpf
Title: Re: update fails because of bpf
Post by: Dju on 04 August 2025, 10:58:44
same here
as i dont need to use bpf (the libbpf pakage doest need the bpf package) in cli, i removed the "bpf" package, and now the upgrades are ok
Title: Re: update fails because of bpf
Post by: mrbrklyn on 05 August 2025, 13:08:35
I am not sure if I need it or not.  On the surface, it  looks important.  Any clue when this package will be updated?
Title: Re: update fails because of bpf
Post by: Dju on 07 August 2025, 23:18:33
then try to uninstall it without the dependances (pacman -Rdd bpf) and see if it breaks something :P
Title: Re: update fails because of bpf
Post by: mrbrklyn on 08 August 2025, 00:30:25
then try to uninstall it without the dependances (pacman -Rdd bpf) and see if it breaks something :P

Well, it is fixed now.  Often it just takes a little bit of patience.