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.

Reply via email to