On 12 October 2012 14:17, Feuerbacher, Alan <[email protected]> wrote: > Howdy, > > Following BLFS Version 2012-10-10; Chapter 9. General Libraries, I'm trying > to compile glib-2.34.0 > on my Redhat 5 system (not as root but a regular user), along with a lot of > other stuff. The > required dependencies are met. I got the following error: > > ####################### > Making all in glib > make[4]: Entering directory > `/home/afbacher/LFS71/lfs84/sources/glib-2.34.0/docs/reference/glib' > GEN glib-gettextize.1 > I/O error : Attempt to load network entity > 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" > cannot parse > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > make[4]: *** [glib-gettextize.1] Error 4 > make[4]: Leaving directory > `/home/afbacher/LFS71/lfs84/sources/glib-2.34.0/docs/reference/glib' > ####################### > > I browsed the offending "network entity" and found nothing amiss. Can someone > give me a clue > about where to go from here to fix the problem? > > Alan > --
Ran into this on another package. I installed docbook-utils to resolve the problem but there may be a switch you can add to ./configure. ./configure --help will list the options. -- rob -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
