running on Solaris 10
trying to use the df.pl script from
Makefile.PL and make complete successfully
make test spits out errors
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1st............ok
t/freebsd-ufs....skipped
all skipped: no reason given
t/linux-ext2.....skipped
all skipped: no reason given
t/linux-vfat.....skipped
all skipped: no reason given
t/solaris-ufs....An error occured. statvfs failed. Did you run h2ph?
FAILED before any test output arrived
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------
t/solaris-ufs.t ?? ?? % ??
3 tests skipped.
Failed 1/5 test scripts, 80.00% okay. 8/9 subtests failed, 11.11% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
running h2ph hangs after 'redefine' message
# h2ph -r -l
require '_h2ph_pre.ph';
no warnings 'redefine'; // hangs here
I added require '_h2ph_pre.ph'; to the h2ph and re-ran with the same result.
What's up with this?
Solaris 10
trying to use the df.pl script from
Makefile.PL and make complete successfully
make test spits out errors
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1st............ok
t/freebsd-ufs....skipped
all skipped: no reason given
t/linux-ext2.....skipped
all skipped: no reason given
t/linux-vfat.....skipped
all skipped: no reason given
t/solaris-ufs....An error occured. statvfs failed. Did you run h2ph?
FAILED before any test output arrived
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------
t/solaris-ufs.t ?? ?? % ??
3 tests skipped.
Failed 1/5 test scripts, 80.00% okay. 8/9 subtests failed, 11.11% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
running h2ph hangs after 'redefine' message
# h2ph -r -l
require '_h2ph_pre.ph';
no warnings 'redefine'; // hangs here
I added require '_h2ph_pre.ph'; to the h2ph and re-ran with the same result.
What's up with this?
Solaris 10