Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192406 - app-editors/gedit's tests fails with .es locale
Summary: app-editors/gedit's tests fails with .es locale
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-tests
  Show dependency tree
 
Reported: 2007-09-13 11:10 UTC by Santiago M. Mola (RETIRED)
Modified: 2007-12-16 05:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2007-09-13 11:10:55 UTC
gedit-2.18.1 test suite fails with the following error if used with 'es' locale:
-------------------
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
-------------------

Upstream bug:
http://bugzilla.gnome.org/show_bug.cgi?id=476378

Patch:
sed -i -e "s:gedit-recortes-plugin:gedit-snippets-plugin:g" help/es/*

Reproducible: Always

Steps to Reproduce:
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-10-05 15:22:11 UTC
The patch is already applied upstream. Could you add it to the tree?
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-12-16 05:27:15 UTC
2.20 is currently stable.  Please reopen if that still has this issue (from my quick glance, it seemed not to have this issue).