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
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.
-- 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.