Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test error: #101

Open
wjj666 opened this issue Dec 14, 2020 · 1 comment
Open

make test error: #101

wjj666 opened this issue Dec 14, 2020 · 1 comment

Comments

@wjj666
Copy link

wjj666 commented Dec 14, 2020

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
Copy link
Owner

arsv commented Dec 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants