Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Emerging fontconfig-2.2.0-r2 fails in the HTML documentation generation phase. I havn't tried to emerge without the "doc" USE flag set, but I assume that it is the one causing problems: #> emerge -upv fontconfig [ebuild U ] media-libs/fontconfig-2.2.0-r2 [2.1-r1] +doc A short trace is below. I'll attach a more complete trace later. Reproducible: Always Steps to Reproduce: Actual Results: rm -f manpage.refs manpage.links rm -f fontconfig-user.txt docbook2txt fontconfig-user.sgml Using catalogs: /etc/sgml/sgml-docbook-3.1.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#html Working on: /var/tmp/portage/fontconfig-2.2.0-r2/work/fontconfig-2.2.0/doc/fontconfig-user.sgml No way to convert HTML to text found. make[2]: *** [fontconfig-user.txt] Error 8 make[2]: Leaving directory `/var/tmp/portage/fontconfig-2.2.0-r2/work/fontconfig-2.2.0/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/fontconfig-2.2.0-r2/work/fontconfig-2.2.0' make: *** [all-recursive-am] Error 2 !!! ERROR: media-libs/fontconfig-2.2.0-r2 failed. !!! Function src_compile, Line 67, Exitcode 2 !!! (no error message) #> emerge info Portage 2.0.48 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.20-gentoo-r2 i686 Intel(R) Celeron(R) CPU 2.00GHz GENTOO_MIRRORS="http://gentoo.linux.no/" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb" 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 3dnow apm encode jpeg libg++ libwww mikmod mmx ncurses nls quicktime xml2 xmms zlib gtkhtml gdbm berkdb slang readline bonobo tcltk guile sdl gpm tcpd pam ssl perl python esd imlib motif opengl cdr avi cups dga doc emacs evo gnome gif gtk java mozilla mozsvg mpeg oggvorbis oss pdflib pic png samba sis spell sse truetype usb X xv -alsa -arts -crypt -kde -svga -qt" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium2 -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -pipe" CXXFLAGS="-O2 -march=pentium2 -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -pipe" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Created an attachment (id=12282) [details] More complete ebuild output
Is it possible that this is caused by a missing dependency to docbook-sgml? I just played around with emerge -u --deep world and found this: [ebuild N ] app-text/docbook-sgml-1.0 This does not show without --deep.
*** Bug 21816 has been marked as a duplicate of this bug. ***
I have app-text/docbook-sgml version 1.0 installed, and still I received the error. Perhaps its a different dependency?
those docs are giving me headaches..
I've the same problem as in 21816, which is a dup of this one.
Workaround: emerge fontconfig with USE="-doc"
Bug Fix: add net-www/lynx to the dependencies this fixes the problem and allows it to docbook2txt do whatever it needs to
*** This bug has been marked as a duplicate of 21195 ***