Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284605 - app-portage/eix-0.17.1 conflicts with sys-apps/man[lzma]
Summary: app-portage/eix-0.17.1 conflicts with sys-apps/man[lzma]
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 14:04 UTC by RB
Modified: 2009-12-27 17:28 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 RB 2009-09-11 14:04:02 UTC
The new unconditional dependency on app-arch/xz-utils produces an unsatisfied conflict between it and app-arch/lzma-utils, which is pulled in by sys-apps/man[lzma].  Locally masking =app-portage/eix-0.17.1 until it's resolved, but a little testing goes a long way.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-09-11 14:41:06 UTC
$ qlist -CIv lzma-utils
$ qlist -CIv xz-utils
app-arch/xz-utils-4.999.9_beta

# USE="lzma" emerge -pv sys-apps/man

[ebuild   R   ] sys-apps/man-1.6f-r3  USE="lzma* nls" 249 kB

and

lzma? ( || ( app-arch/xz-utils app-arch/lzma-utils ) )"

in man's ebuild

there is no conflict.

emerge -C lzma-utils and profit.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-09-11 14:50:38 UTC
in other words:

use ~arch version of libarchive, eix, xz-utils OR stable libarchive, eix and lzma-utils.

you want xz-utils.
Comment 3 RB 2009-09-11 15:06:10 UTC
Sorry, forgot to look at the deps for sys-apps/man; if only portage were as good at solving deps as I thought it was.  :)