Gentoo Probleme

Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen

Diese Seite enhält mögliche Probleme die mit Gentoo auftreten können.

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.

Access Violation

Wenn ein Paket installiert wird komm diese Meldung

>>> Completed installing glibc-2.7-r2 into /var/tmp/portage/sys-libs/glibc-2.7-r2/image/
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-32199.log"

open_wr:   /var/backups/infodir.bak
--------------------------------------------------------------------------------

Hier könnte es sein dass eine zweite install-info Datei in /usr/sbin/ liegt diese sollte entfernt werden.

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