Page MenuHomeFreeBSD

it_IT/Makefile: Add articles directory
ClosedPublic

Authored by salvadore on Mar 25 2020, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 2:55 AM
Unknown Object (File)
Wed, Mar 20, 1:29 AM
Unknown Object (File)
Mar 3 2024, 2:35 PM
Unknown Object (File)
Dec 20 2023, 4:08 AM
Unknown Object (File)
Nov 19 2023, 9:14 AM
Unknown Object (File)
Nov 19 2023, 8:45 AM
Unknown Object (File)
Nov 12 2023, 12:11 AM
Unknown Object (File)
Oct 10 2023, 11:10 PM
Subscribers
None

Details

Summary

Add articles directory to it_IT.ISO8859-15/Makefile and update .po and .xml files to fix Italian documentation build.

Test Plan
$ DOCDIR=/tmp/D24184 make all install clean

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dbaio requested changes to this revision.Mar 25 2020, 5:57 PM

I was testing this change and found another issue:

[dbaio:.../doc_https/it_IT.ISO8859-15]$ DOCDIR=/tmp/D24184 make all install clean
Warning: Object directory not changed from original /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15
===> articles (all)
Warning: Object directory not changed from original /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles
===> articles/bsdl-gpl (all)
install /usr/home/dbaio/FreeBSD/doc_https/share/xml/catalog-cwd.xml /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/catalog-cwd.xml
echo '<!ENTITY enbase "../..">' > /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/autogen.ent
echo '<!ENTITY base "..">' >> /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/autogen.ent
env XML_CATALOG_FILES="file:///usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/catalog-cwd.xml  file:///usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/share/xml/catalog.xml  file:///usr/home/dbaio/FreeBSD/doc_https/share/xml/catalog.xml  file:///usr/local/share/xml/catalog" /usr/local/bin/xmllint --nonet --noent --valid --dropdtd --xinclude /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml > article.parsed.xml.tmp
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:8: namespace error : Namespace prefix default on address is not defined
/personname><affiliation> <default:address xmlns="http://docbook.org/ns/docbook"
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:8: element default:address: validity error : No declaration for attribute xmlns of element default:address
/personname><affiliation> <default:address xmlns="http://docbook.org/ns/docbook"
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:9: element default:address: validity error : No declaration for element default:address
          </default:address> </affiliation></author>
                            ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:9: element affiliation: validity error : Element affiliation content does not follow the DTD, expecting (shortaffil? , jobtitle* , (org? | (orgname? , orgdiv* , address*))), got (default:address )
          </default:address> </affiliation></author>
                                           ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:105: parser error : AttValue: " or ' expected
ema. Ciò portò ad una versione modificata della GPL chiamata <link xlink:href=
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:105: parser error : attributes construct error
ema. Ciò portò ad una versione modificata della GPL chiamata <link xlink:href=
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:105: parser error : Couldn't find end of Start Tag link line 105
ema. Ciò portò ad una versione modificata della GPL chiamata <link xlink:href=
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:105: parser error : Opening and ending tag mismatch: para line 100 and link
k xlink:href=\"http://www.opensource.org/licenses/lgpl-license.php\">LGPL</link>
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:105: parser error : Opening and ending tag mismatch: sect1 line 100 and para
e che è stato linkato dinamicamente ad una libreria sottoposta alla LGPL.</para
                                                                               ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:109: parser error : Opening and ending tag mismatch: article line 100 and sect1
</sect1>
        ^
/usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl/article.xml:111: parser error : Extra content at the end of the document
<sect1 xml:id="orphaning">
^
*** Error code 1

Stop.
make[2]: stopped in /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles/bsdl-gpl
*** Error code 1

Stop.
make[1]: stopped in /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15/articles
*** Error code 1

Stop.
make: stopped in /usr/home/dbaio/FreeBSD/doc_https/it_IT.ISO8859-15

what's the version of itstool you are using?

docproj-2.0_14 and itstool-2.0.6 here. There is a bug with 2.0.5.

You will need to regenerate articles/bsdl-gpl/article.xml with make tran, to fix that.

Then please, test a full build in the it_IT.ISO8859-15 directory.
$ DOCDIR=/tmp/D24184 make all install clean

This revision now requires changes to proceed.Mar 25 2020, 5:57 PM

Update .po and .xml file so that now the test build works.

salvadore edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 25 2020, 9:00 PM

Looks good from the doc side of things. Can't say much about the language other than that it's great to have updated translations!

This revision was automatically updated to reflect the committed changes.