* [gentoo-user] preserved-rebuild acting strangely
@ 2013-05-12 6:50 covici
2013-05-12 10:09 ` Neil Bothwick
0 siblings, 1 reply; 7+ messages in thread
From: covici @ 2013-05-12 6:50 UTC (permalink / raw
To: gentoo-user
Hi. I am using gentoo unstable and after this last update when I tried
to do emerge @preserved-rebuild I get the following:
These are the packages that would be merged, in order:
Calculating dependencies .... done!
emerge: there are no ebuilds to satisfy "net-libs/xulrunner:1.9".
(dependency required by "@preserved-rebuild" [argument])
I have xulrunner 2.0 installed, although it looks like nothing depends
on that package, so I am not sure what is going on. I looked at
/var/lib/portage/preserved-rebuild-registrybut can't find xulrunner
anywhere in that file. How can I proceed?
Thanks in advance for any suggestions.
--
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] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 6:50 [gentoo-user] preserved-rebuild acting strangely covici
@ 2013-05-12 10:09 ` Neil Bothwick
2013-05-12 11:29 ` covici
0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2013-05-12 10:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 884 bytes --]
On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
> Hi. I am using gentoo unstable and after this last update when I tried
> to do emerge @preserved-rebuild I get the following:
I didn't know Gentoo specifically made an unstable version, it's
generally rock solid for me.
> These are the packages that would be merged, in order:
>
> Calculating dependencies .... done!
>
> emerge: there are no ebuilds to satisfy "net-libs/xulrunner:1.9".
> (dependency required by "@preserved-rebuild" [argument])
>
> I have xulrunner 2.0 installed, although it looks like nothing depends
> on that package, so I am not sure what is going on. I looked at
> /var/lib/portage/preserved-rebuild-registrybut can't find xulrunner
> anywhere in that file. How can I proceed?
emerge -cav xulrunner
--
Neil Bothwick
Excuse for the day: daemons did it
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 10:09 ` Neil Bothwick
@ 2013-05-12 11:29 ` covici
2013-05-12 11:32 ` Samuli Suominen
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: covici @ 2013-05-12 11:29 UTC (permalink / raw
To: gentoo-user
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
>
> > Hi. I am using gentoo unstable and after this last update when I tried
> > to do emerge @preserved-rebuild I get the following:
>
> I didn't know Gentoo specifically made an unstable version, it's
> generally rock solid for me.
Buy unstable I meant ACCEPT_KEYWORDS="~x86 ~amd64"
>
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies .... done!
> >
> > emerge: there are no ebuilds to satisfy "net-libs/xulrunner:1.9".
> > (dependency required by "@preserved-rebuild" [argument])
> >
> > I have xulrunner 2.0 installed, although it looks like nothing depends
> > on that package, so I am not sure what is going on. I looked at
> > /var/lib/portage/preserved-rebuild-registrybut can't find xulrunner
> > anywhere in that file. How can I proceed?
>
> emerge -cav xulrunner
I have no ebuilds for xulrunner at all in the tree. But I will try as
you suggest because there seems to be nothing dependent on it.
Well, that did something good, now its going right along.
Thanks so much -- this is a great mailing list.
--
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] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 11:29 ` covici
@ 2013-05-12 11:32 ` Samuli Suominen
2013-05-12 11:36 ` covici
2013-05-12 11:54 ` Philip Webb
2013-05-12 15:36 ` Alan McKinnon
2 siblings, 1 reply; 7+ messages in thread
From: Samuli Suominen @ 2013-05-12 11:32 UTC (permalink / raw
To: gentoo-user
On 12/05/13 14:29, covici@ccs.covici.com wrote:
> Neil Bothwick <neil@digimed.co.uk> wrote:
>
>> On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
>>
>>> Hi. I am using gentoo unstable and after this last update when I tried
>>> to do emerge @preserved-rebuild I get the following:
>>
>> I didn't know Gentoo specifically made an unstable version, it's
>> generally rock solid for me.
> Buy unstable I meant ACCEPT_KEYWORDS="~x86 ~amd64"
Never, ever add both ~amd64 and ~x86 at the same time in ACCEPT_KEYWORDS.
It's either ~amd64 or ~x86, but not BOTH.
Otherwise you risk breaking the system as ebuilds make assumptions based
on keywords.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 11:32 ` Samuli Suominen
@ 2013-05-12 11:36 ` covici
0 siblings, 0 replies; 7+ messages in thread
From: covici @ 2013-05-12 11:36 UTC (permalink / raw
To: gentoo-user
Samuli Suominen <ssuominen@gentoo.org> wrote:
> On 12/05/13 14:29, covici@ccs.covici.com wrote:
> > Neil Bothwick <neil@digimed.co.uk> wrote:
> >
> >> On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
> >>
> >>> Hi. I am using gentoo unstable and after this last update when I tried
> >>> to do emerge @preserved-rebuild I get the following:
> >>
> >> I didn't know Gentoo specifically made an unstable version, it's
> >> generally rock solid for me.
> > Buy unstable I meant ACCEPT_KEYWORDS="~x86 ~amd64"
>
> Never, ever add both ~amd64 and ~x86 at the same time in ACCEPT_KEYWORDS.
>
> It's either ~amd64 or ~x86, but not BOTH.
>
> Otherwise you risk breaking the system as ebuilds make assumptions
> based on keywords.
OK, thanks, I will do that.
--
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] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 11:29 ` covici
2013-05-12 11:32 ` Samuli Suominen
@ 2013-05-12 11:54 ` Philip Webb
2013-05-12 15:36 ` Alan McKinnon
2 siblings, 0 replies; 7+ messages in thread
From: Philip Webb @ 2013-05-12 11:54 UTC (permalink / raw
To: gentoo-user
130512 covici@ccs.covici.com wrote:
> Neil Bothwick <neil@digimed.co.uk> wrote:
>> On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
>>> I am using gentoo unstable ...
>> I didn't know Gentoo specifically made an unstable version,
>> it's generally rock solid for me.
> By unstable I meant ACCEPT_KEYWORDS="~x86 ~amd64"
That's 'testing', which usually means the ebuild mb slightly awkward,
but there are no known bugs; if there were, it wb 'masked'.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] preserved-rebuild acting strangely
2013-05-12 11:29 ` covici
2013-05-12 11:32 ` Samuli Suominen
2013-05-12 11:54 ` Philip Webb
@ 2013-05-12 15:36 ` Alan McKinnon
2 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2013-05-12 15:36 UTC (permalink / raw
To: gentoo-user
On 12/05/2013 13:29, covici@ccs.covici.com wrote:
> Neil Bothwick <neil@digimed.co.uk> wrote:
>
>> On Sun, 12 May 2013 02:50:44 -0400, covici@ccs.covici.com wrote:
>>
>>> Hi. I am using gentoo unstable and after this last update when I tried
>>> to do emerge @preserved-rebuild I get the following:
>>
>> I didn't know Gentoo specifically made an unstable version, it's
>> generally rock solid for me.
> Buy unstable I meant ACCEPT_KEYWORDS="~x86 ~amd64"
>
>
>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies .... done!
>>>
>>> emerge: there are no ebuilds to satisfy "net-libs/xulrunner:1.9".
>>> (dependency required by "@preserved-rebuild" [argument])
>>>
>>> I have xulrunner 2.0 installed, although it looks like nothing depends
>>> on that package, so I am not sure what is going on. I looked at
>>> /var/lib/portage/preserved-rebuild-registrybut can't find xulrunner
>>> anywhere in that file. How can I proceed?
>>
>> emerge -cav xulrunner
> I have no ebuilds for xulrunner at all in the tree. But I will try as
> you suggest because there seems to be nothing dependent on it.
> Well, that did something good, now its going right along.
>
> Thanks so much -- this is a great mailing list.
xulrunner is no longer in the tree.
What I would do is run ldd on everything in lib dirs and grep for
xulrunner to find which ancient package wants it. Then rebuild that package.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-12 15:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-12 6:50 [gentoo-user] preserved-rebuild acting strangely covici
2013-05-12 10:09 ` Neil Bothwick
2013-05-12 11:29 ` covici
2013-05-12 11:32 ` Samuli Suominen
2013-05-12 11:36 ` covici
2013-05-12 11:54 ` Philip Webb
2013-05-12 15:36 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox