Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge downgrades injected packages
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
grzewho
l33t
l33t


Joined: 31 Dec 2002
Posts: 626
Location: /home/g

PostPosted: Wed Feb 12, 2003 12:25 pm    Post subject: emerge downgrades injected packages Reply with quote

when I run
Code:
emerge --pretend --deep --update world
emerge wants to downgrade these packages:

Code:

[ebuild    UD] media-libs/freetype-2.1.2-r2 [2.1.3-r2]
[ebuild    UD] media-video/nvidia-kernel-1.0.3123-r2 [1.0.4191-r1]
[ebuild    UD] media-video/nvidia-glx-1.0.3123 [1.0.4191-r1]
[ebuild    UD] media-sound/xmms-1.2.7-r15 [1.2.7-r18]


but in my
Code:
/var/cache/edb/world
file I have:

Code:

>=media-libs/freetype-2.1.3-r2
>=media-sound/xmms-1.2.7-r18
>=media-video/nvidia-glx-1.0.4191-r1
>=media-video/nvidia-kernel-1.0.4191-r1



so, what`s wrong then ?
Back to top
View user's profile Send private message
cyfred
Retired Dev
Retired Dev


Joined: 23 Aug 2002
Posts: 596

PostPosted: Wed Feb 12, 2003 12:31 pm    Post subject: Reply with quote

Did you go from using the ACCEPT_KEYWORDS variable to not using it?

What happens if you issue
Code:
ACCEPT_KEYWORDS="~x86" emerge --pretend --deep --update world
Back to top
View user's profile Send private message
grzewho
l33t
l33t


Joined: 31 Dec 2002
Posts: 626
Location: /home/g

PostPosted: Wed Feb 12, 2003 1:10 pm    Post subject: Reply with quote

I don`t have ACCEPT_KEYWORDS="~x86" in my /etc/make.conf, but when I run
Code:

ACCEPT_KEYWORDS="~x86" emerge --pretend --deep --update world


it gives me a list of packages to upgrade, except the ones I`ve listed above.

Is it possible to have just a few "unstable" packages in my world file, or do I have to emerge all the "~x86" ones ?
Back to top
View user's profile Send private message
cyfred
Retired Dev
Retired Dev


Joined: 23 Aug 2002
Posts: 596

PostPosted: Wed Feb 12, 2003 1:43 pm    Post subject: Reply with quote

No you do not need to unmerge all the ~x86 ones.

Looking at what is being downgraded I would think that the packages you see have been pinched from portage to become part of the 1.4 release tree, as they are known to work.

Unless portage trys to downgrade these on every build just leave them as is.
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