Hi, I use one application from the AUR and need the packages “git” and “base-devel” to build it.
When I try and install it as per below, it shows that everything on the mirror is outdated:
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman -Sy git base-devel
The output of the last command looks like this:
:: Synchronizing package databases...
jupiter-rel is up to date
holo-rel is up to date
core-rel is up to date
extra-rel is up to date
community-rel is up to date
multilib-rel is up to date
warning: downgrading package git (2.41.0-1 => 2.38.1-1)
:: There are 26 members in group base-devel:
:: Repository holo-rel
1) archlinux-keyring
:: Repository core-rel
2) autoconf 3) automake 4) binutils 5) bison 6) debugedit 7) fakeroot 8) file 9) findutils 10) flex 11) gawk 12) gcc 13) gettext 14) grep 15) groff 16) gzip 17) libtool 18) m4 19) make 20) pacman 21) patch
22) pkgconf 23) sed 24) sudo 25) texinfo 26) which
Enter a selection (default=all):
warning: downgrading package archlinux-keyring (20230504-1 => 20221123-1.1)
warning: downgrading package binutils (2.40-6 => 2.39-3)
warning: fakeroot-1.29-1 is up to date -- reinstalling
warning: downgrading package file (5.44-3 => 5.43-1)
warning: downgrading package findutils (4.9.0-3 => 4.9.0-1)
warning: downgrading package gawk (5.2.2-1 => 5.2.0-3)
warning: downgrading package gettext (0.21.1-5 => 0.21.1-1)
warning: downgrading package grep (3.11-1 => 3.8-2)
warning: downgrading package gzip (1.12-2 => 1.12-1)
warning: downgrading package libtool (2.4.7+4+g1ec8fa28-3 => 2.4.7-5)
warning: downgrading package pacman (6.0.2-7 => 6.0.1-8)
warning: downgrading package sed (4.9-3 => 4.8-1)
warning: downgrading package sudo (1.9.13.p3-1 => 1.9.11.p3-1)
warning: downgrading package which (2.21-6 => 2.21-5)
Any suggestions are appreciate. I’m assuming that letting this go through would be a mistake.
You must log in or register to comment.