Re: [exim] Build exim from git - xml problem

Góra strony
Delete this message
Reply to this message
Autor: Phil Pennock
Data:  
Dla: John Horne
CC: exim-users
Temat: Re: [exim] Build exim from git - xml problem
On 2013-07-19 at 16:15 +0100, John Horne wrote:
> Removed the 'linux' fixup. Got the error:
>
> ==========================================
> xmlto -x MyStyle-txt-html.xsl html-nochunks filter-txt.xml
> warning: failed to load external entity
> "/usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/xhtml/docbook.xsl"
> compilation error:
> file /home/john/exim/exim-packaging-4.81/release_tree/doc/doc-docbook/MyStyle-txt-html.xsl line 8 element import
> xsl:import : unable to
> load /usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/xhtml/docbook.xsl
> ==========================================
>
> It's still looking for the 'nwalsh' directory for some reason. Not sure
> where it is getting that from.


for f in *.orig ; do mv -v $f ${f%.orig} ; done

(Or, force git to clean up back to a known good state)