Summary: | media-libs/mesa: segfaults on ABI=x32 when built with USE=nptl | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dainius Masiliūnas <pastas4> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=94512 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 393673 |
Description
Dainius Masiliūnas
2016-02-23 12:15:55 UTC
Looks like there's an upstream bug about this, and it might suffice to mask the nptl USE flag on x32. I'll see if I can test this. I just tested, and confirmed that indeed it is sufficient to disable the nptl USE flag for Mesa to work properly in x32, as per the upstream bug. One does not need to disable assembly altogether. Can the nptl USE flag be hardmasked in x32 for the time being, then? Fixed upstream by commit 89458366585c34879b70110758bb4fd3acb62ce0 Author: Grazvydas Ignotas <notasas@gmail.com> Date: Sun Jan 8 19:38:09 2017 +0200 mapi: update the asm code to support x32 should be in the 17.0 release and perhaps backported to 13.0.x. Fixed in the 17 series, and will be in 13.0.4. |