[Mesa-dev] [Bug 67127] New: Intel Compiler SCons build src/mesa/state_tracker/st_manager.c:(.text+0xd4b): undefined reference to `_glapi_check_multithread'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 20 15:00:03 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67127

          Priority: medium
            Bug ID: 67127
          Keywords: regression
                CC: jfonseca at vmware.com
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Intel Compiler SCons build
                    src/mesa/state_tracker/st_manager.c:(.text+0xd4b):
                    undefined reference to `_glapi_check_multithread'
          Severity: blocker
    Classification: Unclassified
                OS: Linux (All)
          Reporter: vlee at freedesktop.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

mesa: fa5ed99d8e809fb86e486a40273a4a6971055398 (master)

scons: Building targets ...
  Linking build/linux-x86_64-debug/gallium/targets/libgl-xlib/libGL.so.1.5 ...
build/linux-x86_64-debug/mesa/libmesa.a(st_manager.os): In function
`st_api_make_current':
src/mesa/state_tracker/st_manager.c:(.text+0xd4b): undefined reference to
`_glapi_check_multithread'
build/linux-x86_64-debug/mesa/libmesa.a(context.os): In function
`_mesa_make_current':
src/mesa/main/context.c:(.text+0x6a3): undefined reference to
`_glapi_set_context'
src/mesa/main/context.c:(.text+0x6c3): undefined reference to
`_glapi_set_dispatch'
src/mesa/main/context.c:(.text+0xc05): undefined reference to
`_glapi_set_dispatch'
build/linux-x86_64-debug/mesa/libmesa.a(dlist.os): In function
`_mesa_CallList':
src/mesa/main/dlist.c:(.text+0x1b43): undefined reference to
`_glapi_set_dispatch'
build/linux-x86_64-debug/mesa/libmesa.a(dlist.os): In function `_mesa_NewList':
src/mesa/main/dlist.c:(.text+0x2c611): undefined reference to
`_glapi_set_dispatch'
build/linux-x86_64-debug/mesa/libmesa.a(dlist.os): In function `_mesa_EndList':
src/mesa/main/dlist.c:(.text+0x2c84e): undefined reference to
`_glapi_set_dispatch'
build/linux-x86_64-debug/mesa/libmesa.a(dlist.os):src/mesa/main/dlist.c:(.text+0x2ca66):
more undefined references to `_glapi_set_dispatch' follow
scons: *** [build/linux-x86_64-debug/gallium/targets/libgl-xlib/libGL.so.1.5]
Error 1


719000bd7d7d227a721ee24ea49a55ab9a972b56 is the first bad commit
commit 719000bd7d7d227a721ee24ea49a55ab9a972b56
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jul 19 13:08:07 2013 +0100

    scons: Disallow undefined symbols in Xlib libGL.so.

    It's not the first time that, due to missing build dependencies or
    incomplete commits, we end up with a broken libGL.so that's missing
    symbols, causing all tests to fail catastrophically.

    Instead try to catch this sort of issues earlier.

:040000 040000 9c51c6ec1425dbd39ddf86111d1c2c36f9491249
37839f87c70f488b26ee1e014b44ac02ac48dc52 M    src

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130720/2cfd384e/attachment.html>


More information about the mesa-dev mailing list