From owner-freebsd-x11@FreeBSD.ORG Sun Jan 30 19:04:04 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0AB316A4CE for ; Sun, 30 Jan 2005 19:04:04 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23A843D2D for ; Sun, 30 Jan 2005 19:04:03 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 13F901DD626; Sun, 30 Jan 2005 20:04:03 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66694-02; Sun, 30 Jan 2005 20:04:01 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 26B531DD608; Sun, 30 Jan 2005 20:04:00 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id ADC011C0071E; Sun, 30 Jan 2005 20:04:00 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 30 Jan 2005 20:03:59 +0100 User-Agent: KMail/1.7.2 References: <1107097905.d511b220neddie@home.se> In-Reply-To: <1107097905.d511b220neddie@home.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501302003.59979.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: Rikard Jerner Subject: Re: Upgrade XFree86 = problems. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 19:04:05 -0000 On Sunday 30 of January 2005 16:11, Rikard Jerner wrote: > I did a portupgrade of my Xfree86 last night and went into som eproblems. > All packages did not upgrade properly. One of these is > XFree86-4-FontServer. > > it all begins nice and dandy but in the end i come upon the follwing > problem. > > LD_LIBRARY_PATH=/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports >/lib cc -o xfs -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith > -Wundef > -L/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports/lib > -L/usr/X11R6/lib difs/libdifs.a os/libos.a -L/usr/X11R6/lib > -L/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports/lib > -L/usr/X11R6/lib -lXfont -L/usr/local/lib -lfreetype -lm -lz > -Wl,-rpath,/usr/X11R6/lib > -Wl,-rpath-link,/usr/ports/x11-servers/XFree86-4-FontServer/work/xc/exports >/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. > > any1 know what i am supposed to do here? ;) Xfont library should be installed by XFree86-4-libraries port. Did that one install properly (if the port is installed, you can check if all the files are there with 'pkg_info -g ')? Dejan