core-wg / yang-cbor

Internet-Draft for CBOR representation of YANG data
5 stars 10 forks source link

build issue on ubuntu 18.04 #77

Closed abierman closed 2 years ago

abierman commented 2 years ago

I installed all the packages. Getting an error when I run make

andy@andy-i9-homedev:~/swdev/yang-cbor-wg$ make 
cat draft-ietf-core-sid.md  | sed -e 's/draft-ietf-core-sid-latest/draft-ietf-core-sid/g; s/draft-ietf-core-yang-cbor-latest/draft-ietf-core-yang-cbor/g;' | kramdown-rfc2629 --v3 | lib/add-note.py | xml2rfc -q -s 'Setting consensus="true" for IETF STD document' --rfc-base-url https://datatracker.ietf.org/doc/html/ --id-base-url https://datatracker.ietf.org/doc/html/ --cache=/home/andy/.cache/xml2rfc --v2v3 /dev/stdin -o /dev/stdout >draft-ietf-core-sid.xml
---
- No link definition for link ID '[rfc xxxx]' found on line 613
- No link definition for link ID 'rfc xxxx' found on line 613

I think it is complaining about this reference

* name:         ietf-sid-file
* namespace:    urn:ietf:params:xml:ns:yang:ietf-sid-file
* prefix:       sid
* reference:    [[RFC XXXX]]
cabo commented 2 years ago

That's just a warning that we need to put in a backslash or two...