From owner-freebsd-x11@FreeBSD.ORG Thu Apr 12 04:23:16 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB41C106566C for ; Thu, 12 Apr 2012 04:23:16 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5378FC15 for ; Thu, 12 Apr 2012 04:23:16 +0000 (UTC) Received: from eastrmimpo305.cox.net ([68.230.241.237]) by eastrmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120412042315.LOWT18243.eastrmfepo101.cox.net@eastrmimpo305.cox.net> for ; Thu, 12 Apr 2012 00:23:15 -0400 Received: from serene.no-ip.org ([98.164.83.206]) by eastrmimpo305.cox.net with bizsmtp id wsPE1i0034T5sES02sPEiW; Thu, 12 Apr 2012 00:23:15 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020B.4F8658B3.0021,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=HUztjrOREMiyXT1Gh9nqo//ZA/q1FY8EK13e2Km1/zo= c=1 sm=1 a=cpxAz5wNUJgA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=cRs4AX/51puMaUeRAuoQtw==:17 a=kviXuzpPAAAA:8 a=-fQjg12ajbpEfeF1xtoA:9 a=FfpMw48sX1gdNjVKE9MA:7 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=cRs4AX/51puMaUeRAuoQtw==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q3C4NDMp002789 for ; Wed, 11 Apr 2012 23:23:13 -0500 (CDT) (envelope-from conrads@cox.net) Date: Wed, 11 Apr 2012 23:23:08 -0500 From: "Conrad J. Sabatier" To: freebsd-x11@FreeBSD.org Message-ID: <20120411232308.5c2007d5@cox.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Upgrade of xorg-server to 1.12.0,1 fails with dtrace error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2012 04:23:16 -0000 Just retrieved the xorg-dev/trunk tonight. Everything installed OK except for xorg-server. Well, that and libglut, which failed to install due to non-existent files in the do-install: target: do-install: cd ${WRKSRC}/src/glut/glx; ${GMAKE} install ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${WRKSRC}/include/GL/glutf90.h \ ${PREFIX}/include/GL Neither the src/glut/glx directory nor include/GL/glutf90.h exist in the latest Mesa directory hierarchy. I managed to upgrade mesa-demos nonetheless by letting it install freeglut instead. But the xorg-server errors have me totally confounded. Anyone have any clues as to what's going on here? Making all in dix gmake[1]: Entering directory `/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.0/dix' GEN Xserver-dtrace.h dtrace: failed to compile script ./Xserver.d: "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t" gmake all-am gmake[2]: Entering directory `/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.0/dix' CC atom.lo CC colormap.lo CC cursor.lo CC devices.lo CC dispatch.lo dispatch.c:1635:5: warning: declaration shadows a local variable [-Wshadow] VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pDst, DixWriteAccess); ^ ../include/dix.h:91:6: note: expanded from: int rc = dixLookupDrawable(&(pDraw), drawID, client, M_ANY, mode);\ ^ dispatch.c:1631:9: note: previous declaration is here int rc; ^ dispatch.c:1676:5: warning: declaration shadows a local variable [-Wshadow] VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pdstDraw, DixWriteAccess); ^ ../include/dix.h:91:6: note: expanded from: int rc = dixLookupDrawable(&(pDraw), drawID, client, M_ANY, mode);\ ^ dispatch.c:1672:9: note: previous declaration is here int rc; ^ 2 warnings generated. CC dixfonts.lo CC dixutils.lo CC enterleave.lo CC events.lo events.c:2059:67: warning: declaration shadows a variable in the global scope [-Wshadow] xEvent *events, Mask filter, InputClients **clients) ^ ../include/dix.h:124:28: note: previous declaration is here extern _X_EXPORT ClientPtr clients[MAXCLIENTS]; ^ events.c:2145:19: warning: declaration shadows a variable in the global scope [-Wshadow] InputClients *clients; ^ ../include/dix.h:124:28: note: previous declaration is here extern _X_EXPORT ClientPtr clients[MAXCLIENTS]; ^ 2 warnings generated. CC eventconvert.lo CC extension.lo CC ffs.lo CC gc.lo CC getevents.lo CC globals.lo CC glyphcurs.lo CC grabs.lo CC initatoms.lo CC inpututils.lo CC pixmap.lo CC privates.lo CC property.lo CC ptrveloc.lo CC region.lo CC registry.lo CC resource.lo CC selection.lo CC swaprep.lo CC swapreq.lo CC tables.lo CC touch.lo touch.c:109:17: warning: declaration shadows a local variable [-Wshadow] int i; ^ touch.c:81:9: note: previous declaration is here int i; ^ 1 warning generated. CC window.lo CCLD libdix.la CC main.lo CCLD libmain.la GEN dtrace-dix.o dtrace: failed to compile script ../dix/Xserver.d: "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t" gmake[2]: *** [dtrace-dix.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.0/dix' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.0/dix' gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** [build] Error code 1 Stop in /usr/ports/x11-servers/xorg-server. -- Conrad J. Sabatier conrads@cox.net