Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 19th July 2008, 11:40 AM
cmorris Offline
Registered User
 
Join Date: Jun 2007
Posts: 11
Yea but using --nodeps will not remove anything but that package. So if you remove just xulrunner and put it back in nothing will be lost. As long as you make sure you have --nodeps.
Reply With Quote
  #32  
Old 19th July 2008, 11:45 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by cmorris
Yea but using --nodeps will not remove anything but that package. So if you remove just xulrunner and put it back in nothing will be lost. As long as you make sure you have --nodeps.

If you executed this command your whole system would cease to function properly ( it also nukes rpm and yum ) !


Code:
rpm -e --nodeps glibc
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #33  
Old 19th July 2008, 01:30 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Quote:
Originally Posted by M4rc0
I just waited a day and it update now normally.

Didn't do anything
glad to see there are still one or two sane people left using Fedora!

This happens every time....
Reply With Quote
  #34  
Old 19th July 2008, 05:58 PM
RonPolley Offline
Registered User
 
Join Date: May 2007
Location: New Bern
Age: 59
Posts: 73
That's my point, with Fedora being looked at as THE FREE LINUX to have,not a downstream OS, these things souldn't even happen in the first place unless you want to be similar to Microsoft in that respect.
__________________
Linux Registered User
211249
Reply With Quote
  #35  
Old 19th July 2008, 07:25 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Quote:
Originally Posted by RonPolley
That's my point, with Fedora being looked at as THE FREE LINUX to have,not a downstream OS, these things souldn't even happen in the first place unless you want to be similar to Microsoft in that respect.


All Linux is free! Even RHEL, case in point, that is what centOS is. The source code is open. Downstream means refined. Being a TESTING DISTRO fedora has always been a little rough. That is what fedora is. This incident was a mistake in one package, xulrunner, that slipped through. It happens. If you want dead stable then I will say the same thing that got me in trouble yesterday. Use debian! I am much more concerned about things like keeping my wireless working then i am about having to wait a day for a couple updates that were screwed up. You are awful quick to compare to Microsoft, why? How much do you pay for Vista? If this happened with Vista, which I am sure things do happen, then, as a PAYING customer, you have every right to be upset. Even then though, what are you going to do? Switch to Linux? Lol! Fedora is a free testing distro, even though some things can be upsetting at times, even to me, it is what it is. All the bluster in the world about "it is a disgrace, it shouldnt happen, I am going elsewhere, this will cause Fedora to lose all its users and eventually fail because only 1 person will put up with this stuff..." will not change things. But, what really gets me, and the reason why I am so vocal about this instead of just quietly laughing at the mentality and moving on to the next thread, is because this incident was so irrelevant! More than one person told you to just sit tight, it will be fixed tomorrow. Sure enough, it was fixed. Life goes on. Till next time anyway...
Reply With Quote
  #36  
Old 19th July 2008, 07:37 PM
juanfgs's Avatar
juanfgs Offline
Registered User
 
Join Date: Mar 2008
Location: Entre Rios, Argentina
Posts: 159
I solved this uninstalling gnome-python2-gtkmozembed (no deps where removed), I should read this post before (I didn't know that I could do --skip-broken).

Quote:
Originally Posted by djgemz
It's a free OS what are you complaining about mistro, if you can do better do it! I don't see a C compiler certification under your belt, or your keyboard at that matter! If you don't like it don't slam the people that "DEVOTE" their time to coding for the community! Nuf said and go on over and talk to Bill Gates about how shi@#y his OS is!
Even when I agree with what you say, I think that would be better to test this kind of things before or roll back the changes if there are errors reported by the community (until a fix is provided). However probably the devs are doing the best they can.
__________________
I'm back... again...

Last edited by juanfgs; 19th July 2008 at 07:42 PM.
Reply With Quote
  #37  
Old 20th July 2008, 12:49 AM
djgemz Offline
Registered User
 
Join Date: May 2008
Posts: 10
Quote:
Originally Posted by juanfgs
Even when I agree with what you say, I think that would be better to test this kind of things before or roll back the changes if there are errors reported by the community (until a fix is provided). However probably the devs are doing the best they can.
Only human, we all make mistakes period! But yeah a bit of thorough testing wouldn't hurt, but still I overlook the small stuff but when it comes to pretty much bashing the coders that devote their time on the side to roll out updates, patches or whatever it is... I'm a step in
Reply With Quote
  #38  
Old 20th July 2008, 03:58 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Since this has been a moderately irritating issue on my system for a few days I thought I would take a crack at it. This is what I did.
Code:
su
rpm -e --nodeps xulrunner
yum install xulrunner
yum update
Worked like a charm. For those to impatient to wait for it to be fixed.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #39  
Old 20th July 2008, 11:19 AM
cmorris Offline
Registered User
 
Join Date: Jun 2007
Posts: 11
Quote:
Originally Posted by leigh123@linux
If you executed this command your whole system would cease to function properly ( it also nukes rpm and yum ) !


Code:
rpm -e --nodeps glibc
This is true, but I'm not asking to remove a need package. I'm looking at xulrunner. Which I would never tell someone to do, unless I tried it first. Which is a good thing about the message boards. If I try to tell someone to do something stupid to crash there system. The whole community would be on me in a sec
Reply With Quote
  #40  
Old 21st July 2008, 12:08 PM
nt4cats Offline
Registered User
 
Join Date: Aug 2005
Location: Philadelphia, PA
Posts: 99
I'm still broken. In order to get the updates to install I removed:

nspluginwrapper.i386
gtkmozembedmm
nspluginwrapper.x86_64
gtkmozembedmm-devel

I just re-installed the two nspluginwrapper packages, but I can't get the other two. I'm not sure why I need them (I think I may have installed them when I was playing with the Google Gadgets) ... but they still show the same dependency problem.

Code:
[root@cylon ~]# yum install gtkmozembedmm gtkmozembedmm-devel
Loaded plugins: presto, refresh-packagekit
Setting up and reading Presto delta metadata
No Presto metadata available for livna
No Presto metadata available for fedora
No Presto metadata available for updates
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package gtkmozembedmm.x86_64 0:1.4.2.cvs20060817-20.fc9 set to be updated
--> Processing Dependency: gecko-libs = 1.9 for package: gtkmozembedmm
---> Package gtkmozembedmm-devel.x86_64 0:1.4.2.cvs20060817-20.fc9 set to be updated
--> Finished Dependency Resolution
gtkmozembedmm-1.4.2.cvs20060817-20.fc9.x86_64 from updates has depsolving problems
  --> Missing Dependency: gecko-libs = 1.9 is needed by package gtkmozembedmm-1.4.2.cvs20060817-20.fc9.x86_64 (updates)
Error: Missing Dependency: gecko-libs = 1.9 is needed by package gtkmozembedmm-1.4.2.cvs20060817-20.fc9.x86_64 (updates)
Reply With Quote
  #41  
Old 21st July 2008, 12:53 PM
Demz
Guest
 
Posts: n/a
Quote:
https://admin.fedoraproject.org/upda...-2.19.1-17.fc9 It would be helpful if people would try these out and give the appropriate +1 vote in bodhi if they suffice.
that was posted by Paul Freilds in the Fedora-Devel-List .. so people might wanna try those as suggested
Reply With Quote
  #42  
Old 21st July 2008, 03:33 PM
anonymouse Offline
Registered User
 
Join Date: Jul 2005
Location: London
Posts: 64
Everything seems to be fixed now. After a "yum clean all" mid-morning London time, the updates all applied cleanly and without errors. Now posting from Firefox 3.0.1. :-)
Reply With Quote
  #43  
Old 22nd July 2008, 12:14 AM
mark-b Offline
Registered User
 
Join Date: Nov 2007
Posts: 11
Still errors on x86-64

Transaction Check Error:
package xulrunner-1.9-1.fc9.x86_64 (which is newer than xulrunner-1.9-0.60.beta5.fc9.i386) is already installed

Fedora 9 x86_64 still tries to install an older beta version. I suppose I'll just wait till this is fixed. If i really want to get ambitious, i'll remove xulrunner --nodep
Reply With Quote
  #44  
Old 22nd July 2008, 03:06 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
On a rawhide 64 bit, doing the rpm -e --nodeps xulrunner (for two different versions that had been installed, probably because this is 64 bit), then doing the yum install xulrunner seems to have fixed the missing gecko-libs issue for me.
Reply With Quote
  #45  
Old 22nd July 2008, 03:40 PM
null_pointer_us Offline
Registered User
 
Join Date: Mar 2006
Posts: 82
My problems were gone the next time I tried to update.

Maybe not all the update mirrors have the corrected packages?
Reply With Quote
Reply

Tags
geckolibs, prob, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
gecko-libs dependency error in yum dubb Using Fedora 16 25th July 2009 12:39 PM
gecko-libs, is it missing in the Space (together with me)? bee Using Fedora 8 20th July 2008 11:31 AM
errors about gecko-libs chobitstime Using Fedora 29 30th October 2007 03:48 PM
Package devhelp needs gecko-libs lightnb Using Fedora 8 17th May 2007 07:17 PM
yelp - missing gecko-libs 1.8.0.9 bman Using Fedora 7 4th February 2007 05:04 AM


Current GMT-time: 03:04 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat