Bug 692678

Summary: missing dependency on globus-common-devel
Product: [Fedora] Fedora EPEL Reporter: Dennis van Dok <dennisvd>
Component: globus-authzAssignee: Mattias Ellert <mattias.ellert>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: el5CC: mattias.ellert, msalle, okoeroo
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: 2011-04-25 08:07:09 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:
Attachments:
Description Flags
A very crude script to automatically find missing dependencies via header files none

Description Dennis van Dok 2011-03-31 20:16:10 UTC
Description of problem:

The file /usr/include/globus/globus_gsi_authz.h contains

#include "globus_common.h"

This header file is provided by globus-common-dev, but no dependency is defined in the RPM.

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

globus-authz-devel-0.7-2.el5

How reproducible:

trivial

Steps to Reproduce:
1. yum install globus-authz-devel
2. rpm -q --requires globus-authz-devel
3. observe missing dependency
  
Actual results:

globus-authz = 0.7-2.el5
globus-authz-callout-error-devel  
globus-callout-devel  
globus-gssapi-gsi-devel >= 4
libglobus_authz.so.0()(64bit)  
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1


Expected results:

the above, including
globus-common-devel


Additional info:

As observed on a CentOS 5 machine.

Comment 1 Dennis van Dok 2011-03-31 21:29:01 UTC
Created attachment 489240 [details]
A very crude script to automatically find missing dependencies via header files

This is the script I used to find this bug and the others that are in the 'see also' list. It's a bit crude but it works. The best thing is to grep the output for MISSING and pipe it through sort | uniq.

Comment 2 Mattias Ellert 2011-04-25 08:07:09 UTC

*** This bug has been marked as a duplicate of bug 695647 ***