Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266670

Summary: openoffice broken after libicuuc update
Product: Gentoo Linux Reporter: Vicente Olivert Riera (RETIRED) <vincent>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vicente Olivert Riera (RETIRED) gentoo-dev 2009-04-18 18:21:50 UTC
peratu@hp ~ $ soffice 
/usr/lib64/openoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.38: cannot open shared object file: No such file or directory

peratu@hp ~ $ find /usr/lib64/ -type f -name libicuuc*
/usr/lib64/libicuuc.so.40.1

I think that the problem will be fixed rebuilding openoffice.

Reproducible: Always
Comment 1 emerald 2009-04-18 19:13:07 UTC
revdep-rebuild from gentoolkit will help you fix your broken library 
dependencies
Comment 2 Rafał Mużyło 2009-04-18 19:43:34 UTC
It won't for a binary package.
dev-libs/icu is not slotted and recently it had a bump to
library major version, so any binary package that depended
on it will probably stay broken.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-04-18 22:40:45 UTC
app-office/openoffice-bin provides its own copy of ICU and doesn't depend on dev-libs/icu.

I assume that the reported uses app-office/openoffice which should be rebuilt after upgrading dev-libs/icu.