Bug 88820

Summary: fake_glx_screen.cpp:78: error: thread-local storage not supported for this target
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED MOVED QA Contact: mesa-dev
Severity: major    
Priority: medium CC: jsg
Version: git   
Hardware: x86-64 (AMD64)   
OS: OpenBSD   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2015-01-27 05:08:27 UTC
mesa: f1a9252defb77f3986305c6a1fc9592093b5a4e5 (master 10.5.0-devel)

OpenBSD failure

$ gmake check
[...]
  CXX      fake_glx_screen.o
fake_glx_screen.cpp:78: error: thread-local storage not supported for this target
Makefile:776: recipe for target 'fake_glx_screen.o' failed
Comment 1 Jonathan Gray 2015-01-27 05:31:43 UTC
That code uses __thread on all systems regardless of whether they support TLS or not.  It should use something like the code in src/glx/glxclient.h perhaps?

OpenBSD currently doesn't have support for TLS and does not set GLX_USE_TLS.
Comment 2 GitLab Migration User 2019-09-18 20:23:29 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/983.

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.