Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705418 - app-office/libreoffice-bin-6.3.4.2 - /usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.65: cannot open shared object file: No such file or directory
Summary: app-office/libreoffice-bin-6.3.4.2 - /usr/lib64/libreoffice/program/soffice.b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-14 14:39 UTC by email200202
Modified: 2020-02-07 16:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2020-01-14 14:39:22 UTC
After world update, app-office/libreoffice-bin-6.3.4.2 failed to run with error message:

$ libreoffice 
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.65: cannot open shared object file: No such file or directory


Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -auvDN world
3. libreoffice
Actual Results:  
failed with message:
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.65: cannot open shared object file: No such file or directory

Expected Results:  
To not fail
Comment 1 email200202 2020-01-14 14:46:03 UTC
The libreoffice-bin-6.3.4.2.ebuild depends on dev-libs/icu:0/64.2 instead of dev-libs/icu:0/65.1.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2020-01-15 08:07:28 UTC
My fault. Fixed in the ebuild, it needs icu-65.
Comment 3 Ted Marston 2020-02-07 16:16:26 UTC
But the binary libreoffice-bin-6.3.4.2 built for i686 (x86_32) CPUs still looks for libicuuc.so.64 and libicui18n.so.64 and fails to load. See #703344.