Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Mabnual failure

Date2016-05-02 17:10
Fromjpff
Subject[Csnd-dev] Mabnual failure
I think &opcodesoutletv and &opcodesinletv are missing at least and do
not know about
manual.xml:1905: parser error : Failure to process entity opcodes
    &opcodes;
             ^

==John ffitch
~/csound6/manual6-git> make |& more
[ -d "/usr/share/xml/docbook/stylesheet/nwalsh/current/" ] || (  \
 echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets installatio
n directory" ; \
 false )
sed -e 's|@xsl_base_path@|/usr/share/xml/docbook/stylesheet/nwalsh/current/|' xs
l/customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl
rm -rf html
echo "Remember to use the html-dist target for distribution!"
Remember to use the html-dist target for distribution!
mkdir -p html
xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
warning: failed to load external entity "opcodes/inletv.xml"
opcodes/top.xml:444: parser error : Failure to process entity opcodesinletv
  &opcodesinletv;
                 ^
opcodes/top.xml:444: parser error : Entity 'opcodesinletv' not defined
  &opcodesinletv;
                 ^
warning: failed to load external entity "opcodes/outletv.xml"
opcodes/top.xml:682: parser error : Failure to process entity opcodesoutletv
  &opcodesoutletv;
                  ^
opcodes/top.xml:682: parser error : Entity 'opcodesoutletv' not defined
  &opcodesoutletv;
                  ^
opcodes/top.xml:1265: parser error : chunk is not well balanced
manual.xml:1905: parser error : Failure to process entity opcodes
    &opcodes;
             ^
manual.xml:1905: parser error : Entity 'opcodes' not defined
    &opcodes;
             ^
unable to parse manual.xml
Makefile:697: recipe for target 'html' failed

Date2016-05-02 17:44
FromMichael Gogins
SubjectRe: [Csnd-dev] Mabnual failure
I have added the man pages for inletv and outletv. My manual builds fine.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, May 2, 2016 at 12:10 PM, jpff  wrote:
> I think &opcodesoutletv and &opcodesinletv are missing at least and do
> not know about
> manual.xml:1905: parser error : Failure to process entity opcodes
>     &opcodes;
>              ^
>
> ==John ffitch
> ~/csound6/manual6-git> make |& more
> [ -d "/usr/share/xml/docbook/stylesheet/nwalsh/current/" ] || (  \
>  echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets installatio
> n directory" ; \
>  false )
> sed -e 's|@xsl_base_path@|/usr/share/xml/docbook/stylesheet/nwalsh/current/|' xs
> l/customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl
> rm -rf html
> echo "Remember to use the html-dist target for distribution!"
> Remember to use the html-dist target for distribution!
> mkdir -p html
> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
> warning: failed to load external entity "opcodes/inletv.xml"
> opcodes/top.xml:444: parser error : Failure to process entity opcodesinletv
>   &opcodesinletv;
>                  ^
> opcodes/top.xml:444: parser error : Entity 'opcodesinletv' not defined
>   &opcodesinletv;
>                  ^
> warning: failed to load external entity "opcodes/outletv.xml"
> opcodes/top.xml:682: parser error : Failure to process entity opcodesoutletv
>   &opcodesoutletv;
>                   ^
> opcodes/top.xml:682: parser error : Entity 'opcodesoutletv' not defined
>   &opcodesoutletv;
>                   ^
> opcodes/top.xml:1265: parser error : chunk is not well balanced
> manual.xml:1905: parser error : Failure to process entity opcodes
>     &opcodes;
>              ^
> manual.xml:1905: parser error : Entity 'opcodes' not defined
>     &opcodes;
>              ^
> unable to parse manual.xml
> Makefile:697: recipe for target 'html' failed

Date2016-05-02 17:52
Fromjpff
SubjectRe: [Csnd-dev] Mabnual failure
But you did not commit them -- they are missing
git add opcodes/outlev.xml opcodes/inlev.xml
or the like.  You have the pages, but we do not!

On Mon, 2 May 2016, Michael Gogins wrote:

> I have added the man pages for inletv and outletv. My manual builds fine.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Mon, May 2, 2016 at 12:10 PM, jpff  wrote:
>> I think &opcodesoutletv and &opcodesinletv are missing at least and do
>> not know about
>> manual.xml:1905: parser error : Failure to process entity opcodes
>>     &opcodes;
>>              ^
>>
>> ==John ffitch
>> ~/csound6/manual6-git> make |& more
>> [ -d "/usr/share/xml/docbook/stylesheet/nwalsh/current/" ] || (  \
>>  echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets installatio
>> n directory" ; \
>>  false )
>> sed -e 's|@xsl_base_path@|/usr/share/xml/docbook/stylesheet/nwalsh/current/|' xs
>> l/customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl
>> rm -rf html
>> echo "Remember to use the html-dist target for distribution!"
>> Remember to use the html-dist target for distribution!
>> mkdir -p html
>> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
>> warning: failed to load external entity "opcodes/inletv.xml"
>> opcodes/top.xml:444: parser error : Failure to process entity opcodesinletv
>>   &opcodesinletv;
>>                  ^
>> opcodes/top.xml:444: parser error : Entity 'opcodesinletv' not defined
>>   &opcodesinletv;
>>                  ^
>> warning: failed to load external entity "opcodes/outletv.xml"
>> opcodes/top.xml:682: parser error : Failure to process entity opcodesoutletv
>>   &opcodesoutletv;
>>                   ^
>> opcodes/top.xml:682: parser error : Entity 'opcodesoutletv' not defined
>>   &opcodesoutletv;
>>                   ^
>> opcodes/top.xml:1265: parser error : chunk is not well balanced
>> manual.xml:1905: parser error : Failure to process entity opcodes
>>     &opcodes;
>>              ^
>> manual.xml:1905: parser error : Entity 'opcodes' not defined
>>     &opcodes;
>>              ^
>> unable to parse manual.xml
>> Makefile:697: recipe for target 'html' failed
>> make: *** [html] Error 6

Date2016-05-02 18:02
FromMichael Gogins
SubjectRe: [Csnd-dev] Mabnual failure

I did, but I'm checking what happened.

Best,
Mike

On May 2, 2016 12:52 PM, "jpff" <jpff@codemist.co.uk> wrote:
But you did not commit them -- they are missing
git add opcodes/outlev.xml opcodes/inlev.xml
or the like.  You have the pages, but we do not!

On Mon, 2 May 2016, Michael Gogins wrote:

I have added the man pages for inletv and outletv. My manual builds fine.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, May 2, 2016 at 12:10 PM, jpff <jpff@codemist.co.uk> wrote:
I think &opcodesoutletv and &opcodesinletv are missing at least and do
not know about
manual.xml:1905: parser error : Failure to process entity opcodes
    &opcodes;
             ^

==John ffitch
~/csound6/manual6-git> make |& more
[ -d "/usr/share/xml/docbook/stylesheet/nwalsh/current/" ] || (  \
 echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets installatio
n directory" ; \
 false )
sed -e 's|@xsl_base_path@|/usr/share/xml/docbook/stylesheet/nwalsh/current/|' xs
l/customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl
rm -rf html
echo "Remember to use the html-dist target for distribution!"
Remember to use the html-dist target for distribution!
mkdir -p html
xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
warning: failed to load external entity "opcodes/inletv.xml"
opcodes/top.xml:444: parser error : Failure to process entity opcodesinletv
  &opcodesinletv;
                 ^
opcodes/top.xml:444: parser error : Entity 'opcodesinletv' not defined
  &opcodesinletv;
                 ^
warning: failed to load external entity "opcodes/outletv.xml"
opcodes/top.xml:682: parser error : Failure to process entity opcodesoutletv
  &opcodesoutletv;
                  ^
opcodes/top.xml:682: parser error : Entity 'opcodesoutletv' not defined
  &opcodesoutletv;
                  ^
opcodes/top.xml:1265: parser error : chunk is not well balanced
manual.xml:1905: parser error : Failure to process entity opcodes
    &opcodes;
             ^
manual.xml:1905: parser error : Entity 'opcodes' not defined
    &opcodes;
             ^
unable to parse manual.xml
Makefile:697: recipe for target 'html' failed
make: *** [html] Error 6


Date2016-05-02 18:06
FromMichael Gogins
SubjectRe: [Csnd-dev] Mabnual failure
I guess I did forget to add, commit, and push, but I have now done
that and they are there now.

Sorry,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, May 2, 2016 at 1:02 PM, Michael Gogins  wrote:
> I did, but I'm checking what happened.
>
> Best,
> Mike
>
> On May 2, 2016 12:52 PM, "jpff"  wrote:
>>
>> But you did not commit them -- they are missing
>> git add opcodes/outlev.xml opcodes/inlev.xml
>> or the like.  You have the pages, but we do not!
>>
>> On Mon, 2 May 2016, Michael Gogins wrote:
>>
>>> I have added the man pages for inletv and outletv. My manual builds fine.
>>>
>>> Best,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Mon, May 2, 2016 at 12:10 PM, jpff  wrote:
>>>>
>>>> I think &opcodesoutletv and &opcodesinletv are missing at least and do
>>>> not know about
>>>> manual.xml:1905: parser error : Failure to process entity opcodes
>>>>     &opcodes;
>>>>              ^
>>>>
>>>> ==John ffitch
>>>> ~/csound6/manual6-git> make |& more
>>>> [ -d "/usr/share/xml/docbook/stylesheet/nwalsh/current/" ] || (  \
>>>>  echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets
>>>> installatio
>>>> n directory" ; \
>>>>  false )
>>>> sed -e
>>>> 's|@xsl_base_path@|/usr/share/xml/docbook/stylesheet/nwalsh/current/|' xs
>>>> l/customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl
>>>> rm -rf html
>>>> echo "Remember to use the html-dist target for distribution!"
>>>> Remember to use the html-dist target for distribution!
>>>> mkdir -p html
>>>> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
>>>> warning: failed to load external entity "opcodes/inletv.xml"
>>>> opcodes/top.xml:444: parser error : Failure to process entity
>>>> opcodesinletv
>>>>   &opcodesinletv;
>>>>                  ^
>>>> opcodes/top.xml:444: parser error : Entity 'opcodesinletv' not defined
>>>>   &opcodesinletv;
>>>>                  ^
>>>> warning: failed to load external entity "opcodes/outletv.xml"
>>>> opcodes/top.xml:682: parser error : Failure to process entity
>>>> opcodesoutletv
>>>>   &opcodesoutletv;
>>>>                   ^
>>>> opcodes/top.xml:682: parser error : Entity 'opcodesoutletv' not defined
>>>>   &opcodesoutletv;
>>>>                   ^
>>>> opcodes/top.xml:1265: parser error : chunk is not well balanced
>>>> manual.xml:1905: parser error : Failure to process entity opcodes
>>>>     &opcodes;
>>>>              ^
>>>> manual.xml:1905: parser error : Entity 'opcodes' not defined
>>>>     &opcodes;
>>>>              ^
>>>> unable to parse manual.xml
>>>> Makefile:697: recipe for target 'html' failed
>>>> make: *** [html] Error 6
>>>
>>>