simona said:
Makefile:49: *** Submodule vendor/yices/v2.6/yices2 missing.
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.
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.