From owner-freebsd-x11@FreeBSD.ORG Sat Nov 18 15:31:47 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E1E916A403 for ; Sat, 18 Nov 2006 15:31:47 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D54843D45 for ; Sat, 18 Nov 2006 15:31:43 +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 4EA524837C; Sat, 18 Nov 2006 10:31:46 -0500 (EST) Message-ID: <455F274D.1000802@voicenet.com> Date: Sat, 18 Nov 2006 10:31:25 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.7 (X11/20061115) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Markus_Niemist=F6?= References: <455E1237.9080204@voicenet.com> <455EFBEC.9040400@voicenet.com> <455F0A57.90602@norfello.com> In-Reply-To: <455F0A57.90602@norfello.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-x11@freebsd.org Subject: Re: [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: Sat, 18 Nov 2006 15:31:47 -0000 Markus Niemistö wrote: > Adam K Kirchhoff wrote: >> >> Unfortunately, even after patching the symlink-mesa.sh file, and >> rebuilding the xserver, I still get the same error message. >> >> Adam > > Sure I forgot to mention that arrayobj.c needs to be added to the mesa > Makefile also. Sorry. > > You need to patch GL/mesa/main/Makefile.in (or the generated Makefile): > nodist_libmain_la_OBJECTS should include arrayobj.lo > nodist_libmain_la_SOURCES should include arrayobj.c > > Included is the Makefile.in I have used. Just copy it over the old one > and ./configure && make. > > Markus, Thanks for your help with this! I'm getting closer... Now I no longer get the error message about libGLcore, but I still get crashes from GL applications: Assertion failed: (c->xlib.lock), function xcb_xlib_unlock, file xcb_xlib.c, line 50. Abort trap: 6 (core dumped) It seems to me, however, that this not a Mesa/GL problem :-) Adam