-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
OpenBSD bad node executable. #22629
Comments
This might have been caused by backporting #18543 to release branches where |
Yes just removing the .native is working. |
@sylkat Okay, great – do you want to open a PR or should I? |
Well really is the first time i am doing a pull in git and just now i am the guidelines for how to do it. |
Well i dont think is that complex i just generate the patch and post it with a little explanation. |
@sylkat It’s perfectly fine for things to take a while, yes. And you’re right, the change itself is simple, so it’s perfectly fine if you’d prefer to not do it. If you need any help, feel free to ping me here or on IRC (https://webchat.freenode.net/?channels=node-dev&uio=d4). (If you do post a patch, make sure to include the name/email address with which you want to be listed in the changelog somewhere.) |
I posted the pull request: |
I forked , commited the fix and pull request to merge from my fork to the v8.x-staging. |
This was fixed. |
The node executable generated by gmake gives this error:
The error is in bootstrap_node.js line 78:
This code is executed only for OpenBSD and commenting it will generate a correct node executable.
So the patch is comment those lines, maybe for older versions were need is not the case and the FS module seems that has not the native method anymore.
Regards,
Sylkat
The text was updated successfully, but these errors were encountered: