Won't install dependencies:
$ makepkg -s
==> Making package: vivado 2022.1-1 (Sun 16 Oct 2022 09:26:41 CEST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for norbert:
error: target not found: ncurses5-compat-libs
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> ncurses5-compat-libs
-> libxcrypt-compat
-> libpng12
-> lib32-libpng12
-> xorg-xlsclients
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
$ i ncurses5-compat-libs libxcrypt-compat libpng12 lib32-libpng12 xorg-xlsclients
error: target not found: ncurses5-compat-libs
i
is alias for pacman -S
Pinned Comments
leuko commented on 2024-01-14 21:14 (UTC) (edited on 2024-09-26 06:41 (UTC) by leuko)
PKGBUILD
cannot download Vivado, you have to download Vivado before executing thePKGBUILD
. Refer toPKGBUILD
.This
PKGBUILD
is also able to install Vitis with some errors, however there is a standalone package called vitis AUR which seems to be more advanced than the installation in thisPKGBUILD
.