Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#56731 - perl-scalar-list-utils seems to need a rebuild
Attached to Project:
Community Packages
Opened by Martin Dimitrov (Martian) - Friday, 15 December 2017, 13:32 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 15 December 2017, 16:10 GMT
Opened by Martin Dimitrov (Martian) - Friday, 15 December 2017, 13:32 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 15 December 2017, 16:10 GMT
|
DetailsDescription: I was trying to use autoreconf tool and couldn't because it reports the following issue:
$ autoreconf -fiv ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) I traced back this to be caused by List::Util perl library. I found various forum topics with similar issues where the root cause seems to be related to externally installed perl libraries that need rebuilding. In my case the library seems to be coming from Arch community repository. Additional info: $ pacman -Q autoconf perl perl-scalar-list-utils autoconf 2.69-4 perl 5.26.1-1 perl-scalar-list-utils 1.47-4 Steps to reproduce: Run autoreconf ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) Run the following perl command : perl -M'List::Util' -e1 ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Friday, 15 December 2017, 16:10 GMT
The package is built against the correct version of perl. See the perl post-install hook (https://git.archlinux.org/svntogit/packages.git/tree/trunk/detect-old-perl-modules.sh?h=packages/perl) for help tracking down what's actually the problem.