perl-cross icon indicating copy to clipboard operation
perl-cross copied to clipboard

make test error:

Open wjj666 opened this issue 5 years ago • 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.

wjj666 avatar Dec 14 '20 06:12 wjj666

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.

arsv avatar Dec 14 '20 09:12 arsv