Bug 183479

Summary: missing build requires
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: X/OpenGL Maintenance List <xgl-maint>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
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: 2006-03-01 12:56:48 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 Dennis Gilmore 2006-03-01 12:37:16 UTC
Description of problem: 
Trying to build mesa in a minimal  system,  the build failed  due to missing 
headers  
 
Version-Release number of selected component (if applicable): 
mesa-6.4.2-5mesa-6.4.2-5 
 
How reproducible: 
always 
 
Steps to Reproduce: 
1.rpmbuild -ba mesa.spec 
2. 
3. 
   
Actual results: 
 
gcc -c -I../../include -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include 
-I/usr/X11R6/include -Wall -O -g -fPIC  -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE 
-DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DHAVE_ALIAS  -std=c99 -ffast-math  GLwDrawA.c 
GLwDrawA.c:48:28: X11/IntrinsicP.h: No such file or directory 
GLwDrawA.c:49:28: X11/StringDefs.h: No such file or directory 
In file included from GLwDrawAP.h:46, 
                 from GLwDrawA.c:56: 
gcc -c -I../../include -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include 
-I/usr/X11R6/include -Wall -O -g -fPIC  -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE 
-DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DHAVE_ALIAS  -std=c99 -ffast-math  GLwDrawA.c 
GLwDrawA.c:48:28: X11/IntrinsicP.h: No such file or directory 
GLwDrawA.c:49:28: X11/StringDefs.h: No such file or directory 
In file included from GLwDrawAP.h:46, 
                 from GLwDrawA.c:56: 
 
Expected results: 
 
builds ok 
 
Additional info: 
 
missing dep is libXt-devel

Comment 1 Karsten Hopp 2006-03-01 12:56:48 UTC
mesa-6.4.2-6