Bug 99471

Summary: The "dri-devel 6.5.20060624" port breaks during compile.
Product: Ports & Packages Reporter: Vincent Howell <darkvincentdude>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vincent Howell 2006-06-26 02:40:16 UTC
When attempting to install the latest "dri-devel" port, the compile process breaks on GCC 3.4.4 with these errors:

<error>
-------
glxcmds.c: In function `glXBindTexImageEXT':
glxcmds.c:2680: error: `X_GLXvop_BindTexImageEXT' undeclared (first use in this function)
glxcmds.c:2680: error: (Each undeclared identifier is reported only once
glxcmds.c:2680: error: for each function it appears in.)
glxcmds.c: In function `glXReleaseTexImageEXT':
glxcmds.c:2732: error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first use in this function)
gmake[3]: *** [glxcmds.o] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/dri-devel/work/Mesa/src/glx/x11'
gmake[2]: *** [subdirs] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/dri-devel/work/Mesa/src'
gmake[1]: *** [default] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/dri-devel/work/Mesa'
gmake: *** [freebsd-dri-x86] Error 2
*** Error code 2

Stop in /usr/ports/graphics/dri-devel.
--------
</error>

Port Maintainer: Eric Anholt -- anholt@FreeBSD.org


Regards,
Vincent

Fix: 

n/a
How-To-Repeat: Install the port:

cd /usr/ports/graphics/dri-devel/ && make install
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2006-06-26 08:48:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2006-06-26 11:51:58 UTC
State Changed
From-To: open->closed

Fix committed, thanks.