Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390501 - app-office/libreoffice-bin: dependencies cause emerge block
Summary: app-office/libreoffice-bin: dependencies cause emerge block
Status: RESOLVED DUPLICATE of bug 390475
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 08:34 UTC by Martin von Gagern
Modified: 2011-11-14 16:51 UTC (History)
1 user (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 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 ***