distcc installs an info file which is missing the info dir section. This causes many subsquent emerges to issue a warning during the "Regenerating GNU info directory index..." phase. Reproducible: Always Steps to Reproduce: 1. emerge -C distcc 2. emerge --verbose distcc 3. Actual Results: * Regenerating GNU info directory index... install-info: warning: no info dir entry in `//usr/share/info/distcc.info.gz' * Processed 99 info files; 1 errors. $ emerge info Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.20-gentoo-r2 i686 AMD Athlon(TM) XP 1700+ GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://www.ibiblio.org/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/shar /config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/local/portage" USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg nc rses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slan readline arts tetex svga java X sdl tcpd pam libwww ssl perl python esd imlib ggvorbis gtk qt kde motif opengl mozilla gphoto2 cdr scanner alsa -gnome ldap s mba sse tcltk usb -gpm tiff" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache userpriv usersandbox"
This has been fixed in distcc 1.2.3-r3 (via a patch) and 2.0.1 (which does not yet install the info file due to upstream changes). I'll unmask 1.2.3-r3 right away, but I'm going to fix this and a couple of things in the 2.0.1 ebuild before I make that generally available. So you can: ACCEPT_KEYWORDS="~x86" emerge distcc or run the following command from your PORTDIR, after emerging gentoolkit: ekeyword x86 sys-devel/distcc/distcc-1.2.3-r3.ebuild