Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] update problems
Date: Sat, 26 Sep 2015 15:09:45
Message-Id: CAGfcS_kPo4hh+xVMGGKt8ze9Z1zKA7VGf-9-wWbdA882kngkLQ@mail.gmail.com
In Reply to: Re: [gentoo-user] update problems by lee
1 On Sat, Sep 26, 2015 at 9:51 AM, lee <lee@××××××××.de> wrote:
2 > |
3 > | (dev-libs/boost-1.56.0-r1:0/1.56.0::gentoo, ebuild scheduled for merge) pulled in by
4 > | (no parents that aren't satisfied by other packages in this slot)
5 > |
6 > | (dev-libs/boost-1.55.0-r2:0/1.55.0::gentoo, ebuild scheduled for merge) pulled in by
7 > | dev-libs/boost:0/1.55.0= required by (dev-libs/librevenge-0.0.2:0/0::gentoo, installed)
8 > | ^^^^^^^^^^
9 > | (and 2 more with the same problem)
10 > |
11 >> (I wrote the below)
12 >> that doesn't work just try running emerge -1 on the packages that are
13 >> causing the block by depending on the older package version?
14 >
15 > I suppose the newer versions of the packages are the ones that are
16 > causing the blocks. You could argue that other versions of packages are
17 > causing the blocks, but I would argue that there weren't any blocks
18 > before the newer versions of the packages were available, hence the
19 > newer versions obviously cause the blocks. That is to say that I'm
20 > unsure which packages you're referring to as those causing the blocks.
21
22 Apologies if it was a bit unclear.
23
24 In this example, I'd run emerge -1 =dev-libs/librevenge-0.0.2
25
26 You also need to run it on the "2 more with the same problem" but we
27 don't know what those are. Adding --verbose might help. It should be
28 safe to run emerge -1 on anything you already have installed. If this
29 is a dynamic deps issue then emerge -1 pkg will probably help.
30
31 Either way, after trying that can you post the output of this:
32
33 emerge -j 8 -p --update --newuse --deep --with-bdeps=y --backtrack=500
34 --verbose --tree @world
35
36 That will show you what is pulling in updates to what. I'm interested
37 in the entire output of emerge, not just the parts you think are most
38 relevant - feel free to attach a file containing it.
39
40 --
41 Rich

Replies

Subject Author
Re: [gentoo-user] update problems lee <lee@××××××××.de>