After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 476378 - gedit's tests fails on xml checks for es locale
gedit's tests fails on xml checks for es locale
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.18.x
Other All
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-13 00:22 UTC by Santiago M. Mola
Modified: 2007-09-13 09:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
gedit-2.18.1-fix-es-locale.patch (1.82 KB, patch)
2007-09-13 00:24 UTC, Santiago M. Mola
none Details | Review

Description Santiago M. Mola 2007-09-13 00:22:59 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:
Comment 1 Santiago M. Mola 2007-09-13 00:24:51 UTC
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.
Comment 2 Jorge González 2007-09-13 09:29:32 UTC
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.