Bug 796860

Summary: Improper header Files
Product: Red Hat Enterprise Linux 5 Reporter: Matthew Labarge <mlabarge>
Component: openmotifAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.9CC: pknirsch
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-19 16:50:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Matthew Labarge 2012-02-23 19:26:49 UTC
Description of problem:

We do open motif development. The latest package channel has a problem discovered by one of our developers. 

Affected packages openmotif and openmotif-devel version 2.3.1-6


here is a bad #include in the package from RHN. It looks like XmI.h should have been XmP.h.

openmotif-2.3.3 on fedora has this: 
#include <Xm/LabelG.h> 
#include <Xm/GadgetP.h> 
#include <Xm/ExtObjectP.h> 
#include <Xm/XmP.h> 

openmotif-2.3.1-6 on Centos has this: 
#include <Xm/LabelG.h> 
#include <Xm/GadgetP.h> 
#include <Xm/ExtObjectP.h> 
#include <XmI.h>

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

openmotif-2.3.1-6


How reproducible:
Always

Steps to Reproduce:
1. Examine openmotif headers from RHEL Desktop
  
Actual results:
#include <XmI.h>

Expected results:
#include <Xm/XmP.h>

Additional info:

Comment 1 Phil Knirsch 2012-03-19 16:50:12 UTC

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