GarouDan
02/16/2019, 4:26 PM> Task :common:linkTestDebugExecutableNativeAndroidArm32 FAILED
/root/.konan/dependencies/clang-llvm-6.0.1-linux-x86-64/bin/llvm-lto: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
error: compilation failed: The /root/.konan/dependencies/clang-llvm-6.0.1-linux-x86-64/bin/llvm-lto command returned non-zero exit code: 127.
Does someone knows how to fix this? The library libtinfo.so.5
is missing.
It looks like this could be related with ncurses
. Some people suggested to install this package yum install ncurses-compat-libs
but I don’t know which package I should install when using debian.Dominaezzz
02/16/2019, 4:29 PMDominaezzz
02/16/2019, 4:30 PMGarouDan
02/16/2019, 4:31 PMGarouDan
02/16/2019, 4:31 PMDominaezzz
02/16/2019, 4:33 PMDominaezzz
02/16/2019, 4:34 PMGarouDan
02/16/2019, 4:37 PMGarouDan
02/16/2019, 4:48 PMlibncurses5
in the docker container it worked 😃Dominaezzz
02/16/2019, 4:49 PM