Bug 159235

Summary: RFE: track pkgconfig dependencies
Product: [Fedora] Fedora Reporter: Nalin Dahyabhai <nalin>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: n3npq
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-06 15:43:33 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:
Bug Depends On:    
Bug Blocks: 153936    

Description Nalin Dahyabhai 2005-05-31 19:17:05 UTC
Description of problem:
Development packages which provide .pc files often require .pc files (and
headers, and libraries) provided by other development packages.  Fedora Core's
pkgconfig package (at least as of 1:0.15.0-6) can be used to query this
information.  It would be useful if the RPM recorded this dependency information
in packages so that it could be tracked.

Version-Release number of selected component (if applicable):
4.4.1-21

How reproducible:
Always

Steps to Reproduce:
1. Install pygtk2-devel, uninstall glib2-devel.
2. Attempt to compile anything using pygtk2's pygobject-2.0.pc file.
3. Scratch your head in confusion.
  
Actual results:
Failure to link.

Expected results:
Successful link, or a dependency between pygtk2-devel and glib2-devel at least
getting in your way.

Additional info:
Scripts for extracting requires/provides information are in bugzilla as
attachment #112736 [details] and attachment #112737 [details], attached to bug #153936.

Comment 1 Jeff Johnson 2005-07-13 12:13:34 UTC
Scripts added to rpm-4_4 CVS, no plumbing yet.

Comment 2 Jeff Johnson 2005-11-06 15:43:33 UTC
Fixed in cvs, will be oin rpm-4.4.3-0.38 when built.