Bug 504941 - Yum upgrade from F10 to F11 does not work because mirrorlist is provided in XML format
Summary: Yum upgrade from F10 to F11 does not work because mirrorlist is provided in X...
Keywords:
Status: CLOSED DUPLICATE of bug 498720
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 10
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-10 06:26 UTC by Egon Kastelijn
Modified: 2014-01-21 23:09 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-10 14:11:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Egon Kastelijn 2009-06-10 06:26:37 UTC
Description of problem:
A "yum upgrade" from F10 to F11 does not work.
This is caused by the fact that the mirrorlist for F11 is provided by an XML-file.
For F10 this used to be a plain-text file.
In my opinion the most recent Yum in F10 does not know what to do with an XML mirrorlist.

Version-Release number of selected component (if applicable):
yum-utils-1.1.19-1.fc10.noarch
yum-3.2.21-2.fc10.noarch
yum-metadata-parser-1.1.2-10.fc10.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install Fedora 10 on a (x86_64) system
2. yum -y update
3. wget http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/11/Fedora/x86_64/os/Packages/fedora-release-11-1.noarch.rpm
4. wget http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/11/Fedora/x86_64/os/Packages/fedora-release-notes-11.0.0-2.fc11.noarch.rpm
5. rpm -Uvh fedora-release-11-1.noarch.rpm fedora-release-notes-11.0.0-2.fc11.noarch.rpm
6. yum clean all
7. yum upgrade

Actual results:
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
 Eg. </metalink>/                                                 
removing mirrorlist with no valid mirrors: //var/cache/yum/fedora/mirrorlist.txt
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

Expected results:
Normal yum upgrade output

Additional info:

Comment 1 shrek-m 2009-06-10 07:04:54 UTC
the same here under fc10.x86 and fc10.ppc

it is working if i change the lines in /etc/yum.repos.d/fedora.repo and fedora-updates.repo

from
mirrorlist=https:// ... /metalink?repo= ...

to
mirrorlist=https:// ... /mirrorlist?repo= ...


you should provide an update for the fedora-release package.

Comment 2 James Antill 2009-06-10 14:11:23 UTC

*** This bug has been marked as a duplicate of bug 498720 ***


Note You need to log in before you can comment on or make changes to this bug.