From owner-freebsd-x11@FreeBSD.ORG Tue Dec 28 03:40:27 2004 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 F271B16A4CE for ; Tue, 28 Dec 2004 03:40:26 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE3643D4C for ; Tue, 28 Dec 2004 03:40:26 +0000 (GMT) (envelope-from sean@seanoneill.info) Received: (qmail 7709 invoked from network); 28 Dec 2004 03:40:23 -0000 Received: from dsl092-150-209.wdc2.dsl.speakeasy.net (HELO [192.168.0.5]) (swoneill@[66.92.150.209]) (envelope-sender )encrypted SMTP for ; 28 Dec 2004 03:40:23 -0000 Message-ID: <41D0D597.4050306@seanoneill.info> Date: Mon, 27 Dec 2004 22:40:07 -0500 From: Sean O'Neill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 5.3 on Ultra 5 and compiling xorg-server 6.8.1 - it ain't work'n 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: Tue, 28 Dec 2004 03:40:27 -0000 Just recently installed FreeBSD 5.3 on an Ultra 5. Normal cvsup update to /usr/src and /usr/ports works just fine and [build|install]kernel and [build|install]world work - so system is current to 5.3p2. Now I'm trying to upgrade the Xorg ports from 6.7.0 to 6.8.1 using portupgrade on the xorg-server port. It gets a good ways into the compile process and then I get the following: making all in programs/Xserver/hw/xfree86/dummylib... making all in programs/Xserver/hw/xfree86/xf86cfg... rm -f interface.o cc -c -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -fno-merge-constants -I../common -I../scanpci -I../loader -I/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/os-support -I/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/include -I/usr/ports/x11-servers/xorg-server/work/xc/exports/include/X11 -I/usr/ports/x11-servers/xorg-server/work/xc/lib/font/include -I/usr/ports/x11-servers/xorg-server/work/xc -I/usr/ports/x11-servers/xorg-server/work/xc/exports/include -I/usr/X11R6/include -I/usr/X11R6/include -DCSRG_BASED -DSHAPE -DXINPUT -DXKB -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPANORAMIX -DRENDER -DRANDR -DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension -DX_BYTE_ORDER=X_BIG_ENDIAN -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((8) * 100000) + ((1) * 1000) + 0)" -D_XSERVER64 -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DXF86CONFIG=\"xorg.conf\" -DUSE_MODULES -DHAS_NCURSES -DPROJECT_ROOT=\"/usr/X11R6\" -DXF86CONFIGDIR=\"/usr/X11R6/lib/X11\" -DSYSCONS_SUPPORT -D__XCONFIGFILE__='"xorg.conf"' -D__XCONFIGDIR__='"/usr/X11R6/lib/X11"' -D__XLOGFILE__='"Xorg"' -D__XSERVERNAME__='"Xorg"' -D__XKBDEFRULES__='"xorg"' interface.c interface.c: In function `Usage': interface.c:224: warning: string length `630' is greater than the length `509' ISO C89 compilers are required to support interface.c: In function `main': interface.c:411: error: `compositeWidgetClass' undeclared (first use in this function) interface.c:411: error: (Each undeclared identifier is reported only once interface.c:411: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/xf86cfg. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. Just for kicks I added: X_WINDOW_SYSTEM=xorg to /etc/make.conf but this didn't help - didn't think it would. Anyone know why this is happening and how I can fix it ? Thanks in advance. Sean