From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 20:34:47 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8EA71F1 for ; Mon, 16 Jun 2014 20:34:47 +0000 (UTC) Received: from kestrel.altadena.net (kestrel2.altadena.net [IPv6:2001:1878:b00:100::120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "kestrel.altadena.net", Issuer "Root Certificate Version 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 996812B66 for ; Mon, 16 Jun 2014 20:34:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=altadena.net; s=1.kestrel; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=BOFx+zebJOdrnz8WeEjdHyoGYagcbeQDw38MAC42hwc=; b=s8Z+lhljKWch+dsoeUBnRrTU3jJxojwSDjY3D0P+1t6+tdmTFePLCQUjqR470vEAZ31APkWSHWzM00FUO3ktYXpnDdTAjh/LjblLyd7Wh83tdznzTWz+KIieV9Z8cVAToozJo5TZ6epFJkgda/VYgJvCW5uT7gfLIgk+hTap7Q0=; Received: from [2001:470:e160:1:ec79:511c:5e9b:f67b] (port=50320 helo=port5.altadena.net) by kestrel.altadena.net with esmtps (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wwdc7-000NwK-5k for ports@freebsd.org; Mon, 16 Jun 2014 13:34:47 -0700 Message-ID: <539F54E6.9070008@altadena.net> Date: Mon, 16 Jun 2014 15:34:46 -0500 From: Pete Carah User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Xorg-server problem Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 20:34:47 -0000 In a 9.2-stable system, with svn as of this morning, dri/drm reinstalled a week or so ago, I get: CC indirect_size_get.lo CC indirect_table.lo indirect_size_get.c: In function '__glGetBooleanv_size': indirect_size_get.c:602: error: 'GL_RESET_NOTIFICATION_STRATEGY_ARB' undeclared (first use in this function) indirect_size_get.c:602: error: (Each undeclared identifier is reported only once indirect_size_get.c:602: error: for each function it appears in.) indirect_size_get.c:733: error: 'GL_SAMPLER_BINDING' undeclared (first use in this function) gmake[1]: *** [indirect_size_get.lo] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from /usr/local/include/GL/gl.h:2089, from glxserver.h:50, from indirect_table.c:29: /usr/local/include/GL/glext.h:4502: warning: redundant redeclaration of 'glColorTable' /usr/local/include/GL/gl.h:1637: warning: previous declaration of 'glColorTable' was here and piles of other warnings, some of which are out of order (apparently ports-mk does a -j2 on this system). This also occurred last week . I'll try recompiling dri/drm again just in case. -- Pete