-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Build from source error on Catalina #30276
Comments
I think this would be a duplicate of #30129. |
@glevanov could you confirm that it works now? |
@glevanov confirmed that dgram timeouts looks similar to #30030 (comment). EPIPE looks like the flaky test from #29341. @BridgeAR is there anything else here? |
Updated logs attached |
@glevanov Thanks! I don't think there is anything new here on top of #30030 (comment) and #29341 now. |
I'll go ahead and close this out then. |
The Error
I was building Node binary for Code+Learn meetup. I was following the official guide.
The build passed without errors. However when I laucned
make test-only
, I got the following messages in output:What I did before
First I encountered issues with
./configure
:I've followed the guide for node-gyp issues with xcode in Catalina and passed the acid test (as descibed here), however it did not help with build.
Just in case, this is my acid test results:
I also have a different python version (2.7, not 3.7):
Our chat came up with the following workaround - if we comment out the following in ./configure, config and build pass without errors.
I've also attached full log of
make test-only
output: log.txt.I am building from the following:
The text was updated successfully, but these errors were encountered: