From owner-freebsd-ports@FreeBSD.ORG Thu Feb 16 05:15:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B4216A420 for ; Thu, 16 Feb 2006 05:15:39 +0000 (GMT) (envelope-from cowbert@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEB943D48 for ; Thu, 16 Feb 2006 05:15:37 +0000 (GMT) (envelope-from cowbert@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so94034nzn for ; Wed, 15 Feb 2006 21:15:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OhgjotI4SAcxHYpTcNnb62MwK9enU3Sq6jJNZlpXYo5SVTtmjCTwdB9Nn+JVGIUCuGL1hVPY7FWAjXmBUjsHeY8Eooyr8rQfy9n5/U4h5Eb5mZ34JXULUcxU3Our7uLINcSCUqoTMHDS2Iaw01TRGWLpAZ4QSsJUSOHs5zTkFhA= Received: by 10.37.14.13 with SMTP id r13mr523087nzi; Wed, 15 Feb 2006 21:15:37 -0800 (PST) Received: by 10.36.50.9 with HTTP; Wed, 15 Feb 2006 21:15:37 -0800 (PST) Message-ID: Date: Thu, 16 Feb 2006 00:15:37 -0500 From: Peter Lai To: anholt@freebsd.org, freebsd=stable@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Undefined symbol "_glapi_Dispatch" on 6-STABLE/X.org 6.9.0 causes pymol failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 05:15:39 -0000 I'm still having trouble with DRI on 6-STABLE using: dri-6.4.1,1 Xorg-* 6.9.0 both built on Feb. 3 2006 Hardware: AGP Radeon 8500 glxinfo reports: direct rendering: Yes glxgears reports: 11573 frames in 5.0 seconds =3D 2314.580 FPS Error message is: libGL: XF86DRIGetClientDriverName: 5.0.3 r200 (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (/usr/X11R6/lib/modules/dri/r200_dri.so: Undefined symbol "_glapi_Dispatch") libGL error: unable to find driver: r200_dri.so And switches to Mesa Indirect Application affected: pymol using libglut 6.4.1 Obviously, it cannot be a version sync issue, since I am using the correctly distributed dri with the distributed Xorg. Of note is that DRI requiring Dispatch never worked on 5-STABLE with X.org 6.8.1 either. Any ideas?