You are not logged in.

#1 2015-06-28 16:16:21

RaptorRed
Member
Registered: 2009-03-26
Posts: 30

Perl 5.22 update breaks numerous things. [SOLVED]

Hi was looking to see if anyone else is suffering or has fixed this issue after a recent update, im getting numerous failures in package launches or builds with the error:

perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck

ive searched the forum and google and the few links ive found have not been helpful, ive also reinstalled perl wich did not help, any help would be much appreciated.

edit: solved by uninstalling the owning pacakage found by pacman -Qo /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so
thanks!

Last edited by RaptorRed (2015-06-28 16:35:35)

Offline

#2 2015-06-28 16:19:59

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Perl 5.22 update breaks numerous things. [SOLVED]

What package owns that file? (pacman -Qo)

Offline

#3 2015-06-28 16:22:52

RaptorRed
Member
Registered: 2009-03-26
Posts: 30

Re: Perl 5.22 update breaks numerous things. [SOLVED]

Output is:

/usr/lib/perl5/vendor_perl/auto/List/Util/Util.so is owned by perl-scalar-list-utils 1.38-2

which trying to install/re-install just goes to the main perl package which ive already updated?

Offline

#4 2015-06-28 16:27:47

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Perl 5.22 update breaks numerous things. [SOLVED]

You should be able to simply uninstall that package since it's provided by Perl core now.

To find other broken Perl modules on your system use the script linked in this mailing list post:

https://lists.archlinux.org/pipermail/a … 27236.html

Offline

#5 2015-06-28 16:36:40

RaptorRed
Member
Registered: 2009-03-26
Posts: 30

Re: Perl 5.22 update breaks numerous things. [SOLVED]

that solved it! thanks had found that link but missinterpreted as pacakges that needed updating didint think to remove individual offenders.

Last edited by RaptorRed (2015-06-28 16:37:02)

Offline

Board footer

Powered by FluxBB