Bug 151140

Summary: freetype isn't rebuildable against Rawhide
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: freetypeAssignee: David Zeuthen <davidz>
Status: CLOSED WORKSFORME QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
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: 2005-03-21 11:26:18 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 Robert Scheck 2005-03-15 11:47:28 UTC
Description of problem:
freetype isn't rebuildable against Rawhide, fails with this errors:

--- snipp ---
[...]
 gcc -pedantic -ansi -I/usr/src/redhat/BUILD/freetype-2.1.9/objs -
I./builds/unix -I/usr/src/redhat/BUILD/freetype-2.1.9/include -c -
Wall -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i386 -
mtune=pentium4 -fno-strict-aliasing -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=
<ftconfig.h>" /usr/src/redhat/BUILD/freetype-2.1.9/src/gzip/ftgzip.c  
-fPIC -DPIC -o /usr/src/redhat/BUILD/freetype-
2.1.9/objs/.libs/ftgzip.o
/usr/src/redhat/BUILD/freetype-2.1.9/src/gzip/ftgzip.c:358:48: error: 
macro "read" passed 4 arguments, but takes just 3
/usr/src/redhat/BUILD/freetype-2.1.9/src/gzip/ftgzip.c: In function 
'ft_gzip_file_fill_input':
/usr/src/redhat/BUILD/freetype-2.1.9/src/gzip/ftgzip.c:357: warning: 
assignment makes integer from pointer without a cast
make: *** [/usr/src/redhat/BUILD/freetype-2.1.9/objs/ftgzip.lo] Error 
1
make: *** Waiting for unfinished jobs....
--- snapp ---

Version-Release number of selected component (if applicable):
freetype-2.1.9-2

How reproducible:
Everytime, try to rebuild freetype.

Actual results / Expected results:
freetype should be rebuildable.

Comment 1 Robert Scheck 2005-03-21 11:26:18 UTC
Out of date, because of glibc-2.3.4-15:

- with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
  as function-like macros, there are too many broken programs
  out there

Closing now.