|
Bugzilla – Full Text Bug Listing |
| Summary: | openSUSE updater can no longer ckeck for updates | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Matthias Fruehauf <mfrueh> |
| Component: | YaST2 | Assignee: | Jan Kupec <jkupec> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | tgoettlicher |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
zypper log
output of zypper -t xu |
||
|
Description
Matthias Fruehauf
2007-11-19 13:22:49 UTC
Created attachment 183902 [details]
output of zypper -t xu
Bugzilla says the zypper.log has been removed, but the xml output look all right on the first look, so it is probably problem of the updater. Which updater do you use? KDE or Gnome? I think the xml is invalid because of the ampersand in the repo name.
name="Reading repository 'Wesnoth & FreeCiv' cache"/>
^^^
Bingo! Deactivating this repo solved the issue. Who is responsible for the naming of the repo? I will assign the bug to Adrian, so that he can make sure that there is a naming rule for the repos. Renaming repos is only a workaround. Special characters should be quoted in the xml output. Exactly, i will keep this bug and fix it during implementation of complete xml in/out for zypper. Thomas, thanx for figuring it out. Hm, on the second thought the '&' is actually quoted there in comment #3, so that should not be a problem ... The xml spec only allows '&' escaped as '&'. > The ampersand character (&) [...] MUST NOT appear in their literal > form [...] they MUST be escaped using either numeric character > references or the strings "&" [...] See: http://www.w3.org/TR/xml/#syntax Thanx. fixed in svn, to be in zypper 0.10.2 submitted |