Bug 135201
| Summary: | broken dependency test for yum install when a dependency requires one of the yet to be installed packages | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Arenas Belon, Carlo Marcelo <carenas> |
| Component: | yum | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | katzj |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:06:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of 135008 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
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