On Fri, Nov 4, 2011 at 22:18, Keshav P R <the.ridikulus....@gmail.com>wrote:

> On Fri, Nov 4, 2011 at 22:08, Jim Meyering <j...@meyering.net> wrote:
>
>> Keshav P R wrote:
>>
>> > Strange. Parted is able to open/print a manually created dd image (with
>> 140
>> > entry gpt table created using gdisk) but the "make check" test fails
>> (http://
>> > paste2.org/p/1758285) . Whats wrong?
>>
>> Thanks for the report.
>> The new script that's run by that test uses Perl's Digest/CRC.pm module:
>>
>>    Can't locate Digest/CRC.pm in @INC (@...
>>
>> On an rpm-based system, you can install it with this:
>>
>>    yum install -y perl-Digest-CRC
>>
>> I'll adjust the test to skip (with a warning) rather than
>> to fail when that package is not available.
>>
>
> Just FYI, this is in Archlinux x86_64 (not rpm or deb based). I found that
> CRC.pm is provided by perl-string-crc32 (package separate from perl
> package). Thanks for your help.
>
> - Keshav
>
>
File locations - seems different are from the paths in the perl script

perl-string-crc32 /usr/
perl-string-crc32 /usr/lib/
perl-string-crc32 /usr/lib/perl5/
perl-string-crc32 /usr/lib/perl5/vendor_perl/
perl-string-crc32 /usr/lib/perl5/vendor_perl/String/
perl-string-crc32 /usr/lib/perl5/vendor_perl/String/CRC32.pm
perl-string-crc32 /usr/lib/perl5/vendor_perl/auto/
perl-string-crc32 /usr/lib/perl5/vendor_perl/auto/String/
perl-string-crc32 /usr/lib/perl5/vendor_perl/auto/String/CRC32/
perl-string-crc32 /usr/lib/perl5/vendor_perl/auto/String/CRC32/CRC32.bs
perl-string-crc32 /usr/lib/perl5/vendor_perl/auto/String/CRC32/CRC32.so
perl-string-crc32 /usr/share/
perl-string-crc32 /usr/share/man/
perl-string-crc32 /usr/share/man/man3/
perl-string-crc32 /usr/share/man/man3/String::CRC32.3pm.gz

Reply via email to