Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with preserved-rebuild
Date: Sun, 16 Aug 2009 20:58:58
Message-Id: 200908162257.32322.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] trouble with preserved-rebuild by covici@ccs.covici.com
1 On Sunday 16 August 2009 21:37:27 covici@××××××××××.com wrote:
2 > Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 > > On Sunday 16 August 2009 21:18:01 covici@××××××××××.com wrote:
4 > > > Alan McKinnon <alan.mckinnon@×××××.com> wrote:
5 > > > > On Sunday 16 August 2009 19:27:12 covici@××××××××××.com wrote:
6 > > > > > Hi. I am having problems with emerge @preserved-rebuild which used
7 > > > > > to work fine, but on the latest time I tried it, I got the
8 > > > > > following message:
9 > > > > > These are the packages that would be merged, in order:
10 > > > > >
11 > > > > > Calculating dependencies ... done!
12 > > > > >
13 > > > > > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
14 > > > >
15 > > > > ^^^^^^
16 > > > > There is no SLOT 0 for apr-util
17 > > > >
18 > > > > Use equery depends apr-util to find out what used it and rebuild
19 > > > > those.
20 > > >
21 > > > I did that and got the same results.
22 > >
23 > > what exactly did you do and what output did you get from equery?
24 >
25 > I emerged the packages mentioned in the equery -- I don't have the
26 > output, although I can do it now.
27 >
28 > * Searching for apr-util ...
29 > app-admin/apache-tools-2.2.12 (=dev-libs/apr-util-1*)
30 > dev-util/subversion-1.6.4-r10 (>=dev-libs/apr-util-1.3:1)
31 > www-servers/apache-2.2.12 (=dev-libs/apr-util-1*)
32 >
33 > I emerged the packages mentioned -- without using the version numbers
34 > and when I did the emerge @preserved-rebuild again I got the same
35 > results as before.
36
37 portage somehow thinks you have apr-utils:0 installed, or need to have it
38 installed. Check the following:
39
40 Is it in the world file?
41 Check versions and SLOTS for apr-utils in /var/db/pkg/
42 Check the output of "eix -e apr-util" to see what exactly you have - keep in
43 mind that a package without a SLOT is 0 by default. I suspect the devs bumped
44 apr-util to SLOT=1
45
46
47 --
48 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] trouble with preserved-rebuild covici@××××××××××.com