Artix Linux Forum

Artix Linux => Package management => Topic started by: tintin on 29 July 2023, 05:37:43

Title: [SOLVED] warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
Post by: tintin on 29 July 2023, 05:37:43
Hello,
Nothing serious, but I don't understand.

When I run sudo pacman -Syu I get this message:
Code: [Select]
warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

My /etc/pacman.conf file is in order and the version 1.1.38-1.1 installed seems to come from the world repository :

Code: [Select]
pacman -Qi libxslt
Name            : libxslt
Version         : 1.1.38-1.1
Description     : XML stylesheet transformation library
Architecture    : x86_64
URL             : https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
Licenses        : custom:MIT
Groups          : None
Provides        : libxslt.so=1-64  libexslt.so=0-64
Depends On      : libgcrypt  libxml2  xz
Optional Deps   : python: Python bindings [installed]
Required By     : docbook-xsl  inkscape  kio  libreoffice-fresh  python-lxml
                  qt5-webengine  raptor  webkit2gtk  xmlsec
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 791.77 KiB
Packager        : Artix Build Bot <[email protected]>
Build Date      : Tue 04 Jul 2023 08:06:42 AM CEST
Install Date    : Tue 04 Jul 2023 09:39:18 PM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

Title: Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
Post by: Dju on 29 July 2023, 11:05:37
o/
i get this too, happened for a while now, cant remember when it started :p
(https://rehost.diberie.com/Picture/Get/f/198515)
it's not causing any issue, fortunately

edit: according to my pacman.log, it was upgraded from 1.1.37-3 -> 1.1.38-1.1 ~3 weeks ago, on the 2023-07-05
Title: Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
Post by: Hitman on 29 July 2023, 12:58:08
:-)
If it gets annoying enough you can sync them with pacman -Syuu, those are rebuilds, it's a downgrade only if the number is before that dash in case it gives you another warning regarding that.
Title: Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
Post by: tintin on 29 July 2023, 17:54:48
:-)
If it gets annoying enough you can sync them with pacman -Syuu, those are rebuilds, it's a downgrade only if the number is before that dash in case it gives you another warning regarding that.
Indeed after launching  sudo pacman -Syuu I have this :
Code: [Select]
pacman -Q libxslt
libxslt 1.1.38-1

And Pacman said nothing.  8)

Thank you !
Title: Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
Post by: tintin on 29 July 2023, 18:25:31
o/
i get this too, happened for a while now, cant remember when it started :p
I am reassured, I was not the only one to have this message.


Quote
edit: according to my pacman.log, it was upgraded from 1.1.37-3 -> 1.1.38-1.1 ~3 weeks ago, on the 2023-07-05
Yes, that's it.