Bug 150727

Summary: rpmbuild dependency resolution appears "too greedy" in places
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-10 04:38:15 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:

Description Michal Jaegermann 2005-03-09 23:12:03 UTC
Description of problem:

When building new packages from time to time rpmbuild seems to create
packages which depend both on "old" and "new" versions of shared libs
but with that package providing only "new" libraries.  Obviously it is
impossible to install such packages in a clean way.  For examples see
bugs #150155 and #150623.  It appears that "automatic dependency
resolution" checks and uses both currently installed libraries and
newly build ones too.

I am not sure if this is a coincidence or some other differences
in a build process but so far I did not see that problem with x86_64
packages but only with their i386 equivalents.

If "rawhide" packages are really build by some other process then
what is responsible for that trouble?

Comment 1 Jeff Johnson 2005-03-10 04:38:15 UTC
This is no rpm problem. Open bugs against specific packages
if there are linkage problems with both old and new libraries.