Any way to force package manager to continue despite 404 error?

I’m trying to install xairedit, and the build is failing due to a 404 error - but the file that is causing it appears to just be a .pdf file of the EULA. If there’s any way to allow pamac to continue despite that error that would be great.

Here’s the output:

Cloning xairedit build files...
Checking xairedit dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building xairedit...
==> Making package: xairedit 1.5-2 (Wed 24 Feb 2021 03:28:23 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading EULA_2012-09-12.pdf...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   360    0   360    0     0   1046      0 --:--:-- --:--:-- --:--:--  1043
100   360    0   360    0     0   1046      0 --:--:-- --:--:-- --:--:--  1043

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://www.musictribe.com/eurocom/assets/EULA_2012-09-12.pdf
    Aborting...
Failed to build xairedit

You could download the PKGBUILD, modify it, and then use makepkg to build the package, and pacman to install it.

1 Like

Well it’s off to question the repository of all human knowledge then! :smile:

Thanks for the nudge in the right direction.

You could also read the comments on the AUR page. :wink:

:man_facepalming: :man_facepalming: :man_facepalming:

Dude… THANK YOU! I was grinding my way through editing the PKGBUILD - what a learning process! Slowly and steadily making my through ERROR after ERROR… and I could’ve done this!

Thanks for saving me mondo time!