arsv/perl-cross

make test error:

wjj666 opened this issue · 1 comments

My gcc version is 8.3.1 and I need to install perl-5.18.4.
There are error information when I run make test:
ext/Errno/t/Errno ............................................. FAILED--Further testing stopped: No errno's are exported
make: *** [makefile:868: test] Error 29

Could you please tell me how two fix the problem? Thank you.

arsv commented

Check ext/Errno/Errno_pm.PL, maybe try running it manually.
(rm Errno.pm; make in that directory to see how it gets invoked)

The message likely means that script failed to pick errno values for some reason.