pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox-112



On Wed, 2 Aug 2023 at 12:34, Taylor R Campbell
<campbell+netbsd-pkgsrc-users%mumble.net@localhost> wrote:
>
> FYI, the ld.elf_so static TLS fixes have been pulled up to netbsd-10
> now, so we can stop installing this workaround script on netbsd-10
> with X11_TYPE=native.
>
> We can probably also enable static TLS in graphics/MesaLib now too on
> netbsd-10 for X11_TYPE=modular builds.

Hi, the workaround had been refined to:

if [ -f /usr/X11R7/lib/libEGL.so ] && [ -z "$LD_PRELOAD" ] && \
  nm /usr/X11R7/lib/libGL.so | grep -Fq "B _glapi_tls_Dispatch"; then

so it should only fire on the pre PR#57445 fixed libGL.so.

I'll wait for an updated releng netbsd-10 build and retest szyszka and
firefox, then update the comment to note the date fixed in netbsd-10
and that it can be removed at some point (no point in actively
breaking people on slightly older netbsd-10_BETA :)

Thanks (and thanks for working with the fixes :)

David


Home | Main Index | Thread Index | Old Index