Bug 59501

Summary: mesa/main/api_exec.c:286: undefined reference to `SET_GetInternalformativ'
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED INVALID QA Contact:
Severity: blocker    
Priority: medium CC: idr
Version: gitKeywords: regression
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2013-01-17 06:31:49 UTC
mesa: 56c01d81094795286828ecb83713e043695e905a (master)

$ scons platform=windows toolchain=crossmingw machine=x86_64
[...]
scons: Building targets ...
  Linking build/windows-x86_64-debug/gallium/targets/libgl-gdi/opengl32.dll ...
build/windows-x86_64-debug/mesa/libmesa.a(api_exec.o): In function `_mesa_initialize_exec_table':
build/windows-x86_64-debug/mesa/main/api_exec.c:286: undefined reference to `SET_GetInternalformativ'

bda540d2357f69a63dcf16550e178f803682d6ce is the first bad commit
commit bda540d2357f69a63dcf16550e178f803682d6ce
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Fri Nov 30 12:43:58 2012 -0800

    mesa: Add dispatch and extension XML for GL_ARB_internalformat_query
    
    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
    Reviewed-by: Eric Anholt <eric@anholt.net>
    Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

:040000 040000 e38bd61c113bd0b4296bb47e22cd1f06d530ddd4 ecd74b726b9a188d64143c33f582cd3cd2eedfeb M	src
bisect run success
Comment 1 Vinson Lee 2013-01-17 08:44:41 UTC
Fixed with a clean build.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.