This is an AUR package, you have to build it yourself. I'm guessing you're using pamac
?
pamac
and similar tools use shortcuts to build packages automatically. It just so happens that one of them triggers unintended behaviour that leads to failure that wouldn't happen if the package was built correctly.
From your perspective, that doesn't make a difference. The only thing to improve the situation long-term is to raise this issue with the developers of your package manager.
Pinned Comments
Vekhir commented on 2024-09-13 10:16 (UTC) (edited on 2024-09-13 10:18 (UTC) by Vekhir)
simona said:
The issue stems from BSC's auto detection of whether it is in a git repository to determine if yices should be a submodule. While the source isn't a git repository, building inside the
bsc
directory causes it to detect this package as a git repository.The solution is to either build in a clean chroot (recommended) or set the BUILDDIR variable for
makepkg
to a directory which is not inside a git repository.