You are not logged in.

#1 2025-01-27 11:41:26

useraddition
Member
Registered: 2013-06-07
Posts: 120

Problems updating from 12/25/23 Rollback Installation (Solved)

Hi umm here is my problem. So I was trying to install some new software and I ended up trying to update everything and broke several things in the process. I had a practically flawless 12/25/2023 rollback installation. Now with the updates to pacman. I cannot get my pacman.conf recognized to downgrade back to my previous installation. What I am trying to do is revert back to my Christmas 2023 installation, not 2024, big difference. I'm tired of linuxes constant updating I would prefer it if Arch kept things more transparent and simple and do less updating. I've had several breaks on my Acer Nitro 5 going back to my stable rollback of Christmas 2023, so now I came across several changes I am not ok with and I need to revert back to my Christmas 2023 installation. My pacman and systemd as of right now is fully upto date so i have to debug the new pacman command prompts and get my old system back. This is my pacman.conf:

 #
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   = linux linux-api-headers linux-firmware linux-headers lib32-nvidia-utils lib32-opencl-nvidia nvidia nvidia-prime nvidia-utils opencl-nvidia
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = TrustAll
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/extra/os/x86_64/

[community]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/community/os/x86_64/

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/multilib/os/x86_64/

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Last edited by useraddition (2025-01-28 19:33:30)

Offline

#2 2025-01-27 12:03:40

cryptearth
Member
Registered: 2024-02-03
Posts: 1,329

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

useraddition wrote:

I'm tired of linuxes constant updating I would prefer it if Arch kept things more transparent and simple and do less updating

then Arch as a rolling release distro isn't the right choice - you may look at something like debian

Offline

#3 2025-01-27 12:15:36

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,642
Website

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

Mod note: not an installation issue, moving to NC. However, I echo cryptearth's comment -- you are trying to achieve something that Arch is not designed for. In your current situation I would recommend trying to roll forward, not backward, start by sharing the errors you get when trying to update (not downgrade) the system.


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

#4 2025-01-27 19:28:37

useraddition
Member
Registered: 2013-06-07
Posts: 120

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

Ok well I need to underatand how to use Pacman 7.0 and howto use alpm commands to allow permissions onto my old rollback servers. If anybody could help me with the proper command structure in shell prompt I would appriciate it. I tryed

 chown :alpm -R Server = https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/ 

and I couldn't get anywhere. So if anybody can provide me with the proper command collaberation in pacman 7.0 with that using my rollback servers in my pacman.conf.

Offline

#5 2025-01-27 20:41:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,453

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

If you want help with your actual problems, I'm sure people would help. Rolling back over a year is going to run into multiple problems, and I really doubt anyone will go through the effort required to do something so dumb.

Offline

#6 2025-01-27 21:33:44

mackin_cheese
Member
Registered: 2025-01-07
Posts: 272

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

useraddition wrote:

Ok well I need to underatand how to use Pacman 7.0 and howto use alpm commands to allow permissions onto my old rollback servers. If anybody could help me with the proper command structure in shell prompt I would appriciate it. I tryed

 chown :alpm -R Server = https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/ 

and I couldn't get anywhere. So if anybody can provide me with the proper command collaberation in pacman 7.0 with that using my rollback servers in my pacman.conf.

we have a wonderful wiki that you can read!

Offline

#7 2025-01-27 21:53:44

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

If you want to download updates as root like pacman pre-7 did, use DisableSandbox in pacman.conf misc options .

Downgrading so far will have issues and may not even finish .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#8 2025-01-27 21:56:46

useraddition
Member
Registered: 2013-06-07
Posts: 120

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

I have been doing Arch Linux since 2007 off and on. I enfasized more on Arch after 2017 I managed to get plenty of PC games to work in Wine I have understood over 350 combination of commands in shell prompt. I have sucessfully configured an Openbox desktop. Let me be clear without trying to bait or troll or get this thread closed. So now I won't mention rollback. I need to find definitive documentation on Pacman 7.0 and alpm configuration I couldn't find everything I need in the Wiki.

Offline

#9 2025-01-27 22:10:34

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

The alpm user / group is only used for downloading updates and didn't exist before pacman 7.
Disabling the sandbox is by far the simplest method to get things to work, especially if you're downgrading to pacman below 7 .

If that's not what you want/need , have you looked at https://man.archlinux.org/man/pacman.8 ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#10 2025-01-27 23:06:35

cryptearth
Member
Registered: 2024-02-03
Posts: 1,329

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

fun fact: as my install is from october 2022 - so pre-pacman7 - and I did NOT follow the advice on the arch main page my pacman still doesn't even use the new alpm sandbox stuff
tldr: if you restore a backup from december 2023 you should be able to just update that - maybe by manual update the keyring first and maybe even go a bit out-of-the-box via a live instance or even pacman-static - but there is only one correct way: UPdate from your old backup to current - DON'T try it the other way around - it will not work or worse will break imporant stuff

sorry to say - but this starts to drift into an XY-problem - you have some issue - asked for help - and instead of taking the given advice and try to work along with it you insist of getting your obviously flawed approach to work
noone will mock you for experience - or lack thereof - but if you don'T accept offered help don't blame us for yourself

keep in mind: we all spent our free time here and try to help with best to our knowledge - but we can't help if the offered help is refused

so once again - bring your year old backup up to current - not the other way around

Offline

#11 2025-01-27 23:13:00

useraddition
Member
Registered: 2013-06-07
Posts: 120

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

Ok well this is my new pacman.conf and I deleted my pacmannew clone files from etc as well.
/etc/pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   = linux linux-api-headers linux-firmware linux-headers lib32-nvidia-utils lib32-opencl-nvidia nvidia nvidia-prime nvidia-utils opencl-nvidia
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
Color
ILoveCandy
CheckSpace
DisableSandbox
DownloadUser = alpm
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = TrustAll
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/extra/os/x86_64/

[community]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/community/os/x86_64/

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
#Include = /etc/pacman.d/mirrorlist
Server = https://archive.archlinux.org/repos/2023/12/25/multilib/os/x86_64/

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

This is what happens when I type 'pacman -Syu'

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: aalib: local (1.4rc5-18) is newer than extra (1.4rc5-17)
warning: aardvark-dns: local (1.13.1-1) is newer than extra (1.10.0-1)
warning: abseil-cpp: local (20240722.1-1) is newer than extra (20230802.1-1)
warning: accounts-qml-module: local (0.7-6) is newer than extra (0.7-4)
warning: adobe-source-code-pro-fonts: local (2.042u+1.062i+1.026vf-2) is newer than extra (2.042u+1.062i+1.026vf-1)
warning: adwaita-cursors: local (47.0-1) is newer than extra (45.0-1)
warning: adwaita-icon-theme: local (47.0-1) is newer than extra (45.0-1)
warning: alsa-firmware: local (1.2.4-4) is newer than extra (1.2.4-3)
warning: alsa-lib: local (1.2.13-1) is newer than extra (1.2.10-2)
warning: alsa-plugins: local (1:1.2.12-4) is newer than extra (1:1.2.7.1-2)
warning: alsa-tools: local (1.2.11-1) is newer than extra (1.2.5-2)
warning: alsa-topology-conf: local (1.2.5.1-4) is newer than extra (1.2.5.1-3)
warning: alsa-ucm-conf: local (1.2.13-2) is newer than extra (1.2.10-2)
warning: alsa-utils: local (1.2.13-2) is newer than extra (1.2.10-1)
warning: aom: local (3.11.0-1) is newer than extra (3.8.1-1)
warning: appstream: local (1.0.4-1) is newer than extra (1.0.1-2)
warning: appstream-qt: local (1.0.4-1) is newer than extra (1.0.1-2)
warning: appstream-qt5: local (1.0.4-1) is newer than extra (1.0.1-2)
warning: archlinux-appstream-data: local (20241214-1) is newer than extra (20240112-1)
warning: archlinux-keyring: local (20250123-1) is newer than core (20231222-1)
warning: argon2: local (20190702-6) is newer than core (20190702-5)
warning: aribb24: local (1.0.3-4) is newer than extra (1.0.3-3)
warning: asio: local (1.30.2-1) is newer than extra (1.28.0-1)
warning: at-spi2-core: local (2.54.1-1) is newer than extra (2.50.1-1)
warning: attica5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: audit: local (4.0.3-1) is newer than core (4.0-1)
warning: automake: local (1.17-1) is newer than core (1.16.5-2)
warning: avahi: local (1:0.8+r194+g3f79789-3) is newer than extra (1:0.8+r194+g3f79789-1)
warning: babl: local (0.1.110-1) is newer than extra (0.1.106-1)
warning: bash: local (5.2.037-1) is newer than core (5.2.026-2)
warning: bcg729: local (1.1.1-2) is newer than extra (1.1.1-1)
warning: binutils: local (2.43_1+r171+g01da089627be-1) is newer than core (2.41-3)
warning: bison: local (3.8.2-8) is newer than core (3.8.2-6)
warning: blas: local (3.12.1-2) is newer than extra (3.12.0-3)
warning: bluez-libs: local (5.79-1) is newer than extra (5.72-2)
warning: boost-libs: local (1.86.0-6) is newer than extra (1.83.0-4)
warning: box2d: local (3.0.0-1) is newer than extra (2.4.1-2)
warning: breeze-icons: local (6.10.0-1) is newer than extra (5.114.0-1)
warning: bridge-utils: local (1.7.1-2) is newer than extra (1.7.1-1)
warning: brotli: local (1.1.0-3) is newer than core (1.1.0-1)
warning: btrfs-progs: local (6.12-2) is newer than core (6.7-1)
warning: bubblewrap: local (0.11.0-1) is newer than extra (0.8.0-1)
warning: bzip2: local (1.0.8-6) is newer than core (1.0.8-5)
warning: c-ares: local (1.34.4-1) is newer than extra (1.25.0-1)
warning: ca-certificates: local (20240618-1) is newer than core (20220905-1)
warning: ca-certificates-mozilla: local (3.107-1) is newer than core (3.97-1)
warning: ca-certificates-utils: local (20240618-1) is newer than core (20220905-1)
warning: cabextract: local (1.11-2) is newer than extra (1.11-1)
warning: cairo: local (1.18.2-2) is newer than extra (1.18.0-1)
warning: cantarell-fonts: local (1:0.303.1-2) is newer than extra (1:0.303.1-1)
warning: catatonit: local (0.2.1-1) is newer than extra (0.2.0-3)
warning: cblas: local (3.12.1-2) is newer than extra (3.12.0-3)
warning: ccache: local (4.10.2-2) is newer than extra (4.9-1)
warning: cdrtools: local (3.02a09-6) is newer than extra (3.02a09-5)
warning: cjson: local (1.7.18-1) is newer than extra (1.7.16-1)
warning: clang: local (19.1.7-1) is newer than extra (16.0.6-2)
warning: clucene: local (2.3.3.4-15) is newer than extra (2.3.3.4-14)
warning: cmake: local (3.31.5-1) is newer than extra (3.28.1-1)
warning: compiler-rt: local (19.1.7-1) is newer than extra (16.0.6-3)
warning: conky: local (1.22.0-1) is newer than extra (1.19.6-1)
warning: conmon: local (1:2.1.12-1) is newer than extra (1:2.1.10-1)
warning: containerd: local (2.0.2-1) is newer than extra (1.7.12-1)
warning: containers-common: local (1:0.61.1-1) is newer than extra (1:0.57.2-2)
warning: convertlit: local (1.8-12) is newer than extra (1.8-11)
warning: coreutils: local (9.6-2) is newer than core (9.4-3)
warning: cppdap: local (1.58.0-2) is newer than extra (1.58.0-1)
warning: criu: local (4.0-2) is newer than extra (3.18-2)
warning: crun: local (1.19.1-2) is newer than extra (1.14-1)
warning: cryptsetup: local (2.7.5-2) is newer than core (2.7.0-1)
warning: curl: local (8.11.1-3) is newer than core (8.5.0-1)
warning: dav1d: local (1.5.1-1) is newer than extra (1.3.0-1)
warning: db5.3: local (5.3.28-5) is newer than core (5.3.28-4)
warning: dbus: local (1.16.0-1) is newer than core (1.14.10-2)
warning: dbus-broker: local (36-4) is newer than core (35-2)
warning: dbus-broker-units: local (36-4) is newer than core (35-2)
warning: dbus-glib: local (0.112-4) is newer than extra (0.112-3)
warning: dconf: local (0.40.0-3) is newer than extra (0.40.0-2)
warning: debugedit: local (5.1-1) is newer than core (5.0-5)
warning: default-cursors: local (3-1) is newer than extra (2-1)
warning: desktop-file-utils: local (0.28-1) is newer than extra (0.27-1)
warning: device-mapper: local (2.03.30-1) is newer than core (2.03.23-1)
warning: dhcp: local (4.4.3.P1-4) is newer than extra (4.4.3.P1-2)
warning: dhcpcd: local (10.1.0-1) is newer than extra (10.0.6-1)
warning: dialog: local (1:1.3_20240619-2) is newer than core (1:1.3_20240101-1)
warning: discount: local (3.0.0.d-1) is newer than extra (3.0.0.a-1)
warning: discover: local (6.2.5-1) is newer than extra (5.27.10.1-1)
warning: dkms: local (3.1.4-1) is newer than extra (3.0.12-1)
warning: dmidecode: local (3.6-1) is newer than extra (3.5-1)
warning: dnssec-anchors: local (20190629-4) is newer than core (20190629-3)
warning: docker: local (1:27.3.1-1) is newer than extra (1:24.0.7-1)
warning: double-conversion: local (3.3.0-2) is newer than extra (3.3.0-1)
warning: duktape: local (2.7.0-7) is newer than extra (2.7.0-6)
warning: dvd+rw-tools: local (7.1-11) is newer than extra (7.1-9)
warning: e2fsprogs: local (1.47.2-1) is newer than core (1.47.0-1)
warning: ebook-tools: local (0.2.2-8) is newer than extra (0.2.2-7)
warning: efibootmgr: local (18-3) is newer than core (18-2)
warning: efivar: local (39-1) is newer than core (38-3)
warning: egl-wayland: local (4:1.1.17-1) is newer than extra (2:1.1.13-1)
warning: eglexternalplatform: local (1.2-2) is newer than extra (1.1-2)
warning: ell: local (0.71-1) is newer than extra (0.61-1)
warning: emovix: local (0.9.0-9) is newer than extra (0.9.0-8)
warning: enchant: local (2.8.2-1) is newer than extra (2.6.5-1)
warning: exiv2: local (0.28.3-1) is newer than extra (0.28.1-1)
warning: expat: local (2.6.4-1) is newer than core (2.5.0-1)
warning: extra-cmake-modules: local (6.10.0-1) is newer than extra (5.114.0-1)
warning: fakeroot: local (1.37-1) is newer than core (1.33-1)
warning: feh: local (3.10.3-1) is newer than extra (3.10.2-1)
warning: ffmpeg: local (2:7.1-6) is newer than extra (2:6.1.1-3)
warning: ffmpeg4.4: local (4.4.5-2) is newer than extra (4.4.4-4)
warning: ffnvcodec-headers: local (12.2.72.0-1) is newer than extra (12.1.14.0-1)
warning: fftw: local (3.3.10-7) is newer than extra (3.3.10-4)
warning: file: local (5.46-3) is newer than core (5.45-1)
warning: file-roller: local (44.4-1) is newer than extra (43.1-1)
warning: filesystem: local (2024.11.21-1) is newer than core (2024.01.19-1)
warning: findutils: local (4.10.0-2) is newer than core (4.9.0-3)
warning: firefox: local (134.0.2-1) is newer than extra (122.0-1)
warning: flac: local (1.4.3-2) is newer than extra (1.4.3-1)
warning: fmt: local (11.1.2-1) is newer than extra (10.2.0-1)
warning: fontconfig: local (2:2.16.0-2) is newer than extra (2:2.15.0-2)
warning: fontforge: local (20230101-5) is newer than extra (20230101-3)
warning: freeglut: local (3.6.0-1) is newer than extra (3.4.0-1)
warning: freetype2: local (2.13.3-1) is newer than extra (2.13.2-1)
warning: fribidi: local (1.0.16-1) is newer than extra (1.0.13-2)
warning: fuse2: local (2.9.9-5) is newer than extra (2.9.9-4)
warning: gawk: local (5.3.1-1) is newer than core (5.3.0-1)
warning: gc: local (8.2.8-2) is newer than core (8.2.4-1)
warning: gcc: local (14.2.1+r134+gab884fffe3fc-2) is newer than core (13.2.1-3)
warning: gcc-libs: local (14.2.1+r134+gab884fffe3fc-2) is newer than core (13.2.1-3)
warning: gcr: local (3.41.2-2) is newer than extra (3.41.2-1)
warning: gcr-4: local (4.3.0-1) is newer than extra (4.1.0-1)
warning: gd: local (2.3.3-8) is newer than extra (2.3.3-7)
warning: gdbm: local (1.24-1) is newer than core (1.23-2)
warning: gdk-pixbuf2: local (2.42.12-2) is newer than extra (2.42.10-2)
warning: gedit: local (48.1-2) is newer than extra (46.1-1)
warning: gegl: local (0.4.52-1) is newer than extra (0.4.46-2)
warning: geoclue: local (2.7.2-1) is newer than extra (2.7.1-2)
warning: gettext: local (0.23.1-2) is newer than core (0.22.4-1)
warning: giflib: local (5.2.2-1) is newer than extra (5.2.1-2)
warning: gimp: local (2.10.38-5) is newer than extra (2.10.36-4)
warning: git: local (2.48.1-1) is newer than extra (2.43.0-1)
warning: glew: local (2.2.0-7) is newer than extra (2.2.0-6)
warning: glew1.10: local (1.10.0-4) is newer than extra (1.10.0-3)
warning: glib-networking: local (1:2.80.1-1) is newer than extra (1:2.78.0-1)
warning: glib2: local (2.82.4-2) is newer than core (2.78.4-1)
warning: glibc: local (2.40+r66+g7d4b6bcae91f-1) is newer than core (2.38-7)
warning: glibmm: local (2.66.7-1) is newer than extra (2.66.6-1)
warning: glibmm-2.68: local (2.82.0-1) is newer than extra (2.78.0-1)
warning: glslang: local (15.1.0-1) is newer than extra (13.1.1-3)
warning: glu: local (9.0.3-2) is newer than extra (9.0.3-1)
warning: gmp: local (6.3.0-2) is newer than core (6.3.0-1)
warning: gnupg: local (2.4.7-1) is newer than core (2.4.3-2)
warning: gnutls: local (3.8.8-1) is newer than core (3.8.3-1)
warning: gobject-introspection-runtime: local (1.82.0-2) is newer than extra (1.78.1-1)
warning: gparted: local (1.6.0-2) is newer than extra (1.5.0-1)
warning: gperftools: local (2.16-1) is newer than extra (2.15-1)
warning: gpgme: local (1.24.1-3) is newer than core (1.23.2-1)
warning: gpm: local (1.20.7.r38.ge82d1a6-6) is newer than core (1.20.7.r38.ge82d1a6-5)
warning: graphene: local (1.10.8-2) is newer than extra (1.10.8-1)
warning: graphite: local (1:1.3.14-4) is newer than extra (1:1.3.14-3)
warning: groff: local (1.23.0-7) is newer than core (1.23.0-5)
warning: grub: local (2:2.12-3) is newer than core (2:2.12-1)
warning: gsettings-desktop-schemas: local (47.1-1) is newer than extra (45.0-1)
warning: gsfonts: local (20200910-4) is newer than extra (20200910-3)
warning: gsm: local (1.0.22-2) is newer than extra (1.0.22-1)
warning: gspell: local (1.14.0-1) is newer than extra (1.12.2-2)
warning: gssdp: local (1.6.3-2) is newer than extra (1.6.3-1)
warning: gst-libav: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gst-plugins-bad-libs: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gst-plugins-base: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gst-plugins-base-libs: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gst-plugins-good: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gstreamer: local (1.24.11-2) is newer than extra (1.22.9-1)
warning: gtest: local (1.15.2-1) is newer than extra (1.14.0-1)
warning: gtk-update-icon-cache: local (1:4.16.12-1) is newer than extra (1:4.12.5-1)
warning: gtk2: local (2.24.33-5) is newer than extra (2.24.33-3)
warning: gtk3: local (1:3.24.48-1) is newer than extra (1:3.24.41-1)
warning: gtk4: local (1:4.16.12-1) is newer than extra (1:4.12.5-1)
warning: gtkmm-4.0: local (4.16.0-1) is newer than extra (4.12.0-1)
warning: gtkmm3: local (3.24.9-1) is newer than extra (3.24.8-1)
warning: guake: local (3.10-4) is newer than extra (3.10-1)
warning: guile: local (3.0.10-1) is newer than core (3.0.9-1)
warning: gupnp: local (1:1.6.8-1) is newer than extra (1:1.6.6-1)
warning: gvfs: local (1.56.1-2) is newer than extra (1.52.2-2)
warning: gvim: local (9.1.1043-1) is newer than extra (9.1.0000-1)
warning: gzip: local (1.13-4) is newer than core (1.13-2)
warning: harfbuzz: local (10.2.0-1) is newer than extra (8.3.0-2)
warning: harfbuzz-icu: local (10.2.0-1) is newer than extra (8.3.0-2)
warning: hexchat: local (2.16.2-4) is newer than extra (2.16.1-5)
warning: hicolor-icon-theme: local (0.18-1) is newer than extra (0.17-3)
warning: hidapi: local (0.14.0-3) is newer than extra (0.14.0-2)
warning: highway: local (1.2.0-1) is newer than extra (1.0.7-1)
warning: hunspell: local (1.7.2-2) is newer than extra (1.7.2-1)
warning: hwdata: local (0.391-1) is newer than core (0.378-1)
warning: hwloc: local (2.11.2-1) is newer than extra (2.10.0-1)
warning: hyphen: local (2.8.8-6) is newer than extra (2.8.8-5)
warning: iana-etc: local (20241206-1) is newer than core (20231228-1)
warning: icu: local (75.1-2) is newer than core (74.2-1)
warning: imath: local (3.1.12-2) is newer than extra (3.1.9-2)
warning: imlib2: local (1.12.3-2) is newer than extra (1.12.1-2)
warning: intel-ucode: local (20241112-1) is newer than extra (20231114-1)
warning: inxi: local (3.3.37.1-1) is newer than extra (3.3.31.1-3)
warning: iproute2: local (6.13.0-1) is newer than core (6.7.0-1)
warning: iptables: local (1:1.8.10-2) is newer than core (1:1.8.10-1)
warning: iputils: local (20240905-1) is newer than core (20240117-1)
warning: iso-codes: local (4.17.0-1) is newer than extra (4.16.0-1)
warning: iw: local (6.9-1) is newer than core (6.7-1)
warning: iwd: local (3.3-1) is newer than extra (2.13-4)
warning: jansson: local (2.14-4) is newer than core (2.14-2)
warning: jasper: local (4.2.4-2) is newer than extra (4.1.1-1)
warning: jbigkit: local (2.1-8) is newer than extra (2.1-7)
warning: json-c: local (0.18-1) is newer than core (0.17-1)
warning: json-glib: local (1.10.6-1) is newer than extra (1.8.0-1)
warning: jsoncpp: local (1.9.6-3) is newer than extra (1.9.5-2)
warning: k3b: local (1:24.12.1-1) is newer than extra (1:23.08.4-1)
warning: kaccounts-integration: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: kactivities5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: karchive5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kauth5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kbd: local (2.7.1-1) is newer than core (2.6.4-1)
warning: kbookmarks5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kcmutils5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kcodecs5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kcompletion5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kconfig5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kconfigwidgets5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kcoreaddons5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kcrash5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kdbusaddons5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kde-cli-tools: local (6.2.5-1) is newer than extra (5.27.10-1)
warning: kdeclarative5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kded5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kdesu5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kdnssd5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: keyutils: local (1.6.3-3) is newer than core (1.6.3-2)
warning: kglobalaccel5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kguiaddons5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: ki18n5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kiconthemes5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kidletime5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kio5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kirigami2: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kitemviews5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kjobwidgets5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kmahjongg: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: kmines: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: kmod: local (33-3) is newer than core (31-1)
warning: knewstuff5: local (5.116.0-3) is newer than extra (5.114.0-1)
warning: knotifications5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: knotifyconfig5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: konsole: local (24.12.1-1) is newer than extra (23.08.4-2)
warning: kpackage5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kparts5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kpty5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: krb5: local (1.21.3-1) is newer than core (1.21.2-2)
warning: kservice5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: ktextwidgets5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kwallet5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kwidgetsaddons5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kwindowsystem5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: kxmlgui5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: l-smash: local (2.14.5-4) is newer than extra (2.14.5-3)
warning: lame: local (3.100-5) is newer than extra (3.100-4)
warning: lapack: local (3.12.1-2) is newer than extra (3.12.0-3)
warning: ldns: local (1.8.4-1) is newer than core (1.8.3-2)
warning: lensfun: local (1:0.3.4-5) is newer than extra (1:0.3.4-3)
warning: less: local (1:668-1) is newer than core (1:643-1)
warning: lib32-gcc-libs: local (14.2.1+r134+gab884fffe3fc-2) is newer than core (13.2.1-3)
warning: lib32-glibc: local (2.40+r66+g7d4b6bcae91f-1) is newer than core (2.38-7)
warning: lib32-rust-libs: local (1:1.84.0-1) is newer than extra (1:1.75.0-2)
warning: libabw: local (0.1.3-4) is newer than extra (0.1.3-3)
warning: libaccounts-glib: local (1.27-2) is newer than extra (1.26-2)
warning: libaccounts-qt: local (1.17-1) is newer than extra (1.16-3)
warning: libadwaita: local (1:1.6.3-1) is newer than extra (1:1.4.2-1)
warning: libaio: local (0.3.113-3) is newer than core (0.3.113-2)
warning: libappindicator-gtk3: local (12.10.0.r298-4) is newer than extra (12.10.0.r298-3)
warning: libarchive: local (3.7.7-1) is newer than core (3.7.2-1)
warning: libass: local (0.17.3-1) is newer than extra (0.17.1-2)
warning: libassuan: local (3.0.0-1) is newer than core (2.5.6-1)
warning: libasyncns: local (1:0.8+r3+g68cd5af-3) is newer than extra (1:0.8+r3+g68cd5af-2)
warning: libatomic_ops: local (7.8.2-1) is newer than extra (7.8.0-1)
warning: libavif: local (1.1.1-2) is newer than extra (1.0.3-2)
warning: libb2: local (0.98.1-3) is newer than extra (0.98.1-2)
warning: libblockdev: local (3.2.1-3) is newer than extra (3.0.4-1)
warning: libbluray: local (1.3.4-2) is newer than extra (1.3.4-1)
warning: libbpf: local (1.5.0-1) is newer than core (1.3.0-1)
warning: libbs2b: local (3.1.0-9) is newer than extra (3.1.0-8)
warning: libbsd: local (0.12.2-2) is newer than extra (0.11.8-1)
warning: libbytesize: local (2.11-1) is newer than extra (2.8-2)
warning: libcaca: local (0.99.beta20-5) is newer than extra (0.99.beta20-2)
warning: libcamera: local (0.3.2-2) is newer than extra (0.2.0-1)
warning: libcamera-ipa: local (0.3.2-2) is newer than extra (0.2.0-1)
warning: libcanberra: local (1:0.30+r2+gc0620e4-4) is newer than extra (1:0.30+r2+gc0620e4-3)
warning: libcap: local (2.71-1) is newer than core (2.69-3)
warning: libcap-ng: local (0.8.5-3) is newer than core (0.8.4-1)
warning: libcdio: local (2.2.0-1) is newer than extra (2.1.0-3)
warning: libcdio-paranoia: local (10.2+2.0.2-1) is newer than extra (10.2+2.0.1-3)
warning: libcdr: local (0.1.8-1) is newer than extra (0.1.7-7)
warning: libcloudproviders: local (0.3.6-1) is newer than extra (0.3.5-1)
warning: libcmis: local (0.6.2-2) is newer than extra (0.6.2-1)
warning: libcolord: local (1.4.7-2) is newer than extra (1.4.7-1)
warning: libcups: local (2:2.4.11-2) is newer than extra (1:2.4.7-2)
warning: libcurl-compat: local (8.11.1-3) is newer than core (8.5.0-1)
warning: libcurl-gnutls: local (8.11.1-3) is newer than core (8.5.0-1)
warning: libdaemon: local (0.14-6) is newer than extra (0.14-5)
warning: libdbusmenu-qt5: local (0.9.3+16.04.20160218-7) is newer than extra (0.9.3+16.04.20160218-6)
warning: libde265: local (1.0.15-3) is newer than extra (1.0.15-1)
warning: libdeflate: local (1.23-1) is newer than extra (1.19-1)
warning: libdovi: local (3.3.1-1) is newer than extra (3.2.0-2)
warning: libdrm: local (2.4.124-1) is newer than extra (2.4.120-1)
warning: libe-book: local (0.1.3-16) is newer than extra (0.1.3-15)
warning: libedit: local (20240808_3.1-1) is newer than core (20230828_3.1-1)
warning: libei: local (1.3.0-1) is newer than extra (1.2.0-1)
warning: libelf: local (0.192-2) is newer than core (0.190-1)
warning: libepoxy: local (1.5.10-3) is newer than extra (1.5.10-2)
warning: libepubgen: local (0.1.1-5) is newer than extra (0.1.1-4)
warning: libetonyek: local (0.1.12-1) is newer than extra (0.1.10-3)
warning: libevdev: local (1.13.3-1) is newer than extra (1.13.1-1)
warning: libexif: local (0.6.25-1) is newer than extra (0.6.24-2)
warning: libfabric: local (2.0.0-1) is newer than extra (1.20.0-1)
warning: libffi: local (3.4.6-1) is newer than core (3.4.4-1)
warning: libfontenc: local (1.1.8-1) is newer than extra (1.1.7-1)
warning: libfreehand: local (0.1.2-5) is newer than extra (0.1.2-4)
warning: libgcrypt: local (1.11.0-2) is newer than core (1.10.3-1)
warning: libgedit-amtk: local (5.9.0-1) is newer than extra (5.8.0-2)
warning: libgedit-gtksourceview: local (299.4.0-1) is newer than extra (299.0.5-1)
warning: libgexiv2: local (0.14.3-2) is newer than extra (0.14.2-1)
warning: libgirepository: local (1.82.0-2) is newer than extra (1.78.1-1)
warning: libgpg-error: local (1.51-1) is newer than core (1.47-1)
warning: libgphoto2: local (2.5.31-3) is newer than extra (2.5.31-1)
warning: libgringotts: local (1.2.1-15) is newer than extra (1.2.1-14)
warning: libhandy: local (1.8.3-2) is newer than extra (1.8.2-1)
warning: libheif: local (1.19.5-1) is newer than extra (1.17.6-3)
warning: libibus: local (1.5.31-2) is newer than extra (1.5.29-3)
warning: libical: local (3.0.19-1) is newer than extra (3.0.17-2)
warning: libice: local (1.1.2-1) is newer than extra (1.1.1-2)
warning: libidn2: local (2.3.7-1) is newer than core (2.3.4-3)
warning: libiec61883: local (1.2.0-8) is newer than extra (1.2.0-7)
warning: libieee1284: local (0.2.11-18) is newer than extra (0.2.11-15)
warning: libimagequant: local (4.3.3-1) is newer than extra (4.2.2-2)
warning: libimobiledevice: local (1.3.0-15) is newer than extra (1.3.0-10)
warning: libinih: local (58-1) is newer than core (57-1)
warning: libinput: local (1.27.1-1) is newer than extra (1.25.0-1)
warning: libisl: local (0.27-1) is newer than core (0.26-1)
warning: libixion: local (0.19.0-6) is newer than extra (0.19.0-1)
warning: libjpeg-turbo: local (3.1.0-1) is newer than extra (3.0.1-1)
warning: libjxl: local (0.11.1-1) is newer than extra (0.9.1-1)
warning: libkdegames: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: libkeybinder3: local (0.3.2-5) is newer than extra (0.3.2-4)
warning: libkmahjongg: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: libksba: local (1.6.7-1) is newer than core (1.6.5-1)
warning: libldap: local (2.6.9-1) is newer than core (2.6.6-2)
warning: libmanette: local (0.2.9-2) is newer than extra (0.2.6-5)
warning: libmatroska: local (1.7.1-2) is newer than extra (1.7.1-1)
warning: libmaxminddb: local (1.12.2-1) is newer than extra (1.9.1-1)
warning: libmd: local (1.1.0-2) is newer than extra (1.1.0-1)
warning: libmfx: local (23.2.2-3) is newer than extra (23.2.2-2)
warning: libmikmod: local (3.3.12-1) is newer than extra (3.3.11.1-6)
warning: libmng: local (2.0.3-4) is newer than extra (2.0.3-3)
warning: libmnl: local (1.0.5-2) is newer than core (1.0.5-1)
warning: libmodplug: local (0.8.9.0-6) is newer than extra (0.8.9.0-5)
warning: libmpc: local (1.3.1-2) is newer than core (1.3.1-1)
warning: libmpcdec: local (1:0.1+r475-6) is newer than extra (1:0.1+r475-4)
warning: libmpeg2: local (0.5.1-10) is newer than extra (0.5.1-8)
warning: libmspub: local (0.1.4-16) is newer than extra (0.1.4-15)
warning: libmusicbrainz5: local (5.1.0-7) is newer than extra (5.1.0-5)
warning: libmwaw: local (0.3.22-3) is newer than extra (0.3.22-1)
warning: libmypaint: local (1.6.1-2) is newer than extra (1.6.1-1)
warning: libnautilus-extension: local (47.1-2) is newer than extra (45.2.1-1)
warning: libndp: local (1.9-1) is newer than extra (1.8-1)
warning: libnetfilter_conntrack: local (1.0.9-2) is newer than core (1.0.9-1)
warning: libnewt: local (0.52.24-3) is newer than extra (0.52.23-2)
warning: libnfnetlink: local (1.0.2-2) is newer than core (1.0.2-1)
warning: libnftnl: local (1.2.8-1) is newer than core (1.2.6-1)
warning: libnghttp2: local (1.64.0-1) is newer than core (1.59.0-1)
warning: libnghttp3: local (1.7.0-1) is newer than extra (1.1.0-1)
warning: libnice: local (0.1.22-1) is newer than extra (0.1.21-2)
warning: libnl: local (3.11.0-1) is newer than core (3.9.0-1)
warning: libnm: local (1.50.2-1) is newer than extra (1.44.2-3)
warning: libnma: local (1.10.6-3) is newer than extra (1.10.6-2)
warning: libnma-common: local (1.10.6-3) is newer than extra (1.10.6-2)
warning: libnumbertext: local (1.0.11-2) is newer than extra (1.0.11-1)
warning: libnvme: local (1.11.1-2) is newer than extra (1.7.1-1)
warning: libodfgen: local (0.1.8-3) is newer than extra (0.1.8-2)
warning: libogg: local (1.3.5-2) is newer than extra (1.3.5-1)
warning: libomxil-bellagio: local (0.9.3-5) is newer than extra (0.9.3-4)
warning: libopenmpt: local (0.7.13-1) is newer than extra (0.7.3-1)
warning: liborcus: local (0.19.2-4) is newer than extra (0.19.2-1)
warning: libp11-kit: local (0.25.5-1) is newer than core (0.25.3-1)
warning: libpackagekit-glib: local (1.3.0-2) is newer than extra (1.2.8-1)
warning: libpagemaker: local (0.0.4-4) is newer than extra (0.0.4-3)
warning: libpcap: local (1.10.5-2) is newer than core (1.10.4-1)
warning: libpciaccess: local (0.18.1-2) is newer than extra (0.17-1)
warning: libpeas: local (1.36.0-6) is newer than extra (1.36.0-4)
warning: libpipeline: local (1.5.8-1) is newer than core (1.5.7-1)
warning: libpipewire: local (1:1.2.7-1) is newer than extra (1:1.0.1-2)
warning: libplacebo: local (7.349.0-4) is newer than extra (6.338.2-1)
warning: libplist: local (2.6.0-2) is newer than extra (2.3.0-2)
warning: libpng: local (1.6.46-1) is newer than extra (1.6.41-1)
warning: libportal: local (0.9.0-1) is newer than extra (0.7.1-2)
warning: libportal-gtk3: local (0.9.0-1) is newer than extra (0.7.1-2)
warning: libportal-gtk4: local (0.9.0-1) is newer than extra (0.7.1-2)
warning: libproxy: local (0.5.9-1) is newer than extra (0.5.3-2)
warning: libpsl: local (0.21.5-2) is newer than core (0.21.2-1)
warning: libpulse: local (17.0+r43+g3e2bb8a1e-1) is newer than extra (17.0-3)
warning: libqxp: local (0.0.2-12) is newer than extra (0.0.2-11)
warning: libraqm: local (0.10.2-1) is newer than extra (0.10.1-1)
warning: libraw: local (0.21.3-1) is newer than extra (0.21.2-1)
warning: libraw1394: local (2.1.2-4) is newer than extra (2.1.2-3)
warning: libreoffice-fresh: local (24.8.4-2) is newer than extra (7.6.4-2)
warning: librevenge: local (0.0.5-3) is newer than extra (0.0.5-2)
warning: librist: local (0.2.11-1) is newer than extra (0.2.10-2)
warning: librsvg: local (2:2.59.2-1) is newer than extra (2:2.57.1-1)
warning: librtmp0: local (2.4-6) is newer than extra (2.4-5)
warning: libsamplerate: local (0.2.2-3) is newer than extra (0.2.2-2)
warning: libsasl: local (2.1.28-5) is newer than core (2.1.28-4)
warning: libseccomp: local (2.5.5-4) is newer than core (2.5.5-2)
warning: libsecret: local (0.21.6-1) is newer than core (0.21.2-1)
warning: libshout: local (1:2.4.6-3) is newer than extra (1:2.4.6-2)
warning: libslirp: local (4.8.0-1) is newer than extra (4.7.0-1)
warning: libsm: local (1.2.5-1) is newer than extra (1.2.4-1)
warning: libsodium: local (1.0.20-1) is newer than extra (1.0.19-2)
warning: libsoup3: local (3.6.4-1) is newer than extra (3.4.4-1)
warning: libsoxr: local (0.1.3-4) is newer than extra (0.1.3-3)
warning: libspiro: local (1:20240903-1) is newer than extra (1:20221101-2)
warning: libsrtp: local (1:2.6.0-1) is newer than extra (1:2.5.0-1)
warning: libssh: local (0.11.1-1) is newer than extra (0.10.6-2)
warning: libssh2: local (1.11.1-1) is newer than core (1.11.0-1)
warning: libstaroffice: local (0.0.7-4) is newer than extra (0.0.7-2)
warning: libsysprof-capture: local (47.2-1) is newer than extra (45.1-1)
warning: libtar: local (1.2.20-7) is newer than extra (1.2.20-6)
warning: libtasn1: local (4.19.0-2) is newer than core (4.19.0-1)
warning: libteam: local (1.32-2) is newer than extra (1.32-1)
warning: libtiff: local (4.7.0-1) is newer than extra (4.6.0-2)
warning: libtiff4: local (3.9.7-6) is newer than extra (3.9.7-5)
warning: libtirpc: local (1.3.6-1) is newer than core (1.3.4-1)
warning: libtommath: local (1.3.0-1) is newer than extra (1.2.1-1)
warning: libtool: local (2.5.4+r1+gbaa1fe41-1) is newer than core (2.4.7+4+g1ec8fa28-6)
warning: libudev0-shim: local (2-1) is newer than extra (1-4)
warning: libunibreak: local (6.1-1) is newer than extra (5.1-1)
warning: libuninameslist: local (20240910-1) is newer than extra (20221022-1)
warning: libunistring: local (1.3-1) is newer than core (1.1-2)
warning: libunwind: local (1.8.1-3) is newer than extra (1.7.2-1)
warning: libupnp: local (1.14.20-2) is newer than extra (1.14.18-1)
warning: liburing: local (2.8-1) is newer than extra (2.5-1)
warning: libusb: local (1.0.27-1) is newer than core (1.0.26-2)
warning: libusbmuxd: local (2.1.0-1) is newer than extra (2.0.2-3)
warning: libuv: local (1.50.0-1) is newer than extra (1.47.0-1)
warning: libva: local (2.22.0-1) is newer than extra (2.20.0-1)
warning: libvdpau: local (1.5-3) is newer than extra (1.5-2)
warning: libverto: local (0.3.2-5) is newer than core (0.3.2-4)
warning: libvisio: local (0.1.8-1) is newer than extra (0.1.7-10)
warning: libvpl: local (2.14.0-1) is newer than extra (2.10.1-1)
warning: libvpx: local (1.15.0-1) is newer than extra (1.14.0-1)
warning: libwacom: local (2.14.0-1) is newer than extra (2.9.0-2)
warning: libwebp: local (1.5.0-1) is newer than extra (1.3.2-1)
warning: libwmf: local (0.2.13-4) is newer than extra (0.2.13-1)
warning: libwnck3: local (43.2-1) is newer than extra (43.0-3)
warning: libwpd: local (0.10.3-5) is newer than extra (0.10.3-4)
warning: libwpe: local (1.16.1-1) is newer than extra (1.14.2-1)
warning: libwps: local (0.4.14-2) is newer than extra (0.4.14-1)
warning: libx11: local (1.8.10-1) is newer than extra (1.8.7-1)
warning: libxau: local (1.0.12-1) is newer than extra (1.0.11-2)
warning: libxaw: local (1.0.16-1) is newer than extra (1.0.15-1)
warning: libxcb: local (1.17.0-1) is newer than extra (1.16-1)
warning: libxcomposite: local (0.4.6-2) is newer than extra (0.4.6-1)
warning: libxcrypt: local (4.4.38-1) is newer than core (4.4.36-1)
warning: libxcrypt-compat: local (4.4.38-1) is newer than core (4.4.36-1)
warning: libxcursor: local (1.2.3-1) is newer than extra (1.2.1-3)
warning: libxcvt: local (0.1.3-1) is newer than extra (0.1.2-1)
warning: libxdamage: local (1.1.6-2) is newer than extra (1.1.6-1)
warning: libxdmcp: local (1.1.5-1) is newer than extra (1.1.4-2)
warning: libxext: local (1.3.6-1) is newer than extra (1.3.5-1)
warning: libxfixes: local (6.0.1-2) is newer than extra (6.0.1-1)
warning: libxfont2: local (2.0.7-1) is newer than extra (2.0.6-2)
warning: libxft: local (2.3.8-2) is newer than extra (2.3.8-1)
warning: libxi: local (1.8.2-1) is newer than extra (1.8.1-1)
warning: libxinerama: local (1.1.5-2) is newer than extra (1.1.5-1)
warning: libxkbcommon: local (1.7.0-2) is newer than extra (1.6.0-1)
warning: libxkbcommon-x11: local (1.7.0-2) is newer than extra (1.6.0-1)
warning: libxkbfile: local (1.1.3-1) is newer than extra (1.1.2-1)
warning: libxml2: local (2.13.5-2) is newer than core (2.12.4-1)
warning: libxmlb: local (0.3.21-1) is newer than extra (0.3.15-1)
warning: libxmu: local (1.2.1-1) is newer than extra (1.1.4-1)
warning: libxnvctrl: local (565.57.01-1) is newer than extra (545.29.06-1)
warning: libxpm: local (3.5.17-2) is newer than extra (3.5.17-1)
warning: libxrender: local (0.9.12-1) is newer than extra (0.9.11-1)
warning: libxres: local (1.2.2-2) is newer than extra (1.2.2-1)
warning: libxshmfence: local (1.3.3-1) is newer than extra (1.3.2-1)
warning: libxslt: local (1.1.42-2) is newer than extra (1.1.39-1)
warning: libxss: local (1.2.4-2) is newer than extra (1.2.4-1)
warning: libxt: local (1.3.1-1) is newer than extra (1.3.0-1)
warning: libxtst: local (1.2.5-1) is newer than extra (1.2.4-1)
warning: libxv: local (1.0.13-1) is newer than extra (1.0.12-1)
warning: libxxf86vm: local (1.1.6-1) is newer than extra (1.1.5-1)
warning: libyaml: local (0.2.5-3) is newer than extra (0.2.5-2)
warning: libyuv: local (r2426+464c51a03-1) is newer than extra (r2426+464c51a0-1)
warning: libzip: local (1.11.2-1) is newer than extra (1.10.1-1)
warning: libzmf: local (0.0.2-16) is newer than extra (0.0.2-15)
warning: licenses: local (20240728-1) is newer than core (20240115-1)
warning: linux: local (6.12.10.arch1-1) is newer than core (6.7.1.arch1-1)
warning: linux-api-headers: local (6.10-1) is newer than core (6.4-1)
warning: linux-firmware: local (20250109.7673dffd-1) is newer than core (20240115.9b6d0b08-1)
warning: linux-firmware-whence: local (20250109.7673dffd-1) is newer than core (20240115.9b6d0b08-1)
warning: linux-headers: local (6.12.10.arch1-1) is newer than core (6.7.1.arch1-1)
warning: lld: local (19.1.7-1) is newer than extra (16.0.6-1)
warning: llvm: local (19.1.7-1) is newer than extra (16.0.6-1)
warning: llvm-libs: local (19.1.7-1) is newer than extra (16.0.6-1)
warning: lm_sensors: local (1:3.6.0.r41.g31d1f125-3) is newer than extra (1:3.6.0.r41.g31d1f125-2)
warning: lmdb: local (0.9.33-1) is newer than extra (0.9.31-1)
warning: lpsolve: local (5.5.2.11-3) is newer than extra (5.5.2.11-2)
warning: lsb-release: local (2.0.r55.a25a4fc-1) is newer than extra (2.0.r53.a86f885-1)
warning: lsof: local (4.99.4-1) is newer than extra (4.99.0-1)
warning: lua: local (5.4.7-1) is newer than extra (5.4.6-3)
warning: lua51: local (5.1.5-12) is newer than extra (5.1.5-11)
warning: lua52: local (5.2.4-7) is newer than extra (5.2.4-6)
warning: lua53: local (5.3.6-3) is newer than extra (5.3.6-2)
warning: luajit: local (2.1.1731601260-1) is newer than extra (2.1.1702233742-1)
warning: luit: local (20240910-1) is newer than extra (20240102-1)
warning: lvm2: local (2.03.30-1) is newer than core (2.03.23-1)
warning: lxmenu-data: local (0.1.5-4) is newer than extra (0.1.5-3)
warning: lz4: local (1:1.10.0-2) is newer than core (1:1.9.4-2)
warning: mailcap: local (2.1.54-2) is newer than extra (2.1.54-1)
warning: man-db: local (2.13.0-1) is newer than core (2.12.0-1)
warning: mangohud: local (0.7.2-2) is newer than extra (0.7.0-2)
warning: mbedtls: local (3.6.2-1) is newer than extra (3.5.1-1)
warning: md4c: local (0.5.2-1) is newer than extra (0.5.1-1)
warning: mdadm: local (4.4-1) is newer than core (4.2-2)
warning: media-player-info: local (26-1) is newer than extra (24-2)
warning: menu-cache: local (1.1.0-5) is newer than extra (1.1.0-4)
warning: mesa: local (1:24.3.4-1) is newer than extra (1:23.3.4-2)
warning: meson: local (1.7.0-1) is newer than extra (1.3.1-1)
warning: mhash: local (0.9.9.9-6) is newer than extra (0.9.9.9-5)
warning: mingw-w64-binutils: local (2.43-1) is newer than extra (2.39-1)
warning: mingw-w64-crt: local (12.0.0-1) is newer than extra (11.0.0-1)
warning: mingw-w64-gcc: local (14.2.0-3) is newer than extra (13.1.0-1)
warning: mingw-w64-headers: local (12.0.0-1) is newer than extra (11.0.0-1)
warning: mingw-w64-winpthreads: local (12.0.0-1) is newer than extra (11.0.0-1)
warning: minizip: local (1:1.3.1-2) is newer than core (1:1.3.1-1)
warning: mkinitcpio: local (39.2-3) is newer than core (37.3-1)
warning: mobile-broadband-provider-info: local (20240407-1) is newer than extra (20230416-1)
warning: mpdecimal: local (4.0.0-2) is newer than extra (2.5.1-1)
warning: mpfr: local (4.2.1-4) is newer than core (4.2.1-1)
warning: mpg123: local (1.32.10-1) is newer than extra (1.32.4-1)
warning: mtdev: local (1.1.7-1) is newer than extra (1.1.6-2)
warning: mypaint-brushes1: local (1.3.1-2) is newer than extra (1.3.1-1)
warning: nasm: local (2.16.03-1) is newer than extra (2.16.01-1)
warning: ncurses: local (6.5-3) is newer than core (6.4_20230520-1)
warning: neon: local (0.34.0-1) is newer than extra (0.32.5-2)
warning: net-snmp: local (5.9.4-6) is newer than extra (5.9.2-2)
warning: netavark: local (1.13.1-1) is newer than extra (1.10.1-1)
warning: netctl: local (1.29-2) is newer than extra (1.29-1)
warning: nettle: local (3.10.1-1) is newer than core (3.9.1-1)
warning: networkmanager: local (1.50.2-1) is newer than extra (1.44.2-3)
warning: networkmanager-openvpn: local (1.12.0-1) is newer than extra (1.10.2-3)
warning: nftables: local (1:1.1.1-2) is newer than extra (1:1.0.9-1)
warning: ninja: local (1.12.1-2) is newer than extra (1.11.1-3)
warning: nlohmann-json: local (3.11.3-1) is newer than extra (3.11.2-2)
warning: nmap: local (7.95-1) is newer than extra (7.94-2)
warning: npth: local (1.8-1) is newer than core (1.6-4)
warning: nspr: local (4.36-1) is newer than core (4.35-2)
warning: nss: local (3.107-1) is newer than core (3.97-1)
warning: numactl: local (2.0.19-1) is newer than extra (2.0.17-1)
warning: nvidia: local (565.77-12) is newer than extra (545.29.06-13)
warning: nvidia-prime: local (1.0-5) is newer than extra (1.0-4)
warning: nvidia-utils: local (565.77-3) is newer than extra (545.29.06-1)
warning: ocl-icd: local (2.3.2-2) is newer than extra (2.3.2-1)
warning: openal: local (1.24.2-1) is newer than extra (1.23.1-1)
warning: openbox: local (3.6.1-11) is newer than extra (3.6.1-10)
warning: opencl-headers: local (2:2024.10.24-1) is newer than extra (2:2023.04.17-2)
warning: opencl-nvidia: local (565.77-3) is newer than extra (545.29.06-1)
warning: opencore-amr: local (0.1.6-2) is newer than extra (0.1.6-1)
warning: openexr: local (3.3.2-1) is newer than extra (3.2.1-1)
warning: openjpeg2: local (2.5.3-1) is newer than extra (2.5.0-3)
warning: openmpi: local (5.0.6-2) is newer than extra (4.1.6-3)
warning: openpmix: local (5.0.6-1) is newer than extra (4.2.8-1)
warning: openssh: local (9.9p1-2) is newer than core (9.6p1-1)
warning: openssl: local (3.4.0-1) is newer than core (3.2.0-1)
warning: openssl-1.1: local (1.1.1.w-2) is newer than core (1.1.1.w-1)
warning: openucx: local (1.18.0-1) is newer than extra (1.15.0-2)
warning: openvpn: local (2.6.13-1) is newer than extra (2.6.8-1)
warning: opus: local (1.5.2-1) is newer than extra (1.4-1)
warning: opusfile: local (0.12-4) is newer than extra (0.12-3)
warning: orc: local (0.4.40-1) is newer than extra (0.4.36-1)
warning: osmo: local (0.4.4-3) is newer than extra (0.4.4-1)
warning: oxygen-icons: local (1:6.1.0-2) is newer than extra (1:5.114.0-1)
warning: p11-kit: local (0.25.5-1) is newer than core (0.25.3-1)
warning: packagekit: local (1.3.0-2) is newer than extra (1.2.8-1)
warning: packagekit-qt5: local (1.1.2-1) is newer than extra (1.1.1-1)
warning: pacman: local (7.0.0.r6.gc685ae6-1) is newer than core (6.0.2-8)
warning: pacman-mirrorlist: local (20250101-1) is newer than core (20231001-1)
warning: pahole: local (1:1.28-3) is newer than extra (1:1.25-4)
warning: pam: local (1.7.0-1) is newer than core (1.6.0-3)
warning: pambase: local (20230918-2) is newer than core (20230918-1)
warning: pango: local (1:1.56.1-1) is newer than extra (1:1.51.1-1)
warning: pangomm-2.48: local (2.56.1-1) is newer than extra (2.50.2-1)
warning: parted: local (3.6-2) is newer than extra (3.6-1)
warning: passt: local (2025_01_21.4f2c8e7-1) is newer than extra (2023_12_30.f091893-1)
warning: patchelf: local (0.18.0-3) is newer than extra (0.18.0-1)
warning: patchutils: local (0.4.2-3) is newer than extra (0.4.2-2)
warning: pciutils: local (3.13.0-2) is newer than core (3.10.0-1)
warning: pcre2: local (10.44-1) is newer than core (10.42-2)
warning: pcsclite: local (2.3.1-1) is newer than extra (2.0.1-1)
warning: perl: local (5.40.1-1) is newer than core (5.38.1-1)
warning: perl-clone: local (0.47-1) is newer than extra (0.46-2)
warning: perl-encode-locale: local (1.05-13) is newer than extra (1.05-11)
warning: perl-error: local (0.17029-7) is newer than extra (0.17029-5)
warning: perl-file-listing: local (6.16-4) is newer than extra (6.16-2)
warning: perl-html-parser: local (3.83-1) is newer than extra (3.81-2)
warning: perl-html-tagset: local (3.24-2) is newer than extra (3.20-14)
warning: perl-http-cookiejar: local (0.014-3) is newer than extra (0.014-1)
warning: perl-http-cookies: local (6.11-2) is newer than extra (6.11-1)
warning: perl-http-daemon: local (6.16-4) is newer than extra (6.16-2)
warning: perl-http-date: local (6.06-3) is newer than extra (6.06-1)
warning: perl-http-message: local (7.00-1) is newer than extra (6.45-1)
warning: perl-http-negotiate: local (6.01-14) is newer than extra (6.01-12)
warning: perl-io-html: local (1.004-6) is newer than extra (1.004-4)
warning: perl-libwww: local (6.77-2) is newer than extra (6.72-1)
warning: perl-lwp-mediatypes: local (6.04-6) is newer than extra (6.04-4)
warning: perl-mailtools: local (2.22-1) is newer than extra (2.21-7)
warning: perl-net-http: local (6.23-4) is newer than extra (6.23-2)
warning: perl-timedate: local (2.33-7) is newer than extra (2.33-5)
warning: perl-try-tiny: local (0.32-2) is newer than extra (0.31-3)
warning: perl-uri: local (5.31-1) is newer than extra (5.21-1)
warning: perl-www-robotrules: local (6.02-14) is newer than extra (6.02-12)
warning: perl-xml-parser: local (2.47-2) is newer than extra (2.46-5)
warning: pinentry: local (1.3.1-5) is newer than core (1.2.1-3)
warning: pipewire: local (1:1.2.7-1) is newer than extra (1:1.0.1-2)
warning: pixman: local (0.44.2-1) is newer than extra (0.43.0-1)
warning: pkgconf: local (2.3.0-1) is newer than core (2.1.0-2)
warning: plocate: local (1.1.23-1) is newer than extra (1.1.22-1)
warning: podman: local (5.3.2-1) is newer than extra (4.9.0-1)
warning: polkit: local (126-2) is newer than extra (124-1)
warning: polkit-qt5: local (0.200.0-1) is newer than extra (0.175.0-1)
warning: polkit-qt6: local (0.200.0-1) is newer than extra (0.175.0-1)
warning: poppler: local (25.01.0-1) is newer than extra (24.01.0-1)
warning: poppler-data: local (0.4.12-2) is newer than extra (0.4.12-1)
warning: poppler-glib: local (25.01.0-1) is newer than extra (24.01.0-1)
warning: poppler-qt5: local (25.01.0-1) is newer than extra (24.01.0-1)
warning: poppler-qt6: local (25.01.0-1) is newer than extra (24.01.0-1)
warning: popt: local (1.19-2) is newer than core (1.19-1)
warning: portaudio: local (1:19.7.0-3) is newer than extra (1:19.7.0-2)
warning: portmidi: local (1:2.0.4-2) is newer than extra (1:2.0.4-1)
warning: potrace: local (1.16-3) is newer than extra (1.16-2)
warning: ppp: local (2.5.2-1) is newer than core (2.5.0-3)
warning: procps-ng: local (4.0.5-2) is newer than core (4.0.4-2)
warning: protobuf: local (29.2-1) is newer than extra (25.2-1)
warning: protobuf-c: local (1.5.0-10) is newer than extra (1.5.0-1)
warning: prrte: local (3.0.8-1) is newer than extra (3.0.3-1)
warning: psmisc: local (23.7-1) is newer than core (23.6-1)
warning: pulseaudio: local (17.0+r43+g3e2bb8a1e-1) is newer than extra (17.0-3)
warning: pulseaudio-alsa: local (1:1.2.12-4) is newer than extra (1:1.2.7.1-2)
warning: purpose5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: pysolfc: local (3.2.0-1) is newer than extra (2.21.0-1)
warning: pysolfc-cardsets: local (3.0-2) is newer than extra (2.2-1)
warning: python: local (3.13.1-1) is newer than core (3.11.6-1)
warning: python-annotated-types: local (0.7.0-2) is newer than extra (0.6.0-1)
warning: python-appdirs: local (1.4.4-11) is newer than extra (1.4.4-9)
warning: python-attrs: local (23.2.0-4) is newer than extra (23.1.0-1)
warning: python-autocommand: local (2.2.2-7) is newer than extra (2.2.2-4)
warning: python-bcrypt: local (4.2.1-2) is newer than extra (4.1.2-1)
warning: python-booleanoperations: local (0.9.0-10) is newer than extra (0.9.0-7)
warning: python-brotli: local (1.1.0-3) is newer than core (1.1.0-1)
warning: python-cairo: local (1.27.0-2) is newer than extra (1.25.1-1)
warning: python-cffi: local (1.17.1-2) is newer than extra (1.16.0-1)
warning: python-charset-normalizer: local (3.4.1-1) is newer than extra (3.3.2-1)
warning: python-configobj: local (5.0.9-5) is newer than extra (5.0.8-4)
warning: python-contourpy: local (1.3.1-2) is newer than extra (1.2.0-1)
warning: python-cryptography: local (44.0.0-1) is newer than extra (41.0.7-1)
warning: python-cycler: local (0.12.1-3) is newer than extra (0.12.1-1)
warning: python-dateutil: local (2.9.0-6) is newer than extra (2.8.2-6)
warning: python-defcon: local (0.10.3-5) is newer than extra (0.10.3-1)
warning: python-distro: local (1.9.0-3) is newer than extra (1.9.0-1)
warning: python-distutils-extra: local (2.39-14) is newer than extra (2.39-11)
warning: python-dnspython: local (1:2.7.0-1) is newer than extra (1:2.4.2-1)
warning: python-fastjsonschema: local (2.21.1-1) is newer than extra (2.19.1-1)
warning: python-fontmath: local (0.9.4-2) is newer than extra (0.9.3-3)
warning: python-fontparts: local (0.12.3-2) is newer than extra (0.12.1-1)
warning: python-fontpens: local (0.2.4-9) is newer than extra (0.2.4-7)
warning: python-fonttools: local (4.55.6-1) is newer than extra (4.47.2-1)
warning: python-fs: local (2.4.16-5) is newer than extra (2.4.16-2)
warning: python-gnupg: local (0.5.4-2) is newer than extra (0.5.2-1)
warning: python-gobject: local (3.50.0-2) is newer than extra (3.46.0-1)
warning: python-idna: local (3.10-2) is newer than extra (3.6-1)
warning: python-importlib-metadata: local (7.2.1-4) is newer than extra (5.1.0-1)
warning: python-inflect: local (7.5.0-1) is newer than extra (7.0.0-2)
warning: python-jaraco.classes: local (3.4.0-2) is newer than extra (3.3.0-1)
warning: python-jaraco.collections: local (5.1.0-1) is newer than extra (3.5.2-3)
warning: python-jaraco.context: local (6.0.1-1) is newer than extra (4.3.0-3)
warning: python-jaraco.functools: local (4.1.0-1) is newer than extra (4.0.0-1)
warning: python-jaraco.text: local (4.0.0-2) is newer than extra (3.12.0-1)
warning: python-jeepney: local (0.8.0-4) is newer than extra (0.8.0-2)
warning: python-jinja: local (1:3.1.5-1) is newer than extra (1:3.1.3-1)
warning: python-keyring: local (25.5.0-3) is newer than extra (24.3.0-1)
warning: python-kiwisolver: local (1.4.5-5) is newer than extra (1.4.5-1)
warning: python-lxml: local (5.3.0-2) is newer than extra (4.9.2-3)
warning: python-markupsafe: local (2.1.5-3) is newer than extra (2.1.4-1)
warning: python-matplotlib: local (3.10.0-1) is newer than extra (3.8.2-1)
warning: python-more-itertools: local (10.5.0-1) is newer than extra (10.1.0-1)
warning: python-mutatormath: local (3.0.1-6) is newer than extra (3.0.1-4)
warning: python-numpy: local (2.2.2-1) is newer than extra (1.26.3-1)
warning: python-ordered-set: local (4.1.0-7) is newer than extra (4.1.0-4)
warning: python-packaging: local (24.2-3) is newer than extra (23.2-1)
warning: python-pbr: local (6.1.0-2) is newer than extra (6.0.0-1)
warning: python-pefile: local (2024.8.26-1) is newer than extra (2023.2.7-1)
warning: python-pillow: local (11.0.0-3) is newer than extra (10.2.0-1)
warning: python-platformdirs: local (4.3.6-2) is newer than extra (4.1.0-1)
warning: python-ply: local (3.11-14) is newer than extra (3.11-12)
warning: python-protobuf: local (29.2-1) is newer than extra (25.2-1)
warning: python-psutil: local (6.1.1-1) is newer than extra (5.9.7-1)
warning: python-pyclipper: local (1.3.0.post6-1) is newer than extra (1.3.0.post5-1)
warning: python-pycparser: local (2.22-3) is newer than extra (2.21-5)
warning: python-pydantic: local (2.10.6-1) is newer than extra (2.5.3-1)
warning: python-pydantic-core: local (1:2.27.2-1) is newer than extra (1:2.14.6-1)
warning: python-pygame: local (2.6.1-2) is newer than extra (2.4.0-1)
warning: python-pyopenssl: local (24.3.0-1) is newer than extra (23.3.0-1)
warning: python-pyparsing: local (3.1.2-3) is newer than extra (3.1.1-1)
warning: python-pysol_cards: local (0.18.0-3) is newer than extra (0.16.0-1)
warning: python-pytz: local (2024.2-2) is newer than extra (2023.3.post1-1)
warning: python-pyxdg: local (0.28-4) is newer than extra (0.28-2)
warning: python-requests: local (2.32.3-4) is newer than extra (2.31.0-1)
warning: python-secretstorage: local (3.3.3-6) is newer than extra (3.3.3-2)
warning: python-setuptools: local (1:75.2.0-4) is newer than extra (1:69.0.3-1)
warning: python-setuptools-scm: local (8.1.0-3) is newer than extra (8.0.4-1)
warning: python-six: local (1.17.0-1) is newer than extra (1.16.0-8)
warning: python-systemd: local (235-4) is newer than extra (235-2)
warning: python-tomli: local (2.0.1-5) is newer than extra (2.0.1-3)
warning: python-tqdm: local (4.67.1-2) is newer than extra (4.66.1-2)
warning: python-trove-classifiers: local (2025.1.7.14-1) is newer than extra (2024.1.8-1)
warning: python-typeguard: local (4.4.1-1) is newer than extra (4.1.5-1)
warning: python-typing_extensions: local (4.12.2-3) is newer than extra (4.9.0-1)
warning: python-ufoprocessor: local (1.13.3-2) is newer than extra (1.9.0-7)
warning: python-unicodedata2: local (16.0.0-1) is newer than extra (15.1.0-1)
warning: python-urllib3: local (2.3.0-1) is newer than extra (1.26.18-1)
warning: python-validate-pyproject: local (0.23-1) is newer than extra (0.13-1)
warning: python-wheel: local (0.45.0-3) is newer than extra (0.42.0-1)
warning: python-yaml: local (6.0.2-2) is newer than extra (6.0.1-2)
warning: python-zipp: local (3.21.0-2) is newer than extra (3.17.0-1)
warning: python-zopfli: local (0.2.3.post1-2) is newer than extra (0.2.3-1)
warning: qca-qt5: local (2.3.9-3) is newer than extra (2.3.8-1)
warning: qca-qt6: local (2.3.9-3) is newer than extra (2.3.8-1)
warning: qhull: local (2020.2-5) is newer than extra (2020.2-4)
warning: qt5-base: local (5.15.16+kde+r130-3) is newer than extra (5.15.12+kde+r147-1)
warning: qt5-declarative: local (5.15.16+kde+r22-3) is newer than extra (5.15.12+kde+r31-1)
warning: qt5-graphicaleffects: local (5.15.16-3) is newer than extra (5.15.12-1)
warning: qt5-location: local (5.15.16+kde+r7-3) is newer than extra (5.15.12+kde+r6-1)
warning: qt5-multimedia: local (5.15.16+kde+r2-3) is newer than extra (5.15.12+kde+r2-1)
warning: qt5-quickcontrols: local (5.15.16-3) is newer than extra (5.15.12-1)
warning: qt5-quickcontrols2: local (5.15.16+kde+r5-3) is newer than extra (5.15.12+kde+r5-1)
warning: qt5-remoteobjects: local (5.15.16-3) is newer than extra (5.15.12-1)
warning: qt5-speech: local (5.15.16+kde+r1-3) is newer than extra (5.15.12+kde+r1-1)
warning: qt5-svg: local (5.15.16+kde+r5-3) is newer than extra (5.15.12+kde+r6-1)
warning: qt5-translations: local (5.15.16-3) is newer than extra (5.15.12-1)
warning: qt5-wayland: local (5.15.16+kde+r59-3) is newer than extra (5.15.12+kde+r61-1)
warning: qt5-webchannel: local (5.15.16+kde+r3-3) is newer than extra (5.15.12+kde+r3-1)
warning: qt5-webengine: local (5.15.18-5) is newer than extra (5.15.16-3)
warning: qt5-x11extras: local (5.15.16-3) is newer than extra (5.15.12-1)
warning: qt6-5compat: local (6.8.1-1) is newer than extra (6.6.1-2)
warning: qt6-base: local (6.8.1-1) is newer than extra (6.6.1-3)
warning: qt6-declarative: local (6.8.1-3) is newer than extra (6.6.1-1)
warning: qt6-multimedia: local (6.8.1-2) is newer than extra (6.6.1-1)
warning: qt6-multimedia-ffmpeg: local (6.8.1-2) is newer than extra (6.6.1-1)
warning: qt6-positioning: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-shadertools: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-speech: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-svg: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-tools: local (6.8.1-2) is newer than extra (6.6.1-1)
warning: qt6-translations: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-wayland: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-webchannel: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-webengine: local (6.8.1-2) is newer than extra (6.6.1-2)
warning: qt6-websockets: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: qt6-webview: local (6.8.1-1) is newer than extra (6.6.1-1)
warning: raptor: local (2.0.16-5) is newer than extra (2.0.16-4)
warning: rasqal: local (1:0.9.33-7) is newer than extra (1:0.9.33-6)
warning: re2: local (1:20240702-2) is newer than extra (1:20231101-1)
warning: readline: local (8.2.013-1) is newer than core (8.2.010-1)
warning: redland: local (1:1.0.17-9) is newer than extra (1:1.0.17-8)
warning: rnnoise: local (1:0.2-1) is newer than extra (0.4.1-1)
warning: rsync: local (3.4.1-1) is newer than extra (3.2.7-6)
warning: rtkit: local (0.13-3) is newer than extra (0.13-2)
warning: rubberband: local (4.0.0-1) is newer than extra (3.3.0-1)
warning: ruby: local (3.3.5-2) is newer than extra (3.0.6-1)
warning: ruby-bundler: local (2.6.0-1) is newer than extra (2.5.4-1)
warning: ruby-erb: local (4.0.4-6) is newer than extra (4.0.2-2)
warning: ruby-irb: local (1.13.1-2) is newer than extra (1.4.2-1)
warning: ruby-minitest: local (5.22.3-2) is newer than extra (5.20.0-1)
warning: ruby-power_assert: local (2.0.4-1) is newer than extra (2.0.3-1)
warning: ruby-racc: local (1.7.3-1) is newer than extra (1.6.0-3)
warning: ruby-rake: local (13.1.0-1) is newer than extra (13.0.6-1)
warning: ruby-rdoc: local (6.6.3.1-2) is newer than extra (6.4.0-4)
warning: ruby-rexml: local (3.3.9-1) is newer than extra (3.2.6-1)
warning: ruby-rss: local (0.3.1-2) is newer than extra (0.3.0-1)
warning: ruby-stdlib: local (3.3.5-2) is newer than extra (3.0.6-1)
warning: ruby-test-unit: local (3.6.2-3) is newer than extra (3.6.1-1)
warning: rubygems: local (3.5.16-1) is newer than extra (3.3.25-1)
warning: runc: local (1.2.4-1) is newer than extra (1.1.11-1)
warning: rust: local (1:1.84.0-1) is newer than extra (1:1.75.0-2)
warning: sane: local (1.3.1-2) is newer than extra (1.2.1-6)
warning: sbc: local (2.0-2) is newer than extra (2.0-1)
warning: sdl12-compat: local (1.2.68-2) is newer than extra (1.2.68-1)
warning: sdl2: local (2.30.11-1) is newer than extra (2.28.5-1)
warning: sdl2_image: local (2.8.4-1) is newer than extra (2.8.2-2)
warning: sdl2_net: local (1:2.2.0-2) is newer than extra (1:2.2.0-1)
warning: sdl2_ttf: local (2.24.0-1) is newer than extra (2.22.0-1)
warning: sdl_image: local (1.2.12-9) is newer than extra (1.2.12-8)
warning: sdl_ttf: local (2.0.11-7) is newer than extra (2.0.11-6)
warning: shaderc: local (2024.4-1) is newer than extra (2023.7-2)
warning: shadow: local (4.16.0-1) is newer than core (4.14.3-1)
warning: signon-kwallet-extension: local (24.12.1-1) is newer than extra (23.08.4-1)
warning: signon-plugin-oauth2: local (0.25-3) is newer than extra (0.25-1)
warning: signon-ui: local (0.17+20231016-3) is newer than extra (0.17+20171022-3)
warning: signond: local (8.61-3) is newer than extra (8.61-1)
warning: slang: local (2.3.3-3) is newer than extra (2.3.3-2)
warning: slirp4netns: local (1.3.1-1) is newer than extra (1.2.2-1)
warning: snappy: local (1.2.1-2) is newer than extra (1.1.10-1)
warning: sndio: local (1.10.0-1) is newer than extra (1.9.0-1)
warning: solid5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: sonnet5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: sound-theme-freedesktop: local (0.8-6) is newer than extra (0.8-5)
warning: soundtouch: local (2.3.3-1) is newer than extra (2.3.2-1)
warning: speex: local (1.2.1-2) is newer than extra (1.2.1-1)
warning: speexdsp: local (1.2.1-2) is newer than extra (1.2.1-1)
warning: spirv-headers: local (1:1.4.304.0-1) is newer than extra (1:1.3.268.0-1)
warning: spirv-tools: local (2024.4.rc2-1) is newer than extra (2023.5-1)
warning: sqlite: local (3.48.0-2) is newer than core (3.45.0-1)
warning: srt: local (1.5.4-1) is newer than extra (1.5.3-1)
warning: sudo: local (1.9.16.p2-2) is newer than core (1.9.15.p5-1)
warning: suitesparse: local (7.8.3-1) is newer than extra (7.6.0-1)
warning: svt-av1: local (2.3.0-1) is newer than extra (1.8.0-1)
warning: swig: local (4.3.0-1) is newer than extra (4.1.1-2)
warning: syndication5: local (5.116.0-1) is newer than extra (5.114.0-1)
warning: systemd: local (257.2-2) is newer than core (255.3-1)
warning: systemd-libs: local (257.2-2) is newer than core (255.3-1)
warning: systemd-resolvconf: local (257.2-2) is newer than core (255.3-1)
warning: systemd-sysvcompat: local (257.2-2) is newer than core (255.3-1)
warning: taglib: local (2.0.2-1) is newer than extra (1.13.1-1)
warning: tcl: local (8.6.16-1) is newer than extra (8.6.13-1)
warning: tdb: local (1.4.12-2) is newer than extra (1.4.9-1)
warning: texinfo: local (7.1.1-1) is newer than core (7.1-2)
warning: thin-provisioning-tools: local (1.1.0-1) is newer than core (1.0.10-1)
warning: tint2: local (17.0.2-4) is newer than extra (17.0.2-3)
warning: tk: local (8.6.16-1) is newer than extra (8.6.13-2)
warning: tpm2-tss: local (4.1.3-1) is newer than core (4.0.1-1)
warning: tslib: local (1.23-1) is newer than extra (1.22-1)
warning: ttf-dejavu: local (2.37+18+g9b5d1b2f-7) is newer than extra (2.37+18+g9b5d1b2f-6)
warning: ttf-liberation: local (2.1.5-2) is newer than extra (2.1.5-1)
warning: twolame: local (0.4.0-4) is newer than extra (0.4.0-3)
warning: tzdata: local (2025a-1) is newer than core (2023d-1)
warning: udisks2: local (2.10.1-5) is newer than extra (2.10.1-2)
warning: unrar: local (1:7.1.3-1) is newer than extra (1:6.2.12-1)
warning: unzip: local (6.0-22) is newer than extra (6.0-20)
warning: upower: local (1.90.7-1) is newer than extra (1.90.2-1)
warning: usbmuxd: local (1.1.1-4) is newer than extra (1.1.1-3)
warning: usbutils: local (018-1) is newer than core (017-1)
warning: util-linux: local (2.40.4-1) is newer than core (2.39.3-1)
warning: util-linux-libs: local (2.40.4-1) is newer than core (2.39.3-1)
warning: v4l-utils: local (1.28.1-2) is newer than extra (1.26.1-1)
warning: vapoursynth: local (R70-2) is newer than extra (R65-1)
warning: vid.stab: local (1.1.1-2) is newer than extra (1.1.1-1)
warning: vim-runtime: local (9.1.1043-1) is newer than extra (9.1.0000-1)
warning: vlc: local (3.0.21-12) is newer than extra (3.0.20-6)
warning: volume_key: local (0.3.12-10) is newer than extra (0.3.12-8)
warning: vte-common: local (0.78.3-1) is newer than extra (0.74.2-1)
warning: vte3: local (0.78.3-1) is newer than extra (0.74.2-1)
warning: vulkan-headers: local (1:1.4.303-1) is newer than extra (1:1.3.276-1)
warning: vulkan-icd-loader: local (1.4.303-1) is newer than extra (1.3.276-1)
warning: vulkan-mesa-layers: local (1:24.3.4-1) is newer than extra (1:23.3.4-2)
warning: wavpack: local (5.7.0-1) is newer than extra (5.6.0-1)
warning: wayland: local (1.23.1-1) is newer than extra (1.22.0-1)
warning: webkit2gtk: local (2.46.5-1) is newer than extra (2.42.4-2)
warning: webrtc-audio-processing-1: local (1.3-4) is newer than extra (1.3-2)
warning: websocketpp: local (0.8.2-2) is newer than extra (0.8.2-1)
warning: wget: local (1.25.0-1) is newer than extra (1.21.4-1)
warning: wireless_tools: local (30.pre9-4) is newer than extra (30.pre9-3)
warning: wireshark-cli: local (4.4.3-1) is newer than extra (4.2.2-1)
warning: wireshark-qt: local (4.4.3-1) is newer than extra (4.2.2-1)
warning: woff2: local (1.0.2-5) is newer than extra (1.0.2-4)
warning: wpa_supplicant: local (2:2.11-2) is newer than core (2:2.10-8)
warning: wpebackend-fdo: local (1.14.3-1) is newer than extra (1.14.2-1)
warning: x264: local (3:0.164.r3108.31e19f9-2) is newer than extra (3:0.164.r3108.31e19f9-1)
warning: x265: local (4.0-1) is newer than extra (3.5-3)
warning: xbitmaps: local (1.1.3-2) is newer than extra (1.1.3-1)
warning: xcb-proto: local (1.17.0-3) is newer than extra (1.16.0-1)
warning: xcb-util: local (0.4.1-2) is newer than extra (0.4.1-1)
warning: xcb-util-image: local (0.4.1-3) is newer than extra (0.4.1-2)
warning: xcb-util-keysyms: local (0.4.1-5) is newer than extra (0.4.1-4)
warning: xcb-util-renderutil: local (0.3.10-2) is newer than extra (0.3.10-1)
warning: xcb-util-wm: local (0.4.2-2) is newer than extra (0.4.2-1)
warning: xdg-dbus-proxy: local (0.1.6-1) is newer than extra (0.1.5-1)
warning: xdg-desktop-portal: local (1.18.4-2) is newer than extra (1.18.2-1)
warning: xdg-user-dirs: local (0.18-2) is newer than extra (0.18-1)
warning: xdg-utils: local (1.2.1-1) is newer than extra (1.2.0r28+g9b7d253-1)
warning: xf86-input-libinput: local (1.5.0-1) is newer than extra (1.4.0-1)
warning: xf86-input-synaptics: local (1.10.0-1) is newer than extra (1.9.2-1)
warning: xkeyboard-config: local (2.43-1) is newer than extra (2.40-1)
warning: xmlsec: local (1.3.6-1) is newer than extra (1.2.39-1)
warning: xorg-fonts-encodings: local (1.1.0-1) is newer than extra (1.0.7-1)
warning: xorg-server: local (21.1.15-1) is newer than extra (21.1.11-1)
warning: xorg-server-common: local (21.1.15-1) is newer than extra (21.1.11-1)
warning: xorg-setxkbmap: local (1.3.4-2) is newer than extra (1.3.4-1)
warning: xorg-xauth: local (1.1.3-1) is newer than extra (1.1.2-1)
warning: xorg-xinit: local (1.4.3-1) is newer than extra (1.4.2-1)
warning: xorg-xinput: local (1.6.4-2) is newer than extra (1.6.4-1)
warning: xorg-xkbcomp: local (1.4.7-1) is newer than extra (1.4.6-1)
warning: xorg-xmodmap: local (1.0.11-2) is newer than extra (1.0.11-1)
warning: xorg-xprop: local (1.2.8-1) is newer than extra (1.2.6-1)
warning: xorg-xrandr: local (1.5.3-1) is newer than extra (1.5.2-1)
warning: xorg-xrdb: local (1.2.2-2) is newer than extra (1.2.2-1)
warning: xorg-xset: local (1.2.5-2) is newer than extra (1.2.5-1)
warning: xorgproto: local (2024.1-2) is newer than extra (2023.2-1)
warning: xterm: local (397-2) is newer than extra (389-1)
warning: xvidcore: local (1.3.7-3) is newer than extra (1.3.7-2)
warning: xxhash: local (0.8.3-1) is newer than extra (0.8.2-1)
warning: xz: local (5.6.4-1) is newer than core (5.4.6-1)
warning: yajl: local (2.1.0-6) is newer than extra (2.1.0-5)
warning: zenity: local (4.0.3-1) is newer than extra (4.0.1-1)
warning: zlib: local (1:1.3.1-2) is newer than core (1:1.3.1-1)
warning: zlib-ng: local (2.2.3-1) is newer than extra (2.1.5-1)
warning: zopfli: local (1.0.3-4) is newer than extra (1.0.3-3)
warning: zstd: local (1.5.6-1) is newer than core (1.5.5-1)
warning: zxing-cpp: local (2.3.0-4) is newer than extra (2.2.1-1)
 there is nothing to do
[root@sysrescue log]# chown :alpm -R https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/
chown: cannot access 'https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/': No such file or directory
[root@sysrescue log]# chown :alpm -R https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/$arch
chown: cannot access 'https://archive.archlinux.org/repos/2023/12/25/core/os/x86_64/': No such file or directory
[root@sysrescue log]#

What am I doing wrong?

Offline

#12 2025-01-27 23:28:19

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,642
Website

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

You're updating your system against an old archive snapshot, so "there's nothing to do". Then you're trying to change the ownership of a remote URL, what are you trying to accomplish with that?


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

#13 2025-01-28 01:56:34

useraddition
Member
Registered: 2013-06-07
Posts: 120

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

Ok well good point about changing alpm user to web link so i did alpm user to pacman.conf so another thing is how do i get it off old archive snapshot and download those old packages i configured all my packman as second user 'alpm' like what i found on the web. If anybody has any ideas please help. I really need to get my old system back.

Offline

#14 2025-01-28 04:47:34

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,453

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

useraddition wrote:

I really need to get my old system back.

No, you don't. Ask for help on your actual problems, not on the bullshit downgrade.

Offline

#15 2025-01-28 10:37:12

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

While technically possible, downgrading the whole system has a huge chance of bricking your install beyond repair and forcing you to re-install archlinux from scratch.

However it's your system.
Read man pacman to learn which parameter combo will make this downgrade happen.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#16 2025-01-28 19:35:00

useraddition
Member
Registered: 2013-06-07
Posts: 120

Re: Problems updating from 12/25/23 Rollback Installation (Solved)

I figured out what I had to do I had to comment out 'Xfer' something or other in pacman.comf to '#Xfer' something or other and I was able to do what I needed to do. Solved

Offline

Board footer

Powered by FluxBB