Actions
Bug #1360
closedCRYSTAX_PANI: issetugid() not implemented!!! when calling boost::locale::conv::to_utf (10.3.1)
Start date:
04/06/2016
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
arm
Host OS:
Linux
Toolchain:
gcc-5
Android version:
4.2 (android-17), 5.0 (android-21)
CrystaX NDK Version:
Description
Hello and thank you for this God-sent NDK!
When converting from ISO-8859-* to UTF-8 with Boost.Locale's to_utf function, the program run from the adb shell produces the error message:
CRYSTAX_PANI: issetugid() not implemented!!!
This is on 10.3.1 Linux x86, armeabi-v7a
This is as much as I could narrow the problem. Somehow the backend (iconv?) is calling issetugid. I haven't managed to pinpoint it exactly in the backend.
Thank you for any advice on how to resolve this issue.
Actions