taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.16k stars 59 forks source link

lotus123r3_1.0-4bionic_i386.deb does not install on 32bit system #117

Closed krackout closed 1 year ago

krackout commented 1 year ago

I tried installing lotus123r3_1.0-4bionic_i386.deb on a schrooted 32bit env. I got an error, unresolved dependencies libtinfo5 or 6 or lib32tinfo5 or 6 missing. Yet libtinfo5 was installed.

I noticed an (i) missing on control file.

So I extracted the .deb archive and changed control file.
libtinfo5:386 -> libtinfo5:i386

After packing again, the installation proceeded, everything is fine. Thank you for all the work!

taviso commented 1 year ago

Oops - that was a bad typo, thank you!

I've fixed it now.