REPRODUCIBILITY (% or how often): 100
BUILD ID: 3068e2ef0a
HARDWARE: x86_64 laptop
UI LANGUAGE: english
REGRESSION: (compared to previous public release: Yes, No, ?): Yes
DESCRIPTION:
After upgrading the SDK to 3.2 on Arch, I am greeted with:
~/SailfishOS/lib/qtcreator/plugins/libClangTools.so: Cannot load library ~/SailfishOS/lib/qtcreator/plugins/libClangTools.so: (libtinfo.so.5: cannot open shared object file: No such file or directory)
PRECONDITIONS:
- none
STEPS TO REPRODUCE:
- upgrade the SDK via maintenance tool
- launch the SFOS IDE
- Plugin Loader Messages pops up with said error message
EXPECTED RESULT:
- IDE loads with full functionality
ACTUAL RESULT:
- IDE loads with error message
- feautures like autocomplete do not work
ADDITIONAL INFORMATION:
Workaround:
- Quit IDE
sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5
- Launch IDE