From owner-freebsd-questions@FreeBSD.ORG Sun May 11 23:03:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C46D937B401 for ; Sun, 11 May 2003 23:03:06 -0700 (PDT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DCE43FB1 for ; Sun, 11 May 2003 23:03:00 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id NAA12449 for ; Mon, 12 May 2003 13:01:26 +0700 (ICT) Message-Id: <5.2.0.9.0.20030512125306.00a4a500@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 12 May 2003 13:02:55 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Can't install fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 06:03:07 -0000 I seem to have continual trouble with the port fontconfig. Last month I solved the problem by deleting everything in my True Type fonts directory and copying over just the fonts I wanted from my Wondoze machine. After that fc-cache ran correctly and I was able to install the upgrage to 2.1.93. So now the port has 2.2.0, and when I try to install it I get: >Running fc-cache to build fontconfig cache... >fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 16 dirs >fc-cache: "/usr/X11R6/lib/X11/fonts/100dpi": caching, 0 fonts, 0 dirs >fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 0 fonts, 0 dirs >fc-cache: "/usr/X11R6/lib/X11/fonts/PEX": caching, 0 fonts, 0 dirs >fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs >fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": /usr/libexec/ld-elf.so.1: >/usr/X11R6/l >ib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property" >*** Error code 1 > >Stop in /usr/home/ports/x11-fonts/fontconfig. >*** Error code 1 > >Stop in /usr/home/ports/x11-fonts/fontconfig. For some reason portupgrade has deleted fontconfig from the installed ports database. This hasn't caused me any problems yet in running programs that supposedly depend on it, but whenever I try to run 'pkgdb -F' I get hung up with a "stale dependency". When I run 'portversion -c' it reports that fontconfig-2.1.93 needs to be updated to 2.2.0. When I run 'portupgrade -rf fontconfig' it tells me no such package is installed and I go back to either 'portupgrade -Nrf' or 'portinstall'. What can I do about this "undefined symbol" in /usr/X11R6/lib/lobfontconfig.so.1", which appears to be the problem? -- Roger