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

Lost /deps/cares/src/ares_android.h #23681

Closed
kelp404 opened this issue Oct 16, 2018 · 2 comments
Closed

Lost /deps/cares/src/ares_android.h #23681

kelp404 opened this issue Oct 16, 2018 · 2 comments

Comments

@kelp404
Copy link

kelp404 commented Oct 16, 2018

  • Version: 10.12.0
  • Platform:
    Target: Android-21
    Host: Ubuntu 16.04
  • Subsystem:
    NDK: 17

Hello,
I want to build node.js for Android.
But I can't build successful because of no /deps/cares/src/ares_android.h.

ares_android.h is in cares-1_14_0 release.
https://github.com/c-ares/c-ares/blob/cares-1_14_0/ares_android.h

ares_android.h didn't add into node project. https://github.com/nodejs/node/tree/v10.x/deps/cares/src
We just add ares_android.c at this commit b82f905.

../deps/cares/config/android/ares_config.h:62:1: warning: (this will be reported only once per input file)
../deps/cares/src/ares_android.c:21:26: fatal error: ares_android.h: No such file or directory
 #include "ares_android.h"
                          ^
compilation terminated.
deps/cares/cares.target.mk:143: recipe for target '/builds/cloud/node/out/Release/obj.target/cares/deps/cares/src/ares_android.o' failed
make[1]: *** [/builds/cloud/node/out/Release/obj.target/cares/deps/cares/src/ares_android.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:99: recipe for target 'node' failed
make: *** [node] Error 2
@cjihrig
Copy link
Contributor

cjihrig commented Oct 16, 2018

Does #23682 fix things?

@kelp404
Copy link
Author

kelp404 commented Oct 16, 2018

Hello @cjihrig ,
Thank you.
This issue was fixed.

cjihrig added a commit to cjihrig/node that referenced this issue Oct 19, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: nodejs#23682
Fixes: nodejs#23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
addaleax pushed a commit that referenced this issue Oct 20, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: #23682
Fixes: #23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
jasnell pushed a commit that referenced this issue Oct 21, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: #23682
Fixes: #23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this issue Oct 30, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: #23682
Fixes: #23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
rvagg pushed a commit that referenced this issue Nov 28, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: #23682
Fixes: #23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this issue Nov 29, 2018
This file was left out of the c-ares 1.14.0 update.

PR-URL: #23682
Fixes: #23681
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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