Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
U needs to be UD
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
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Fri Mar 28, 2003 5:53 pm    Post subject: U needs to be UD Reply with quote

Maybe it's a weird subject title but this is what I mean:

Code:

root@BASSBOX emerge -up world

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

Calculating world dependencies ...done!
[ebuild    UD] sys-devel/gcc-3.2.2 [3.2.2-r1]
[ebuild    UD] sys-libs/glibc-2.3.1-r4 [2.3.2]
[ebuild    U ] media-video/nvidia-kernel-1.0.3123-r2 [1.0.4191-r2]
[ebuild    UD] x11-base/xfree-4.2.1-r2 [4.3.0]
[ebuild    UD] media-video/nvidia-glx-1.0.3123 [1.0.4191-r1]
[ebuild    UD] app-cdr/k3b-0.7.5 [0.8.1]



Why does emerge say that I need to Upgrade to nvidia-kernel version 1.0.3123-r2 while I have the newer version 1.0.4191-r2

I gues this has something to do with nivida not following the versioning layout used by many opensource projects.
Back to top
View user's profile Send private message
magnet
Guru
Guru


Joined: 16 Mar 2003
Posts: 582
Location: france

PostPosted: Fri Mar 28, 2003 6:16 pm    Post subject: Reply with quote

it's prolly because your installed nvidia-kernel is marqued as unstable.
you should have emerged it with ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel.
now you are trying to emerge -u world, it wants to upgrade to last stable package
_________________
every step aim at glory.
Back to top
View user's profile Send private message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Fri Mar 28, 2003 6:35 pm    Post subject: Reply with quote

Yes I did set ACCEPT_KEYWORDS="~x86" to be able to emerge the latest nvidia-kernel (my videocard doesn't work with nvidia 1.0.3123)

But I still think it's weird that emerge wants to Upgrade to an OLDER version.
Back to top
View user's profile Send private message
magnet
Guru
Guru


Joined: 16 Mar 2003
Posts: 582
Location: france

PostPosted: Fri Mar 28, 2003 7:08 pm    Post subject: Reply with quote

it's ok , since it wants to upgrade to stable version, if you want to update to testing version , you can set ACCEPT_KEYWORDS="~x86" in /etc/make.conf
_________________
every step aim at glory.
Back to top
View user's profile Send private message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Fri Mar 28, 2003 7:28 pm    Post subject: Reply with quote

ok thnx
Back to top
View user's profile Send private message
sparks
Guru
Guru


Joined: 05 Mar 2003
Posts: 331
Location: Nashville, TN

PostPosted: Sat Mar 29, 2003 12:01 am    Post subject: Reply with quote

remember portage is case sensitive.
Code:
emerge -up world

is different than

Code:
emerge -Up world

using the uppercase U forces an upgrade only and umpiles update, which is what he lowercase u does.
_________________
True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war.
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