Date: 23 May 2003 14:15:22 +1000 From: Charles Young <charles@wranglers.com.au> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: freebsd-stable@freebsd.org Subject: Re: fontconfig and FT_Get_BDF_Property Message-ID: <1053663322.79472.15.camel@feynman> In-Reply-To: <1053446872.317.5.camel@gyros> References: <1053396987.243.28.camel@feynman> <1053446872.317.5.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Marcus Thanks for the suggestion, you put me on the right track. My issue (for anyone who comes up against it in the future) was this: /usr/X11/lib/libfreetype.so.9 built december 25 2002 installed by some unknown make - presumably a package installed sometime in january? pkg_info had no clue about it. The same make had presumably installed a few other libraries (such as expat and several other libraries) with the same build date. As it appeared in the library cache before /usr/local/lib/libfreetype.so.9, it was the library used by fontconfig. Why did that take me so long to figure out? 'cause I'm an idiot. Now rebuilding all dependent ports Thanks for the help. Charles On Wed, 2003-05-21 at 02:07, Joe Marcus Clarke wrote: > On Mon, 2003-05-19 at 22:16, Charles Young wrote: > > Hi all, > > > > After upgrading my fontconfig to 2.2.0, fc-cache -vf gives me an error: > > /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined > > symbol "FT_Get_BDF_Property" when it tries to build the cache for non > > bitmapped fonts. > > > > I have: > > > > 1. updated my CVS ports tree > > 2. rebuilt fontconfig, freetype, expat and Xft using portupgrade > > (portupgrade -frR ) > > 3. rebuilt my all (portupgrade -afr) > > > > and fc-cache still chokes. > > > > XFree86-clients, XFree86-fontScalable and several other ports also fail > > to build with the same error. > > > > There is only one copy of libfontconfig.so.1 in ldconfig -r. > > > > I'm sure that there is something really obvious, but ... > > Did you update freetype2, then rebuild fontconfig and Xft in that order? > > Joe > > > > > Thanks in advance, > > Charles > > > > sig. removed in the interest of good taste > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1053663322.79472.15.camel>