https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224903
Danilo G. Baio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #11 from Danilo G. Baio <[email protected]> --- 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>[email protected]</email> - </address> </affiliation></author> + <author><personname><firstname>Bruce</firstname><surname>Montague</surname></personname><affiliation> <default:address xmlns="http://docbook.org/ns/docbook"><email>[email protected]</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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
