From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 20:29:50 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 B56BF37B401 for ; Sun, 27 Apr 2003 20:29:50 -0700 (PDT) Received: from alchemistry.net (66-234-45-114.nyc.cable.nyct.net [66.234.45.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC2B43FDF for ; Sun, 27 Apr 2003 20:29:49 -0700 (PDT) (envelope-from mail@krel.org) Received: from amavis by alchemistry.net with scanned-ok (Exim 3.36 #1) id 199zKv-000Olk-00 for freebsd-questions@freebsd.org; Sun, 27 Apr 2003 23:29:49 -0400 Received: from ilya by alchemistry.net with local (Exim 3.36 #1) id 199zKt-000Olb-00 for freebsd-questions@freebsd.org; Sun, 27 Apr 2003 23:29:47 -0400 Date: Sun, 27 Apr 2003 23:29:47 -0400 From: Ilya To: freebsd-questions@freebsd.org Message-ID: <20030428032947.GB95034@krel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by AMaViS snapshot-20020531 Subject: Xfree86i-4 broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mail@krel.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 03:29:51 -0000 Hi guys, I just cvsuped my box to latest stable, as well as did upgrade of almost all the ports. I cant get XFree86-4-Clients running. The build fails here: /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen rm -f xcursorgen cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor -lXrender -lXext -lX11 -L/usr/local/lib -lpng -lm -lz -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderFindStandardFormat' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateAnimCursor' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateCursor' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen. /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen I already tried to pkg_delete all XFree86 packages, and reinstall them from scratch. XFree86-4-libraries which contain libXcursor build ok with no problem. But still cant build Xfree-86-clients. anyone has any suggestions? thx a in advance