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 623477 - gnome-user-docs-2.30.1 fails due element keycap: validity error
gnome-user-docs-2.30.1 fails due element keycap: validity error
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: French [fr]
git master
Other Linux
: Normal normal
: ---
Assigned To: French Translator Team
French Translator Team
Depends on:
Blocks:
 
 
Reported: 2010-07-03 15:32 UTC by Pacho Ramos
Modified: 2010-07-05 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2010-07-03 15:32:49 UTC
We are getting this downstream:
http://bugs.gentoo.org/show_bug.cgi?id=326739


Making check in gnome2-user-guide
make[1]: Entering directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.30.1/work/gnome-user-docs-2.30.1/gnome2-user-guide'
xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/user-guide.xml
xmllint --noout --noent --path fr:./fr --xinclude --postvalid ./fr/user-guide.xml
xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' user-guide-C.omf
xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' user-guide-fr.omf
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.30.1/work/gnome-user-docs-2.30.1/gnome2-user-guide'
Making check in gnome2-accessibility-guide
make[1]: Entering directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.30.1/work/gnome-user-docs-2.30.1/gnome2-accessibility-guide'
xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/gnome-access-guide.xml
xmllint --noout --noent --path fr:./fr --xinclude --postvalid ./fr/gnome-access-guide.xml
./fr/gnome-access-guide.xml:5527: element keycap: validity error : Element keycap is not declared in keycap list of possible children
Document ./fr/gnome-access-guide.xml does not validate
make[1]: *** [check-doc-docs] Error 3
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.30.1/work/gnome-user-docs-2.30.1/gnome2-accessibility-guide'
make: *** [check-recursive] Error 1

Thanks for solving this
Comment 1 Claude Paroz 2010-07-03 20:50:22 UTC
Fixed in master/gnome-2-28/gnome-2-30

As I doubt there will be any new release from the 2.28 branch, I suggest you apply the patch from the commit:
http://git.gnome.org/browse/gnome-user-docs/commit/?h=gnome-2-28&id=cfc31a3dc7924286e60246399957732baf1691b6
Comment 2 Pacho Ramos 2010-07-05 11:44:21 UTC
Thanks