x11/xorg-libraries: undefined symbol in libOSMesa.* is causing problems

Vasil Dimov vd at FreeBSD.org
Tue Feb 21 09:16:19 PST 2006


>Submitter-Id:	current-users
>Originator:	Vasil Dimov
>Organization:	DataMax
>Confidential:	no 
>Synopsis:	x11/xorg-libraries: undefined symbol in libOSMesa.* is causing problems
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 6.0-STABLE amd64 and i386
>Environment:

System: FreeBSD qlovarnika.bg.datamax 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Jan 13 13:47:07 EET 2006     root at qlovarnika.bg.datamax:/usr/obj/usr/src/sys/QLOVARNIKA  amd64

>Description:

The undefined symbol driDispatchRemapTable in libOSMesa library,
installed by x11/xorg-libraries is preventing graphics/tulip (and maybe
others) from configuring and building properly.

from graphics/tulip's config.log:
...
configure:9417: c++ -o conftest -DNDEBUG -DQT_NO_DEBUG -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -DHAVE_DECL_GETOPT  -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib  -ljpeg -L/usr/X11R6/lib -lcompat -pthread conftest.cc -lOSMesa -I/usr/X11R6/include -L/usr/X11R6/lib -lglut -lGLU -lGL -lXi -lXmu  >&5
/usr/X11R6/lib/libOSMesa.so: undefined reference to `driDispatchRemapTable'
configure:9420: $? = 1
...

result:
...
configure:9447: WARNING: OSMesa library not found, will not build tlprender
...

>How-To-Repeat:

% nm /usr/X11R6/lib/libOSMesa.so |grep driDispatchRemapTable
                 U driDispatchRemapTable
		 
>Fix:

Not yet


More information about the freebsd-x11 mailing list