Subject: Re: Problems updating graphics/gimp-docs
To: Berndt Josef Wulf <wulf@ping.net.au>
From: Julio M. Merino Vidal <jmerino@ac.upc.edu>
List: tech-pkg
Date: 12/10/2007 13:01:30
On 10/12/2007, at 12:50, Berndt Josef Wulf wrote:

> G'day,
>
> I'm trying to update above package to version 2.4.0 as requested  
> but stumble
> across the following problem importing xls file as show below:
>
> gmake[1]: Entering directory
> `/usr/pkgsrc/graphics/gimp-docs/work/gimp-help-2.4.0'
> Profiling XML for:  de
> I/O error : Attempt to load network entity
> http://docbook.sourceforge.net/release/xsl/current/profiling/ 
> profile.xsl
> warning: failed to load external
> entity "http://docbook.sourceforge.net/release/xsl/current/ 
> profiling/profile.xsl"
> compilation error: file ./stylesheets/profile.xsl line 5 element  
> import
> xsl:import : unable to load
> http://docbook.sourceforge.net/release/xsl/current/profiling/ 
> profile.xsl
> gmake[1]: *** [xml/de.xml] Error 5
> gmake[1]: Leaving directory
> `/usr/pkgsrc/graphics/gimp-docs/work/gimp-help-2.4.0
>
> The failing file exists and downloads manually from the site above.
>

It should _not_ be fetching that file from the network, even if it is  
there.  (I'd patch the calls to xsltproc or whatever to add the -- 
nonet argument to prevent this.)

Other than that, do you have docbook-xsl installed?  If so, the  
package may have some problems finding the files in the correct place  
under /usr/pkg/share/xsl.

Cheers,

-- 
Julio M. Merino Vidal <jmerino@ac.upc.edu>