Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: graphics/mesa-demos port after xorg-libraries 6.8.2 -> 6.9.0




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