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

Bug 390501

Summary: app-office/libreoffice-bin: dependencies cause emerge block
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED DUPLICATE    
Severity: trivial CC: bug
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin von Gagern 2011-11-14 08:34:01 UTC
On ~amd64 I observe a blocker during a world update emerge.

Latest libreoffice-bin is app-office/libreoffice-bin-3.4.3.2-r1
which depends on >=app-office/libreoffice-l10n-3.4

Latest libreoffice-l10n-3.4 is 3.4.4-r1 which in turn depends on
        || (
                >=app-office/libreoffice-3.4.4.2-r1
                >=app-office/libreoffice-bin-3.4.4.2-r1
        )

As there is no >=app-office/libreoffice-bin-3.4.4.2-r1 it tries to satisfy this using >=app-office/libreoffice-3.4.4.2-r1, but fails as libreoffice and libreoffice-bin are mutually exclusive.

I suggest you make the dependency in the libreoffice-bin ebuild more specific, so that it depends on =libreoffice-l10n-3.4.3.* or similar.

As a temporary solution, people can add the following line to their /etc/portage/package.mask file:
>=app-office/libreoffice-l10n-3.4.4
Comment 1 Marcin Mirosław 2011-11-14 11:27:42 UTC
Dup of 390475
Comment 2 Martin von Gagern 2011-11-14 16:51:52 UTC

*** This bug has been marked as a duplicate of bug 390475 ***