Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

h2ph error

Status
Not open for further replies.

jawg

MIS
Joined
Feb 4, 2008
Messages
3
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top