GNOME Bugzilla – Bug 476378
gedit's tests fails on xml checks for es locale
Last modified: 2007-09-13 09:29:45 UTC
Please describe the problem: gedit-2.18.1 test suite fails with the following error: ------------------- make[2]: Leaving directory `/var/tmp/paludis/app-editors/gedit-2.18.1-r1/work/gedit-2.18.1/help' xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/gedit.xml xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/gedit.xml ./es/gedit.xml:1404: element link: validity error : IDREF attribute linkend references an unknown ID "gedit-recortes-plugin" Document ./es/gedit.xml does not validate make[1]: *** [check-doc-docs] Error 3 make[1]: Leaving directory `/var/tmp/paludis/app-editors/gedit-2.18.1-r1/work/gedit-2.18.1/help' make: *** [check-recursive] Error 1 ------------------- Steps to reproduce: 1. compile gedit with es locale 2. run test suite OR 1. cd gedit-2.18.1/help 2. xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/gedit.xml Actual results: Expected results: Does this happen every time? Yes. Other information:
Created attachment 95488 [details] [review] gedit-2.18.1-fix-es-locale.patch This patch solves the problem but I'm not sure if it's correct.
Fixed. The problem was that there was a mixture of words using "snippet" and "recorte" and I did a massive replace, thus breaking the link and the compilation. Thanks for the feedback Santiago. PD: I didn't apply your patch cos I also fixed some typos.