WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: libreoffice is missing icu61.tcz dependency  (Read 2486 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
libreoffice is missing icu61.tcz dependency
« on: March 13, 2021, 08:59:24 AM »
in TC12_64, libreoffice.tcz is missing icu61.tcz dependency
Code: [Select]
tc@box:~$ libreoffice
/tmp/tcloop/libreoffice/usr/local/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libicui18n.so.61: cannot open shared object file: No such file or directory

So libreoffice is missing dependecy on icu61.tcz (which has /usr/lib/libicui18n.so.61)

and now we have a libreoffice depending on icu61, icu65 and icu67 (how nice!), because other intermediary dependencies:
Code: [Select]
   libbluetooth.tcz
      bluez.tcz
         libical3.tcz
            icu67.tcz

      gnome-online-accounts.tcz
         webkitgtk4.tcz
            icu65.tcz
            harfbuzz-icu.tcz
               icu67.tcz


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: libreoffice is missing icu61.tcz dependency
« Reply #1 on: March 13, 2021, 10:12:58 PM »
dep file adjusted - I'll look at recompiling libreoffice at some point..

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: libreoffice is missing icu61.tcz dependency
« Reply #2 on: March 14, 2021, 03:18:03 AM »
webkitgtk4 updated, so the dep on icu65 is probably gone.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
Re: libreoffice is missing icu61.tcz dependency
« Reply #3 on: March 14, 2021, 11:13:03 AM »
dep file adjusted - I'll look at recompiling libreoffice at some point..
Thank you! :)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: libreoffice is missing icu61.tcz dependency
« Reply #4 on: March 15, 2021, 06:46:59 AM »
updated libreoffice posted

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
Re: libreoffice is missing icu61.tcz dependency
« Reply #5 on: March 15, 2021, 10:54:25 AM »
wow, this was fast! Thank You x2 Juanito!