Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Blocks with xz-utils lzma-utils
Date: Fri, 18 Dec 2009 09:13:11
Message-Id: tkrat.a4671de8519732ed@igpm.rwth-aachen.de
In Reply to: [gentoo-user] Blocks with xz-utils lzma-utils by Dale
1 On 17 Dec, Dale wrote:
2 > I'm trying to get KDE 4 where I can use it so I used the layman to get
3 > the latest. Anyway, I seem to have ran into a Block, may not be related
4 > to KDE4 tho, that I just can't make sense of. This is the error I get:
5 >
6 > [blocks b ] kde-base/kde-meta:4.3[-kdeprefix]
7 > ("kde-base/kde-meta:4.3[-kdeprefix]" is blocking kde-base/kde-meta-9999)
8 > [blocks B ] app-arch/lzma-utils ("app-arch/lzma-utils" is blocking
9 > app-arch/xz-utils-9999)
10 > [blocks B ] app-arch/xz-utils ("app-arch/xz-utils" is blocking
11 > app-arch/lzma-utils-4.32.7)
12 >
13 > Total: 278 packages (17 upgrades, 19 new, 242 in new slots, 248
14 > uninstalls), Size of downloads: 240,422 kB
15 > Conflict: 511 blocks (2 unsatisfied)
16 > Portage tree and overlays:
17 > [0] /usr/portage
18 > [1] /usr/local/portage/layman/kde
19 >
20 > * Error: The above package list contains packages which cannot be
21 > * installed at the same time on the same system.
22 >
23 > ('ebuild', '/', 'app-arch/xz-utils-9999', 'merge') pulled in by
24 > app-arch/xz-utils required by ('installed', '/',
25 > 'app-arch/rpm2targz-9.0.0.3g', 'nomerge')
26 > app-arch/xz-utils required by ('installed', '/',
27 > 'sys-libs/gpm-1.20.5', 'nomerge')
28 > app-arch/xz-utils required by ('installed', '/',
29 > 'dev-libs/mpfr-2.4.1_p1', 'nomerge')
30 > (and 10 more)
31 >
32 > ('ebuild', '/', 'app-arch/lzma-utils-4.32.7', 'merge') pulled in by
33 > app-arch/lzma-utils required by ('installed', '/',
34 > 'app-portage/eix-0.17.0', 'nomerge')
35 > app-arch/lzma-utils required by ('installed', '/',
36 > 'app-arch/libarchive-2.7.0-r1', 'nomerge')
37 >
38 >
39 > I didn't post the whole thing but the part about the Blocks with a
40 > capital B. I have unmerged both lzma-utils and xz-utils but I still get
41 > this error. How can they block it when they are not installed yet? I'm
42 > missing something here. I just don't see it.
43 >
44 > I found a thread on the forums and did what it said but I still get
45 > this. It said to unmerge xz-utils which I did. Then I unmerged
46 > lzma-utils for good measure.
47 >
48 > Someone tell me the trick to this? Thanks.
49 >
50 > Dale
51
52 I had a similar problem since I wanted to use the -J option of tar
53 (telling it to use the xz compressor)
54 Someone replied to my bug report that once app-arch/xz-utils becomes
55 stable it will replace lzma-utils. But I needed both now.
56 So, I installed app-arch/xz-utils outside of portage with the
57 prefix /usr/local. Then I told portage about it by
58
59 echo "app-arch/xz-utils-9999" > /etc/portage/profile/package.provided
60
61 That works.
62
63 Helmut.
64
65 --
66 Helmut Jarausch
67
68 Lehrstuhl fuer Numerische Mathematik
69 RWTH - Aachen University
70 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] Blocks with xz-utils lzma-utils Paul Hartman <paul.hartman+gentoo@×××××.com>