Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] qt blockages...
Date: Mon, 19 Jan 2009 22:37:26
Message-Id: 5bdc1c8b0901191437t18768de9j8b39dd7bccdca593@mail.gmail.com
In Reply to: Re: [gentoo-user] qt blockages... by KH
1 On Mon, Jan 19, 2009 at 2:18 PM, KH <gentoo-user@××××××××××××××××.de> wrote:
2 > Mark Knecht schrieb:
3 >> Hi,
4 >> I'm not used to seeing all the additional messages below the
5 >> blockage indication. Can someone possibly help me understand how to
6 >> read this?
7 >>
8 >> Are there really application packages that cannot be installed at
9 >> the same or is only about qt and possibly the USE flags I've got?
10 >>
11 >> I tried removing qjackctl (the only world package I spotted in the
12 >> list) but that didn't help.
13 >>
14 >> What to try next?
15 >>
16 >> Thanks,
17 >> Mark
18 > [snip]
19 >> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
20 >>
21 > [snip]
22 >
23 >
24 > This link was great help for me. Told me everything and how to read the
25 > blocker. So I did:
26 >
27 > #emerge -avC qt-4.3.3
28 > #emerge -DuavN world (This installed qt-4.4.2)
29 >
30 > But now I do have a problem. When I run
31 >
32 > #emerge --depclean -av
33 >
34 > I receive the following output:
35 > [snip]
36 >>>> These are the packages that would be unmerged:
37 >
38 > dev-db/sqlite
39 > selected: 2.8.16-r4
40 > protected: none
41 > omitted: 3.6.6.2
42 >
43 > x11-libs/qt
44 > selected: 4.4.2
45 > protected: none
46 > omitted: 3.3.8b-r1
47 >
48 > x11-libs/qt-svg
49 > selected: 4.4.2
50 > protected: none
51 > omitted: none
52 >
53 > x11-libs/qt-opengl
54 > selected: 4.4.2
55 > protected: none
56 > omitted: none
57 >
58 > x11-libs/qt-xmlpatterns
59 > selected: 4.4.2
60 > protected: none
61 > omitted: none
62 >
63 > x11-libs/qt-assistant
64 > selected: 4.4.2-r1
65 > protected: none
66 > omitted: none
67 >
68 > x11-libs/qt-webkit
69 > selected: 4.4.2
70 > protected: none
71 > omitted: none
72 >
73 > What did I miss? This results in an infinite circle of unmerging and
74 > emerging.
75 >
76 > Thanks for any help
77 >
78 > kh
79 >
80 >
81
82 In your /etc/make.conf file do you have the following line?
83
84 EMERGE_DEFAULT_OPTS="--with-bdeps y"
85
86 You can do this on the emerge command line if you choose. See man
87 emerge for info on doing that.
88
89 I *think* the standard answer about why this happens is that
90 --depclean and a basic emerge don't search all the dependencies
91 exactly the same. If you add the --with-bdeps y option then they do.
92
93 Anyway, I don't seem to run into this much using this in make.conf.
94
95 Hope this helps,
96 Mark

Replies

Subject Author
Re: [gentoo-user] qt blockages... Dale <rdalek1967@×××××.com>
Re: [gentoo-user] qt blockages... Nickolas Fortino <nfortino@×××××.com>