Skip Menu |

This queue is for tickets about the Crypt-Random CPAN distribution.

Report information
The Basics
Id: 6540
Status: resolved
Priority: 0/
Queue: Crypt-Random

People
Owner: Nobody in particular
Requestors: collapse [...] postmark.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.23
Fixed in: (no value)



Subject: make test fails all tests on Redhat Enterprise v3.0 update 1
Crypt-Random-1.23 Perl 5.8.0 Redhat Enterprise v3.0 Update 1 (kernel 2.4.21-15.ELsmp in Redhat land) Error starts at: Unable to load module Crypt::Random::Provider::devurandom Output of `perl -MCPAN -e "install Crypt::Random"` below. Please let me know if I can supply any more information; apologies if I missed an already filed bug or am in the wrong place: # perl -MCPAN -e "install Crypt::Random" CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Mon, 07 Jun 2004 09:34:23 GMT Running install for module Crypt::Random Running make for V/VI/VIPUL/Crypt-Random-1.23.tar.gz CPAN: Digest::MD5 loaded ok Checksum for /root/.cpan/sources/authors/id/V/VI/VIPUL/Crypt-Random-1.23.tar.gz ok Scanning cache /root/.cpan/build for sizes Deleting from cache: /root/.cpan/build/Mail-Sendmail-0.79 (24.8>10.0 MB) Deleting from cache: /root/.cpan/build/Proc-Daemon-0.03 (24.6>10.0 MB) Deleting from cache: /root/.cpan/build/Proc-Daemontools-1.06 (24.5>10.0 MB) Deleting from cache: /root/.cpan/build/File-Rsync-0.32 (24.4>10.0 MB) Deleting from cache: /root/.cpan/build/Config-Tiny-1.6 (24.2>10.0 MB) Deleting from cache: /root/.cpan/build/Math-Pari-2.010501 (24.1>10.0 MB) Crypt-Random-1.23/ Crypt-Random-1.23/lib/ Crypt-Random-1.23/lib/Crypt/ Crypt-Random-1.23/lib/Crypt/Random/ Crypt-Random-1.23/lib/Crypt/Random/Provider/ Crypt-Random-1.23/lib/Crypt/Random/Provider/File.pm Crypt-Random-1.23/lib/Crypt/Random/Provider/devrandom.pm Crypt-Random-1.23/lib/Crypt/Random/Provider/rand.pm Crypt-Random-1.23/lib/Crypt/Random/Provider/devurandom.pm Crypt-Random-1.23/lib/Crypt/Random/Provider/egd.pm Crypt-Random-1.23/lib/Crypt/Random/Generator.pm Crypt-Random-1.23/lib/Crypt/Random.pm Crypt-Random-1.23/t/ Crypt-Random-1.23/t/octet_string.t Crypt-Random-1.23/t/generator.t Crypt-Random-1.23/t/pari_misfeature.t Crypt-Random-1.23/t/random.t Crypt-Random-1.23/t/makerandom_itv.t Crypt-Random-1.23/bin/ Crypt-Random-1.23/bin/makerandom Crypt-Random-1.23/Changes Crypt-Random-1.23/MANIFEST Crypt-Random-1.23/META.yml Crypt-Random-1.23/Makefile.PL Crypt-Random-1.23/README Removing previously used /root/.cpan/build/Crypt-Random-1.23 CPAN.pm: Going to build V/VI/VIPUL/Crypt-Random-1.23.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Crypt::Random cp lib/Crypt/Random/Provider/File.pm blib/lib/Crypt/Random/Provider/File.pm cp lib/Crypt/Random/Provider/devrandom.pm blib/lib/Crypt/Random/Provider/devrandom.pm cp lib/Crypt/Random.pm blib/lib/Crypt/Random.pm cp lib/Crypt/Random/Provider/rand.pm blib/lib/Crypt/Random/Provider/rand.pm cp lib/Crypt/Random/Generator.pm blib/lib/Crypt/Random/Generator.pm cp lib/Crypt/Random/Provider/devurandom.pm blib/lib/Crypt/Random/Provider/devurandom.pm cp lib/Crypt/Random/Provider/egd.pm blib/lib/Crypt/Random/Provider/egd.pm cp bin/makerandom blib/script/makerandom /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/makerandom Manifying blib/man3/Crypt::Random.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/generator..........ok t/makerandom_itv.....Unable to load module Crypt::Random::Provider::devurandom - at /root/.cpan/build/Crypt-Random-1.23/blib/lib/Crypt/Random.pm line 47. t/makerandom_itv.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/octet_string.......Can't call method "get_data" on an undefined value at /root/.cpan/build/Crypt-Random-1.23/blib/lib/Crypt/Random.pm line 115. t/octet_string.......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/pari_misfeature....Unable to load module Crypt::Random::Provider::devurandom - at lib/Crypt/Random.pm line 47. t/pari_misfeature....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/random.............Unable to load module Crypt::Random::Provider::devurandom - at lib/Crypt/Random.pm line 47. t/random.............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/makerandom_itv.t 255 65280 5 5 100.00% 1-5 t/octet_string.t 255 65280 2 2 100.00% 1-2 t/pari_misfeature.t 255 65280 1 1 100.00% 1 t/random.t 255 65280 1 1 100.00% 1 Failed 4/5 test scripts, 20.00% okay. 9/27 subtests failed, 66.67% okay. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
From: dragonchild93 [...] yahoo.com
Try LANG=C [guest - Mon Jun 7 15:48:14 2004]: Show quoted text
> Crypt-Random-1.23 > Perl 5.8.0 > Redhat Enterprise v3.0 Update 1 (kernel 2.4.21-15.ELsmp in Redhat > land) > > Error starts at: Unable to load module > Crypt::Random::Provider::devurandom > Output of `perl -MCPAN -e "install Crypt::Random"` below. Please let > me know if I can supply any more information; apologies if I missed > an already filed bug or am in the wrong place: > > # perl -MCPAN -e "install Crypt::Random" > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Mon, 07 Jun 2004 09:34:23 GMT > Running install for module Crypt::Random > Running make for V/VI/VIPUL/Crypt-Random-1.23.tar.gz > CPAN: Digest::MD5 loaded ok > Checksum for /root/.cpan/sources/authors/id/V/VI/VIPUL/Crypt-Random- > 1.23.tar.gz ok > Scanning cache /root/.cpan/build for sizes > Deleting from cache: /root/.cpan/build/Mail-Sendmail-0.79 (24.8>10.0 > MB) > Deleting from cache: /root/.cpan/build/Proc-Daemon-0.03 (24.6>10.0 MB) > Deleting from cache: /root/.cpan/build/Proc-Daemontools-1.06 > (24.5>10.0 MB) > Deleting from cache: /root/.cpan/build/File-Rsync-0.32 (24.4>10.0 MB) > Deleting from cache: /root/.cpan/build/Config-Tiny-1.6 (24.2>10.0 MB) > Deleting from cache: /root/.cpan/build/Math-Pari-2.010501 (24.1>10.0 > MB) > Crypt-Random-1.23/ > Crypt-Random-1.23/lib/ > Crypt-Random-1.23/lib/Crypt/ > Crypt-Random-1.23/lib/Crypt/Random/ > Crypt-Random-1.23/lib/Crypt/Random/Provider/ > Crypt-Random-1.23/lib/Crypt/Random/Provider/File.pm > Crypt-Random-1.23/lib/Crypt/Random/Provider/devrandom.pm > Crypt-Random-1.23/lib/Crypt/Random/Provider/rand.pm > Crypt-Random-1.23/lib/Crypt/Random/Provider/devurandom.pm > Crypt-Random-1.23/lib/Crypt/Random/Provider/egd.pm > Crypt-Random-1.23/lib/Crypt/Random/Generator.pm > Crypt-Random-1.23/lib/Crypt/Random.pm > Crypt-Random-1.23/t/ > Crypt-Random-1.23/t/octet_string.t > Crypt-Random-1.23/t/generator.t > Crypt-Random-1.23/t/pari_misfeature.t > Crypt-Random-1.23/t/random.t > Crypt-Random-1.23/t/makerandom_itv.t > Crypt-Random-1.23/bin/ > Crypt-Random-1.23/bin/makerandom > Crypt-Random-1.23/Changes > Crypt-Random-1.23/MANIFEST > Crypt-Random-1.23/META.yml > Crypt-Random-1.23/Makefile.PL > Crypt-Random-1.23/README > Removing previously used /root/.cpan/build/Crypt-Random-1.23 > > CPAN.pm: Going to build V/VI/VIPUL/Crypt-Random-1.23.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Crypt::Random > cp lib/Crypt/Random/Provider/File.pm > blib/lib/Crypt/Random/Provider/File.pm > cp lib/Crypt/Random/Provider/devrandom.pm > blib/lib/Crypt/Random/Provider/devrandom.pm > cp lib/Crypt/Random.pm blib/lib/Crypt/Random.pm > cp lib/Crypt/Random/Provider/rand.pm > blib/lib/Crypt/Random/Provider/rand.pm > cp lib/Crypt/Random/Generator.pm blib/lib/Crypt/Random/Generator.pm > cp lib/Crypt/Random/Provider/devurandom.pm > blib/lib/Crypt/Random/Provider/devurandom.pm > cp lib/Crypt/Random/Provider/egd.pm > blib/lib/Crypt/Random/Provider/egd.pm > cp bin/makerandom blib/script/makerandom > /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" > blib/script/makerandom > Manifying blib/man3/Crypt::Random.3pm > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/generator..........ok > t/makerandom_itv.....Unable to load module > Crypt::Random::Provider::devurandom - at /root/.cpan/build/Crypt- > Random-1.23/blib/lib/Crypt/Random.pm line 47. > t/makerandom_itv.....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-5 > Failed 5/5 tests, 0.00% okay > t/octet_string.......Can't call method "get_data" on an undefined > value at /root/.cpan/build/Crypt-Random- > 1.23/blib/lib/Crypt/Random.pm line 115. > t/octet_string.......dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > t/pari_misfeature....Unable to load module > Crypt::Random::Provider::devurandom - at lib/Crypt/Random.pm line > 47. > t/pari_misfeature....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay > t/random.............Unable to load module > Crypt::Random::Provider::devurandom - at lib/Crypt/Random.pm line > 47. > t/random.............dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/makerandom_itv.t 255 65280 5 5 100.00% 1-5 > t/octet_string.t 255 65280 2 2 100.00% 1-2 > t/pari_misfeature.t 255 65280 1 1 100.00% 1 > t/random.t 255 65280 1 1 100.00% 1 > Failed 4/5 test scripts, 20.00% okay. 9/27 subtests failed, 66.67% > okay. > make: *** [test_dynamic] Error 2 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force > >
Pretty old. Can't repro. Please open again if still an issue.,