arsv / perl-cross

configure and cross-compile perl
Other
81 stars 29 forks source link

make test error: #101

Open wjj666 opened 3 years ago

wjj666 commented 3 years ago

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 3 years ago

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.