xubuntu-devel Digest, Vol 101, Issue 28

ROBERT RANIERI inspector42 at msn.com
Wed Feb 19 13:19:47 UTC 2014


Stop

Sent from my iPhone4

> On Feb 19, 2014, at 7:00 AM, xubuntu-devel-request at lists.ubuntu.com wrote:
> 
> Send xubuntu-devel mailing list submissions to
>    xubuntu-devel at lists.ubuntu.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
> or, via email, send a message with subject or body 'help' to
>    xubuntu-devel-request at lists.ubuntu.com
> 
> You can reach the person managing the list at
>    xubuntu-devel-owner at lists.ubuntu.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of xubuntu-devel digest..."
> 
> 
> Today's Topics:
> 
>   1. Prerequisite package needed: Trying to build documentation
>      (Richard Elkins)
>   2. Re: Trying to build documentation - error: (Richard Elkins)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 18 Feb 2014 18:59:03 -0600
> From: Richard Elkins <richard.elkins at gmail.com>
> To: Xubuntu Development Discussion <xubuntu-devel at lists.ubuntu.com>
> Subject: Prerequisite package needed: Trying to build documentation
> Message-ID: <530401D7.2060309 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Jay,
> 
> There is a prerequisite package that you need (I had it because some
> other package that I installed was dependent on it): *docbook-xsl*. 
> Installation of this package creates the folder including the chunk.xsl
> file.
> 
> Then, re-run `make`.
> 
> Richard
> 
> 
>> On 02/17/2014 10:39 PM, Richard Elkins wrote:
>> I cannot reproduce this error.  I had no trouble executing all of
>> those steps.
>> 
>> Did you install the xsltproc package from the Ubuntu repositories?
>> 
>>        sudo apt-get install xsltproc
>> 
>> Richard
>> 
>> 
>> 
>>> On 02/17/2014 08:11 PM, Jay Torian wrote:
>>> Hello Pasi,
>>> 
>>> I installed some of the things I needed to run this but get err. below.
>>> Any idea how I can build this documentation? Not sure where chunk.xsl
>>> is supposed to come from.
>>> There's things I'm still working on for 13.10 but please let me know
>>> if you have thoughts. Thank you.
>>> 
>>> - Jay T.
>>> 
>>> ============
>>> Hey Jay,
>>> 
>>> the "new stuff" eg. the docs that are under work in progress can be
>>> found from the xubuntu-docs branch [1].
>>> 
>>> Quick instructions to get to see what's been done this far:
>>>    bzr branch lp:xubuntu-docs
>>>    cd xubuntu-docs
>>>    make
>>>    cd build/desktop-guide
>>>    exo-open --launch WebBrowser index.html
>>> 
>>> Cheers,
>>> Pasi
>>> ============
>>> I get err. when I run "make" - in steps above.
>>> ============
>>> rm -rf build
>>> make -C desktop-guide html
>>> make[1]: Entering directory `/home/jay/xubuntu-docs/desktop-guide'
>>> mkdir -p ../build/libs
>>> cp -r libs/*css ../build/libs
>>> cp -r libs/images ../build/libs
>>> cp -r libs/admon ../build/libs
>>> cp -r libs/navig ../build/libs
>>> xsltproc --xinclude -o ../build/desktop-guide/index.html
>>> libs/xubuntu-html-chunk-cust.xsl C/index.xml
>>> warning: failed to load external entity
>>> "/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl"
>>> compilation error: file libs/xubuntu-html-chunk-cust.xsl line 8
>>> element import
>>> xsl:import : unable to load
>>> /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl
>>> make[1]: *** [html] Error 5
>>> make[1]: Leaving directory `/home/jay/xubuntu-docs/desktop-guide'
>>> make: *** [desktop-guide] Error 2
>>> jay at jay-Dell-DE051:~/xubuntu-docs$ 
>>> ========
>>> 
>>> 
>> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.ubuntu.com/archives/xubuntu-devel/attachments/20140218/c6577d50/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 18 Feb 2014 23:10:38 -0600
> From: Richard Elkins <richard.elkins at gmail.com>
> To: Xubuntu Development Discussion <xubuntu-devel at lists.ubuntu.com>
> Subject: Re: Trying to build documentation - error:
> Message-ID: <53043CCE.2040504 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> The package docbook-xsl is also needed.*  *Clearly, Jay has an xsltproc
> executable.  I wasn't sure where it came from.  That's why I suggested
> installing the xsltproc package from the Ubuntu repositories using
> `apt-get`.  Anyways, the following command line should ensure that both
> prerequisite packages are installed:
> 
>        sudo apt-get install xsltproc docbook-xsl
> 
> Richard*
> 
> 
> *
>> On 02/17/2014 10:39 PM, Richard Elkins wrote:
>> I cannot reproduce this error.  I had no trouble executing all of
>> those steps.
>> 
>> Did you install the xsltproc package from the Ubuntu repositories?
>> 
>>        sudo apt-get install xsltproc
>> 
>> Richard
>> 
>> 
>> 
>>> On 02/17/2014 08:11 PM, Jay Torian wrote:
>>> Hello Pasi,
>>> 
>>> I installed some of the things I needed to run this but get err. below.
>>> Any idea how I can build this documentation? Not sure where chunk.xsl
>>> is supposed to come from.
>>> There's things I'm still working on for 13.10 but please let me know
>>> if you have thoughts. Thank you.
>>> 
>>> - Jay T.
>>> 
>>> ============
>>> Hey Jay,
>>> 
>>> the "new stuff" eg. the docs that are under work in progress can be
>>> found from the xubuntu-docs branch [1].
>>> 
>>> Quick instructions to get to see what's been done this far:
>>>    bzr branch lp:xubuntu-docs
>>>    cd xubuntu-docs
>>>    make
>>>    cd build/desktop-guide
>>>    exo-open --launch WebBrowser index.html
>>> 
>>> Cheers,
>>> Pasi
>>> ============
>>> I get err. when I run "make" - in steps above.
>>> ============
>>> rm -rf build
>>> make -C desktop-guide html
>>> make[1]: Entering directory `/home/jay/xubuntu-docs/desktop-guide'
>>> mkdir -p ../build/libs
>>> cp -r libs/*css ../build/libs
>>> cp -r libs/images ../build/libs
>>> cp -r libs/admon ../build/libs
>>> cp -r libs/navig ../build/libs
>>> xsltproc --xinclude -o ../build/desktop-guide/index.html
>>> libs/xubuntu-html-chunk-cust.xsl C/index.xml
>>> warning: failed to load external entity
>>> "/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl"
>>> compilation error: file libs/xubuntu-html-chunk-cust.xsl line 8
>>> element import
>>> xsl:import : unable to load
>>> /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl
>>> make[1]: *** [html] Error 5
>>> make[1]: Leaving directory `/home/jay/xubuntu-docs/desktop-guide'
>>> make: *** [desktop-guide] Error 2
>>> jay at jay-Dell-DE051:~/xubuntu-docs$ 
>>> ========
>>> 
>>> 
>> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.ubuntu.com/archives/xubuntu-devel/attachments/20140218/5535d17e/attachment-0001.html>
> 
> ------------------------------
> 
> -- 
> xubuntu-devel mailing list
> xubuntu-devel at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
> 
> 
> End of xubuntu-devel Digest, Vol 101, Issue 28
> **********************************************




More information about the xubuntu-devel mailing list