From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 08:08:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B264337B404; Mon, 2 Jun 2003 08:08:26 -0700 (PDT) Received: from mail-shield2.njit.edu (mail-shield2.njit.edu [128.235.251.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720D943F3F; Mon, 2 Jun 2003 08:08:25 -0700 (PDT) (envelope-from kellers@njit.edu) Received: (from uucp@localhost) by mail-shield2.njit.edu (8.11.6/8.11.6) id h52F8OI23988; Mon, 2 Jun 2003 11:08:24 -0400 (EDT) Received: from nodnsquery(128.235.251.173) by mail-shield2.njit.edu via csmap (V4.1) id srcAAA3naq2U; Mon, 2 Jun 03 11:08:23 -0400 Received: from admcluster.njit.edu (admactive.njit.edu [128.235.184.198]) by mail-gw5.njit.edu (8.12.9/8.12.4) with ESMTP id h52F8Jes023963; Mon, 2 Jun 2003 11:08:20 -0400 (EDT) Received: from dhcp187-25.njit.edu ([128.235.187.25]) by admcluster.njit.edu with Microsoft SMTPSVC(5.0.2195.5329); Mon, 2 Jun 2003 11:08:20 -0400 From: T Kellers To: Igor Pokrovsky , freebsd-ports@freebsd.org Date: Mon, 2 Jun 2003 11:08:19 -0400 User-Agent: KMail/1.5.2 References: <20030602144626.GA25570@exmatis1.cnrm.meteo.fr> In-Reply-To: <20030602144626.GA25570@exmatis1.cnrm.meteo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306021108.19295.kellers@njit.edu> X-OriginalArrivalTime: 02 Jun 2003 15:08:20.0511 (UTC) FILETIME=[CDCB42F0:01C32918] cc: anholt@freebsd.org Subject: Re: XFree86-4-FontServer build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 15:08:27 -0000 This has shown up on the list a number of times, lately, so a search of the list archive would turn up the answer: but, in short: pkg_delete XFree86-libraries; and reinstall XFree86-libraries. Then build/portupgrade your failing XFree86 ports. Tim Kellers CPE/NJIT On Monday 02 June 2003 10:46 am, Igor Pokrovsky wrote: >Hello, > >I'm trying to upgrade XFree86-4-FontServer 4.3.0 -> 4.3.0_1, >but the upgrading process failed. The same situation when trying to >upgrade XFree86-clients 4.3.0_1 -> 4.3.0_2. The other parts of XFree86-4 >port seem to be up to date. >Here is the part of build log. Of cause I can provide the complete one. > >rm -f libdifs.a >ar clq libdifs.a main.o dispatch.o extensions.o globals.o events.o tables.o >fontinfo.o charinfo.o swapreq.o swaprep.o resource.o fonts.o difsutils.o > cach e.o initfonts.o atom.o >ranlib libdifs.a >LD_LIBRARY_PATH=/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports/ >lib cc -o xfs -O -pipe -march=pentiumpro -ansi -Dasm=__asm -Wall > -Wpointer-arith -Wu ndef > -L/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports/lib -L/u > sr/X11R6/lib difs/libdifs.a difs/libdifs.a os/libos.a -L/usr/X11R6/lib > -L/u sr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports/lib > -L/usr/X11R6/lib -lXfont -lfntstubs -lm -lz -Wl,-rpath,/usr/X11R6/lib >/usr/libexec/elf/ld: cannot find -lXfont >*** Error code 1 >Stop in /usr/ports/x11-servers/XFree86-4-FontServer/work/xc/programs/xfs. >*** Error code 1 >Stop in /usr/ports/x11-servers/XFree86-4-FontServer. > >Does anybody have any clue?