Artix Linux Forum

Artix Linux => Package management => Topic started by: Woodmorning on 08 July 2024, 21:26:13

Title: failed retrieving file xapp from any mirror
Post by: Woodmorning on 08 July 2024, 21:26:13
Hello,

When attempting to update my system today using:
Code: [Select]
sudo pacman -Syyu
, I get t he following error:

Code: [Select]
error: failed retrieving file 'xapp-2.8.4-1-x86_64.pkg.tar.zst from'
followed a mirror, followed by:
Code: [Select]
Maximum file size exceeded
for each and every mirror.

My mirror list has not been altered by me, and is consistent with what is shown: https://gitea.artixlinux.org/packages/artix-mirrorlist/src/branch/master/mirrorlist

I'm not sure if this has anything to do with it, but I noticed when I search xapp on the artix linux package search, two different packages are listed. One in 'world' and one in 'galaxy', which seemed odd to me: Screenshot_2024-07-08_15-23-12.png

Any help would be appreciated, thank you!
Title: Re: failed retrieving file xapp from any mirror
Post by: ix on 09 July 2024, 01:52:15
sudo pacman -S galaxy/xapp

then you can Sy(y)u
Title: Re: failed retrieving file xapp from any mirror
Post by: Woodmorning on 09 July 2024, 03:45:31
Thank you, that worked. Do you mind explaining to me why it worked?

So I understand I explicitly installed the xapp from the 'galaxy' repo with
Code: [Select]
sudo pacman -S galaxy/xapp
,

but I don't quite understand why this fixed the issue. Apologies if this is something fundamental that I should know. If I understand correctly, -Syyu updates mirrors before syncing with the repositories and then updating installed packages, so I would have thought it would have retrieved the galaxy/xapp on its own.
Title: Re: failed retrieving file xapp from any mirror
Post by: ix on 10 July 2024, 00:39:03
It is listed in world and galaxy, but only galaxy works, and world has priority.
Title: Re: failed retrieving file xapp from any mirror
Post by: Artist on 10 July 2024, 08:37:14
xapp was removed from world yesterday - does any mirror not reflect this yet?

artist
Title: Re: failed retrieving file xapp from any mirror
Post by: lq on 10 July 2024, 09:58:48
xapp was removed from world yesterday - does any mirror not reflect this yet?

The mirrors work as intended.

Rather, it should be asked why such inconveniences arise.
Title: Re: failed retrieving file xapp from any mirror
Post by: Artist on 10 July 2024, 16:24:53
xapp was removed from world yesterday - does any mirror not reflect this yet?

Rather, it should be asked why such inconveniences arise.


There's a simple explanation for the why; my mistake.

artist