Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192645 - app-misc/tomboy-0.6.3 fails tests because of broken es/fr locale
Summary: app-misc/tomboy-0.6.3 fails tests because of broken es/fr locale
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-16 00:14 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-12-26 00:33 UTC (History)
1 user (show)

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-16 00:14:02 UTC
tomboy failing tests because of broken es locale.
----------------
Making check in help
make[1]: Entering directory `/var/tmp/paludis/app-misc/tomboy-0.6.3/work/tomboy-0.6.3/help'
xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/tomboy.xml
xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/tomboy.xml
./es/tomboy.xml:419: element para: validity error : Element placeholder-1 is not declared in para list of possible children
./es/tomboy.xml:419: element placeholder-1: validity error : No declaration for element placeholder-1
./es/tomboy.xml:530: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu menuchoice)
./es/tomboy.xml:530: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (CDATA guibutton CDATA)
./es/tomboy.xml:546: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu menuchoice)
./es/tomboy.xml:546: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (CDATA guibutton CDATA)
./es/tomboy.xml:590: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (CDATA)
./es/tomboy.xml:729: element para: validity error : Element placeholder-1 is not declared in para list of possible children
./es/tomboy.xml:729: element placeholder-1: validity error : No declaration for element placeholder-1
Document ./es/tomboy.xml does not validate
make[1]: *** [check-doc-docs] Error 3
make[1]: Leaving directory `/var/tmp/paludis/app-misc/tomboy-0.6.3/work/tomboy-0.6.3/help'
make: *** [check-recursive] Error 1
----------------
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-09-16 21:46:41 UTC
Please attach your emerge --info and full build log
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2007-09-16 22:13:05 UTC
Full build log is irrelevant.

The error can be reproduced unpacking tomboy and
# cd tomboy-0.6.3/help
# xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/tomboy.xml

I filed a bug upstream: http://bugzilla.gnome.org/show_bug.cgi?id=477598
Comment 3 Jurek Bartuszek (RETIRED) gentoo-dev 2007-09-16 22:42:58 UTC
Ok, waiting for their response
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-01-05 15:06:25 UTC
Eh, try w/ 0.8.1-r1 or newer. This version doesn't even exist in the tree any more.
Comment 5 Santiago M. Mola (RETIRED) gentoo-dev 2008-01-05 19:29:22 UTC
The problem is still applicable to all new versions.

[ $ ~/dev/tomboy-0.8.2/help  ] xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/tomboy.xml
./es/tomboy.xml:444: element para: validity error : Element placeholder-1 is not declared in para list of possible children
./es/tomboy.xml:444: element placeholder-1: validity error : No declaration for element placeholder-1
./es/tomboy.xml:554: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu menuchoice)
./es/tomboy.xml:554: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (CDATA guibutton CDATA)
./es/tomboy.xml:570: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (guimenu menuchoice)
./es/tomboy.xml:570: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , (guibutton | guiicon | guilabel | guimenu | guimenuitem | guisubmenu | interface)+), got (CDATA guibutton CDATA)
./es/tomboy.xml:821: element para: validity error : Element placeholder-1 is not declared in para list of possible children
./es/tomboy.xml:821: element placeholder-1: validity error : No declaration for element placeholder-1
Document ./es/tomboy.xml does not validate

[ $ ~/dev/tomboy-0.8.2/help  ] xmllint --noout --noent --path fr:./fr --xinclude --postvalid ./fr/tomboy.xml
./fr/tomboy.xml:816: element para: validity error : Element b is not declared in para list of possible children
./fr/tomboy.xml:816: element b: validity error : No declaration for element b
Document ./fr/tomboy.xml does not validate

There was another upstream bug filed prior to mine, which also included similar errors in fr locale: http://bugzilla.gnome.org/show_bug.cgi?id=467650
Comment 6 Santiago M. Mola (RETIRED) gentoo-dev 2008-01-05 19:33:43 UTC
Reopening.
Comment 7 Pacho Ramos gentoo-dev 2008-06-08 09:10:59 UTC
(In reply to comment #6)
> Reopening.
> 

Reading http://bugzilla.gnome.org/show_bug.cgi?id=467650#c13 this should be fixed now (at least in testing)
Comment 8 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-26 00:33:07 UTC
Fixed, then.