From owner-freebsd-x11@FreeBSD.ORG Fri Nov 17 19:49:28 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 81D6816A533 for ; Fri, 17 Nov 2006 19:49:28 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (smtp.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E1B43D6E for ; Fri, 17 Nov 2006 19:49:26 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id 985C748367 for ; Fri, 17 Nov 2006 14:49:24 -0500 (EST) Message-ID: <455E1237.9080204@voicenet.com> Date: Fri, 17 Nov 2006 14:49:11 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.7 (X11/20061115) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: [Fwd: Re: libGLcore.so: Undefined symbol] 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: Fri, 17 Nov 2006 19:49:28 -0000 I received this e-mail below from Markus, though I have yet to try it. I'll give it a shot later this afternoon, hopefully. Adam -------- Original Message -------- Subject: Re: libGLcore.so: Undefined symbol Date: Fri, 17 Nov 2006 21:18:21 +0200 From: Markus Niemistö To: adamk@voicenet.com > dlopen: /usr/X11R6/lib/xorg/modules/extensions/libGLcore.so: Undefined > symbol "_mesa_BindVertexArrayAPPLE" > (EE) Failed to load > /usr/X11R6/lib/xorg/modules/extensions/libGLcore.so You have to add arrayobj.c to the file ports/xorg-server/files/patch-GL_symlink-mesa.sh (or to the actual file) and rebuild the server. Like this: --- GL/symlink-mesa.sh.orig Wed Nov 1 16:00:41 2006 +++ GL/symlink-mesa.sh Wed Nov 1 16:02:20 2006 @@ -88,8 +88,11 @@ action api_noop.h action api_validate.c action api_validate.h + action arrayobj.c + action arrayobj.h action attrib.c [snip] Regards, Markus PS. Could you please forward this to the freebsd-x11