mkdir: kann Verzeichnis ,,/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7" nicht anlegen: Die Datei existiert bereits /bin/install -c -m 644 'vp3-format.txt' '/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7/vp3-format.txt' /bin/install -c -m 644 'color.html' '/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7/color.html' /bin/install -c -m 644 'draft-barbato-avt-rtp-theora-01.xml' '/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7/draft-barbato-avt-rtp-theora-01.xml' /bin/install -c -m 644 'draft-barbato-avt-rtp-theora-01.txt' '/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7/draft-barbato-avt-rtp-theora-01.txt' /bin/install -c -m 644 'doxygen-build.stamp' '/var/tmp/portage/libtheora-1.0_alpha7/image/usr/share/doc/libtheora-1.0_alpha7/doxygen-build.stamp' make[3]: *** [install-data-local] Fehler 1 make[3]: *** Warte auf noch nicht beendete Prozesse... make[3]: Leaving directory `/var/tmp/portage/libtheora-1.0_alpha7/work/libtheora-1.0alpha7/doc' make[2]: *** [install-am] Fehler 2 make[2]: Leaving directory `/var/tmp/portage/libtheora-1.0_alpha7/work/libtheora-1.0alpha7/doc' make[1]: *** [install-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/libtheora-1.0_alpha7/work/libtheora-1.0alpha7/doc' make: *** [install-recursive] Fehler 1 !!! ERROR: media-libs/libtheora-1.0_alpha7 failed. Call stack: ebuild.sh, line 1546: Called dyn_install ebuild.sh, line 1020: Called src_install libtheora-1.0_alpha7.ebuild, line 55: Called die !!! make install failed !!! If you need support, post the topmost build error, and the call stack if relevant. When I export LANG=EN_en compile works fine.
Don't restrict bugs without any reason. Just leave the checkboxes alone.
*** Bug 149832 has been marked as a duplicate of this bug. ***
I had a similar fail about an existing directory which couldn't be created therefore. I tried emerging it a second time and it just succeeded. I don't know why. emerge --info after I upgraded the rest of world, including glibc: Portage 2.1.2_pre2-r1 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18 x86_64) ================================================================= System uname: 2.6.18 x86_64 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz Gentoo Base System version 1.12.5 Last Sync: Mon, 02 Oct 2006 10:00:08 +0000 app-admin/eselect-compiler: [Not Present] dev-java/java-config: [Not Present] dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.60 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 X alsa berkdb bitmap-fonts cli crypt cups dlloader dri dts dvd dvdread elibc_glibc fortran gdbm gif gpm input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog kdeenablefinal kernel_linux libg++ mad mp3 ncurses nls nptl nptlonly opengl pam pcre perl ppds pppd python readline reflection session spl ssl tcpd theora truetype-fonts type1-fonts udev unicode userland_GNU video_cards_fbdev video_cards_nv video_cards_nvidia vorbis xinerama xorg xv zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 98595 [details] full emerge output
I had the same error but typing MAKEOPTS="" before emerge helped...
I can confirm that MAKEOPTS="-j2" is the culprit.
Latest emerge --sync seems to fix the problem (I have MAKEOPTS="-j3" and I didn't change it)
Fixed this in portage this afternoon, forgot to close the bug till now.