Emerging the masked version of libgnomeprint-2.2.1.2 && libgnomeprintui-2.2.1.2 break during the installation of the ebuilds. This is because somewhere between compile and install the file index.sgml in doc/reference/html/ for libgnomeprint and in doc/html/ for libgnomeprintui the file gets deleted and emerge can't find it anymore and quits. I have no idea where the file gets deleted but I'm pretty sure it's after the compilation. Fixed this for myself by quickly copying index.sgml back after it gets deleted. Ebuild works fine for the rest. Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge libgnomeprint(ui) 2. 3. Actual Results: Compilation and then error while installing Expected Results: Install, duh ;-) Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2) ================================================================= System uname: 2.4.20 i686 AMD Athlon(tm) XP 1600+ GENTOO_MIRRORS="ftp://ftp.nluug.nl/pub/metalab/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/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/portage-overlay" USE="oss 3dnow crypt encode libg++ mikmod mmx ncurses nls pdflib spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb slang readline arts bonobo svga guile sdl gpm tcpd pam libwww ssl python esd imlib oggvorbis qt motif opengl cdr -mozilla doc sse gd tiff xml mysql jpeg png gif bmp cups -ldap -kde perl jpegpng avi mpeg apm dvd flash gtk2 ipv4 java mozilla quicktime samba tcltk x86 X gtk gnome alsa" 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"
libgsf seems to be suffering the same disease, did a search on "stat index.sgml" (cannot stat index.sgml) is the error message and got no results, so maybe it's just me & my sytem? :-)
It's the USE="doc" variable...
this has been seen previously when you have a corrupted SGML setup. try fixing this by following the instructions on this page: http://cvs.gentoo.org/~satai/sgmlfix.html
After searching the forums again, with the correct search terms this time I indeed noticed lotsa people had this problem. It's fixed now, thx
*** This bug has been marked as a duplicate of 17448 ***