Bug 88820 - fake_glx_screen.cpp:78: error: thread-local storage not supported for this target
Summary: fake_glx_screen.cpp:78: error: thread-local storage not supported for this ta...
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) OpenBSD
: medium major
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 05:08 UTC by Vinson Lee
Modified: 2019-09-18 20:23 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.