Closed KreitinnSoftware closed 2 months ago
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)
Not sure I understand what preload you are talking about. This breakage is new to this PR...
CMake gives error,
/usr/bin/cmake: /home/pablo/box64/b/../x64lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/bin/cmake)
/usr/bin/cmake: /home/pablo/box64/b/../x64lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/lib/libcppdap.so)
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
All Android / Termux tests seems to crash now, can you check?