Summary: | Cannot build release. | ||
---|---|---|---|
Product: | xorg | Reporter: | Mike Rose <esor_ekim> |
Component: | Release | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED WONTFIX | QA Contact: | |
Severity: | blocker | ||
Priority: | highest | CC: | sndirsch |
Version: | 6.7.0 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | 556 | ||
Bug Blocks: |
Description
Mike Rose
2004-04-09 07:31:02 UTC
Looks like an external freetype2 library is used, which doesn't work together with the fontconfig version in X.Org. Which version of freetype2 are you using in your system? You might try to specify #define BuildFreetype2Library YES in xc/config/host.def to use the freetype2 version which ships with X.Org. Ouch. Somer more important information about this on xorg@freedesktop.org: From: Egbert Eich <eich@pdx.freedesktop.org> [...] > Stuart Kreitman wrote: > > I have a checkout from yesterday, the XORG-CURRENT (co done 4-22-2004, > > 3:52 PST) > > appears to not build on my SuSe 8 based system, breaks in > > programs/mkfontscale/mkfontscale.c (ftbdf,h changed??) > > > > Will try my luck on the HEAD branch. > > Uhm... I have the same problem on SuSE 8.2 since the FreeType2 library > shipped with SuSE 8.2 is too old. Right. You need at least freetype 2.1.7 to build the tree succeessfully. If you don't have that you will have to enable building of the included freetype module. This will unfortunately render the freetype module of the Xserver that gets build unsuable - partly because of bugs in freetype 2.1.7. I have caught this error yesterday and the workaround is rather simple. Unfortunately this wasn't detected prior to the 6.7 release :-(( I will upgrade freetype in the tree to the new 2.1.8 which has these bugs removed and has a new API that will allow Chisato to accelerate rendering of East Asian fonts without having to rely on an internal freetype function. This will unfortunately have to wait until I return from Boston. Egbert. Chisato's changes to the freetype font module have moved the requirement to freetype2 2.1.8 even. If this is not supplied please use #define HasFreetype2 NO in host.def to build the freetype code supplied with the tree. I guess there is no other way to fix this bug so I mark it 'wontfix'. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.