Artix Linux Forum

Artix Linux => Package management => Topic started by: ####### on 08 August 2023, 04:30:39

Title: Perl update and imagemagick
Post by: ####### on 08 August 2023, 04:30:39
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
Title: Re: Perl update and imagemagick
Post by: Surf3r on 08 August 2023, 14:54:14

 Got the same warning. But how do we get rid of it?
Title: Re: Perl update and imagemagick
Post by: TheExplorer on 08 August 2023, 15:03:24
Quite possibly I've just updated in a sync delay before the latest imagemagick hits the repos ..  :D

Yeah, same here. I guess we should simply wait for an imagemagick update.
Title: Re: Perl update and imagemagick
Post by: artoo on 08 August 2023, 18:39:20
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.
Title: Re: Perl update and imagemagick
Post by: suren on 08 August 2023, 20:27:35
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