Package Details: lib32-amdonly-gaming-opencl-rusticl-mesa-git 25.3.0_devel.212049.1c57f889082.d41d8cd-1

Git Clone URL: https://aur.archlinux.org/lib32-mesa-amdonly-gaming-git.git (read-only, click to copy)
Package Base: lib32-mesa-amdonly-gaming-git
Description: OpenCL support with rusticl for mesa drivers (32-bit)
Upstream URL: https://www.mesa3d.org/
Licenses: LicenseRef-mesa
Conflicts: lib32-opencl-mesa, lib32-opencl-rusticl-mesa
Provides: lib32-opencl-driver, lib32-opencl-rusticl-mesa
Submitter: NeroReflex
Maintainer: NeroReflex (DexterHaxxor)
Last Packager: NeroReflex
Votes: 9
Popularity: 0.074054
First Submitted: 2023-02-27 23:13 (UTC)
Last Updated: 2025-09-15 21:13 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Gnatzelle commented on 2025-09-28 07:20 (UTC) (edited on 2025-09-28 07:20 (UTC) by Gnatzelle)

lib32-wayland was updated to the same version as wayland yesterday and the 32-Bit Package builds normally again

welwood08 commented on 2025-09-25 11:17 (UTC)

An alternate workaround to the wayland-scanner version mismatch problem that enables building with wayland support is to install wayland-git and lib32-wayland-git.

For anyone else curious about the dependency error, I believe it comes from wayland so I don't think it's something this mesa package can just bump. The upstream lib32-wayland package has been flagged out-of-date since July - until that has the same version as the wayland package this problem will persist.

Gnatzelle commented on 2025-09-24 14:24 (UTC) (edited on 2025-09-24 14:32 (UTC) by Gnatzelle)

That was just a suggestion for a manual and temporal fix for the Problem until it gets fixed by upstream ^^" Of Course it would be bad to disable wayland Support for everyone in this Package. No big Deal to edit this one Line manualy when updating until it is fixed upstream

NeroReflex commented on 2025-09-24 11:48 (UTC)

I am not sure removing wayland is a good idea: people will get an update and compile something that might give them new problems. It's probably much better to wait upstream and avoid breaking people's stuff

kokett commented on 2025-09-23 19:01 (UTC)

Thank you Gnatzelle, that worked. In case anyone else wants to do this as well: I used yay --editmenu --editor=nano -S <package-name> to do the edit on the fly and all the lib32 packages installed fine afterwards.

Gnatzelle commented on 2025-09-23 07:16 (UTC) (edited on 2025-09-24 14:32 (UTC) by Gnatzelle)

Problem here is, that there is no 32-Bit wayland-scanner binary as lib32-wayland doesn't provide that binary. I think that has to be solved upstream (Arch). In the meantime you can change the line "-D platforms=x11,wayland" to "-D platforms=x11" if you don't need 32 Bit Wayland-Support. That way it builds at least...

kokett commented on 2025-09-23 04:53 (UTC)

The lib32 packages fail with:

Dependency wayland-scanner found: NO. Found 1.24.0 but need: '1.23.1'

Can you kindly change the requirement to include 1.24.0?

NeroReflex commented on 2025-08-06 13:02 (UTC)

Thanks @cmrss2 and @Gnatzelle

cmrss2 commented on 2025-08-06 12:24 (UTC)

Lib32 build is currently broken, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/13657

Gnatzelle commented on 2025-05-23 23:41 (UTC) (edited on 2025-05-24 06:48 (UTC) by Gnatzelle)

Just needs

-     -D gallium-nine=false
-     -D gallium-xa=disabled
+     -D gallium-mediafoundation=disabled

in the PKGBUILD to built again