You are not logged in.
I am trying to install skychart and some other components using yaourt:
$ yaourt -S skychart skychart-data-dso skychart-data-stars skychart-picturesbut below error is shown:
==> Continue building skychart ? [Y/n]
==> ----------------------------------
==>
==> Building and installing package
==> Making package: skychart 3.8-2 (Sat May 10 22:44:24 CEST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading skychart-3.8-2450-linux_x86_64.tar.bz2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading skychart-3.8-2450-linux_x86_64.tar.bz2
Aborting...
==> ERROR: Makepkg was unable to build skychart.
==> Restart building skychart ? [y/N]
==> ---------------------------------Any ideas what's the problem? Is not in the repositories? why?
Last edited by toni (2014-05-11 23:08:39)
Offline
The error is pretty clear: 404: the URL is either incorrect or outdated, which is probably why the comments on the AUR page include new URLs...
You should read the AUR page before posting.
Moving to AUR issues...
Offline
Any ideas what's the problem?
Yes, exactly what it says, the requested source tarball is 404 (not found). The latest stable software is at version 3.10, so I'm guessing the older source tarball has been relocated. You can try notifying the maintainer and making sure they're aware of the situation, but in the meantime you can update the PKGBUILD to download the up-to-date sources. See the comments on the AUR page for hints on how to do this.
Is not in the repositories? why?
Because it's either not popular enough, and/or no maintainers are interested in packaging it.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Just go to the upstream url and find out what's up.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Hi all,
FInally I have solved it by editing the PKGBUILD and modifying some things like explained here:
https://aur.archlinux.org/packages/skychart
and changing version to 3.10
Offline