Bug 191969

Summary: mozplugger Missing BuildRequire on libXt-devel
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: mozpluggerAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-05-16 16:59:02 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: 191529    
Attachments:
Description Flags
Patch, adding the missing buildreqs none

Description Andreas Thienemann 2006-05-16 16:32:57 UTC
Current rawhide mozplugger-1.7.3-2.2.1 won't build in mock:

+ make linux lib=lib64
make all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared
make[1]: Entering directory `/builddir/build/BUILD/mozplugger-1.7.3'
gcc -c -O2 -Inpapi/include -I/usr/X11R6/include -DXP_UNIX  -DVERSION=\"1.7.3\" 
-fPIC -o mozplugger.o mozplugger.c
In file included from mozplugger.c:20:
mozplugger.h:15:27: error: X11/Intrinsic.h: No such file or directory
make[1]: *** [mozplugger.o] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/mozplugger-1.7.3'
make: *** [linux] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.64623 (%build)



Attached is a patch, adding the missing libXt-devel BuildRequire.

Comment 1 Andreas Thienemann 2006-05-16 16:32:58 UTC
Created attachment 129227 [details]
Patch, adding the missing buildreqs

Comment 2 Than Ngo 2006-05-16 16:59:02 UTC
fixed in rawhide. Thanks