Artix Linux Forum

Artix Linux => Other Architectures => ARMtix => Topic started by: replabrobin on 06 November 2021, 12:53:54

Title: [SOLVED] glib update fails
Post by: replabrobin on 06 November 2021, 12:53:54
Tried an update today and get an error as follows
Quote
$ sudo pacman -Syu
:: Synchronising package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 armtix is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (20) artix-keyring-20211026-1  ca-certificates-mozilla-3.72-1  device-mapper-2.03.14-1  esysusers-249.5-2  etmpfiles-249.5-2  eudev-249.5-2
              ffmpeg-2:4.4-6  gc-8.2.0-1  glib2-2.70.1-1  gtk-update-icon-cache-1:4.4.1-1  harfbuzz-3.1.0-1  harfbuzz-icu-3.1.0-1  iproute2-5.15.0-1
              libeudev-249.5-2  linux-raspberrypi4-5.10.76-3  linux-raspberrypi4-headers-5.10.76-3  nss-3.72-1  poppler-21.11.0-1
              poppler-glib-21.11.0-1  python-gobject-3.42.0-1
........ looking at
error: failed retrieving file 'glib2-2.70.1-1-aarch64.pkg.tar.xz' from repo.armtixlinux.org : The requested URL returned error: 404
warning: failed to retrieve some files
looking at the repo I see https://repo.armtixlinux.org/system/os/aarch64/glib2-2.70.0-2.1-aarch64.pkg.tar.xz so I suppose the repo db index is ahead of the actual content.

Edit: the update is now working as expected.
Title: Re: glib update fails
Post by: just on 06 November 2021, 13:44:56
Passing two -y or --refresh flags to the -S command will force a refresh of all local package databases by downloading a fresh copy of the master package database from the server(s), even if local databases appear to be up-to-date:

Code: [Select]
sudo pacman -Syyu
Title: Re: glib update fails
Post by: phoenix_king_rus on 06 November 2021, 13:58:12
Tried an update today and get an error as followslooking at the repo I see https://repo.armtixlinux.org/system/os/aarch64/glib2-2.70.0-2.1-aarch64.pkg.tar.xz so I suppose the repo db index is ahead of the actual content.
The actual version is 2.70.1-1
Title: Re: glib update fails
Post by: replabrobin on 06 November 2021, 15:08:00
I had already done the pacman -Sy and pacman -Syy commands; the armtix update is now working.