From owner-freebsd-x11@FreeBSD.ORG Sun Nov 7 07:23:17 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 4958A16A4CE; Sun, 7 Nov 2004 07:23:17 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27B143D45; Sun, 7 Nov 2004 07:23:16 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc11) with ESMTP id <20041107072316011002qa97e>; Sun, 7 Nov 2004 07:23:16 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id AC95717337; Sat, 6 Nov 2004 23:23:15 -0800 (PST) Date: Sat, 6 Nov 2004 23:23:15 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20041107072315.GA74785@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: x11@FreeBSD.org Subject: xorg build failure 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, 07 Nov 2004 07:23:17 -0000 FreeBSD belle.0lsen.net 5.3-STABLE FreeBSD 5.3-STABLE #8: Wed Nov 3 18:46:55 PST 2004 root@belle.0lsen.net:/usr/obj/usr/src/sys/GENERIC i386 So, I don't quite know why meta ports like 'xorg' don't work for me, but they don't. The metaport doesn't seem to build or install much of anything. I would expect it to go in and build clients, libraries, etc. I went into xorg-clients and tried to build, and I got the error message: cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc -I/usr/ports/x11/xorg-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6 -DSECURE_RPC -DBSD44SOCKETS -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c xhost.c xhost.c: In function `change_host': xhost.c:423: error: syntax error before "siaddr" xhost.c:434: error: `siaddr' undeclared (first use in this function) xhost.c:434: error: (Each undeclared identifier is reported only once xhost.c:434: error: for each function it appears in.) xhost.c: In function `get_hostname': xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in this function) xhost.c:883: error: `sip' undeclared (first use in this function) xhost.c:884: warning: ISO C90 forbids mixed declarations and code xhost.c:888: error: syntax error before ')' token *** Error code 1 I would have expected that if something was stale that it would go in and rebuild any required dependency (like libraries). -Clint