[Mesa-dev] [Bug 53179] New: libOSMesa / libdricore not linked well

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 6 10:55:30 PDT 2012


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

             Bug #: 53179
           Summary: libOSMesa / libdricore not linked well
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: arekm at maven.pl


There is bunch of unresolved symbols in libOSMesa.so (git master as of today).
Looks like at least -lm -ldl is missing.

Unresolved symbols found in:
/home/users/arekm/tmp/Mesa-8.1.0-root-arekm/usr/lib64/libOSMesa.so.8.1.0
        sincos
        sqrt
        floor
        sinf
        __fpclassifyf
        truncf
        _glapi_get_proc_address
        dlsym
        _glapi_get_dispatch_table_size
        powf
        sqrtf
        expf
        log
        ceilf
        sincosf
        exp2f
        _glapi_get_context
        logf
        floorf
        _glapi_add_dispatch
        cosf
        exp
        _glapi_check_multithread
        _glapi_tls_Context
        _glapi_set_context
        pow
        cos
        log2f
        dlopen
        dlclose
        _glapi_set_dispatch
        _glapi_tls_Dispatch


Same for libdricore.so

Unresolved symbols found in:
/home/users/arekm/tmp/Mesa-8.1.0-root-arekm/usr/lib64/libdricore8.1.0.so.1.0.0
        dlsym
        _glapi_get_dispatch_table_size
        _glapi_get_context
        _glapi_add_dispatch
        _glapi_tls_Context
        _glapi_set_context
        dlopen
        dlclose
        _glapi_set_dispatch
        _glapi_tls_Dispatch

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list