Skip to main content
Topic: Perl update and imagemagick (Read 383 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Perl update and imagemagick

Code: [Select]
(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

Re: Perl update and imagemagick

Reply #1

 Got the same warning. But how do we get rid of it?


Re: Perl update and imagemagick

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

 

Re: Perl update and imagemagick

Reply #4
other package faced with same problem
Code: [Select]
$ 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