Nelis Lamprecht wrote:

> 
> Hi,
> 
> Every time I open up a terminal(gnome-terminal or xterm) I get the
> message above. I've read up on the profile changes and made the change
> which I think is correct:
> 
> lrwxrwxrwx  1 root root 46 Apr  8 08:39 /etc/make.profile ->
> /usr/portage/profiles/default-linux/x86/2005.0
> 
> What is causing this ?
> 
> Thanks.
> 
> Regards,
> Nelis
> 

the only difference from your and mine is the path for the symlink:
try:

cd /etc/
rm make.profile
ln -s ../usr/portage/profiles/default-linux/x86/2005.0 make.profile

Relative paths are prefereable when you deal with chroot environments,
so I always use them.

Profiles are updated during "emerge --sync" , so try to issue one if
things are still wrong.

hih
francesco
--
gentoo-user@gentoo.org mailing list

Reply via email to