Still having up2date problems (and yum too)

Michael Schwendt fedora at wir-sind-cool.org
Thu Aug 12 08:29:10 UTC 2004


On Wed, 11 Aug 2004 20:46:54 -0400, Law Barstow wrote:

> Thanks for the help, here's the progress:
> 
> On Wed, 2004-08-11 at 19:44, Michael Schwendt wrote:
> 
> > You should not have two versions of Mozilla. Erase the old one
> > (rpm -e mozilla-1.4.1-18).
> > 
> I tried this and received the following result:
> root at Linux64 law]# rpm -e mozilla-1.4.1-18
> error: Failed dependencies:
>         libgkgfx.so is needed by (installed)
> mozilla-dom-inspector-1.4.1-18
>         libmozjs.so is needed by (installed) mozilla-mail-1.4.1-18
>         libmozjs.so is needed by (installed) mozilla-devel-1.4.1-18
>         libxpcom.so is needed by (installed)
> mozilla-dom-inspector-1.4.1-18
>         libxpcom.so is needed by (installed) mozilla-mail-1.4.1-18
>         libxpcom.so is needed by (installed) mozilla-devel-1.4.1-18
>         libxpcom_compat.so is needed by (installed)
> mozilla-mail-1.4.1-18
>         mozilla = 37:1.4.1-18 is needed by (installed)
> mozilla-dom-inspector-1.4.1-18
>         mozilla = 37:1.4.1-18 is needed by (installed)
> mozilla-mail-1.4.1-18
>         mozilla = 37:1.4.1-18 is needed by (installed)
> mozilla-devel-1.4.1-18

As expected earlier, you've got two versions of Mozilla installed,
probably conflicting in scripts like /usr/bin/mozilla.

One way out of this would be to erase the entire 1.4.1-18 version
(FC1) and then upgrade from your 1.6-8 to the current update release.

  rpm -e  mozilla-nspr-1.4.1-18   \
  mozilla-dom-inspector-1.4.1-18  \
  mozilla-mail-1.4.1-18  \
  mozilla-nss-1.4.1-18  \
  mozilla-1.4.1-18  \
  mozilla-devel-1.4.1-18

> > > exclude=mozilla-devel
> > 
> > Why do you exclude 'mozilla-devel'?
> 
> I tried excluding mozilla-devel in hopes to get "yum update" to run
> since that seems to be the package yum is bombing out on.

Big mistake since two versions of mozilla-devel are installed already. In
that case, yum refuses to update the other packages because the installed
mozilla-devel packages have dependencies.
 





More information about the fedora-list mailing list