View previous topic :: View next topic |
Author |
Message |
tobold n00b
Joined: 12 Aug 2003 Posts: 62
|
Posted: Mon Oct 06, 2003 5:53 pm Post subject: Problem nach Stromausfall |
|
|
Hab da ein kleines Problem. Mein PC hat grad Kernel kompiliert als es mir die Sicherung rausgeschlagen hat. Nun gut. Soweit läuft ja alles - wollte die Kernel aktion nochmal starten aber:
gentoo linux # make dep && make clean bzImage
.depend:3: *** missing separator. Stop.
Menuconfig geht auch nichtmehr - gleicher Fehler.
Bitte um Hilfe!!! |
|
Back to top |
|
|
ian! Bodhisattva
Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Mon Oct 06, 2003 6:04 pm Post subject: |
|
|
Code: | cd /usr/src/linux
make mrproper
make menuconfig |
Wenn das nicht hilft (was ich vermute), dann einfach mal die Kernel-Sourcen neu mergen.
Gruß,
ian! _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
|
tobold n00b
Joined: 12 Aug 2003 Posts: 62
|
Posted: Mon Oct 06, 2003 6:15 pm Post subject: |
|
|
Richtig geraten - hat nicht geholfen.
Auf die Idee mit den Kernel-Sources bin auch schon gekommen - brachte auch nix. |
|
Back to top |
|
|
ro Apprentice
Joined: 28 Mar 2003 Posts: 289
|
Posted: Mon Oct 06, 2003 7:30 pm Post subject: |
|
|
probier mal:
Code: | cp /usr/src/linux/.config /usr/src/CONFIG
emerge unmerge gentoo-sources
rm -Rf /usr/src/linux-2.4.20-gentoo-r7
emerge gentoo-sources
mv /usr/src/CONFIG /usr/src/linux/.config
|
natürlich bezieht sich das darauf, dass du die gentoo-sources verwendest _________________ Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. |
|
Back to top |
|
|
|