To avoid using the aur as per jonathon's comment, I attempted to build the package using extra-x86_64-build
after cloning the repo. This would however fail installing and when checking the build would say
==> Running checkpkg
error: target not found: gcc8
error: target not found: gcc8-libs
error: target not found: gcc8-fortran
==> WARNING: Skipped checkpkg due to missing repo packages
to which I just tried using the aur helper yay and was installed successfully.
Pinned Comments
jonathon commented on 2020-11-30 14:29
Please read the AUR wiki page before reporting issues.
In addition, if you are experiencing a build issue then ensure you have tried building without using an AUR helper (e.g.
makepkg
) and with a clean chroot (e.g.makechrootpkg
).