Mailing List Archive

world is messed up?
When I try to emerge -v gaim or emerge -uv world I get the latest
version, but when I emerge -uvD world gaim gets downgraded. This is
annoying cause I have to reupgrade manually. Any ideas?
Also when I emerge -puDv package for every package in the emerge -puDv
world list, gaim doesn't get downgraded.


thor adi # grep "gaim" /etc/portage/*
/etc/portage/package.keywords:net-im/gaim ~x86
/etc/portage/package.keywords:x11-plugins/gaim-encryption ~x86

thor adi # grep "gaim" /var/cache/edb/world
x11-plugins/gaim-encryption
net-im/gaim

thor adi # emerge -pv gaim

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] net-im/gaim-1.0.0 -cjk +crypt -debug -debug -debug -evo
-gnutls +nas +nls +perl -silc +spell 0 kB


thor adi # emerge -pv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild U ] net-im/skype-0.91.0.12 [0.91.0.3] -arts +esd +qt 10,256 kB
[ebuild U ] media-libs/xine-lib-1_rc6 [1_rc5-r3] +X +aalib +alsa
-(altivec) -arts +avi -debug +directfb +dvd +esd -gnome +ipv6 +nls
+oggvorbis +sdl +speex +theora 6,838 kB

thor adi # emerge -puvD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild U ] x11-libs/gtk+-2.4.9-r1 [2.4.4] -debug +doc +jpeg +tiff
9,380 kB
[ebuild U ] net-im/skype-0.91.0.12 [0.91.0.3] -arts +esd +qt 10,256 kB
[ebuild *UD*] net-im/gaim-0.82.1 [1.0.0] -cjk +crypt -debug -debug
-debug -evo -gnutls +nas +nls +perl -silc +spell 0 kB
[ebuild U ] media-libs/xine-lib-1_rc6 [1_rc5-r3] +X +aalib +alsa
-(altivec) -arts +avi -debug +directfb +dvd +esd -gnome +ipv6 +nls
+oggvorbis +sdl +speex +theora 6,838 kB
[ebuild U ] media-libs/gdk-pixbuf-0.22.0-r3 [0.22.0-r2] +doc +mmx
388 kB

Total size of downloads: 26,865 kB



--

Adi

--
gentoo-user@gentoo.org mailing list
Re: world is messed up? [ In reply to ]
Adrian CAPDEFIER wrote:
>
> When I try to emerge -v gaim or emerge -uv world I get the latest
> version, but when I emerge -uvD world gaim gets downgraded. This is
> annoying cause I have to reupgrade manually. Any ideas?
> Also when I emerge -puDv package for every package in the emerge -puDv
> world list, gaim doesn't get downgraded.
>
>
> thor adi # grep "gaim" /etc/portage/*
> /etc/portage/package.keywords:net-im/gaim ~x86
> /etc/portage/package.keywords:x11-plugins/gaim-encryption ~x86
>
> thor adi # grep "gaim" /var/cache/edb/world
> x11-plugins/gaim-encryption
> net-im/gaim
>
> thor adi # emerge -pv gaim
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild R ] net-im/gaim-1.0.0 -cjk +crypt -debug -debug -debug -evo
> -gnutls +nas +nls +perl -silc +spell 0 kB
>
>
[snip]
It *might* be, that gaim-encryption is causing your problem since that's the
only package I know that depends on gaim.
>
> thor adi # emerge -puvD world
>
> These are the packages that I would merge, in order:
>
> Calculating world dependencies ...done!
> [ebuild U ] x11-libs/gtk+-2.4.9-r1 [2.4.4] -debug +doc +jpeg +tiff
> 9,380 kB
> [ebuild U ] net-im/skype-0.91.0.12 [0.91.0.3] -arts +esd +qt 10,256 kB
> [ebuild *UD*] net-im/gaim-0.82.1 [1.0.0] -cjk +crypt -debug -debug
> -debug -evo -gnutls +nas +nls +perl -silc +spell 0 kB
> [ebuild U ] media-libs/xine-lib-1_rc6 [1_rc5-r3] +X +aalib +alsa
> -(altivec) -arts +avi -debug +directfb +dvd +esd -gnome +ipv6 +nls
> +oggvorbis +sdl +speex +theora 6,838 kB
> [ebuild U ] media-libs/gdk-pixbuf-0.22.0-r3 [0.22.0-r2] +doc +mmx
> 388 kB
>
> Total size of downloads: 26,865 kB
>
Try
#> emergr -puvDt world
That will give you all packages which depend on the updated packages. Then
you will see which package depends on gaim and is therefor causing a downgrade.

Quick fix for the impatient:
Add "<net-im/gaim-1.0.0" to your /etc/portage/package.mask, that will remove
all versions below 1.0.0 from portage's view...

Greetings,
Felix
Re: world is messed up? [ In reply to ]
Felix Tiede wrote:
> Try
> #> emergr -puvDt world
> That will give you all packages which depend on the updated packages.
> Then you will see which package depends on gaim and is therefor causing
> a downgrade.
>
> Quick fix for the impatient:
> Add "<net-im/gaim-1.0.0" to your /etc/portage/package.mask, that will
> remove all versions below 1.0.0 from portage's view...
>
> Greetings,
> Felix

First of all, thank you! I didn't know about the -t option. RTFM! :)

Here's the relevant part:

[nomerge ] x11-plugins/guifications-2.1 -debug
[ebuild UD] net-im/gaim-0.82.1 [1.0.0] -cjk +crypt -debug -debug
-debug -evo -gnutls +nas +nls +perl -silc +spell 0 kB

I removed the silly thing from the world file and now it's ok.

--

Adi

--
gentoo-user@gentoo.org mailing list