On Sat, 10 Sep 2005 12:10:07 -0500
Randy McMurchy <[EMAIL PROTECTED]> wrote:

> Hugo Villeneuve wrote these words on 09/10/05 11:47 CST:
> 
> >     Now, I'm trying to install gstreamer-0.8.10, but I have the following 
> > error:
> >
> >     From what I understand, docbookx.dtd version 4.1.2 was not installed 
> > locally on my machine when I installed docbook-4.2. I think it is supposed 
> > to be fetched from the internet when needed, as there is an URI entry in my 
> > /etc/xml/docbook file for 4.1.2. But, in the gtkdoc-mkhtml script, I can 
> > see that xsltproc is called with the "--nonet" option, preventing the 
> > fetching of the file from the internet.
> 
> Since you do not have 4.1.2 installed locally on your machine, you should
> create 'rewrite' statements in /etc/xml/docbook so that when something looks
> for the 4.1.2 DTD, it will use the existing locally installed version.
> 
> I have the following in a /etc/xml/docbook file in an old partition that
> build the GStreamer docs just fine:
> 
>   <rewriteSystem 
> systemIdStartString="http://www.oasis-open.org/docbook/xml/4.1.2";
> rewritePrefix="file:///usr/share/xml/docbook/xml-dtd-4.4"/>
>   <rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/4.1.2";
> rewritePrefix="file:///usr/share/xml/docbook/xml-dtd-4.4"/>
> 

Hi Randy,

        I followed the instructions (which I didn't see at first) in the 
docbook xml section, and I now have the correct entries in my catalog/docbook 
files. And now gstreamer compiles correctly.

        The only remaining problem with gstreamer is with the post-install 
command to change the ownership of html documentation:

=============================
chown -v -R root:root /usr/share/doc/gstreamer-0.8.10/*/html
=============================

        The directory /usr/share/doc/gstreamer-0.8.10 is present, but there are 
no html subdirectories or files, so that command fails. But, I have the 
following directory, with html files in it:

        /usr/share/gtk-doc/html/gstreamer-0.8/

        Maybe the directory is wrong in the command?

        Hugo.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to