Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/perl5 on VAX wants NaNs and infinities




> On Dec 28, 2024, at 11:01 AM, John Klos <john%klos.com@localhost> wrote:
> 
> Hi,
> 
> Perl is now at version 5.40.0. This new version fails to compile because it wants to use NV_INF and NV_NAN.
> 
> What's the best way to fix this?
> 
> Thanks,
> John

Fix the PERL bug.

Does it really not build, or does it just fail some of the tests in the validation test suite as some of the replies seem to indicate?  If the latter, then just ignore the failures, or better yet, submit a patch to those test cases so they are skipped on VAX.

If it doesn't build at all, then what you have is a misguided environmental assumption in the code that needs to be repaired.

	paul


Home | Main Index | Thread Index | Old Index