Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192406

Summary: app-editors/gedit's tests fails with .es locale
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 69343    

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).