* [gentoo-user] trouble with preserved-rebuild
@ 2009-08-16 17:27 covici
2009-08-16 17:51 ` Mark Knecht
2009-08-16 17:59 ` Alan McKinnon
0 siblings, 2 replies; 8+ messages in thread
From: covici @ 2009-08-16 17:27 UTC (permalink / raw
To: gentoo-user
Hi. I am having problems with emerge @preserved-rebuild which used to
work fine, but on the latest time I tried it, I got the following
message:
These are the packages that would be merged, in order:
Calculating dependencies ... done!
emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
Is it broke, because this is still true after re-emerging apr-util? I
am using unstable x86.
Thanks.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 17:27 [gentoo-user] trouble with preserved-rebuild covici
@ 2009-08-16 17:51 ` Mark Knecht
2009-08-16 17:59 ` Alan McKinnon
1 sibling, 0 replies; 8+ messages in thread
From: Mark Knecht @ 2009-08-16 17:51 UTC (permalink / raw
To: gentoo-user
On Sun, Aug 16, 2009 at 10:27 AM, <covici@ccs.covici.com> wrote:
> Hi. I am having problems with emerge @preserved-rebuild which used to
> work fine, but on the latest time I tried it, I got the following
> message:
> These are the packages that would be merged, in order:
>
> Calculating dependencies ... done!
>
> emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
>
> Is it broke, because this is still true after re-emerging apr-util? I
> am using unstable x86.
>
>
> Thanks.
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
>
>
Is /var/lib/portage/world specifying a specific version that the
developers have removed from portage? If so you might removed that
from the world file and then either emerge the current version or
emerge -DuN @world.
Just an idea.
- Mark
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 17:27 [gentoo-user] trouble with preserved-rebuild covici
2009-08-16 17:51 ` Mark Knecht
@ 2009-08-16 17:59 ` Alan McKinnon
2009-08-16 19:18 ` covici
1 sibling, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2009-08-16 17:59 UTC (permalink / raw
To: gentoo-user
On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> Hi. I am having problems with emerge @preserved-rebuild which used to
> work fine, but on the latest time I tried it, I got the following
> message:
> These are the packages that would be merged, in order:
>
> Calculating dependencies ... done!
>
> emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
^^^^^^
There is no SLOT 0 for apr-util
Use equery depends apr-util to find out what used it and rebuild those.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 17:59 ` Alan McKinnon
@ 2009-08-16 19:18 ` covici
2009-08-16 19:28 ` Alan McKinnon
0 siblings, 1 reply; 8+ messages in thread
From: covici @ 2009-08-16 19:18 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> > Hi. I am having problems with emerge @preserved-rebuild which used to
> > work fine, but on the latest time I tried it, I got the following
> > message:
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies ... done!
> >
> > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
> ^^^^^^
> There is no SLOT 0 for apr-util
>
> Use equery depends apr-util to find out what used it and rebuild those.
I did that and got the same results.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 19:18 ` covici
@ 2009-08-16 19:28 ` Alan McKinnon
2009-08-16 19:37 ` covici
0 siblings, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2009-08-16 19:28 UTC (permalink / raw
To: gentoo-user
On Sunday 16 August 2009 21:18:01 covici@ccs.covici.com wrote:
> Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> > > Hi. I am having problems with emerge @preserved-rebuild which used to
> > > work fine, but on the latest time I tried it, I got the following
> > > message:
> > > These are the packages that would be merged, in order:
> > >
> > > Calculating dependencies ... done!
> > >
> > > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
> >
> > ^^^^^^
> > There is no SLOT 0 for apr-util
> >
> > Use equery depends apr-util to find out what used it and rebuild those.
>
> I did that and got the same results.
what exactly did you do and what output did you get from equery?
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 19:28 ` Alan McKinnon
@ 2009-08-16 19:37 ` covici
2009-08-16 20:57 ` Alan McKinnon
0 siblings, 1 reply; 8+ messages in thread
From: covici @ 2009-08-16 19:37 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Sunday 16 August 2009 21:18:01 covici@ccs.covici.com wrote:
> > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > > On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> > > > Hi. I am having problems with emerge @preserved-rebuild which used to
> > > > work fine, but on the latest time I tried it, I got the following
> > > > message:
> > > > These are the packages that would be merged, in order:
> > > >
> > > > Calculating dependencies ... done!
> > > >
> > > > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
> > >
> > > ^^^^^^
> > > There is no SLOT 0 for apr-util
> > >
> > > Use equery depends apr-util to find out what used it and rebuild those.
> >
> > I did that and got the same results.
>
> what exactly did you do and what output did you get from equery?
I emerged the packages mentioned in the equery -- I don't have the
output, although I can do it now.
* Searching for apr-util ...
app-admin/apache-tools-2.2.12 (=dev-libs/apr-util-1*)
dev-util/subversion-1.6.4-r10 (>=dev-libs/apr-util-1.3:1)
www-servers/apache-2.2.12 (=dev-libs/apr-util-1*)
I emerged the packages mentioned -- without using the version numbers
and when I did the emerge @preserved-rebuild again I got the same
results as before.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 19:37 ` covici
@ 2009-08-16 20:57 ` Alan McKinnon
2009-08-16 21:16 ` covici
0 siblings, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2009-08-16 20:57 UTC (permalink / raw
To: gentoo-user
On Sunday 16 August 2009 21:37:27 covici@ccs.covici.com wrote:
> Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > On Sunday 16 August 2009 21:18:01 covici@ccs.covici.com wrote:
> > > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > > > On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> > > > > Hi. I am having problems with emerge @preserved-rebuild which used
> > > > > to work fine, but on the latest time I tried it, I got the
> > > > > following message:
> > > > > These are the packages that would be merged, in order:
> > > > >
> > > > > Calculating dependencies ... done!
> > > > >
> > > > > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
> > > >
> > > > ^^^^^^
> > > > There is no SLOT 0 for apr-util
> > > >
> > > > Use equery depends apr-util to find out what used it and rebuild
> > > > those.
> > >
> > > I did that and got the same results.
> >
> > what exactly did you do and what output did you get from equery?
>
> I emerged the packages mentioned in the equery -- I don't have the
> output, although I can do it now.
>
> * Searching for apr-util ...
> app-admin/apache-tools-2.2.12 (=dev-libs/apr-util-1*)
> dev-util/subversion-1.6.4-r10 (>=dev-libs/apr-util-1.3:1)
> www-servers/apache-2.2.12 (=dev-libs/apr-util-1*)
>
> I emerged the packages mentioned -- without using the version numbers
> and when I did the emerge @preserved-rebuild again I got the same
> results as before.
portage somehow thinks you have apr-utils:0 installed, or need to have it
installed. Check the following:
Is it in the world file?
Check versions and SLOTS for apr-utils in /var/db/pkg/
Check the output of "eix -e apr-util" to see what exactly you have - keep in
mind that a package without a SLOT is 0 by default. I suspect the devs bumped
apr-util to SLOT=1
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] trouble with preserved-rebuild
2009-08-16 20:57 ` Alan McKinnon
@ 2009-08-16 21:16 ` covici
0 siblings, 0 replies; 8+ messages in thread
From: covici @ 2009-08-16 21:16 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Sunday 16 August 2009 21:37:27 covici@ccs.covici.com wrote:
> > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > > On Sunday 16 August 2009 21:18:01 covici@ccs.covici.com wrote:
> > > > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > > > > On Sunday 16 August 2009 19:27:12 covici@ccs.covici.com wrote:
> > > > > > Hi. I am having problems with emerge @preserved-rebuild which used
> > > > > > to work fine, but on the latest time I tried it, I got the
> > > > > > following message:
> > > > > > These are the packages that would be merged, in order:
> > > > > >
> > > > > > Calculating dependencies ... done!
> > > > > >
> > > > > > emerge: there are no ebuilds to satisfy "dev-libs/apr-util:0".
> > > > >
> > > > > ^^^^^^
> > > > > There is no SLOT 0 for apr-util
> > > > >
> > > > > Use equery depends apr-util to find out what used it and rebuild
> > > > > those.
> > > >
> > > > I did that and got the same results.
> > >
> > > what exactly did you do and what output did you get from equery?
> >
> > I emerged the packages mentioned in the equery -- I don't have the
> > output, although I can do it now.
> >
> > * Searching for apr-util ...
> > app-admin/apache-tools-2.2.12 (=dev-libs/apr-util-1*)
> > dev-util/subversion-1.6.4-r10 (>=dev-libs/apr-util-1.3:1)
> > www-servers/apache-2.2.12 (=dev-libs/apr-util-1*)
> >
> > I emerged the packages mentioned -- without using the version numbers
> > and when I did the emerge @preserved-rebuild again I got the same
> > results as before.
>
> portage somehow thinks you have apr-utils:0 installed, or need to have it
> installed. Check the following:
>
> Is it in the world file?
> Check versions and SLOTS for apr-utils in /var/db/pkg/
> Check the output of "eix -e apr-util" to see what exactly you have - keep in
> mind that a package without a SLOT is 0 by default. I suspect the devs bumped
> apr-util to SLOT=1
Well, I did have two versions in there -- there was a 0.9.12 and when I
got rid of that things went back to normal -- its emerging 32 packages
now. I deleted it from the world file as well.
Thanks so much for your help.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-08-16 21:16 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16 17:27 [gentoo-user] trouble with preserved-rebuild covici
2009-08-16 17:51 ` Mark Knecht
2009-08-16 17:59 ` Alan McKinnon
2009-08-16 19:18 ` covici
2009-08-16 19:28 ` Alan McKinnon
2009-08-16 19:37 ` covici
2009-08-16 20:57 ` Alan McKinnon
2009-08-16 21:16 ` covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox