Package Details: lib32-mesa-git 24.3.0_devel.194631.e0e7d8d910e.d41d8cd-1

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.118202
First Submitted: 2009-12-18 18:42 (UTC)
Last Updated: 2024-09-10 21:29 (UTC)

Dependencies (40)

Required by (91)

Sources (3)

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.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 32 Next › Last »

Lone_Wolf commented on 2019-12-14 11:48 (UTC)

This is a bit weird, as mesa /mesa-git on arch never had anything in /usr/bin .

There are some dev tools that mesa can put there, but those aren't build on archlinux. This command may need a meson flag to enable/disable building it, will look into it.

Ashraaf commented on 2019-12-14 08:21 (UTC) (edited on 2019-12-14 08:22 (UTC) by Ashraaf)

error: failed to commit transaction (conflicting files) lib32-mesa-git: /usr/bin/mesa-overlay-control.py exists in filesystem (owned by mesa-git) caused by commit 56ccea58ae7f6fd56cf4a1697d2cceb68866b552. Adding rm -rf "$pkgdir"/usr/bin/mesa-overlay-control.py solved it.

ltsdw commented on 2019-11-22 20:27 (UTC)

Yeah, you're right, my PKGBUILD in fact doesn't match with the adapted version (I was missing the export PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config). Thanks to pinpoint it to me.

Lone_Wolf commented on 2019-11-22 10:48 (UTC) (edited on 2019-11-22 10:49 (UTC) by Lone_Wolf)

I just built lib32-mesa-git without problems.

pkgconf 1.6.3-1 is the last version that used pkg-config-32, later versions use i686-pc-linux-gnu-pkg-config .

I adapted the PKGBUILD to use that on 2019-09-02 . Are you sure you're using the latest version of my PKGBUILD ?

  • your build output should have lines like :
Host machine cpu family: x86
Host machine cpu: i686
Program pkg-config found: YES (/usr/bin/pkg-config)
Found pkg-config: /usr/bin/i686-pc-linux-gnu-pkg-config (1.6.3)

ltsdw commented on 2019-11-22 06:40 (UTC) (edited on 2019-11-22 06:42 (UTC) by ltsdw)

I'm receiving a error when compiling lib32-mesa:


meson.build:1350:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

Checking the meson log I saw some relatives with pgkconf-32 not being found on directory. So the package will only compile if I make downgrade of pkgconf-1.6.3-3-x86_64 to pkgconf-1.6.3-1-x86_64

Am I loosing something?

Snoop05 commented on 2019-11-06 09:14 (UTC) (edited on 2019-11-06 09:20 (UTC) by Snoop05)

Intel UHD600, i965, iris and zink work fine, but yeah swrast spits out libGL error: image driver extension not found libGL error: failed to load driver: swrast Really strange that enabling it breaks bunch of other drivers.

Lone_Wolf commented on 2019-11-06 00:23 (UTC)

What videocard/driver do you use, snoop05 ?

With zink added I still get below errors for lib32-mesa-git (I got an AMD RX 580 )

$ glxinfo32
name of display: :0
libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib32/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib32/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib32/dri)
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  60
  Current serial number in output stream:  59
$ 

Snoop05 commented on 2019-11-05 22:48 (UTC)

I think zink can be added, it builds and runs just fine for me, with both stable and minimal-git llvm.

Lone_Wolf commented on 2019-10-30 21:31 (UTC) (edited on 2019-10-30 21:31 (UTC) by Lone_Wolf)

Snoop05,

I tried but didn't get a working package when building zink against lib32-llvm-minimal-git .

(glxinfo32 failed)

No idea when I'll have time to investigate.

Snoop05 commented on 2019-10-30 06:56 (UTC)

Can we get zink for lib32 too?