PINE64
Failure to install gcc - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Failure to install gcc (/showthread.php?tid=10751)



Failure to install gcc - hvdkooij - 07-20-2020

Hi,

I am not that well versed in how the packaging works in Manjaro. But it feels rather feeble.

So far I am unable to install gcc as it requires another package which the system is unable to find.

[hvdk@pinebook ~]$ sudo pacman -S gcc
afhankelijkheden oplossen...
zoeken naar conflicterende pakketten...

Pakketten (5) binutils-2.34-2  elfutils-0.180-1  libmicrohttpd-0.9.70-3  libmpc-1.1.0-2
              gcc-9.3.0-1

Totale Download Grootte:          0,19 MiB
Totale Geïnstalleerde Grootte:  143,29 MiB

:: Doorgaan met de installatie? [J/n] j
:: Pakketten ophalen...
fout:kan het bestand 'libmicrohttpd-0.9.70-3-aarch64.pkg.tar.xz' niet ophalen van mirror.netzspielplatz.de : The requested URL returned error: 404
fout:kan het bestand 'libmicrohttpd-0.9.70-3-aarch64.pkg.tar.xz' niet ophalen van mirror.ufro.cl : The requested URL returned error: 404

......


To be honest it feels rather inmature.

Is there a soultion except installing a more mature distribution on the pinebook Pro?

Regards, Hugo.


RE: Failure to install gcc - slyecho - 07-22-2020

You may have too old package listings or bad mirrors.
Run:
Code:
sudo pacman-mirrors -f5

to update the mirror list, then

Code:
sudo pacman -Syyu

To update the package list and the packages, too. After that you can install the latest software.

Remember to update the package list often because most mirrors don't keep older packages around.