Bug 1651788

Summary: /usr/include/freetype2/freetype/freetype.h:801:37: error: 'FT_ENCODING_PRC' undeclared
Product: Red Hat Enterprise Linux 7 Reporter: Rex Dieter <rdieter>
Component: freetypeAssignee: Marek Kašík <mkasik>
Status: CLOSED DUPLICATE QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.6   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-21 08:56:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rex Dieter 2018-11-20 20:20:33 UTC
rpm -q freetype:
freetype-2.8-12.el7.x86_64


When trying to build something that depends on freetype (GraphicsMagick in this case), the build fails,

/usr/include/freetype2/freetype/freetype.h:801:37: error: 'FT_ENCODING_PRC' undeclared (first use in this function)
 #define ft_encoding_gb2312          FT_ENCODING_PRC

It would appear this patch is to blame,

https://git.centos.org/blob/rpms!freetype.git/c7/SOURCES!freetype-2.8-2.4.11-API.patch

it removes the enum for FT_ENCODING_PRC , but leaves behind some reference to FT_ENCODING_PRC, including this line:
#define ft_encoding_gb2312          FT_ENCODING_PRC

Comment 2 Marek Kašík 2018-11-21 08:56:04 UTC
Hi Rex, I've prepared a fix for this and proposed it for inclusion in next update. I'm sorry for the inconvenience. Regards

*** This bug has been marked as a duplicate of bug 1645218 ***