Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make menuconfig bricht ab
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Udo
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2002
Posts: 105
Location: Dortmund

PostPosted: Sun Jan 19, 2003 4:40 am    Post subject: make menuconfig bricht ab Reply with quote

hallo
ich habe endlich gentroo 1.4rc2 bis stage 3 installieren könne ohne problem.
Dann gebe ich emerge vanilla-sources ein und alles läuft seinen weg.
danach will ich make menuconfig machen und das system meckert das ncourse nicht installiert sei und bricht ab.
ich emerge ncourse und er merged,aber es bricht immer noch mit dieser fehlermeldung ab.
ein make config geht,aber menuconfig will nicht.
Selbst emerge gentoo-sources haben keinen erfolg gebracht.
Ist ein link falsch,hat diesen fehler schon mal jemand gehabt??
selbst ein nochmalieges emerge -e world hatte keinen erfolg.
Gruß Udo
_________________
Aller Anfang ist schwer,aber nur für Anfänger.
Back to top
View user's profile Send private message
Donnergurgler
Apprentice
Apprentice


Joined: 17 Jan 2003
Posts: 202
Location: Schnongs-Zone

PostPosted: Sun Jan 19, 2003 8:33 am    Post subject: Reply with quote

Hallo Udo,

nur ein Schuss ins Blaue: Du hast nicht zufällig "ncourse" statt "ncurses"
geemerged und die Fehlermeldung übersehen, dass es "ncourse" nicht
gibt?

dev-lang/nasm vorhanden?
# emerge -s nasm

Wie sieht Dein /usr/src - Verzeichnis aus? Ist linux zufällig mit dem
falschen Verzeichnis verlinkt? Ber mir schauts wie folgt aus:

/usr/src # ls -l
lrwxrwxrwx 1 root root 12 2003-01-09 15:23 linux -> linux-2.4.20
drwxr-xr-x 14 root root 688 2003-01-19 09:16 linux-2.4.20
drwxr-xr-x 7 root root 168 2003-01-14 05:14 pc

linux sollte also auf linux-2.4.20 verlinkt sein. Ansonsten:

/usr/src # rm linux
/usr/src # ln -s linux-2.4.20 linux
/usr/src # cd linux
/usr/src/linux/ # make menuconfig


Ciao,
Donnergurgler
Back to top
View user's profile Send private message
easy2k
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2002
Posts: 129
Location: Östlichste Stadt Deutschlands

PostPosted: Sun Jan 19, 2003 12:24 pm    Post subject: Reply with quote

Lass mich raten; er findet auch den gcc nicht?

so sollte es gehen :

/sbin/ldconfig
source /etc/profile
make menuconfig
Back to top
View user's profile Send private message
Shack|G1
n00b
n00b


Joined: 19 Jan 2003
Posts: 3

PostPosted: Sun Jan 19, 2003 3:22 pm    Post subject: Reply with quote

Hi
das problem kenne ich.
Du musst nur
env-update && source /etc/profile eingeben und dann nochmal
make menuconfig machen. Dann sollte er alles finden. 8O
Back to top
View user's profile Send private message
Nope
n00b
n00b


Joined: 01 Jan 2003
Posts: 25

PostPosted: Sun Jan 19, 2003 3:58 pm    Post subject: Reply with quote

Hallo,

Shack|G1 wrote:
Hi
das problem kenne ich.
Du musst nur
env-update && source /etc/profile eingeben und dann nochmal
make menuconfig machen. Dann sollte er alles finden. 8O


super, das hat auch bei mir funktioniert. Jetzt mal ne doofe Frage ;-) Kann mir einer erklären was da passiert und warum? Mir ist aufgefallen, daß ich diese Zeilen jedesmal eingeben muß, um menuconfig starten zu können (nach dem verlassen von su). Kann man das irgendwie dauerhafter machen?

Lars
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sun Jan 19, 2003 4:22 pm    Post subject: Reply with quote

Ja, kann mann. Wie steht hier:

http://www.gentoo.org/news/de/gwn/20030113-newsletter.xml#doc_chap1_sect3

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Nope
n00b
n00b


Joined: 01 Jan 2003
Posts: 25

PostPosted: Sun Jan 19, 2003 4:36 pm    Post subject: Reply with quote

Hallo Alex,

ajordan wrote:
Ja, kann mann. Wie steht hier:

http://www.gentoo.org/news/de/gwn/20030113-newsletter.xml#doc_chap1_sect3

Alex


ähem.. auch auf die Gefahr hin mich als Super-Depp zu outen - aber die Einstellungen sind bei mir nicht dauerhaft. Ich muß jedesmal diese eine Zeile vorher eingeben, ansonsten erhalte ich nach wie vor die bekannten Fehlermeldungen.

Lars
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sun Jan 19, 2003 4:43 pm    Post subject: Reply with quote

was gibt denn
Code:
qpkg -I -v -nc gcc
bei dir aus?

ALex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Nope
n00b
n00b


Joined: 01 Jan 2003
Posts: 25

PostPosted: Sun Jan 19, 2003 4:48 pm    Post subject: Reply with quote

Hi ALex,
ein ´qpkg -I -v -nc gcc´ gibt bei mir folgendes aus:

sys-devel/gcc-config-1.2.7
sys-devel/gcc-3.2.1-r6
dev-util/colorgcc-1.3.2-r2

eigentlich wie in dieser Anleitung beschrieben - oder?

Lars
Back to top
View user's profile Send private message
Nope
n00b
n00b


Joined: 01 Jan 2003
Posts: 25

PostPosted: Sun Jan 19, 2003 4:49 pm    Post subject: Reply with quote

Hi ALex,
ein ´qpkg -I -v -nc gcc´ gibt bei mir folgendes aus:

sys-devel/gcc-config-1.2.7
sys-devel/gcc-3.2.1-r6
dev-util/colorgcc-1.3.2-r2

eigentlich wie in dieser Anleitung beschrieben - oder?

Lars
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sun Jan 19, 2003 5:03 pm    Post subject: Reply with quote

hmmm, reichlich gomisch. Vielleicht hilft es, die Aktionen nicht aus ner Shell per su zu machen, sondern ueber die richtige Anmeldung am System. So hab ichs jedenfalls gemacht und es laeuft. Einen anderen Unterschied kann ich sonst erstmal nicht erkennen.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Nope
n00b
n00b


Joined: 01 Jan 2003
Posts: 25

PostPosted: Sun Jan 19, 2003 5:04 pm    Post subject: Reply with quote

Hallo,

sorry für den Doppelpost- mein Phoenix ist weggebrochen beim submitten.

Thema hat sich gerade erledigt. Wer lesen kann ist klar im Vorteil. In dem angegebenen Thread ist erklärt wie es geht. Man sollte ein ´su -´ ausführen und nicht nur ´su´.
Und wieder was gelernt :-)
Danke für die Hilfe

Lars
Back to top
View user's profile Send private message
Udo
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2002
Posts: 105
Location: Dortmund

PostPosted: Sun Jan 19, 2003 10:08 pm    Post subject: Reply with quote

Danke an alle die geantowrtet haben,es hat geholfen*freu*
War mein Posting doch nicht nutzlos.
Gruß Udo
_________________
Aller Anfang ist schwer,aber nur für Anfänger.
Back to top
View user's profile Send private message
dalu
Guru
Guru


Joined: 20 Jan 2003
Posts: 530

PostPosted: Mon Jan 20, 2003 10:24 pm    Post subject: Reply with quote

das problem hatte ich auch, habe einfach die gcc in /bin/ kopiert
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum