toddr / Crypt-RIPEMD160

Release history of Crypt-RIPEMD160
https://metacpan.org/pod/Crypt::RIPEMD160
6 stars 2 forks source link

Can't locate auto/Crypt/RIPEMD160/MAC/autosplit.ix #2

Open mtelka opened 1 year ago

mtelka commented 1 year ago

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.

This fails with Perl 5.34, 5.36, and 5.38.

ballapete commented 2 weeks ago

The same with Perl 5.34 and Crypt-RIPEMD160-0.08 on macOS.

mtelka commented 2 weeks ago

FYI, I use this as a workaround:

mkdir blib/lib/auto/Crypt/RIPEMD160/MAC
echo "1;" > blib/lib/auto/Crypt/RIPEMD160/MAC/autosplit.ix