Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -up world downgrades glib???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Sun Dec 22, 2002 11:37 pm    Post subject: emerge -up world downgrades glib??? Reply with quote

I am running Gentoo since a few days. Now I did an emerge -up world to see what it wants to upgrade: mostly minor upgrades, except for glibc (2.2.5 to 2.3.1) about which I'm not sure if that's a good idea.

But most frightening was to see that it wants to downgrade glib from 2.0.7 to 1.2.10!! I don't understand how that is possible, because it will break the dependencies for Gnome2 which is my chosen desktop. Is there a way to solve this?
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Mon Dec 23, 2002 3:01 am    Post subject: Reply with quote

oh, its not going to downgrade glib, it installs both version at the same time. It kind of freaked me out too.

but for your glibc question, I would be a little nervous too, I have seen some threads https://forums.gentoo.org/viewtopic.php?t=25727&highlight=glibc

mabey give that a read.


hth,
sa
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Mon Dec 23, 2002 1:46 pm    Post subject: Reply with quote

Thanks! Reading the --deep thread, though, I tried that option and glib disappeared from the list, so I was satisfied with that. I read the thread you mentioned. There could be a few problems yes, but others say reassuring things :) It's a new install anyway, I haven't done too much to it, so I guess I could risk it. I think I'll let it work tonight.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
jean-michel
Tux's lil' helper
Tux's lil' helper


Joined: 30 May 2002
Posts: 142
Location: Somewhere East of the Atlantic

PostPosted: Mon Dec 23, 2002 7:43 pm    Post subject: Annoying Downgrades remain a concern Reply with quote

I'm using the ACCEPT_KEYWORDS="~x86", so admittedly I'm running a bit of an experimental system (though it works very well).

However, today when I did an emerge sync and an 'emerge -up --deep world' I got the following:
Code:

[ebuild    U ] app-crypt/gnupg-1.2.1-r1 [1.2.1-r0]
[ebuild    UD] dev-libs/glib-2.0.7 [2.2.0-r0]
[ebuild    U ] kde-base/kdebase-3.0.5a [3.0.4-r3]
[ebuild    U ] kde-base/kdenetwork-3.0.5a [3.0.4-r1]
[ebuild    U ] media-sound/aumix-2.8 [2.7-r4]
[ebuild    U ] net-misc/ntp-4.1.1b-r1 [4.1.1b-r0]
[ebuild    U ] sys-apps/netkit-base-0.17-r7 [0.17-r6]
[ebuild    U ] sys-kernel/xfs-sources-2.4.20_pre1 [2.4.19-r2]
[ebuild    U ] x11-libs/fltk-1.1.2 [1.1.1-r0]
[ebuild    UD] sys-apps/xfsprogs-2.3.6-r1 [20020330-r1]
[ebuild    U ] x11-misc/ksplash-ml-0.95.3 [0.95.2-r1]
[ebuild    U ] media-libs/libcdaudio-0.99.6-r1 [0.99.6-r0]
[ebuild    U ] media-libs/glut-3.7.1 [3.7-r2]
[ebuild  N   ] app-arch/rpm2targz-8.0
[ebuild    U ] net-www/mozilla-1.2.1-r3 [1.2.1-r2]
[ebuild    U ] kde-base/kdegames-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdemultimedia-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdetoys-3.0.5a [3.0.4-r0]
[ebuild  N   ] dev-tcltk/itcl-3.2-r2
[ebuild    U ] dev-libs/pilot-link-0.11.5-r1 [0.11.3-r0]
[ebuild    U ] kde-base/kdepim-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdeaddons-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdeadmin-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdeartwork-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdeutils-3.0.5a [3.0.4-r0]
[ebuild    U ] dev-libs/libusb-0.1.7 [0.1.6a-r0]
[ebuild    U ] kde-base/kdegraphics-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kdeedu-3.0.5a [3.0.4-r0]
[ebuild    U ] kde-base/kde-3.0.5a [3.0.4-r0]
[ebuild    U ] app-text/aspell-0.50.3 [0.50.2-r0]
[ebuild    U ] app-misc/screen-3.9.13-r3 [3.9.13-r0]


Notice the DOWNGRADE for glib, from 2.2.0 to 2.0.7.

I do not want this to happen, and I see no obvious way to prevent it other than upgrading each package individually, by hand.

What is going on here, and why does portage want to downgrade a perfectly good installation? (I was unable to find it in packages.mask, so I assume it isn't broken, and it has been working fine on my system to date).
_________________
The Struggle for the Future of Human Evolution Begins: Autonomy the SciFi Series!
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Wed Dec 25, 2002 2:17 am    Post subject: Re: Annoying Downgrades remain a concern Reply with quote

jean-michel wrote:
I'm using the ACCEPT_KEYWORDS="~x86", so admittedly I'm running a bit of an experimental system (though it works very well).

Code:

...snip
[ebuild    UD] dev-libs/glib-2.0.7 [2.2.0-r0]
...snap


Notice the DOWNGRADE for glib, from 2.2.0 to 2.0.7.


I've got the same here today (without the other stuff).
The strange thing on this was that it wanted to upgrade again just after a new emerge -pu --deep world.
I did this (I'm insane, I know) and then it wanted to downgrade again.
Something like a dependency- loop!
But it's gone now, no idea what was going on there...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum