* [gentoo-user] strangeness with emerge -uD world
@ 2008-07-30 6:42 »Q«
2008-07-30 7:15 ` Andrey Falko
0 siblings, 1 reply; 8+ messages in thread
From: »Q« @ 2008-07-30 6:42 UTC (permalink / raw
To: gentoo-user
I'm using portage-2.1.4.4.
$ emerge -pqu world
[ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
but
$ emerge -pqu --deep world
gives no output. I've never seen --deep cause fewer updates. What am
I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in make.conf,
and I don't know what more info to post.
--
»Q«
Kleeneness is next to Gödelness.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] strangeness with emerge -uD world
2008-07-30 6:42 [gentoo-user] strangeness with emerge -uD world »Q«
@ 2008-07-30 7:15 ` Andrey Falko
2008-07-31 1:32 ` [gentoo-user] " »Q«
2008-08-02 4:23 ` [gentoo-user] Re: strangeness with emerge -uD world [solved] »Q«
0 siblings, 2 replies; 8+ messages in thread
From: Andrey Falko @ 2008-07-30 7:15 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
> I'm using portage-2.1.4.4.
>
> $ emerge -pqu world
> [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
>
> but
>
> $ emerge -pqu --deep world
>
> gives no output. I've never seen --deep cause fewer updates. What am
> I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in make.conf,
> and I don't know what more info to post.
>
> --
> »Q«
> Kleeneness is next to Gödelness.
>
>
>
>
Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
be a dependency? The only "legitimate" behavior I see is that Firefox
is a dependency for a package that is not part of your world.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: strangeness with emerge -uD world
2008-07-30 7:15 ` Andrey Falko
@ 2008-07-31 1:32 ` »Q«
2008-07-31 4:15 ` Andrey Falko
2008-08-02 4:23 ` [gentoo-user] Re: strangeness with emerge -uD world [solved] »Q«
1 sibling, 1 reply; 8+ messages in thread
From: »Q« @ 2008-07-31 1:32 UTC (permalink / raw
To: gentoo-user
On Wed, 30 Jul 2008 00:15:25 -0700
"Andrey Falko" <ma3oxuct@gmail.com> wrote:
> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
> > I'm using portage-2.1.4.4.
> >
> > $ emerge -pqu world
> > [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
> >
> > but
> >
> > $ emerge -pqu --deep world
> >
> > gives no output. I've never seen --deep cause fewer updates. What
> > am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
> > make.conf, and I don't know what more info to post.
>
> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
> be a dependency? The only "legitimate" behavior I see is that Firefox
> is a dependency for a package that is not part of your world.
Yeah, it is in the world file, and it does show up in bold with `emerge
-pu world`.
--
»Q«
Kleeneness is next to Gödelness.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: strangeness with emerge -uD world
2008-07-31 1:32 ` [gentoo-user] " »Q«
@ 2008-07-31 4:15 ` Andrey Falko
0 siblings, 0 replies; 8+ messages in thread
From: Andrey Falko @ 2008-07-31 4:15 UTC (permalink / raw
To: gentoo-user
On Wed, Jul 30, 2008 at 6:32 PM, »Q« <boxcars@gmx.net> wrote:
> On Wed, 30 Jul 2008 00:15:25 -0700
> "Andrey Falko" <ma3oxuct@gmail.com> wrote:
>
>> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
>> > I'm using portage-2.1.4.4.
>> >
>> > $ emerge -pqu world
>> > [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
>> >
>> > but
>> >
>> > $ emerge -pqu --deep world
>> >
>> > gives no output. I've never seen --deep cause fewer updates. What
>> > am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
>> > make.conf, and I don't know what more info to post.
>>
>> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
>> be a dependency? The only "legitimate" behavior I see is that Firefox
>> is a dependency for a package that is not part of your world.
>
> Yeah, it is in the world file, and it does show up in bold with `emerge
> -pu world`.
>
> --
> »Q«
> Kleeneness is next to Gödelness.
>
>
>
>
If the problem persists after you remove
EMERGE_DEFAULT_OPTS="--with-bdeps y", I'd file a bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: strangeness with emerge -uD world [solved]
2008-07-30 7:15 ` Andrey Falko
2008-07-31 1:32 ` [gentoo-user] " »Q«
@ 2008-08-02 4:23 ` »Q«
2008-08-02 9:02 ` Nikos Chantziaras
2008-08-02 9:41 ` Zhou Rui
1 sibling, 2 replies; 8+ messages in thread
From: »Q« @ 2008-08-02 4:23 UTC (permalink / raw
To: gentoo-user
On Wed, 30 Jul 2008 00:15:25 -0700
"Andrey Falko" <ma3oxuct@gmail.com> wrote:
> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
> > I'm using portage-2.1.4.4.
> >
> > $ emerge -pqu world
> > [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
> >
> > but
> >
> > $ emerge -pqu --deep world
> >
> > gives no output. I've never seen --deep cause fewer updates. What
> > am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
> > make.conf, and I don't know what more info to post.
>
> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
> be a dependency? The only "legitimate" behavior I see is that Firefox
> is a dependency for a package that is not part of your world.
I think I see now what caused this. It happened after I added Fx 3.0.1
to package.keywords.
`emerge -u world` was pulling in mozilla-firefox-3.0.1 because it was
in world, but `emerge -uD world` was not pulling it in because I have
installed packages which have mozilla-firefox-2* as a dependency.
Now that I've installed mozilla-firefox-3.0.1, `emerge -uD world` wants
to downgrade me to 2.0.0.16, and `emerge -u world` doesn't see
anything to do.
--
»Q«
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: strangeness with emerge -uD world [solved]
2008-08-02 4:23 ` [gentoo-user] Re: strangeness with emerge -uD world [solved] »Q«
@ 2008-08-02 9:02 ` Nikos Chantziaras
2008-08-02 23:18 ` »Q«
2008-08-02 9:41 ` Zhou Rui
1 sibling, 1 reply; 8+ messages in thread
From: Nikos Chantziaras @ 2008-08-02 9:02 UTC (permalink / raw
To: gentoo-user
»Q« wrote:
> On Wed, 30 Jul 2008 00:15:25 -0700
> "Andrey Falko" <ma3oxuct@gmail.com> wrote:
>
>> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
>>> I'm using portage-2.1.4.4.
>>>
>>> $ emerge -pqu world
>>> [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
>>>
>>> but
>>>
>>> $ emerge -pqu --deep world
>>>
>>> gives no output. I've never seen --deep cause fewer updates. What
>>> am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
>>> make.conf, and I don't know what more info to post.
>> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
>> be a dependency? The only "legitimate" behavior I see is that Firefox
>> is a dependency for a package that is not part of your world.
>
> I think I see now what caused this. It happened after I added Fx 3.0.1
> to package.keywords.
>
> `emerge -u world` was pulling in mozilla-firefox-3.0.1 because it was
> in world, but `emerge -uD world` was not pulling it in because I have
> installed packages which have mozilla-firefox-2* as a dependency.
>
> Now that I've installed mozilla-firefox-3.0.1, `emerge -uD world` wants
> to downgrade me to 2.0.0.16, and `emerge -u world` doesn't see
> anything to do.
What's the package that wants to downgrade to firefox 2?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: strangeness with emerge -uD world [solved]
2008-08-02 4:23 ` [gentoo-user] Re: strangeness with emerge -uD world [solved] »Q«
2008-08-02 9:02 ` Nikos Chantziaras
@ 2008-08-02 9:41 ` Zhou Rui
1 sibling, 0 replies; 8+ messages in thread
From: Zhou Rui @ 2008-08-02 9:41 UTC (permalink / raw
To: gentoo-user
2008/8/2 »Q« <boxcars@gmx.net>:
> On Wed, 30 Jul 2008 00:15:25 -0700
> "Andrey Falko" <ma3oxuct@gmail.com> wrote:
>
>> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
>> > I'm using portage-2.1.4.4.
>> >
>> > $ emerge -pqu world
>> > [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
>> >
>> > but
>> >
>> > $ emerge -pqu --deep world
>> >
>> > gives no output. I've never seen --deep cause fewer updates. What
>> > am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
>> > make.conf, and I don't know what more info to post.
>>
>> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
>> be a dependency? The only "legitimate" behavior I see is that Firefox
>> is a dependency for a package that is not part of your world.
>
> I think I see now what caused this. It happened after I added Fx 3.0.1
> to package.keywords.
>
> `emerge -u world` was pulling in mozilla-firefox-3.0.1 because it was
> in world, but `emerge -uD world` was not pulling it in because I have
> installed packages which have mozilla-firefox-2* as a dependency.
>
> Now that I've installed mozilla-firefox-3.0.1, `emerge -uD world` wants
> to downgrade me to 2.0.0.16, and `emerge -u world` doesn't see
> anything to do.
>
> --
> »Q«
>
I guess this happens because you have some package like yelp has dependecy
to the firefox-2.0.*, the solve this, you need set the USE flag like this:
# echo "gnome-extra/yelp xulrunner" >> /etc/portage/package.use
to make it independence with firefox, and then you can upgrade your
firefox freely.
--
BR,
Zhou Rui
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: strangeness with emerge -uD world [solved]
2008-08-02 9:02 ` Nikos Chantziaras
@ 2008-08-02 23:18 ` »Q«
0 siblings, 0 replies; 8+ messages in thread
From: »Q« @ 2008-08-02 23:18 UTC (permalink / raw
To: gentoo-user
On Sat, 02 Aug 2008 12:02:01 +0300
Nikos Chantziaras <realnc@arcor.de> wrote:
> »Q« wrote:
> > On Wed, 30 Jul 2008 00:15:25 -0700
> > "Andrey Falko" <ma3oxuct@gmail.com> wrote:
> >
> >> On Tue, Jul 29, 2008 at 11:42 PM, »Q« <boxcars@gmx.net> wrote:
> >>> I'm using portage-2.1.4.4.
> >>>
> >>> $ emerge -pqu world
> >>> [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
> >>>
> >>> but
> >>>
> >>> $ emerge -pqu --deep world
> >>>
> >>> gives no output. I've never seen --deep cause fewer updates.
> >>> What am I missing? I have EMERGE_DEFAULT_OPTS="--with-bdeps y" in
> >>> make.conf, and I don't know what more info to post.
> >> Is Firefox in /var/lib/portage/world? If not, do you intend
> >> Firefox to be a dependency? The only "legitimate" behavior I see
> >> is that Firefox is a dependency for a package that is not part of
> >> your world.
> >
> > I think I see now what caused this. It happened after I added Fx
> > 3.0.1 to package.keywords.
> >
> > `emerge -u world` was pulling in mozilla-firefox-3.0.1 because it
> > was in world, but `emerge -uD world` was not pulling it in because
> > I have installed packages which have mozilla-firefox-2* as a
> > dependency.
> >
> > Now that I've installed mozilla-firefox-3.0.1, `emerge -uD world`
> > wants to downgrade me to 2.0.0.16, and `emerge -u world` doesn't see
> > anything to do.
>
> What's the package that wants to downgrade to firefox 2?
$ equery depends mozilla-firefox
[ Searching for packages depending on mozilla-firefox... ]
app-misc/beagle-0.3.7-r1 (firefox? >=www-client/mozilla-firefox-1.5)
app-office/openoffice-2.4.1 (!xulrunner & firefox? =www-client/mozilla-firefox-2*)
media-video/vlc-0.8.6i (nsplugin & !xulrunner & !seamonkey? =www-client/mozilla-firefox-2*)
net-news/liferea-1.4.15 (!xulrunner & firefox? =www-client/mozilla-firefox-2*)
net-www/mplayerplug-in-3.45 (=www-client/mozilla-firefox-2*)
kazehahase-0.5.0 (=www-client/mozilla-firefox-2*)
As Zhou Rui says, I could fix this by adding xulrunner to the use flags
for openoffice, vlc, and liferea. I think that would work for
mplayerplug-in also, at least if I move to mplayerplug-in-3.50 (~x86).
kazehahase may also be satisfied with xulrunner; I'm not sure. I'd
forgotten I had it installed, so I might as well just get rid of it.
--
»Q«
Kleeneness is next to Gödelness.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-08-02 23:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30 6:42 [gentoo-user] strangeness with emerge -uD world »Q«
2008-07-30 7:15 ` Andrey Falko
2008-07-31 1:32 ` [gentoo-user] " »Q«
2008-07-31 4:15 ` Andrey Falko
2008-08-02 4:23 ` [gentoo-user] Re: strangeness with emerge -uD world [solved] »Q«
2008-08-02 9:02 ` Nikos Chantziaras
2008-08-02 23:18 ` »Q«
2008-08-02 9:41 ` Zhou Rui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox