pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/40618: wine build fails after recent freetype2 update



>Number:         40618
>Category:       pkg
>Synopsis:       wine build fails after recent freetype2 update
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 11 17:50:00 +0000 2009
>Originator:     Bernd Ernesti
>Release:        NetBSD 3
>Organization:
>Environment:
System: NetBSD 3
Architecture: i386
Machine: i386
>Description:
        Building wine fails if freetype2-2.3.8 is installed:

cc -m32 -c -I. -I. -I../../include -I../../include -I/usr/pkg/include/freetype2 
-I/usr/pkg/include  -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe 
-fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/pkg/include 
-DLDAP_DEPRECATED -I/usr/include/krb5 -I/usr/include 
-I/usr/pkg/include/freetype2 -I/usr/X11R6/include -O2 -I/usr/pkg/include 
-DLDAP_DEPRECATED -I/usr/include/krb5 -I/usr/include 
-I/usr/pkg/include/freetype2 -I/usr/X11R6/include  -o freetype.o freetype.c
freetype.c:166: error: `FT_MulFix' undeclared here (not in a function)
freetype.c:166: warning: type defaults to `int' in declaration of `pFT_MulFix'
freetype.c: In function `WineEngGetOutlineTextMetrics':
freetype.c:5009: error: called object is not a function

        From the freetype2 commit mail:
                Log Message:
                update to 2.3.8
                changes:
                -improvements for fonts in an SFNT wrapper (used on Mac)
                -FT_MulFix is now an inlined function; by default, assembler 
code
                 is provided for x86 and ARM.  See 
FT_CONFIG_OPTION_INLINE_MULFIX
                 and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more
                -handling of `tricky' fonts has been generalized and changed 
slightly
                -API additions
                -bugfixes

>How-To-Repeat:
        cd emulators/wine
        make
>Fix:



Home | Main Index | Thread Index | Old Index