From owner-freebsd-x11@FreeBSD.ORG Thu Apr 12 09:35:35 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 7FD42106566B for ; Thu, 12 Apr 2012 09:35:35 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id EF2768FC1B for ; Thu, 12 Apr 2012 09:35:34 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 337F94000F for ; Thu, 12 Apr 2012 11:35:34 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 280454000E; Thu, 12 Apr 2012 11:35:34 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id D7BF140007; Thu, 12 Apr 2012 11:35:33 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 7B484119D3D; Thu, 12 Apr 2012 11:35:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id wYxBqWPB8Zow; Thu, 12 Apr 2012 11:35:28 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 6DD1C119D3C; Thu, 12 Apr 2012 11:35:28 +0200 (CEST) Received: from [10.32.0.4] (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 4B78612B089; Thu, 12 Apr 2012 11:35:28 +0200 (CEST) Message-ID: <4F86A1C4.3000005@daemonic.se> Date: Thu, 12 Apr 2012 11:35:00 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: "Conrad J. Sabatier" References: <20120411232308.5c2007d5@cox.net> In-Reply-To: <20120411232308.5c2007d5@cox.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-x11@FreeBSD.org Subject: Re: 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 09:35:35 -0000 On 2012-04-12 06:23, Conrad J. Sabatier wrote: > 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. I have no clue about the dtrace errors, all I can say is that when I last compiled the xorg-dev trunk it worked for me. Be aware however that the only supported implementation of GLUT in this tree is freeglut, so you have to use that. Regards! -- Niclas