I'm trying to package Crypt-RIPEMD160 for OpenIndiana and during testing I found this error:
Can't locate auto/Crypt/RIPEMD160/MAC/autosplit.ix in @INC (@INC entries checked: $(@D)/blib/lib $(@D)/blib/arch /usr/perl5/site_perl/5.38/i86pc-solaris-thread-multi-64 /usr/perl5/site_perl/5.38 /usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64 /usr/perl5/vendor_perl/5.38 /usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64 /usr/perl5/5.38/lib .) at /usr/perl5/5.38/lib/AutoLoader.pm line 181.
at $(@D)/blib/lib/Crypt/RIPEMD160/MAC.pm line 3.
There is no auto/Crypt/RIPEMD160/MAC/autosplit.ix file, but there is auto/Crypt/RIPEMD160/autosplit.ix.
I'm trying to package
Crypt-RIPEMD160
for OpenIndiana and during testing I found this error:There is no
auto/Crypt/RIPEMD160/MAC/autosplit.ix
file, but there isauto/Crypt/RIPEMD160/autosplit.ix
.This fails with Perl 5.34, 5.36, and 5.38.