Date: Sun, 17 Mar 2019 12:27:54 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224903] [textproc/itstool] upgrade from 2.0.2 to 2.0.5 Message-ID: <bug-224903-9-JHSKyrrHP5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224903-9@https.bugs.freebsd.org/bugzilla/> References: <bug-224903-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224903 Danilo G. Baio <dbaio@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbaio@freebsd.org, | |doc@FreeBSD.org --- Comment #11 from Danilo G. Baio <dbaio@freebsd.org> --- Hi. Another issue after this update is with FreeBSD translations. There is a `make tran` command which do this: @${ITSTOOL} -l ${PO_LANG} -m ${PO_LANG}.mo -o ${DOC}.xml ${DOC}.translate.xml ~/temp_zanata/doc_svn_https/pt_BR.ISO8859-1/articles/bsdl-gpl> make tran ~/temp_zanata/doc_svn_https/pt_BR.ISO8859-1/articles/bsdl-gpl> svn diff Index: article.xml =================================================================== --- article.xml (revision 52873) +++ article.xml (working copy) @@ -5,8 +5,8 @@ <info><title>Por que você deve usar uma licença de estilo BSD em seu Projeto Open Source</title> <authorgroup> - <author><personname><firstname>Bruce</firstname><surname>Montague</surname></personname><affiliation> <address><email>brucem@alumni.cse.ucsc.edu</email> - </address> </affiliation></author> + <author><personname><firstname>Bruce</firstname><surname>Montague</surname></personname><affiliation> <default:address xmlns="http://docbook.org/ns/docbook"><email>brucem@alumni.cse.ucsc.edu</email> + </default:address> </affiliation></author> </authorgroup> So we get these errors when it breaks the build: namespace error : Namespace prefix default on address is not defined element default:address: validity error : No declaration for attribute xmlns of element default:address element affiliation: validity error : Element affiliation content does not follow the DTD, expecting (shortaffil? , jobtitle* , (org? | (orgname? , orgdiv* , address*))), got (default:address ) ... Reinstalling itstool-2.0.2_2 fixed this. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224903-9-JHSKyrrHP5>
