Gentoo Probleme: Unterschied zwischen den Versionen
Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen (Die Seite wurde neu angelegt: Diese Seite enhält mögliche Probleme die mit Gentoo auftreten können. ==Installation== ===C compiler cannot create executables=== checking for C compiler defau...) |
|||
Zeile 7: | Zeile 7: | ||
Dies kann auftreten wenn die [[Portage | make.conf]] einen Fehler enthält oder die '''CFLAGS''' nicht richtig gesetzt sind. | Dies kann auftreten wenn die [[Portage | make.conf]] einen Fehler enthält oder die '''CFLAGS''' nicht richtig gesetzt sind. | ||
+ | |||
+ | |||
+ | ==Update== | ||
+ | ===Bash blockiert Portage== | ||
+ | These are the packages that would be merged, in order: | ||
+ | |||
+ | Calculating dependencies... done! | ||
+ | |||
+ | [ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.18.1] | ||
+ | [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] | ||
+ | [ebuild U ] sys-apps/portage-2.1.4.4 [2.1.3.4-r1] LINGUAS="-pl*" | ||
+ | *** Portage will stop merging at this point and reload itself, | ||
+ | then resume the merge. | ||
+ | [ebuild U ] app-shells/bash-3.2_p33 [3.2_p15-r1] USE="-plugins%" | ||
+ | [blocks B ] <sys-apps/portage-2.1.4_rc1 (is blocking app-shells/bash-3.2_p33 ) | ||
+ | |||
+ | Hier blocker die [[Bash-Shell]] die Installation von [[Portage]], abhilfe schafft hier eine alte Version von Bash | ||
+ | emerge =app-shells/bash-3.2_p17-r1 | ||
+ | |||
+ | Anschließend kann Portage normal installiert werden. | ||
+ | emerge -av portage | ||
[[Kategorie:Gentoo]] | [[Kategorie:Gentoo]] |
Version vom 9. Mai 2008, 11:56 Uhr
Diese Seite enhält mögliche Probleme die mit Gentoo auftreten können.
Inhaltsverzeichnis
Installation
C compiler cannot create executables
checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
Dies kann auftreten wenn die make.conf einen Fehler enthält oder die CFLAGS nicht richtig gesetzt sind.
Update
=Bash blockiert Portage
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.18.1] [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] [ebuild U ] sys-apps/portage-2.1.4.4 [2.1.3.4-r1] LINGUAS="-pl*" *** Portage will stop merging at this point and reload itself, then resume the merge. [ebuild U ] app-shells/bash-3.2_p33 [3.2_p15-r1] USE="-plugins%" [blocks B ] <sys-apps/portage-2.1.4_rc1 (is blocking app-shells/bash-3.2_p33 )
Hier blocker die Bash-Shell die Installation von Portage, abhilfe schafft hier eine alte Version von Bash
emerge =app-shells/bash-3.2_p17-r1
Anschließend kann Portage normal installiert werden.
emerge -av portage