Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562446 - app-office/libreoffice-bin should hard depend on dev-libs/nettle 2.7.1-r4
Summary: app-office/libreoffice-bin should hard depend on dev-libs/nettle 2.7.1-r4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 21:31 UTC by cruzki
Modified: 2015-10-10 10:06 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 cruzki 2015-10-06 21:31:31 UTC
Last update of nettle broke libreoffice-bin because a so bump (libreoffice-bin is compiled against libnettle.so.4 but 3.3.1 provides libnettle.so.6).

Reproducible: Always

Steps to Reproduce:
1. update nettle to the latest estable version
2. open libreoffice-bin
3. crash
Actual Results:  
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libnettle.so.4: cannot open shared object file: No such file or directory


Expected Results:  
Libreoffice is opened
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-10-10 09:14:37 UTC
Could you please try rebuilding your net-misc/curl ?

Do you still have the problem afterwards?
Comment 2 cruzki 2015-10-10 10:06:25 UTC
Rebuilding gnutls solve the problem. Thanks.