On Wed, Jun 30, 2004 at 11:11:48AM -0700, Patrick Devine wrote: > > Has anyone managed to get anaconda-help to build behind a firewall? I > always get this lovely error message: You should be able to do this with an xmlcatalog. Do you have docbook-style-xsl installed as it should do this: [pauln@enki pauln]$ rpm --scripts -q docbook-style-xsl postinstall scriptlet (using /bin/sh): CATALOG=/etc/xml/catalog /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ "http://docbook.sourceforge.net/release/xsl/1.65.1" \ "file:///usr/share/sgml/docbook/xsl-stylesheets-1.65.1-1" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteURI" \ "http://docbook.sourceforge.net/release/xsl/1.65.1" \ "file:///usr/share/sgml/docbook/xsl-stylesheets-1.65.1-1" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ "http://docbook.sourceforge.net/release/xsl/current" \ "file:///usr/share/sgml/docbook/xsl-stylesheets-1.65.1-1" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteURI" \ "http://docbook.sourceforge.net/release/xsl/current" \ "file:///usr/share/sgml/docbook/xsl-stylesheets-1.65.1-1" $CATALOG postuninstall scriptlet (using /bin/sh): CATALOG=/etc/xml/catalog /usr/bin/xmlcatalog --noout --del \ "file:///usr/share/sgml/docbook/xsl-stylesheets-1.65.1-1" $CATALOG > xmlto --skip-validation -o C html -m onlinehelp.xsl help-screens-C.xml > Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" > compilation error: file /tmp/xmlto-xsl.GerB3E line 4 element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl > cp: cannot stat `*.htm*': No such file or directory > make[1]: *** [C-html] Error 1 > make[1]: Leaving directory `/usr/src/redhat/BUILD/anaconda-help-9.1/help' > make: *** [subdirs] Error 1 > error: Bad exit status from /var/tmp/rpm-tmp.37092 (%build) Paul