rcmz wrote:Hello, since the last update I get the following error :
zsh: Input/output error: SVPManager
Does someone know what that could be ?
I'm getting the same error on Arch
As pointed out on https://aur.archlinux.org/packages/svp-bin, this can be solved by changing
options=(!strip)
to
options=(!strip !debug)
in the PKGBUILD.
This can be done with the command
yay -S --editmenu --rebuild svp-bin