pkgsrc-Bugs archive

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

pkg/33601: freetype2 upgrade broke xpdf build



>Number:         33601
>Category:       pkg
>Synopsis:       freetype2 upgrade broke xpdf build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 30 17:25:00 +0000 2006
>Originator:     Jukka Salmi
>Release:        NetBSD 3.99.20, pkgsrc HEAD
>Environment:
System: NetBSD moray.salmi.ch 3.99.20 NetBSD 3.99.20 (MORAY.APM) #0: Fri May 26 
15:05:10 CEST 2006 
build%moray.salmi.ch@localhost:/build/nbsd/i386/sys/arch/i386/compile/MORAY.APM 
i386
Architecture: i386
Machine: i386
>Description:
Since the latest freetype2 upgrade print/xpdf fails to build.
>How-To-Repeat:
$ cd pkgsrc/print/xpdf && make
[...]
c++ -O2 -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include 
-DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -c SplashFTFont.cc
SplashFTFont.cc:17:10: #include expects "FILENAME" or <FILENAME>
SplashFTFont.cc: In constructor `SplashFTFont::SplashFTFont(SplashFTFontFile*, 
SplashCoord*)':
SplashFTFont.cc:46: error: `FT_New_Size' undeclared (first use this function)
SplashFTFont.cc:46: error: (Each undeclared identifier is reported only once 
for each function it appears in.)
SplashFTFont.cc: In member function `virtual SplashPath* 
SplashFTFont::getGlyphPath(int)':
SplashFTFont.cc:219: error: invalid conversion from `int (*)(FT_Vector*, 
void*)' to `int (*)(const FT_Vector*, void*)'
SplashFTFont.cc:219: error: invalid conversion from `int (*)(FT_Vector*, 
void*)' to `int (*)(const FT_Vector*, void*)'
SplashFTFont.cc:219: error: invalid conversion from `int (*)(FT_Vector*, 
FT_Vector*, void*)' to `int (*)(const FT_Vector*, const FT_Vector*, void*)'
SplashFTFont.cc:219: error: invalid conversion from `int (*)(FT_Vector*, 
FT_Vector*, FT_Vector*, void*)' to `int (*)(const FT_Vector*, const FT_Vector*, 
const FT_Vector*, void*)'
SplashFTFont.cc:224: error: `FT_Glyph' undeclared (first use this function)
SplashFTFont.cc:224: error: parse error before `;' token
SplashFTFont.cc:238: error: `glyph' undeclared (first use this function)
SplashFTFont.cc:238: error: `FT_Get_Glyph' undeclared (first use this function)
SplashFTFont.cc:243: error: `FT_OutlineGlyph' undeclared (first use this 
function)
SplashFTFont.cc:243: error: parse error before `)' token
SplashFTFont.cc:248: error: `FT_Done_Glyph' undeclared (first use this function)
*** Error code 1

Stop.
make: stopped in /build/pkg/print/xpdf/work/xpdf-3.01/splash
*** Error code 1
[...]

>Fix:




Home | Main Index | Thread Index | Old Index