Built vivado from AUR failed

hello.

I am trying to install vivado and the only way is from AUR. I follow the steps

  1. Log in to xilinx.com
  2. Go to Downloads
  3. Download “Xilinx Unified Installer SFD (TAR/GZIP)” - WARNING: This file is >70GB in size
  4. Place the .tar.gz in the same directory as the PKGBUILD
  5. Build!

but when i am trying to built it this message show up

pamac build vivado
Preparing…
Cloning vivado build files…
Generating vivado information…
Checking vivado dependencies…
Resolving dependencies…
Checking inter-conflicts…

To build (1):
vivado 2022.1-1 AUR

Edit build files : [e]
Apply transaction ? [e/y/N] y

Building vivado…
==> Making package: vivado 2022.1-1 (Κυρ 14 Αυγ 2022 08:15:05 πμ EEST)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Downloading Xilinx_Unified_2022.1_0420_0327.tar.gz…
curl: (37) Couldn’t open file /Xilinx_Unified_2022.1_0420_0327.tar.gz
==> ERROR: Failure while downloading file:///Xilinx_Unified_2022.1_0420_0327.tar.gz
Aborting…
Error: Failed to build vivado

The steps i did:
1: download the 73,8 GB file
2. Copy it from downloads to /usr/share/pacman
3. Give all permission to the file
4. Built

Thank you very much

Properly edit your post first: [HowTo] Post command output and file content as formatted text

1 Like

edit your post - it looks horrible

and use just

pamac build

in that directory
nothing more - no filename …

or use makepkg - the instructions where for using that tool
and it also works by just using makepkg in that directory where the PKGBUILD is

  • but with makepkg you’ll have to take care of dependencies yourself

from man pamac:

If no package name is given, use the PKGBUILD file in the current directory

You didn’t put Xilinx_Unified_2022.1_0420_0327.tar.gz alongside in the same directory of the pkgbuild, thatìs why it is failing

I don’t know where pamac store pkgbuild since I don’t use it