Results 1 to 3 of 3
Hello, Fellow LinuxForum-goers.
As a first note, i only have 4-5 hours to fix this. Then am to be going to have to wait for a long time (say, two ...
- 09-21-2008 #1
Installation Emerge Problem - Every single packadge masked
Hello, Fellow LinuxForum-goers.
As a first note, i only have 4-5 hours to fix this. Then am to be going to have to wait for a long time (say, two weeks) to try again. Just saying.
I just installed Gentoo, x86 (using the standart i686).
I followed the install instructions (this being my very first gentoo Installation).
However, now that i got to having to install my kernel (emerge gentoo-sources) it claims that the packadge is masked (with masked by: missing keyword).
The only other emerge actions have been, emerge --rsync (I know it's bad Chi, but i did this both when sceduled, and after first getting the masked message, to ensure i got it right), and emerge --oneshot portage (getting the newest portage according to the instructions.
This is the output of my /etc/make.conf
Code:# I Didn't mess around with this CFLAGS="-02 -march=i686 -pipe" # Or this CXXFLAGS="-02 -march=i686 -pipe" # Nor this CHOST="i686-pc-linux-gnu" # I manualle put this in MAKEOPTS="-j2" # And this USE="-kde gnome alsa"
I used the desktop profile originally, but changed to default trying to fix this myself.
Say nothing is outdatedCode:emerge --update world
Also, when i, every single packadge is marked as masked. This confirms to me it is a global problem. (global as in my entire system - Do you say that in English?)Code:emerge -s kernel
Comradly, DingoBoy.
- 09-21-2008 #2
It sounds like it is definitely a profile problem, since you said you changed it.
I would go over that section of the handbook again and make sure you are using the correct profile.
Post the output of:
and if it isn't what you want, then you want to do this:Code:ls -FGg /etc/make.profile
That will get you back to the default profile, and everything should be better.Code:ln -snf /usr/portage/profiles/default/linux/x86/2008.0 /etc/make.profile
- 09-21-2008 #3


Reply With Quote

