Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439954 - Unable to update emul set contents with attached xml file
Summary: Unable to update emul set contents with attached xml file
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-28 11:40 UTC by Pacho Ramos
Modified: 2012-10-28 13:13 UTC (History)
1 user (show)

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


Attachments
emul-linux-x86-20121028.xml (emul-linux-x86-20121028.xml,17.39 KB, text/plain)
2012-10-28 11:40 UTC, Pacho Ramos
Details
emul-linux-x86-20121028.xml (emul-linux-x86-20121028.xml,17.41 KB, text/plain)
2012-10-28 12:37 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2012-10-28 11:40:12 UTC
I get the following error when trying to commit:
$ cvs commit -m "bump emul contents"

Gentoo XML-QA-checker called.  In case of troubles, please file a bug for the GDP team.

emul-linux-x86-20121028.xml:3: element guide: validity error : No declaration for attribute link of element guide
<guide link="/doc/en/gentoo-x86-install.xml">
                                            ^
XML-Checking emul-linux-x86-20121028.xml ... [ failed ]

cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!

But line 3 is exactly the same as previous working version

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-10-28 11:40:37 UTC
Created attachment 327572 [details]
emul-linux-x86-20121028.xml
Comment 2 Agostino Sarubbo gentoo-dev 2012-10-28 12:19:47 UTC
probably <guide lang="en"> will help you
Comment 3 Pacho Ramos gentoo-dev 2012-10-28 12:37:15 UTC
Created attachment 327580 [details]
emul-linux-x86-20121028.xml

It still fails with:
$ cvs commit -m "Bump emul set contents."

Gentoo XML-QA-checker called.  In case of troubles, please file a bug for the GDP team.

emul-linux-x86-20121028.xml:3: element guide: validity error : No declaration for attribute link of element guide
<guide link="/doc/en/gentoo-x86-install.xml">
                                            ^
emul-linux-x86-20121028.xml:466: parser error : Premature end of data in tag guide line 3

^
XML-Checking emul-linux-x86-20121028.xml ... [ failed ]

cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2012-10-28 13:02:14 UTC
Hi Pacho, drop the "link" attribute in the <guide ...> reference on top. It was marked deprecated for a long time and dropped from the DTD a week or so ago.
Comment 5 Pacho Ramos gentoo-dev 2012-10-28 13:13:24 UTC
(In reply to comment #4)
> Hi Pacho, drop the "link" attribute in the <guide ...> reference on top. It
> was marked deprecated for a long time and dropped from the DTD a week or so
> ago.

It worked!

Thanks a lot