View previous topic :: View next topic |
Author |
Message |
big-birdy Apprentice
Joined: 18 Jan 2005 Posts: 179 Location: Neustadt
|
Posted: Wed Apr 13, 2005 8:40 am Post subject: Emerge geht nicht mehr |
|
|
Hi Leute hab ein kleines Problem.
Ich habe bei emerge immer die meldung gekommen das mein Profil upgedatete werden muss. Hab die anweisung ausgeführt und jetzt kommt bei emerge immer die Meldung "Arch not set..." kann mir jemand helfen??
MFG
Christian |
|
Back to top |
|
|
beejay Retired Dev
Joined: 03 Oct 2002 Posts: 924 Location: Flensungen (das liegt neben Merlau)
|
|
Back to top |
|
|
phlowww n00b
Joined: 23 Feb 2005 Posts: 7 Location: Currently: Hangzhou, China
|
Posted: Wed Apr 13, 2005 8:54 am Post subject: |
|
|
Sieht deine Fehlermeldung so aus??
Quote: | !!! ARCH is not set... Are you missing the /etc/make.profile symlink?
!!! Is the symlink correct? Is your portage tree complete? |
Hast du das was dir Portage als mögliche Fehlerursache angibt Überprüft?
Ich bekomme diesen Fehler auch, aber nur wenn ich das "/usr/portage/" Verzeichnis nicht eingebunden habe.
Vielleicht hast du dich beim Update auf das neue Profil vertippt. Überprüfe am besten zuerst die Korrektheit der Symlinks.
So sollte es aussehen:
Code: | bash-2.05b$ ls /etc/make.profile -l
lrwxrwxrwx 1 root root 48 Apr 8 11:32 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2005.0 |
phlowww
Edit: Auf iso-8859-1 umgestellt und Umlaute korrigiert _________________ HP Compaq nx7000
Kernel 2.6.11-gentoo
Linux User #225879
Last edited by phlowww on Wed Apr 13, 2005 11:50 am; edited 1 time in total |
|
Back to top |
|
|
psyeye Guru
Joined: 06 Dec 2002 Posts: 409 Location: Germany
|
Posted: Wed Apr 13, 2005 9:48 am Post subject: |
|
|
Sei so gut und fixe Dein Posting - Deine Umlaute sind nicht ISO-8859-1 (siehe Forenregeln)...
psyeye |
|
Back to top |
|
|
phlowww n00b
Joined: 23 Feb 2005 Posts: 7 Location: Currently: Hangzhou, China
|
Posted: Wed Apr 13, 2005 11:45 am Post subject: |
|
|
Ooops
Die waren noch auf UTF-8.
Habs geändert. Danke für den Hinweis
phlowww _________________ HP Compaq nx7000
Kernel 2.6.11-gentoo
Linux User #225879
Last edited by phlowww on Wed Apr 13, 2005 11:47 am; edited 1 time in total |
|
Back to top |
|
|
henrynick Apprentice
Joined: 28 Jun 2004 Posts: 203 Location: longitude: 14° 25' latitude: 51° 10'
|
Posted: Wed Apr 13, 2005 11:45 am Post subject: Gleicher Fehler |
|
|
Hallo,
sollte es wieder laufen, dann kannst Du den Beitrag vernachlässigen
Ansonsten hatte ich das gleiche Problem, es aber mit dem Neusetzen des Symlinks nicht
hinbekommen. Auf Anfrage habe ich folgenden Tip bekommen (nochmals Danke an MR. BIG)
1. neuen aktuellen portage-snapshot runterladen (zB. ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/snapshots/portage-20050410.tar.bz2)
2. wechseln in das Downloadverzeichnis und entpacken des snapshots nach /usr/portage ... Code: | # tar -xvjf portage-20050410.tar.bz2 -C /usr/ |
#EDIT start Hier habe ich noch das '-C' reingeschmuggelt - siehe http://www.gentoo.de/doc/de/handbook/handbook-x86.xml?part=1&chap=5#doc_chap4 - 5.d --> Befehlsauflistung 14: Einen Portage Snapshot entpacken - sorry #EDIT stop
3. korrigiere den Symlink /etc/make.profiles
Code: | # cd /etc
# ln -s ../usr/portage/profiles/default-linux/x86/2005 make.profile |
Danch sollte ein
Code: | # emerge -av portage |
ohne Probleme laufen. Ich habe dann noch ein
laufen lassen, aber ein simples
sollte es auch tun.
Jedenfalls geht jetzt wieder alles und das System ist up-to-date. _________________ Gruß/greetings
HenryNick
--
go to work, send your kids to school
follow fashion, act normal
walk on the pavement, watch T.V.
save for your old age, obey the law
Repeat after me: I am free |
|
Back to top |
|
|
big-birdy Apprentice
Joined: 18 Jan 2005 Posts: 179 Location: Neustadt
|
Posted: Fri Apr 15, 2005 6:56 am Post subject: |
|
|
Mein Symlink sieht so aus:
Code: | p_iv_2000 root # ls /etc/make.profile -l
lrwxr-xr-x 1 root root 65 Apr 13 06:45 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2005.0/2.4/make.profile |
Hab versucht den Fehler zu beheben, hat aber leider nicht funktioniert.
MFG
Big-birdy |
|
Back to top |
|
|
TheCurse l33t
Joined: 21 Jun 2004 Posts: 670 Location: Köln
|
Posted: Fri Apr 15, 2005 7:08 am Post subject: |
|
|
Also wie du wahrscheinlich selber siehts ist dein symlink falsch gesetzt. Den wirst du los mit rm /etc/make.profile. Neu setzen tust du ihn mit
ln -s /usr/portage/profiles/default-linux/x86/2005.0 /etc/make.profile
MfG
TheCurse |
|
Back to top |
|
|
big-birdy Apprentice
Joined: 18 Jan 2005 Posts: 179 Location: Neustadt
|
Posted: Fri Apr 15, 2005 7:48 am Post subject: |
|
|
Ok danke. Hat funktioniert.
MFG
Christian:lol: |
|
Back to top |
|
|
|