-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Upgrade to libuv 1.44.2 requires -D_GNU_SOURCE
build flag on Android
#46743
Comments
nappy
added a commit
to nappy/node
that referenced
this issue
Feb 20, 2023
Remove missing source file and add the GNU_SOURCE flag required to build libuv for android Fixes nodejs#46743 Fixes nodejs#46743
nappy
added a commit
to nappy/node
that referenced
this issue
Feb 20, 2023
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: nodejs#46743 Fixes: nodejs#46744
This was referenced Feb 20, 2023
nappy
added a commit
to nappy/node
that referenced
this issue
Feb 21, 2023
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: nodejs#46743 Fixes: nodejs#46744
nodejs-github-bot
pushed a commit
that referenced
this issue
Feb 22, 2023
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
targos
pushed a commit
that referenced
this issue
Mar 13, 2023
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
danielleadams
pushed a commit
that referenced
this issue
Apr 11, 2023
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
18.14.1
Platform
android
Subsystem
build / deps
What steps will reproduce the bug?
Crosscompiling for Android.
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior?
Build succeeding.
What do you see instead?
Additional information
Adding
-D_GNU_SOURCE
to the build flags, as proposed by libuv/libuv#3499 (comment) resolves the issue. @lpincaThe text was updated successfully, but these errors were encountered: