[Bug 296089] graphics/mesa-libs: build of 26.0.6 fails on i386
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296089
Bug ID: 296089
Summary: graphics/mesa-libs: build of 26.0.6 fails on i386
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
During the build on i386 using poudriere, panfrost_compile will fail to compile
shaders for some versions(?) yet not all:
[ 41% 1082/2600]
/wrkdirs/usr/ports/graphics/mesa-libs/work/mesa-26.0.6/_build/src/panfrost/clc/panfrost_compile
libpan_shaders 9 src/panfrost/libpan/libpan_v9.spv
src/panfrost/libpan/libpan_shaders_v9.h src/panfrost/libpan/libpan_shaders_v9.c
FAILED: [code=262] src/panfrost/libpan/libpan_shaders_v9.h
src/panfrost/libpan/libpan_shaders_v9.c
/wrkdirs/usr/ports/graphics/mesa-libs/work/mesa-26.0.6/_build/src/panfrost/clc/panfrost_compile
libpan_shaders 9 src/panfrost/libpan/libpan_v9.spv
src/panfrost/libpan/libpan_shaders_v9.h src/panfrost/libpan/libpan_shaders_v9.c
<jemalloc>: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf !=
NULL"
Others, such as v6 and v10, will succeed.
The workaround I used was to tweak jemalloc to disable junk filling:
MAKE_ENV+= MALLOC_CONF="junk:false"
I do not know if these to be used henceforth, or does a later version of mesa
fix the issue. I could not find any issues or commits in the mesa repo about
this but could easily have missed it.
--
You are receiving this mail because:
You are the assignee for the bug.