-
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
Android build failed #49739
Comments
The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: nodejs#49739
The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: nodejs#49739
Here you go: #49744 |
I edited the "deps/uv/uv.gyp" file as described in the pull request #49744 but now the problem is:
The file "/workspaces/codespaces-blank/android-ndk-r26/sources/android/cpufeatures/cpu-features.h" exist. |
There's something wrong with your local copy, that's not the deps/zlib/cpu_features.c from v20.7.0. The header file is called cpu_features.h (note underscore vs. dash) and that's what cpu_features.c includes. |
I redownloaded the Node.js (v20.7.0) source but it still gives me the same error. On line 43 of cpu_features.c: |
Oh, I was looking at the wrong line. Problem with your SDK install, can't help you with that. |
I opened another issue because I can't resolve the problem. |
The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: #49739 PR-URL: #49744 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: #49739 PR-URL: #49744 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: nodejs#49739 PR-URL: nodejs#49744 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Hi,
when I try to build Node.js (version 20.7.0) for the Android platform I get:
How can I solve it?
The text was updated successfully, but these errors were encountered: