[Bug 296405] graphics/mesa-libs: build fails on armv7 (Feature gallium-va cannot be enabled)
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296405 --- Comment #10 from Robert Clausecker <[email protected]> --- (In reply to Gleb Popov from comment #9) Same problem as before: removing the GALLIUM_DRIVERS special case for armv7 means that configuration now fails due to llvm19 not having AMDGPU set. If I instead set .if ${ARCH} == armv7 GALLIUM_DRIVERS= llvmpipe virgl .endif we get through the configuration phase and instead get a failure during packaging of mesa-dri: pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/mesa-dri/work/stage/usr/local/ib/dri/virtio_gpu_dri.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/mesa-dri/work/stage/usr/local/lib/dri/virtio_gpu_drv_video.so:No such file or directory So maybe that is the way to go? -- You are receiving this mail because: You are the assignee for the bug.