Subject: Xrender-0.8.3nb1 problems and magicpoint
To: None <tech-pkg@NetBSD.org>
From: Phil Nelson <phil@cs.wwu.edu>
List: tech-pkg
Date: 11/22/2003 18:40:22
Hi,

  I just upgraded (using make upgrade) my 1.6.1/i386 machine to current  
versions of quite a few packages.  As part of this I got libXft using 
Xrender.  In trying to run magicpoint I get the following errors:

---->~/netbsd/pkgsrc/graphics/magicpoint/work/magicpoint-1.10a/sample
turn[94]$ ../mgp sample.mgp 
sample.mgp:15: warning: directive "tfont" not supported in this configuration
sample.mgp:15: warning: directive "tmfont" not supported in this configuration
sample.mgp:16: warning: directive "tfont" not supported in this configuration
sample.mgp:16: warning: directive "tmfont" not supported in this configuration
sample.mgp:17: warning: directive "tfont" not supported in this configuration
sample.mgp:17: warning: directive "tmfont" not supported in this configuration
/usr/pkg/lib/libXft.so.2: Undefined PLT symbol "XRenderQuerySubpixelOrder" 
(reloc type = 7, symnum = 170)

a)  I have no clue as to why libXft can't find the XRenderQuerySubpixelOrder.
It appears to be in the library.
turn[95]$ nm /usr/pkg/lib/libXrender.so | grep Subpixel
00001c4c T XRenderQuerySubpixelOrder
00001cac T XRenderSetSubpixelOrder
I also have 
LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/usr/pkg/lib:/usr/local/lib
Does anyone know what is wrong?

b) does anyone know why this version of magicpoint doesn't lilke the tfont and 
tmfont since they are part of the "default" setup in the sample directory?

Thanks.
--Phil