Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 692678 - missing dependency on globus-common-devel
Summary: missing dependency on globus-common-devel
Keywords:
Status: CLOSED DUPLICATE of bug 695647
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: globus-authz
Version: el5
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mattias Ellert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-31 20:16 UTC by Dennis van Dok
Modified: 2011-04-25 08:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-25 08:07:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
A very crude script to automatically find missing dependencies via header files (819 bytes, text/plain)
2011-03-31 21:29 UTC, Dennis van Dok
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 692680 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692687 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692689 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692693 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692695 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692697 0 unspecified CLOSED missing dependency on globus-gssapi-error-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692700 0 unspecified CLOSED missing dependency on globus-gssapi-gsi-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692701 0 unspecified CLOSED missing dependency on globus-gss-assist-devel 2022-05-16 11:32:56 UTC
Red Hat Bugzilla 692704 0 unspecified CLOSED missing dependency on globus-common-devel 2022-05-16 11:32:56 UTC


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 ***


Note You need to log in before you can comment on or make changes to this bug.