At 04:27 PM 6/11/2002 -0400, Brian Tillman wrote: >>Release candidate 2 should be out in a couple more days, but if anyone can >fit in a >>test build (please do), there is a snapshot available today from any of the >>following URLs: >> >><http://www.iki.fi/jhi/perl@17165.tgz> > >I built with this one. All tests not skipped on this platform reported >"ok", except for: Thanks for the report. OpenVMS VAX 7.2, C 6.4, right? >t/op/pack............................FAILED at test 190 >t/op/pow.............................FAILED at test 190 >lib/Math/BigInt/t/bare_mbi...........FAILED at test 2319 >lib/Math/BigInt/t/bigintpm...........FAILED at test 2319 >lib/Math/BigInt/t/sub_mbi............FAILED at test 2319 >lib/Math/Trig........................FAILED at test 21 More than likely all these are D_FLOAT issues, i.e., they depend on the ability to represent numbers bigger than 1.7e38. It would be nice to know more details, though, if you have time to run them individually. The numbers where they fail are a bit suspect and the test harness may not be telling you the truth; do all the BigInt tests really fail at 2319? >lib/Net/hostent......................FAILED at test 5 Are you running Multinet? I think we've now got something in README.vms about this.