Subject: Re: freetype2 required for fontconfig
To: None <tech-pkg@netbsd.org>
From: Roger Fischer <r@aileron.org>
List: tech-pkg
Date: 10/05/2003 09:16:18
I'm trying to build ethreal which requires a bunch (I mean a bunch!) of stuff.
One of the items it requires if fontconfig which requires freetype2

freetype2 is installed, but for some reason, it thinks files are missing, or
it appears to me that it thinks the freetype.h file is missing.  The file
is there.

I've annoyed everybody on the netbsd-help list for the past couple days, so
I thought I'd come over and but the people here  ;^)

Can somebody help?  I've sup'd in the last couple days and nothing in any of
the related directories was updated so everything should be current.

Thanks,
- rog
--------------------

{10} pkg_info | grep freetype
freetype2-2.1.5     Font rendering engine and library API
{11}

{11} find /usr/pkg/include -name freetype.h
/usr/pkg/include/freetype2/freetype/freetype.h
{12}



{12} cd /usr/pkgsrc/fonts/fontconfig; make

===> Checking for vulnerabilities in fontconfig-2.2.1nb1
===> Building for fontconfig-2.2.1nb1
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1'
Making all in fontconfig
gmake[2]: Entering directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fontconfig'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fontconfig'
Making all in fc-lang
gmake[2]: Entering directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fc-lang'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src 
-I/usr/X11R6/include/freetype2  -I/usr/pkg/include  -O2 
-I/usr/pkg/include -c fc-lang.c
In file included from ../src/fcint.h:39,
                  from fc-lang.c:25:
../fontconfig/fcfreetype.h:27: freetype/freetype.h: No such file or directory
gmake[2]: *** [fc-lang.o] Error 1
gmake[2]: Leaving directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fc-lang'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/fonts/fontconfig
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/fonts/fontconfig
icarus: {13}