Re: Missing dependency when upgrading from FC3 to FC4

From: Edson Eustachio (eeustachio_at_terra.com.br)
Date: 06/26/05

  • Next message: Michael Schwendt: "Re: Missing dependency when upgrading from FC3 to FC4"
    Date: Sun, 26 Jun 2005 13:33:39 +0000
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    Michael Schwendt wrote:

    >>Fedora Extras should be enabled.
    >>
    >>
    >
    >For a distribution upgrade, _every_ repository, which had been installed
    >from before, should be enabled.
    >
    >
    >>I think those 2 last packages are from rpm.livna.org. Either enable that
    >>repository too or remove both packages. You can reinstall them later.
    >>
    >>
    >
    >That's questionable. I don't see livna in the list of repositories at
    >all. There is no ".lvn" tagged package named quoted anywhere either.
    >
    >
    >
    First, thanks for attention of all but, unfortunately, I'm still confuse.

    I made some experiences based on responses you gave me.

    1#) The problem is caused because I disabled the repository which I had
    installed the missing dependency from;
    So I determined the repository of those packages
    [root@desktop yum.repos.d]# rpm -qa | grep libdc1394
    libdc1394-1.0.0-3.rhfc3.at ===> It comes from atrpms

    [root@desktop yum.repos.d]# rpm -qa | grep pythonabi
    pythonabi-2.3.4-1.rhfc3.at ===> It comes from atrpms

    [root@desktop yum.repos.d]# rpm -qa | grep ffmpeg
    ffmpeg-0.4.9-6_cvs20041125.rhfc3.at ===> It comes from atrpms

    After, I enabled it:
    [root@desktop yum.repos.d]# grep "enable" atrpms.repo
    enabled=1

    And try to upgrade the system again:
    [root@desktop yum.repos.d]# yum -y upgrade
    ...
    ...
    ...
    --> Running transaction check
    --> Processing Dependency: python = 2.3.4 for package: pythonabi
    --> Processing Dependency: libdc1394_control.so.13 for package: ffmpeg
    --> Processing Dependency: liboil-0.2.so.0 for package: swfdec
    --> Finished Dependency Resolution
    Error: Missing Dependency: python = 2.3.4 is needed by package pythonabi
    Error: Missing Dependency: libdc1394_control.so.13 is needed by package
    ffmpeg
    Error: Missing Dependency: liboil-0.2.so.0 is needed by package swfdec

    2#) So, I guess remove the packages which cause the missing dependencies
    should part of the solution.

    [root@desktop yum.repos.d]# yum remove ffmpeg
    OK.

    but
    [root@desktop yum.repos.d]# yum remove pythonabi
    Setting up Remove Process
    Resolving Dependencies
    ...
    ...
    ...
    Dependencies Resolved
    Transaction Listing:
    Remove: pythonabi.i386 0:2.3.4-1.rhfc3.at
    Remove: libxml2-devel.i386 0:2.6.16-5_17.rhfc3.at
    Remove: rpm-python.i386 0:4.3.3-8_40.rhfc3.at
    Remove: system-config-network-tui.noarch 0:1.3.22-1
    Remove: up2date.i386 0:4.3.47-5
    Remove: yum.noarch 0:2.2.0-0.fc3
    Total download size: 0
    Is this ok [y/N]: n
    Exiting on user Command
    Complete!

    If I remove pythonby, it will remove yum.

    Am I face to face a deadlock which avoids the system upgrade using yum?

    Eustachio

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Michael Schwendt: "Re: Missing dependency when upgrading from FC3 to FC4"

    Relevant Pages

    • Re: Some thoughts about yum and repositories
      ... > can at least use a yum.conf if we can copy or download it. ... that yum can locate and download for you. ... When you want to add a new repository to your yum.conf, ... You can use a tool like wget to download packages ...
      (Fedora)
    • Re: How to make yum seek alternative repository?
      ... My software development project wants to release .rpm packages via its own ... yum repository (we don't yet know exactly how to set up a yum repo, ... Kyum will browse your repository and supply package information for all ...
      (Fedora)
    • Re: Still no joy with yum
      ... Error: Missing Dependency: libfribidi.so.0 is needed by package ... mplayer Error: Missing Dependency: libxmms.so.1 is needed by ... but yum doesn't recognize them yet. ... name=Livna.org Fedora Compatible Packages (unstable) ...
      (Fedora)
    • RE: FC4 to FC5 upgrade via yum
      ... do a yum upgrade and see what yum complains about. ... you can then do "yum upgrade" and everything will work... ... Error: Missing Dependency: libgnutls.so.12 is needed by package heartbeat ... You might try to upgrade groups of packages that relate to the problem, ...
      (Fedora)
    • RE: Tigriss Current - Up2date server
      ... I'm reasonably familiar with yum, and know how to build "local" yum ... packages live, or maybe rather create and use ... Tigris's Current - Up2date server ... servers by pointing them at the internal repository. ...
      (RedHat)