Description of problem: dependency list for install does not include the packages to be installed and breaks if there is a mutual dependency. Version-Release number of selected component (if applicable): 2.1.6-1 How reproducible: always Steps to Reproduce: 1. install fedora core3 test 2 + patches (fedora development up to Oct 09, 2004) 2. yum install gcc-c++ 3. Actual results: Processing Dependency: libstdc++-devel= 3.4.2 for package: gcc-c++ Finished Dependency Resolution Error: Requiring package gcc-c++-3.4.2-5.x86_64 not in transaction set nor in rpmdb Expected results: package installed Additional info: yum install libstdc++-devel works fine, and then yum install gcc-c++ finds its required dependency on the rpmdb and proceeds ok. it fails even if an exact match for the package is being used on the installation as shown below : [root@localhost ~]# yum install libtool-1.5.6-4.x86_64 Setting up Install Process Setting up Repo: development repomd.xml 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files developmen: ################################################## 3636/3636 Resolving Dependencies Processing Dependency: autoconf for package: libtool Processing Dependency: libtool-libs= 1.5.6-4 for package: libtool Processing Dependency: automake for package: libtool Finished Dependency Resolution Error: Requiring package libtool-1.5.6-4.x86_64 not in transaction set nor in rpmdb
*** This bug has been marked as a duplicate of 135008 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.