I am trying to update a very old install of gentoo. The portage emerge is stuck on the xmlto package.
make all-am make[1]: Entering directory `/var/tmp/portage/xmlto-0.0.18/work/xmlto-0.0.18' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=pentium3 -mcpu=i686 -fomit-frame-pointer -pipe -MT xmlif/xmlif.o -MD -MP -MF "xmlif/.deps/xmlif.Tpo" -c -o xmlif/xmlif.o `test -f 'xmlif/xmlif.c' || echo './'`xmlif/xmlif.c; \ then mv -f "xmlif/.deps/xmlif.Tpo" "xmlif/.deps/xmlif.Po"; else rm -f "xmlif/.deps/xmlif.Tpo"; exit 1; fi distcc[9440] (dcc_get_hostlist) Warning: no hostlist is set; can't distribute work distcc[9440] (dcc_build_somewhere) Warning: failed to distribute, running locally instead i686-pc-linux-gnu-gcc -O3 -march=pentium3 -mcpu=i686 -fomit-frame-pointer -pipe -o xmlif/xmlif xmlif/xmlif.o for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format XSL_DIR=./xsl \ bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; cat ./FAQ; exit $RC ) warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" compilation error: file /var/tmp/portage/xmlto-0.0.18/temp/xmlto-xsl.QUQfA5 line 4 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" compilation error: file /var/tmp/portage/xmlto-0.0.18/temp/xmlto-xsl.8MToXI line 4 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Q: I'm trying to build xmlto on my Debian box, but it doesn't work. A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project <http://fedora.redhat.com>. make[1]: *** [man/man1/xmlto.1] Error 1 make[1]: Leaving directory `/var/tmp/portage/xmlto-0.0.18/work/xmlto-0.0.18' make: *** [all] Error 2 I can't find a reference to sourceforge in any of the files in the work directory. Where do I put the docbook.xsl file? Am I missing something else? I never got very complex in my make syntax, so I am completely lost in trying to decipher where the error is even occurring. -- Alma -- [EMAIL PROTECTED] mailing list

