martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
208 stars 182 forks source link

"make" pulled the latest template updates, and now xml2rfc fails #219

Closed chucklever closed 4 years ago

chucklever commented 4 years ago

"pip" claims to have installed xml2rfc 2.42.0.

anon-dhcp-153:integrity-measurement cel$ make
lib/main.mk:113: Forcing rebuild of .targets.mk
lib/main.mk:125: .targets.mk: No such file or directory
xml2rfc -q draft-ietf-nfsv4-integrity-measurement.xml -o draft-ietf-nfsv4-integrity-measurement.txt --text
xml2rfc -q --css=lib/v3.css --metadata-js-url=/dev/null draft-ietf-nfsv4-integrity-measurement.xml -o draft-ietf-nfsv4-integrity-measurement.html --html
Usage: xml2rfc SOURCE [OPTIONS] ...
Example: xml2rfc draft.xml -o Draft-1.0 --text --html

xml2rfc: error: no such option: --metadata-js-url
make: *** [draft-ietf-nfsv4-integrity-measurement.html] Error 2
anon-dhcp-153:integrity-measurement cel$

What am I doing wrong?

chucklever commented 4 years ago

Even after "pip install xml2rfc" my xml2rfc was still back-level (2.21.0). Fixing that addressed the make failure above.