I was eventually able to get this to build correctly by editing the PKGBUILD
as follows:
pkgver=2.71
[...]
md5sums=('c81e21b6c4b2a8fdb0e9d3c6999e3bfe')
sha512sums=('b3aac1e0dab7b4c02fe98ac3c82854d9413c97510e390ace26fa5630cdaece628f9ea4e4c925ec10d1e6e386cc24617b348f5df837e6465cc9f49d465eb0e386')
I then had to install/reinstall a long series of perl
packages with pacman.
I did this one at a time based on packages reported as missing in the build process. Most of these packages pacman
reported as installed and up to date. Some of those packages are already listed as dependencies in the PKGBUILD
. Because I don't understand what was happening here well enough, I don't feel confident in posting my updated PKGBUILD
.
A list of the installed/reinstalled perl
modules (in reverse order of my install/reinstall):
perl-exception-class
perl-sub-identify
perl-devel-stacktrace
perl-eval-closure
perl-role-tiny
perl-mro-compat
perl-package-stash
perl-package-stash-xs
perl-namespace-clean
perl-sub-exporter-progressive
perl-module-implementation
perl-b-hooks-endofscope
perl-namespace-autoclean
perl-try-tiny
perl-ipc-run3
perl-dist-checkconflicts
perl-log-log4perl
Pinned Comments
jnbek commented on 2016-10-05 15:18 (UTC)