When upgrading perl-xml-sax-expat on a Raspberry Pi, I get the following error:
$this->bbcode_second_pass_code('', 'Perl API version v5.18.0 of XML::Parser::Expat does not match v5.20.0 at /usr/lib/perl5/core_perl/DynaLoader.pm line 216.
Compilation failed in require at /usr/lib/perl5/vendor_perl/XML/Parser.pm line 18.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/XML/Parser.pm line 22.
Compilation failed in require at /usr/share/perl5/vendor_perl/XML/SAX/Expat.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/XML/SAX/Expat.pm line 11.
Compilation failed in require at /usr/share/perl5/vendor_perl/XML/SAX.pm line 147.
error: command failed to execute correctly
')
The same package on ArchLinux normal (i.e. non-ARM), the upgrade works normally.
Any thoughts?