Subject: pkg/33607: xpdf fails to build in latest pkgsrc
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: brad harder <bharder@methodlogic.net>
List: pkgsrc-bugs
Date: 05/31/2006 04:15:00
>Number: 33607
>Category: pkg
>Synopsis: latest xpdf in pkgsrc fails to build
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 31 04:15:00 +0000 2006
>Originator: brad harder <bharder@methodlogic.net>
>Release: NetBSD 3.0_STABLE
>Organization:
method digital logic
>Environment:
System: NetBSD manchester 3.0_STABLE NetBSD 3.0_STABLE (MANCHESTER2) #26: Wed May 17 17:49:23 EDT 2006 root@manchester:/usr/src/sys/arch/i386/compile/MANCHESTER2 i386
Architecture: i386
Machine: i386
>Description:
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: In member function `virtual SplashPath*
SplashFTFont::getGlyphPath(int)':
SplashFTFont.cc:221: error: invalid conversion from `int (*)(const FT_Vector*,
void*)' to `int (*)(FT_Vector*, void*)'
SplashFTFont.cc:221: error: invalid conversion from `int (*)(const FT_Vector*,
void*)' to `int (*)(FT_Vector*, void*)'
SplashFTFont.cc:221: error: invalid conversion from `int (*)(const FT_Vector*,
const FT_Vector*, void*)' to `int (*)(FT_Vector*, FT_Vector*, void*)'
SplashFTFont.cc:221: error: invalid conversion from `int (*)(const FT_Vector*,
const FT_Vector*, const FT_Vector*, void*)' to `int (*)(FT_Vector*,
FT_Vector*, FT_Vector*, void*)'
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/print/xpdf/work/xpdf-3.01/splash
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/print/xpdf/work/xpdf-3.01
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/print/xpdf
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===> * log of the build
===> * /usr/pkgsrc/print/xpdf/work/.work.log
===>
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/print/xpdf
>How-To-Repeat:
"make" in current (Wed May 31 2006) xpdf in pkgsrc
>Fix: