Package Details: mesa-git 24.3.0_devel.194818.d3429a7e00d.d41d8cd-1

Git Clone URL: https://aur.archlinux.org/mesa-git.git (read-only, click to copy)
Package Base: mesa-git
Description: an open-source implementation of the OpenGL specification, git version
Upstream URL: https://www.mesa3d.org
Keywords: mesa wayland X11
Licenses: custom
Conflicts: libva-mesa-driver, mesa, mesa-libgl, mesa-vdpau, opencl-clover-mesa, opencl-rusticl-mesa, vulkan-intel, vulkan-mesa-layers, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio
Provides: libva-mesa-driver, mesa, mesa-libgl, mesa-vdpau, opencl-driver, opencl-rusticl-mesa, opengl-driver, vulkan-driver, vulkan-intel, vulkan-mesa-layers, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio
Submitter: Krejzi
Maintainer: rjahanbakhshi (Lone_Wolf)
Last Packager: Lone_Wolf
Votes: 182
Popularity: 0.59
First Submitted: 2014-06-19 21:33 (UTC)
Last Updated: 2024-09-15 20:40 (UTC)

Required by (1298)

Sources (6)

Pinned Comments

Lone_Wolf commented on 2024-09-10 19:58 (UTC)

removed obsolete options, build now works again.

building opencl clover is disabled for now, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/11863

Those that need opencl should use rusticl instead. Note that rusticl at runtime is disabled by default, see https://docs.mesa3d.org/envvars.html#rusticl-environment-variables for info about enabling it.

Lone_Wolf commented on 2020-04-23 12:26 (UTC) (edited on 2023-03-30 07:04 (UTC) by Lone_Wolf)

Mesa and llvm are closely tied together. Everytime the llvm mesa is built against changes/updates , mesa needs to be rebuilt.

I expect anyone building mesa-git against one of the llvm trunk variants to be able to do that themselves, but atleast some of the people that built against repo llvm don't understand how to deal with such a rebuild.

The rest of this post is meant for those people.

  • Verify if latest PKGBUILD requirements match llvm repo versions.
  • If they don't , post to alert the maintainer of this.
  • DELAY the update of llvm/clang suite and their lib32- counterparts
  • Once the PKGBUILD does match, download it.

Option A - best one

  • run pacman -Syu to ensure your system is in sync with your mirrror server
  • build mesa-git in a clean chroot

see https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot for the official way or https://aur.archlinux.org/packages/clean-chroot-manager for an alternative method.

  • install the newly built mesa-git
  • run pacman -Syu
  • ready

Option B - 2nd best

  • revert to repo mesa
  • pacman -Syu
  • build mesa-git
  • switch from mesa to mesa-git
  • ready

Lone_Wolf commented on 2019-07-09 13:43 (UTC) (edited on 2023-04-18 10:41 (UTC) by Lone_Wolf)

  • choosing which llvm variant to build against

WARNING : aur helpers don't support this method at all. They check .SRCINFO and that doesn't include this variable so it will use the default which is hardcoded to build against repo llvm.

Why would I want to use llvm development versions ?

For full functionality and latest features mesa trunk master needs to be build against llvm trunk master.
If you build against stable llvm things MAY work, but you're likely to lack some features and face stability issues.

Mesa-git uses a custom environment variable MESA_WHICH_LLVM for flexibility.
It has 4 values.
1 : aur llvm-minimal-git
2 : aur llvm-git
3: llvm-git from LordHeavy' unofficial repo
4: llvm from extra repo

I use value 1 95% of the time and set this in ~/.bash_rc .
If MESA_WHICH_LLVM is unset or empty, the default value of 4 (extra llvm) is used.

Lone_Wolf commented on 2018-01-30 14:06 (UTC) (edited on 2023-02-12 11:56 (UTC) by Lone_Wolf)

  • main difference with stable repo package
[extra]mesa is a split package, but aur mesa-git isn't.
Basically with aur mesa-git you get everything in one package, while [extra]/mesa allows you to leave out some parts if you don't want/need them.
Having a single package reduces maintenance and makes switching from stable to mesa-git rather easy, though reverting back to stable can be tricky.
  • meson settings
Those who compare PKGBUILDs will notice I don't use arch-meson, but meson setup.
I disagree with some of the settings made by arch-meson (especially the buildtype and enabling LTO by default) and feel using meson setup is cleaner.
  • how to update

run pacman Syu update non-repo packages for llvm if you use them

build mesa-git, log out , update mesa-git and restart X .

run glxinfo -B to verify basic OpenGL functionality

build lib32-mesa-git

run glxinfo32 -B to verify basic OpenGL functionality for multilib programs

Latest Comments

« First ‹ Previous 1 .. 113 114 115 116 117 118 119 120 121 122 123 .. 131 Next › Last »

chrisf commented on 2012-09-02 22:17 (UTC)

8.1 -> 9.x transition requires two-stage build again too. Will also need an update & additional PKGBUILD for the upstream libglu split; is no longer in the mesa repository.

Lone_Wolf commented on 2012-08-26 22:26 (UTC)

Added !makeflags in options array due to build problems when using multiple jobs

chrisf commented on 2012-08-20 01:09 (UTC)

@da1l6: That succeeds, but isn't *really* good enough ;)

da1l6 commented on 2012-08-17 17:53 (UTC)

@chrisf: Install the libgl-git package that was generated before the error and retry the build.

chrisf commented on 2012-08-15 08:08 (UTC)

Build succeeds, fails during packaging. ==> Starting package_ati-dri-git()... make: Entering directory `/home/chrisf/aur/mesa-git/src/build/src/mesa/drivers/dri/radeon' /bin/mkdir -p ../../../../../lib; ln -f .libs/radeon_dri.so ../../../../../lib/radeon_dri.so; make[1]: Entering directory `/home/chrisf/aur/mesa-git/src/build/src/mesa/drivers/dri/radeon' make[1]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/chrisf/aur/mesa-git/pkg/ati-dri-git/usr/lib/xorg/modules/dri' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c radeon_dri.la '/home/chrisf/aur/mesa-git/pkg/ati-dri-git/usr/lib/xorg/modules/dri' libtool: install: warning: relinking `radeon_dri.la' libtool: install: (cd /home/chrisf/aur/mesa-git/src/build/src/mesa/drivers/dri/radeon; /bin/sh /home/chrisf/aur/mesa-git/src/build/libtool --silent --tag CC --mode=relink gcc -DRADEON_R100 -I../../../../../include -I../../../../../src/ -I../../../../../src/mapi -I../../../../../src/mesa/ -I../../../../../src/mesa/drivers/dri/common -I../../../../../src/mesa/drivers/dri/radeon/server -D_GNU_SOURCE -DPTHREADS -DTEXTURE_FLOAT_ENABLED -DUSE_X86_64_ASM -DHAVE_POSIX_MEMALIGN -DIN_DRI_DRIVER -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -DHAVE_LLVM=0x0301 -DFEATURE_GL=1 -DFEATURE_ES1=1 -DFEATURE_ES2=1 -I/usr/include/libdrm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -module -avoid-version -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o radeon_dri.la -rpath /usr/lib/xorg/modules/dri radeon_buffer_objects.lo radeon_common_context.lo radeon_common.lo radeon_dma.lo radeon_debug.lo radeon_fbo.lo radeon_fog.lo radeon_mipmap_tree.lo radeon_pixel_read.lo radeon_queryobj.lo radeon_span.lo radeon_texture.lo radeon_tex_copy.lo radeon_tile.lo radeon_context.lo radeon_ioctl.lo radeon_screen.lo radeon_state.lo radeon_state_init.lo radeon_tex.lo radeon_texstate.lo radeon_tcl.lo radeon_swtcl.lo radeon_maos.lo radeon_sanity.lo radeon_blit.lo ../../../../../src/mesa/libdricore/libdricore8.1.0.la -ldrm -lexpat -lm -lpthread -ldl -ldrm_radeon ../common/libdricommon.la -inst-prefix-dir /home/chrisf/aur/mesa-git/pkg/ati-dri-git) /usr/bin/ld: cannot find -ldricore8.1.0 collect2: error: ld returned 1 exit status libtool: install: error: relink `radeon_dri.la' with the above command before installing it make[1]: *** [install-driLTLIBRARIES] Error 1 make[1]: Leaving directory `/home/chrisf/aur/mesa-git/src/build/src/mesa/drivers/dri/radeon' make: *** [install-am] Error 2 make: Leaving directory `/home/chrisf/aur/mesa-git/src/build/src/mesa/drivers/dri/radeon' ==> ERROR: A failure occurred in package_ati-dri-git(). Aborting...

<deleted-account> commented on 2012-08-08 23:24 (UTC)

Updated to fix building and packaging bugs. Please report any bug you can find! REMEMBER: IF YOU WANT TO RUN MESA-GIT WITHOUT PROBLEMS, ENABLE THE TESTING REPO!!! Greetings =)

RavuAlHemio commented on 2012-08-03 23:17 (UTC)

osmesa.pc moved from src/mesa/osmesa.pc to src/mesa/drivers/osmesa/osmesa.pc with commit 27013e5164a1823d5bdcb5ca21ae4ca0df40b8f8. An update to the PKGBUILD will be necessary.

Lone_Wolf commented on 2012-07-18 12:53 (UTC)

Package builds ok again now. Added --enable-r600-llvm-compiler to configure flags.

desaparecido commented on 2012-07-17 08:53 (UTC)

@RavuAlHemio thx for info, I tested again and now is builded successfully :D

RavuAlHemio commented on 2012-07-16 14:55 (UTC)

That was an upstream bug (Mesa assumed ylwrap will generate a header ending with .h but since a recent version of automake, a header ending with .hh is generated). It has been fixed in revision 81de0431d6f52084e01874163657e141e6beffdf and recently hit Mesa's master branch.