From vd@datamax.bg  Tue Feb 21 17:16:19 2006
Return-Path: <vd@datamax.bg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD6EB16A420;
	Tue, 21 Feb 2006 17:16:19 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 43E7443D48;
	Tue, 21 Feb 2006 17:16:19 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2])
	by jengal.datamax.bg (Postfix) with SMTP id 07257B833;
	Tue, 21 Feb 2006 19:16:18 +0200 (EET)
Received: (nullmailer pid 7389 invoked by uid 1002);
	Tue, 21 Feb 2006 17:16:17 -0000
Message-Id: <20060221171617.GA7348@qlovarnika.bg.datamax>
Date: Tue, 21 Feb 2006 19:16:17 +0200
From: Vasil Dimov <vd@FreeBSD.org>
Reply-To: vd@FreeBSD.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: x11@FreeBSD.org
Subject: x11/xorg-libraries: undefined symbol in libOSMesa.* is causing problems
X-Send-Pr-Version: 3.113

>Number:         93667
>Category:       ports
>Synopsis:       x11/xorg-libraries: undefined symbol in libOSMesa.* is causing problems
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 17:20:05 GMT 2006
>Closed-Date:    Tue Aug 05 07:47:04 UTC 2008
>Last-Modified:  Tue Aug 05 07:47:04 UTC 2008
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64 and i386
>Organization:
DataMax
>Environment:

System: FreeBSD qlovarnika.bg.datamax 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Jan 13 13:47:07 EET 2006     root@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
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 21 17:24:08 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93667 

From: Mikael Davranche <plops@free.fr>
To: bug-followup@FreeBSD.org, vd@FreeBSD.org
Cc:  
Subject: Re: ports/93667: x11/xorg-libraries: undefined symbol in libOSMesa.* is causing problems
Date: Tue, 31 Oct 2006 11:48:39 +0100

 I had the same type of problem: when I tryed to build graphics/libungif, the
 make said the file cursorfont.h was missing. This file is included in the
 xorg-libraries package, and xorg-libraires is needed by graphics/libungif, so
 it had to work! But... the package xorg-libraries (package-6-stable) had been
 improperly made. When you uninstall it, the uninstallation says a lot of file
 are missing. The solution is to make properly the package. Before it had been
 rebuilded, install xorg with ports (I did it, now it works).
 
 Regards,
 
 Mikael Davranche
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Tue Aug 5 07:44:06 UTC 2008 
State-Changed-Why:  
Unable to reproduce/no longer pertinent: libOSMesa no longer exists, package graphics/tulip builds fine. 
Please tell us if this is still an issue. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93667 
>Unformatted:
