Yaksh Bariya
Yaksh Bariya
Ping 2, is this still needed?
Let's first get #11037 in, then I'll rebase this PR against master
Remove the `-lresolv` from the command line flags from wherever it originates. On Android, almost everything is implemented in Bionic libc located at `/system/lib{,64}/libc.so`.
> Maybe/hopefully we'll get a better backtrace with a debug build of openjdk-17. I'll see if its possible to build a debug variant I would also like to suggest running...
It seems like the issue exists on only certain Android version. I couldn't reproduce the issue on both my "aarch64 MiA3 running Android 11" and "arm Moto G4 running Android...
@neophob Can you try building Node.js with the following additional patch:- ```diff --- ./deps/uv/src/unix/linux-core.c.orig 2022-06-03 12:37:01.127102137 +0530 +++ ./deps/uv/src/unix/linux-core.c 2022-06-03 12:37:11.887102132 +0530 @@ -43,14 +43,6 @@ #include #include -#define HAVE_IFADDRS_H...
@neophob The following updated patch should work:- ```diff --- ./deps/uv/src/unix/linux-core.c.orig 2022-06-03 12:37:01.127102137 +0530 +++ ./deps/uv/src/unix/linux-core.c 2022-06-03 14:36:13.308341930 +0530 @@ -43,14 +43,6 @@ #include #include -#define HAVE_IFADDRS_H 1 - -#ifdef __UCLIBC__...
> Now i get a different error: A system error occurred: undefined returned undefined (undefined) with stacktrace: Well that's because your code (or most probably one of your dependencies) hasn't...
> is there anything I can do help diagnose this issue? I'm pretty clueless tbh at the moment, any hints are appreciated! It seems like you're using a bundler to...
> IMHO this issue isn't really termux related. Maybe other nodejs developers can help if you open an issue in their repo Instead of opening the issue in the nodejs...