Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554476 - error in glsa-201507-14.xml
Summary: error in glsa-201507-14.xml
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-11 08:59 UTC by Martin Stockinger
Modified: 2015-07-12 06:30 UTC (History)
0 users

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


Attachments
Output of emerge --info (emerge_info.output,6.54 KB, text/plain)
2015-07-11 09:02 UTC, Martin Stockinger
Details
patch for error in glsa-201507-14.xml (glsa-201507-14.xml.patch,1.41 KB, patch)
2015-07-11 09:13 UTC, Martin Stockinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Stockinger 2015-07-11 08:59:26 UTC
glsa-check -l affected throws an error.

Further investigation shows that there is an error in the xml file /usr/portage/metadata/glsa/glsa-201507-14.xml.

xmllint --noout /usr/portage/metadata/glsa/glsa-201507-14.xml

shows:

/usr/portage/metadata/glsa/glsa-201507-14.xml:73: parser error : Opening and ending tag mismatch: p line 67 and resolution
          </resolution>
                       ^
/usr/portage/metadata/glsa/glsa-201507-14.xml:136: parser error : Opening and ending tag mismatch: p line 60 and glsa
        </glsa>
               ^
/usr/portage/metadata/glsa/glsa-201507-14.xml:137: parser error : Premature end of data in tag p line 53

^
/usr/portage/metadata/glsa/glsa-201507-14.xml:137: parser error : Premature end of data in tag p line 46

^
/usr/portage/metadata/glsa/glsa-201507-14.xml:137: parser error : Premature end of data in tag resolution line 45

^
/usr/portage/metadata/glsa/glsa-201507-14.xml:137: parser error : Premature end of data in tag glsa line 3

^
Comment 1 Martin Stockinger 2015-07-11 09:02:05 UTC
Created attachment 406496 [details]
Output of emerge --info
Comment 2 Martin Stockinger 2015-07-11 09:13:01 UTC
Created attachment 406500 [details, diff]
patch for error in glsa-201507-14.xml