New MR !30865 just merged, mesa no longer have OMX frontend.
Add meson option gallium-omx
has been removed.
Same as dri3
, you'll need to remove the option to compile.
Git Clone URL: | https://aur.archlinux.org/lib32-mesa-git.git (read-only, click to copy) |
---|---|
Package Base: | lib32-mesa-git |
Description: | an open-source implementation of the OpenGL specification, git version |
Upstream URL: | https://www.mesa3d.org |
Licenses: | custom |
Conflicts: | lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-mesa-vdpau, lib32-vulkan-intel, lib32-vulkan-mesa-layers, lib32-vulkan-radeon |
Provides: | lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-mesa-vdpau, lib32-opengl-driver, lib32-vulkan-driver, lib32-vulkan-intel, lib32-vulkan-mesa-layers, lib32-vulkan-radeon |
Submitter: | None |
Maintainer: | rjahanbakhshi (Lone_Wolf) |
Last Packager: | Lone_Wolf |
Votes: | 45 |
Popularity: | 0.043608 |
First Submitted: | 2009-12-18 18:42 (UTC) |
Last Updated: | 2024-09-10 21:29 (UTC) |
New MR !30865 just merged, mesa no longer have OMX frontend.
Add meson option gallium-omx
has been removed.
Same as dri3
, you'll need to remove the option to compile.
Meson option dri3
has been removed.
MR30952.
Build type: native build
mesa/meson.build:4:0: ERROR: Unknown options: "dri3"
A full log can be found at /tmp/makepkg/mesa-git/src/_build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...
New vulkan layer screenshot
has been added to mesa.
@myghi63 : which llvm variant are you using and does this result in build failures ?
I only use mesa-minimal-git & lib32-mesa-minimal-git myself, and build mesa-git lib32-mesa-git when it's needed to troubleshoot.
Info from users of the packages like you helps a lot.
@hanzbadua: not a stupid question.
Archlinux repo package maintainers tend to enable everything and the kitchen sink in packages. I (and Reza seems to agree with that) only enable what is useful.
rusticl provides opencl and I am not aware of any 32-bit program that needs opencl so it's unneeded bloat. If you do have usecases for 32-bit opencl : please tell us and we'll look into it.
Perhaps a stupid question, but why does lib32-mesa in multilib provide a 32-bit version of rusticl however this package doesn't?
These build dependencies are missing on pkgbuild: lib32-spirv-tools lib32-spirv-llvm-translator lib32-clang
I used arch-meson --cross-file lib32
to build nouveau,nvk and zink without issues. Is there something obvious I'm missing or would that be an option for this package? https://gitlab.com/-/snippets/3704065
@ipaqmaster you need to install the lib32-clang package. Also, request to add that to the depends
Unfortunately if this is to be able to build NVK, a lot more needs to be changed with this due to the fact that setting the -m32 flag doesn't work with the rust compiler
Pinned Comments
Lone_Wolf commented on 2024-02-14 11:49 (UTC)
Mesa commit b52e25d3 breaks intel iris & anv build UNLESS OpenCL support is present.
Incase you don't need those drivers, a temporary workaround is to disable them.
lib32-mesa-minimal-git is also affected.
Lone_Wolf commented on 2023-11-02 16:03 (UTC) (edited on 2023-11-02 16:05 (UTC) by Lone_Wolf)
@RPINerd in https://aur.archlinux.org/packages/lib32-mesa-git#comment-941648
Users of this package are supposed to (re)build lib32-mesa-git everytime mesa-git changes to avoid such issues.
I'm certain I have stated that in the past, but it may have been lost in the older pages of comments.
Lone_Wolf commented on 2019-05-09 13:30 (UTC)
This package now uses an environment variable to determine which llvm package it will be built against. Check PKGBUILD for details.