Bug 24095

Summary: Failure to compile
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <donaldlf>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: alpha   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-16 06:14:40 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 Need Real Name 2001-01-16 06:14:34 UTC
package XFree86-4.0.2-1.src.rpm

The build script looks for freetype2 and libfreetype.a
in /usr/include and /usr/lib. These are include in the X
package not in a seperate rpm.

Work around:
mkdir /usr/include/freetype
cd /usr/include
ln -s freetype2 freetype
cp
/usr/src/redhat/BUILD/XFree86-4.0.2/xc/extras/freetype2/include/freetype/*
/usr/include/freetype/
cd /usr/src/redhat/BUILD/XFree86-4.0.2/xc/extras/freetype2/
make
make
cp  -f
/usr/src/redhat/BUILD/XFree86-4.0.2/xc/extras/freetype2/obj/.libs/libfreetype.a
/usr/lib/


Better solution is to have X build this first then mirror into it's
internal directory structure.

Comment 1 Bernhard Rosenkraenzer 2001-01-16 16:05:26 UTC
You're wrong, they're in a separate package, freetype-2.0.1-1.
They're also used by several non-X applications.