Zainstalowałem sobie Fluxboxa i potrzeba mi było tyle gdm. Ale gdy zauważyłem błędy przy jego instalacji (niektóre zależnośći takie jak pyopengl czy python ciągle chciały aby flagi tk były odjęte bowiem ich obsługa jeszcze nie istnieje). W takim przypadku dodałem do /etc/make.conf zmienną:
PORTAGE BINHOST="http://tinderbox.dev.gentoo.org/default-linux/x86/All/ "
i wywalił błąd coś o braku gcc i686. Więc zainstalowałem gcc poleceniem
emerge --usepkg --getbinpkg gcc
w wersji gcc-4.1.1-rc3. No i teraz jest kolejny, ostateczny nienaprawialny błąd przy kompilacji JAKIEGOKOLWIEK
pakietu, bowiem wywala komunikat:
Calculating dependencies ... done!
>>> Emerging (1 of 1) x11-misc/gccmakedep-1.0.2 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking gccmakedep-1.0.2.tar.bz2 ;-)
>>> Unpacking source...
>>> Unpacking gccmakedep-1.0.2.tar.bz2 to /var/tmp/portage/gccmakedep-1.0.2/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/gccmakedep-1.0.2/work/gccmakedep-1.0.2 ...
* econf: updating gccmakedep-1.0.2/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating gccmakedep-1.0.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --build=i386-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /bin/install -c
checking for i386-pc-linux-gnu-gcc... i386-pc-linux-gnu-gcc
checking for C compiler default output file name...
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gccmakedep-1.0.2/work/gccmakedep-1.0.2/config.log
!!!ERROR: x11-misc/gccmakedep-1.0.2 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called stc_compile
ebuild.sh, line 1248: Called x-modular_src_compile
x-modular.eclass, line 332: Called x-modular_src_configure
x-modular.eclass, line 319: Called econf '--prefix=/usr' '--datadir=/usr/share'
ebuild.sh, line 541: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Da się to jakoś naprawić ?