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 617205 - gucharmap fails help/en_GB tests
gucharmap fails help/en_GB tests
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: British English [en_GB]
git master
Other Linux
: Normal normal
: ---
Assigned To: l10n en_GB maintainers
l10n en_GB maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-29 19:19 UTC by Pacho Ramos
Modified: 2010-04-29 23:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Full build.log (74.22 KB, text/x-log)
2010-04-29 19:19 UTC, Pacho Ramos
Details

Description Pacho Ramos 2010-04-29 19:19:03 UTC
Created attachment 159938 [details]
Full build.log

This is an old downstream bug introduced in 2.26 and still biting us with 2.28. Test suite fails at:
xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/gucharmap.xml
xmllint --noout --noent --path en_GB:./en_GB --xinclude --postvalid ./en_GB/gucharmap.xml
./en_GB/gucharmap.xml:299: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:311: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:324: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:327: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:451: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:454: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:457: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
Document ./en_GB/gucharmap.xml does not validate
make[1]: *** [check-doc-docs] Error 3
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gucharmap-2.28.2/work/gucharmap-2.28.2/help'
make: *** [check-recursive] Error 1
Comment 1 Christian Persch 2010-04-29 19:32:19 UTC
-> l10n:en-gb

Is this still a problem on 2.30 / master ?

Note that there will be no new 2.26 or 2.28 releases.
Comment 2 Pacho Ramos 2010-04-29 20:11:46 UTC
Still affects to 2.30 also:
xmllint --noout --noent --path en_GB:./en_GB --xinclude --postvalid ./en_GB/gucharmap.xml
./en_GB/gucharmap.xml:299: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:311: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:324: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:327: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:451: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:454: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
./en_GB/gucharmap.xml:457: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu guimenuitem shortcut)
Document ./en_GB/gucharmap.xml does not validate
Comment 3 Philip Withnall 2010-04-29 23:53:47 UTC
Fixed in gnome-2-30 and master, thanks.