LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-20-2008, 04:13 PM   #16
matthiaskie
LQ Newbie
 
Registered: Aug 2008
Posts: 1

Rep: Reputation: 0
Exact same problem


I've got the exact same problem and would appreciate any help very much. Would you guys recommend using yum with the -t option?
Also: I can uninstall yelp, I guess, but how about the notification daemon? Has anybody tried living without it and found it alright?
Thanks a lot in advance.
 
Old 09-05-2008, 12:57 PM   #17
ancop
LQ Newbie
 
Registered: Sep 2008
Posts: 1

Rep: Reputation: 0
same problem, anyone knows how to solve this problem? btw I also installed firefox 3
 
Old 09-05-2008, 01:02 PM   #18
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Acer appears to have highly customized that installation. I think you will have problems installing packages other than those from Acer that are intended for your box.

If you want to install something I would recommend installing the gcc toolkit and doing it from source. Further, I would suggest you not install gcc on that small, solid state, internal HD. Get a USB external drive and put it there.

When you install from source, you'll break the package manager system, but this *probably* won't matter much, given that Acer intends this machine to be a specialty device.
 
Old 11-25-2008, 02:08 AM   #19
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Hey,

I'm having a somewhat similar problem, and I wasn't sure if I should post a new thread, or just reply here. So I decided to reply here.

I'm running fedora 9 with Kernel Linux 2.6.25-14.fc9.i686. My computer is a Compaq Presario v6000, if that helps.

I tried running

Code:
su -c 'yum update'
And then I got this error message:

Code:
 Error: Missing Dependency: gecko-libs = 1.9.0.2 is needed by package blam-1.8.5-2.fc9.i386 (updates-newkey)
I did like the forum suggested and typed

Code:
 yum provides gecko-libs
But I didn't see Firefox. Instead, the result said

Code:
 Loaded plugins: refresh-packagekit
xulrunner.i386 : XUL Runtime for Gecko Applications
xulrunner.i386 : XUL Runtime for Gecko Applications
xulrunner.i386 : XUL Runtime for Gecko Applications
So what do I do now? How do I resolve the missing dependencies, and is it bad that this was the output?

Thanks so much!
 
Old 11-25-2008, 02:25 AM   #20
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
I THINK there was a change going from F8(what I am running) and F9, where xulrunner was split off the FF package into its own package(which contained gecko-libs). You can try "yum install xulrunner" and that SHOULD do the trick. If not xulrunner is part of the "esc" package in F8.
 
Old 11-25-2008, 02:45 AM   #21
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by lazlow View Post
I THINK there was a change going from F8(what I am running) and F9, where xulrunner was split off the FF package into its own package(which contained gecko-libs). You can try "yum install xulrunner" and that SHOULD do the trick. If not xulrunner is part of the "esc" package in F8.
Thanks for getting back to me so quickly!

I tried this command:

Code:
 su -c 'yum install xulrunner'
But, alas, it also told me

Code:
 Error: Missing Dependency: gecko-libs = 1.9.0.2 is needed by package blam-1.8.5-2.fc9.i386 (updates-newkey)
What should I do to get this gecko-libs?

Thanks again
 
Old 11-25-2008, 04:41 AM   #22
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Did you try to install esc?
 
Old 11-25-2008, 04:26 PM   #23
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Hmm, no I haven't. Should I do that, or should I avoid that?

Thanks again for your help!
 
Old 11-25-2008, 04:31 PM   #24
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
It is worth a try. As I said in post #20 in F8 esc contains that xulrunner. So it may (or may not) be the same in F9.
 
Old 11-25-2008, 06:11 PM   #25
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Hey,

I installed esc, and that worked fine. But then when I tried

Code:
 yum install xulrunner
it once again gave me the error

Code:
 Error: Missing Dependency: gecko-libs = 1.9.0.2 is needed by package blam-1.8.5-2.fc9.i386 (updates-newkey)
What should I try now?
 
Old 11-25-2008, 06:33 PM   #26
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
It could be a broken rpm database (worth a shot). As root: "rpm --rebuilddb" . It may take a few minutes. Then retry the install.

The only other thing I can think of is if you have a goofy repo in enabled. Post the results of: "yum repolist".
 
Old 11-25-2008, 07:47 PM   #27
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Hey,

Here's the result of the repolist:

Code:
# yum repolist
Loaded plugins: refresh-packagekit
repo id              repo name                                 status
fedora               Fedora 9 - i386                           enabled
updates              Fedora 9 - i386 - Updates                 enabled
updates-newkey       Fedora 9 - i386 - Updates Newkey          enabled
I'll go ahead with the rebuild.
 
Old 11-25-2008, 08:01 PM   #28
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Well, there are not any screwy repos enabled. I assume that you have not installed any other rpms from anyplace else either? If it is not a broken DB, I am out of ideas.
 
Old 11-25-2008, 08:58 PM   #29
kwebbel
LQ Newbie
 
Registered: Nov 2008
Posts: 15

Rep: Reputation: 0
Hey - I tried yum install xulrunner again, and I got the same error message as in post #25. I haven't installed any other rpms. What should I do? Reinstall?
 
Old 12-17-2008, 06:26 PM   #30
scunner3
LQ Newbie
 
Registered: Dec 2008
Posts: 3

Rep: Reputation: 1
dependencies

I hope I'm not repeating anything here, but I got a lot of help on this issue from
http://macles.blogspot.com/2008/08/d...spire-one.html
 
1 members found this post helpful.
  


Reply

Tags
linpus, linux



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
Where do you find missing dependencies ? OralDeckard Fedora 13 06-29-2007 09:33 PM
rpm does not find dependencies? blair.king Linux - Newbie 1 01-25-2007 03:49 PM
rpmdb? how to find dependencies then? Swakoo Linux - Software 13 08-23-2006 09:48 PM
How to find executable's dependencies? jdupre Linux - General 4 11-23-2005 04:34 AM
Where to find needed Dependencies? l0f33t Linux - Software 13 08-13-2003 09:35 PM

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

All times are GMT -5. The time now is 10:22 AM.

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