direc85 / toeterm

Terminal emulator for Sailfish OS, based on ThumbTerm and FingerTerm
GNU General Public License v2.0
9 stars 3 forks source link

Installation of v1.9.3-1-legacy fails on SFOS2.2.1 #10

Closed Olf0 closed 3 years ago

Olf0 commented 3 years ago

From the release notes of v1.9.3-1-legacy: "Legacy builds support SailfishOS 2.2 and newer."

After a successful installation on an XperiaX@SFOS3.2.1, I also tried on a Jolla1@SFOS2.2.1, which failed with "Fatal error: nothing provides libc.so.6(GLIBC_2.28) needed by toeterm-1.9.3-1.armv7hl"

Looking at the output of rpm -qR toeterm-1.9.3-1-legacy.armv7hl.rpm:

...
libc.so.6(GLIBC_2.28)
libc.so.6(GLIBC_2.4)
...

This looks wrong to me:

direc85 commented 3 years ago

Thanks for reporting. There must be some sort of a hiccup with that release.

I'll install the SFOS2 build environment and rebuild the packages - and this time I'll test them at my Jolla phone, too.

direc85 commented 3 years ago

I tried to install the SFOS 2.2.1 build targets, and it borked my whole build engine. Time to reinstall the whole shebang. Again...

I'll have to install the older SDK to another computer, it seems.

Olf0 commented 3 years ago

Fixed per toeterm-legacy-1.9.6-1.*.rpm. Tested installation, configuration and use (the latter only quickly) on a Jolla1 @ SFOS2.2.1 and an XperiaX @ SFOS 3.2.1.

Thank you very much @direc85!