Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1) (Read 417 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

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


Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

Reply #1
o/
i get this too, happened for a while now, cant remember when it started :p

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

 

Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

Reply #2
:-)
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.

Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

Reply #3
:-)
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 !

Re: warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)

Reply #4
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.