(1/3) Warn about old perl modules
WARNING: '/usr/lib/perl5/5.36' contains data from at least 1 packages which will NOT be used by the installed perl interpreter.
-> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.36'
$ pacman -Qqo '/usr/lib/perl5/5.36'
imagemagick
A quick search of this warning suggests imagemagick needs a rebuild against the new perl version? Quite possibly I've just updated in a sync delay before the latest imagemagick hits the repos .. :D
Got the same warning. But how do we get rid of it?
Yeah, same here. I guess we should simply wait for an imagemagick update.
Apologies, we have a minor glitch in one of our tools that caused imagemagick to not be moved stable with the rest of perl rebuilds.
Imagemagick moved now and should be working.
other package faced with same problem
$ pacman -Qqo '/usr/lib/perl5/5.36' | pacman -Qi - | grep -E 'Packager|Name'
Name : cairo-perl
Packager : Carlo den Otter <[email protected]>
Name : glib-perl
Packager : Carlo den Otter <[email protected]>
Name : perl-cairo-gobject
Packager : Carlo den Otter <[email protected]>
Name : perl-glib-object-introspection
Packager : Carlo den Otter <[email protected]>
It might be mirror sync problem tho