Hi Ben,

compiling ovn master with ovs master is upset because of an xml issue in the 
file:  lib/db-ctl-base.xml

Could you help fixing it, please?

9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 155)       <dl           
                                    <------ OOPS!!!
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 156)         
<dt><code>{in}</code></dt>
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 157)         <dd>
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 158)           Selects 
records in which every element in
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 159)           
<var>column</var>[<code>:</code><var>key</var>] is also in
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 160)           
<var>value</var>.  (This is the same as <code>{&lt;=}</code>.)
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 161)         </dd>
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 162)
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 163)         
<dt><code>{not-in}</code></dt>
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 164)         <dd>
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 165)           Selects 
records in which every element in
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 166)           
<var>column</var>[<code>:</code><var>key</var>] is not in
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 167)           
<var>value</var>.
9513c0233d (Ben Pfaff        2020-11-11 15:22:44 -0800 168)         </dd>
7ba0c32f61 (Wei Li           2016-01-12 09:35:06 +0800 169)       </dl>

=-=

bindir='/usr/bin' \
sbindir='/usr/sbin'
Traceback (most recent call last):
File "./build-aux/xml2nroff", line 69, in manpage_to_nroff
xi_doc = xml.dom.minidom.parseString(content).documentElement
File "/usr/lib/python3.8/xml/dom/minidom.py", line 1969, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python3.8/xml/dom/expatbuilder.py", line 925, in parseString
return builder.parseString(string)
File "/usr/lib/python3.8/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 156, column 
8

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "./build-aux/xml2nroff", line 151, in <module>
s = manpage_to_nroff(args[0], subst, include_path, version)
File "./build-aux/xml2nroff", line 72, in manpage_to_nroff
raise RuntimeError("XXX CONTENT file {}/{} -- xml file {}".format(dir, fn, 
xml_file)) from e
RuntimeError: XXX CONTENT file /opt/stack/ovn/../ovs/lib/db-ctl-base.xml
make[1]: *** [Makefile:2927: utilities/ovn-nbctl.8] Error 1
make[1]: Leaving directory '/opt/stack/ovn'
make: *** [Makefile:1341: all] Error 2

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to