From owner-freebsd-x11@FreeBSD.ORG Wed Feb 1 13:13:44 2006 Return-Path: X-Original-To: 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 CC62716A420; Wed, 1 Feb 2006 13:13:44 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FF443D45; Wed, 1 Feb 2006 13:13:43 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k11DDfii023886; Thu, 2 Feb 2006 00:13:41 +1100 Received: from [61.8.34.151] (ppp2297.dyn.pacific.net.au [61.8.34.151]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k11DDdun012404; Thu, 2 Feb 2006 00:13:40 +1100 In-Reply-To: <43D8736D.5010505@FreeBSD.org> References: <43D8736D.5010505@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <106B82AB-434C-4893-B7D7-0C8EA6F1D12D@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 2 Feb 2006 00:13:44 +1100 To: Sergey Matveychuk X-Mailer: Apple Mail (2.746.2) Cc: x11@freebsd.org Subject: Re: graphics/mesa-demos port after xorg-libraries 6.8.2 -> 6.9.0 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: Wed, 01 Feb 2006 13:13:44 -0000 On 25/01/2006, at 11:01 PM, Sergey Matveychuk wrote: > > I've found (via kris pointyhat build) some problem looks like a bug in > xorg-libraries 6.9.0. > > The problem is inside libOSMesa.so library: > cc -I../../include -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM > - -DHZ=100 -O -pipe osdemo.c -L/usr/X11R6/lib -lglut -lOSMesa - > lGLU -lGL > - -L/usr/X11R6/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -o > osdemo > /usr/X11R6/lib/libOSMesa.so: undefined reference to > `driDispatchRemapTable' > gmake[1]: *** [osdemo] Error 1 > gmake[1]: Leaving directory > `/work/a/ports/graphics/mesa-demos/work/Mesa-6.4.1/progs/osdemos' > gmake: *** [default] Error 1 > > It has an external undefined reference 'driDispatchRemapTable'. The > symbol mention nowhere in /usr/X11R6/include. > > Traversing through xorg source I've found the symbol declarated in > extras/Mesa/src/mesa/glapi/dispatch.h and it's defined in > extras/Mesa/src/mesa/drivers/dri/common/utils.c. So it's a part of DRI > driver and DRI driver is a part of X11 server? Well, here my knowledge > of X11 internals over. > > Could you to advice a workaround of the problem with mesa-demos > port please? We're not alone: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345753