Hy, wenn ich z.b. emerge vim eingebe kommt immer:
!!! ARCH is not set... Are you missing the /etc/make.profile symlink?
!!! Is the symlink correct? Is your portage tree complete?
was soll ich tun???
MfG bEnny
Linux 15.004 Themen, 106.699 Beiträge
https://forums.gentoo.org/viewtopic-t-471166-highlight-.html
und Handbuch
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6#doc_chap2_sect2
Diskussion bezieht sich hier auf die x86 Architektur. Was hast Du installiert x86 oder amd64?
Kurzgesagt mit der Rootkonsole
ls -l /etc/make.profile
eingeben und mal das Ergebnis posten
mit x86 Maschine kommt momentan als aktuelles
lrwxrwxrwx 1 root root 48 21. Mai 2006 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2006.0
Im Verzeichnis /etc muß ein symbolischer Link (in dem Fall ein Ordnersymbol) make.profile mit dem Verweis auf den Zielordner existieren.
anlegen kannst Du den Link auf der Root Konsole mit
ln -s /usr/portage/profiles/default-linux/x86/2006.0 /etc/make.profile
für ein x86 System.