Bug 191958

Summary: pango Missing BuildRequire on libXt-devel
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: pangoAssignee: Matthias Clasen <mclasen>
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-21 04:50: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:
Bug Depends On:    
Bug Blocks: 191529    
Attachments:
Description Flags
Patch, adding the missing buildreqs none

Description Andreas Thienemann 2006-05-16 16:04:08 UTC
Building pango-1.13.0-1 in mock fails with the following warning:

checking for X... no
configure: WARNING: X development libraries not found

Subsequently the compile fails:
+ test -e /var/tmp/pango-1.13.0-root/usr/lib64/libpangoxft-1.0.so
+ echo '/var/tmp/pango-1.13.0-root/usr/lib64/libpangoxft-1.0.so not found; did
not build with Xft support?'
/var/tmp/pango-1.13.0-root/usr/lib64/libpangoxft-1.0.so not found; did not build
with Xft support?

Attached is a patch, adding the necessary BuildRequire: libXt-devel line.

Comment 1 Andreas Thienemann 2006-05-16 16:04:09 UTC
Created attachment 129215 [details]
Patch, adding the missing buildreqs

Comment 2 Matthias Clasen 2006-05-21 04:50:09 UTC
Thanks