LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-17-2007, 11:38 AM   #1
comcastuser
Member
 
Registered: May 2004
Posts: 189

Rep: Reputation: 22
yum problems on Fedora core 7


It doesn't matter what package I try to install, I get this error.

Why does yum cough up this irrelevant adobe error when I'm trying to install a kernel update?


$> yum install kernel-devel

Setting up Install Process

Parsing package install arguments
http://linuxdownload.adobe.com/linux...ta/repomd.xml: [Errno 14] HTTP Error 404: Date: Fri, 17 Aug 2007 16:37:42 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: adobe-linux
 
Old 08-17-2007, 12:18 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
The error is not irrelevant; it says that one of the repositories that you configured cannot be reached. As a result, yum cannot determine what the latest package is - it has no way of knowing whether the Adobe repository contains kernel-devel packages or not, because it can't reach it.

You can tell yum to ignore that repository temporarily by using the syntax:

yum --disablerepo=adobe-linux install kernel-devel
 
Old 08-17-2007, 12:41 PM   #3
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by macemoneta View Post
The error is not irrelevant; it says that one of the repositories that you configured cannot be reached. As a result, yum cannot determine what the latest package is - it has no way of knowing whether the Adobe repository contains kernel-devel packages or not, because it can't reach it.

You can tell yum to ignore that repository temporarily by using the syntax:

yum --disablerepo=adobe-linux install kernel-devel
Ah hah! Thanks. I meant it was irrelevant in that adobe wasn't the kernel software, but I guess it's logical that yum would query all the .repo files. (I actually went and renamed the adobe-linux repo and that worked.)


I can do yum updates on specific packages now, but when I do a general yum update it REALLY coughs up:

Quote:
$> yum update

Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kdebindings.i386 0:3.5.7-1.fc7.1 set to be updated
--> Processing Dependency: perl(DCOP) for package: kdesdk
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 135, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 540, in buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 885, in resolveDeps
(checkdep, missing, conflict, errormsgs) = self._processReq(dep, prcoformat_need)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 334, in _processReq
requirementTuple, errormsgs)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 469, in _requiringFromInstalled
return self._requiringFromTransaction(reqpkg, requirement, errorlist)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 574, in _requiringFromTransaction
reqpkg = self.tsInfo.matchNaevr(name=name, ver=version, rel=release)[0]
IndexError: list index out of range
 
Old 08-17-2007, 01:38 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Try updating yum first:

yum update yum

Also remove any non-distribution repositories that you've added as enabled by default.
 
Old 08-17-2007, 02:49 PM   #5
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by macemoneta View Post
Try updating yum first:

yum update yum

Also remove any non-distribution repositories that you've added as enabled by default.
Ok, did both. Darned error is still there.
 
Old 08-17-2007, 03:10 PM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
yum clean all

Then retry. If it still persists, wait a day for any repository problems to be resolved.
 
Old 08-17-2007, 08:31 PM   #7
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by macemoneta View Post
yum clean all

Then retry. If it still persists, wait a day for any repository problems to be resolved.
Okay, will do.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems with yum install (fedora core 5) emu103 Linux - Desktop 5 08-16-2006 08:55 PM
Problems updating Fedora Core 4 with Yum Extender tron_thomas Linux - Software 1 11-06-2005 07:22 PM
Fedora Core 3 Yum help chaos_4_4 Fedora 2 11-10-2004 05:18 PM
yum repositories for Fedora Core 1 dubya Fedora 2 08-17-2004 04:16 PM
New to Fedora Core and yum... wallison Fedora 3 05-19-2004 07:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration