Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 07:03:58 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz@FreeBSD.org>
To:        Jonathan Chen <jonathan.chen@itouch.co.nz>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: XFree86-4.1.0_2 build failure
Message-ID:  <200106061403.f56E3wu24610@freefall.freebsd.org>
In-Reply-To: <20010606163000.A18934@itouchnz.itouch>
References:  <20010606163000.A18934@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Jonathan Chen writes:

 > Hi,
 > I'm trying to build the latest cvsup'd XFree86-4; (I've asked to it to
 > build the fonts as well). The build fails with:

 >     making all in fonts/scaled/Type1...
 >     LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir
 >     .
 >     LD_LIBRARY_PATH=../../../exports/lib
 >     XFT_CONFIG=../../../lib/Xft/XftConfig ../../../exports/bin/xftcache
 >     .
 >     /usr/libexec/ld-elf.so.1: ../../../exports/bin/xftcache: Undefined
 >     symbol "XftDirSave"
 >     *** Error code 1

The workaround is to rename or remove /usr/X11R6/lib/libXft.so.1
before the build. Eg:
# mv /usr/X11R6/lib/libXft.so.1 /usr/X11R6/lib/libXft.so.1.old
# make && make install
# rm /usr/X11R6/lib/libXft.so.1.old

Jean-Marc

-- 
Jean-Marc Zucconi -- PGP Key: finger jmz@FreeBSD.org [KeyID: 400B38E9]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106061403.f56E3wu24610>