Hello! I synced portage today and emerge wanted to update indent to version -2.2.9-r2. Didn't work: Making all in man make[2]: Entering directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9/man' source='texinfo2man.c' object='texinfo2man.o' libtool=no \ depfile='.deps/texinfo2man.Po' tmpdepfile='.deps/texinfo2man.TPo' \ depmode=gcc3 /bin/sh ../config/depcomp \ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=pentium3 -msse2 -mfpmath=sse -fomit-frame-pointer -pipe -c `test -f 'texinfo2man.c' || echo './'`texinfo2man.c ./texinfo2man ./indent.1.in ./../doc/indent.texinfo > indent.1 /bin/sh: line 1: ./texinfo2man: Datei oder Verzeichnis nicht gefunden make[2]: *** [indent.1] Fehler 127 make[2]: *** Warte auf noch nicht beendete Prozesse... make[2]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9/man' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9' make: *** [all] Fehler 2 !!! ERROR: dev-util/indent-2.2.9-r2 failed. !!! Function src_compile, Line 26, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message. I got distcc/ccache but it doesn't matter if I disable them. The only way to compile indent seemed to be to disable any parallel build: MAKEOPTS="-j1" emerge indent This way it works. Sebastian Reproducible: Always Steps to Reproduce: 1. Try to build indent with MAKEOPTS="-j2" emerge --oneshot indent 2. 3. Actual Results: emerge fails with Making all in man make[2]: Entering directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9/man' source='texinfo2man.c' object='texinfo2man.o' libtool=no \ depfile='.deps/texinfo2man.Po' tmpdepfile='.deps/texinfo2man.TPo' \ depmode=gcc3 /bin/sh ../config/depcomp \ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=pentium3 -msse2 -mfpmath=sse -fomit-frame-pointer -pipe -c `test -f 'texinfo2man.c' || echo './'`texinfo2man.c ./texinfo2man ./indent.1.in ./../doc/indent.texinfo > indent.1 /bin/sh: line 1: ./texinfo2man: Datei oder Verzeichnis nicht gefunden make[2]: *** [indent.1] Fehler 127 make[2]: *** Warte auf noch nicht beendete Prozesse... make[2]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9/man' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9' make: *** [all] Fehler 2 !!! ERROR: dev-util/indent-2.2.9-r2 failed. !!! Function src_compile, Line 26, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message. Expected Results: indent builds fine. emerge info Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.10 i686) ================================================================= System uname: 2.6.10 i686 Intel(R) Pentium(R) M processor 1400MHz Gentoo Base System version 1.4.16 distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux26-headers-2.6.8.1-r1 Libtools: sys-devel/libtool-1.5.2-r7 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=pentium3 -msse2 -mfpmath=sse -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium3 -msse2 -mfpmath=sse -fomit-frame-pointer -pipe" DISTDIR="/mnt/distfiles" FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms" GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage" USE="X alsa bitmap-fonts crypt cups dvd foomaticdb gnome gtk gtk2 jpeg mmx mmx2 moznocompose moznoirc mp3 ncurses nls nodrm nomotif oggvorbis png ppds qt readline rtc spell sse sse2 ssl x86 xv zlib linguas_de"
same here
This is a duplicate bug report, close this one and refer to #76610 instead.
Also, could somebody reopen 76610? I submitted a patch there which actually fixes the bug, rather than executing a workaround.
*** This bug has been marked as a duplicate of 76610 ***