-
-
Notifications
You must be signed in to change notification settings - Fork 314
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] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 for Android Too, Use BOX64_LD_LIBRARY_PATH instead of LD_LIBRARY_PATH on CTEST #1754
Conversation
…'t define NEEDED_LIBS_234 for Android Too
All Android / Termux tests seems to crash now, can you check? |
It's because trying to preload libraries from x64lib folder I guess |
On my local machine just removing x64lib folder ctest works |
Not sure I understand what preload you are talking about. This breakage is new to this PR... |
And it seems it's segfaulting, so I doubt it's a preload of 64bits libs on a 32bits run (the libs should be just ignored there) |
CMake gives error,
|
This is quite strange, it shouldn't happen |
Ah, ok. interferances with the actual cmake binary. I see. Yeah, better use BOX64 versions of ld_lib_path... |
Without libpthread.so functions, test06 simply crashes, then will enable libpthread as required lib again, libbsd is not needed I guess |
No description provided.