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.46
First Submitted: 2014-06-19 21:33 (UTC)
Last Updated: 2024-09-15 20:40 (UTC)

Dependencies (53)

Required by (1302)

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 .. 41 42 43 44 45 46 47 48 49 50 51 .. 131 Next › Last »

jpapadopoulos commented on 2020-04-15 12:47 (UTC) (edited on 2020-04-15 12:48 (UTC) by jpapadopoulos)

Thanks for checking. I was using ccm and didn't realise it wouldn't fail if git pull failed for Mesa. As a result, I missed the error in the terminal output. After deleting the Mesa folder it build normally now

Lone_Wolf commented on 2020-04-14 22:01 (UTC)

just did a fresh build of llvm-minimal-git 11.0.0_r351289.994543abc9b-1 and mesa-git 20.1.0_devel.122256.68b40cfe272-1 without problems.

Also checked src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c and it does have the change.

Try again, if that doesn't help you may have a local issue.

jpapadopoulos commented on 2020-04-14 20:45 (UTC) (edited on 2020-04-14 20:45 (UTC) by jpapadopoulos)

Had to add this patch https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4473 to get it to build against llvm-minimal-git. Not sure why it hasn't been merged yet

Lone_Wolf commented on 2020-04-08 11:27 (UTC)

If you apply the patch manually, add --noextract to makepkg.

It's ok to put those lines in prepare() though. If the patch is confirmed to work but takes some time to get merged just let me know and i'll add it.

Many archlinux package maintainers (both aur & repos) do the same when needed.

evernow commented on 2020-04-07 23:09 (UTC)

Ah ok, so I removed my changes in the pkgbuild and placed the patch in the folder and did this:

[daniel@daniel-pc mesa]$ patch --forward --strip=1 --input="$srcdir"./ksp.patch patching file src/amd/llvm/ac_nir_to_llvm.c patching file src/amd/llvm/ac_shader_abi.h patching file src/gallium/drivers/radeonsi/si_pipe.c patching file src/gallium/drivers/radeonsi/si_pipe.h patching file src/gallium/drivers/radeonsi/si_shader_llvm.c Hunk #1 succeeded at 441 with fuzz 1.

I assume I can now do makepkg -si like normal?

Lone_Wolf commented on 2020-04-07 22:02 (UTC) (edited on 2020-04-07 22:06 (UTC) by Lone_Wolf)

prepare() starts in $srcdir, but the patch expects to be run from the folder where src is found. cd into mesa first, then apply the patch. example

  # test patch for kerbal space program
  # see https://gitlab.freedesktop.org/pepp/mesa/-/commit/1b219f2a6106c0045ac2c391b3fc2ba10991e2fc
  cd mesa
  patch --forward --strip=1 --input="$srcdir"/ksp.patch

MESA_WHICH_LLVM is best set in ~/.bashrc or equivalent file for other shells.

evernow commented on 2020-04-07 16:09 (UTC)

How exactly does one apply a patch to this? Need to add this: https://gitlab.freedesktop.org/pepp/mesa/-/commit/1b219f2a6106c0045ac2c391b3fc2ba10991e2fc

To help identify an issue, but I can't figure out how to build it.

I changed prepare() to this:

prepare() { # although removing _build folder in build() function feels more natural, # that interferes with the spirit of makepkg --noextract patch -Np1 < ../ksp.patch if [ -d _build ]; then rm -rf _build fi

Changed top section to this:

source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git' 'ksp.patch' 'LICENSE') md5sums=('SKIP' 'ddf72fc9148f2e5e7c6b0c2be0d73ed2' '5c65a0fe315dd347e09b1f2826a1df5a') sha512sums=('SKIP' '6475a0b381b34a84f54eac0ce55afb6240059561101d3d5467b45ce88da95d308734d24e1fde902b9826f31a1f88f0b1899ba68505f586726447aa68264a034a' '25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2')

And I edited this section due to me using LLVM from Carlier's repo:

if [[ ! $MESA_WHICH_LLVM ]] ; then MESA_WHICH_LLVM=3 fi

case $MESA_WHICH_LLVM in 1) # aur llvm-minimal-git makedepends+=('llvm-minimal-git') depends+=('llvm-libs-minimal-git') ;; 2) # aur llvm-git # depending on aur-llvm- to avoid mixup with LH llvm-git makedepends+=('aur-llvm-git') depends+=('aur-llvm-libs-git') ;; 3) # mesa-git/llvm-git (lordheavy unofficial repo) makedepends+=('llvm-git' 'clang-git') depends+=('llvm-libs-git') ;; ) esac

But it fails to build, I keep getting this:

ksp.patch ... Passed
LICENSE ... Passed

==> Extracting sources... -> Creating working copy of mesa git repo... Reset branch 'makepkg' ==> Starting prepare()... can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was:


|diff --git a/src/amd/llvm/ac_nir_to_llvm.c b/src/amd/llvm/ac_nir_to_llvm.c |index 00970638516ff908b5e56ae10da132fa12930ee6..f73000e9986d157676eedb690c607864e2f8c038 100644 |--- a/src/amd/llvm/ac_nir_to_llvm.c |+++ b/src/amd/llvm/ac_nir_to_llvm.c


File to patch:

Any Help is greatly appreciated

Lone_Wolf commented on 2020-03-06 20:43 (UTC)

Confirmed, error appears to be between llvm/clang/polly as mesa doesn't use polly at all.

No idea how to solve that or even where to report it.

Fortunately mesa-git has 3 other choices for llvm.

pepster commented on 2020-03-06 13:12 (UTC) (edited on 2020-03-06 13:18 (UTC) by pepster)

Hi,

since a couple of llvm-git releases, mesa-git does no longer build with llvm-git with opencl. The relevant part when trying to build libMesaOpenCL.so.1.0.0


FAILED: src/gallium/targets/opencl/libMesaOpenCL.so.1.0.0 
c++  -o src/gallium/targets/opencl/libMesaOpenCL.so.1.0.0  -Wl,--as-needed
-Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,libMesaOpenCL.so.1
-Wl,--whole-archive src/gallium/state_trackers/clover/libclover.a
-Wl,--no-whole-archive -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
src/gallium/auxiliary/pipe-loader/libpipe_loader_dynamic.a
src/loader/libloader.a src/util/libxmlconfig.a src/util/libmesa_util.a
src/util/format/libmesa_format.a src/gallium/auxiliary/libgallium.a
src/compiler/nir/libnir.a src/compiler/libcompiler.a
src/gallium/state_trackers/clover/libclllvm.a src/gallium/state_trackers/clover/libclspirv.a
src/gallium/state_trackers/clover/libclnir.a -Wl,--gc-sections
-Wl,--version-script /tmp/makepkg/mesa-git/src/mesa/src/gallium/targets/opencl/opencl.sym /usr/lib/libz.so
-pthread -lm -ldl /usr/lib/libunwind.so /usr/lib/libelf.so /usr/lib/libclangCodeGen.a
/usr/lib/libclangFrontendTool.a /usr/lib/libclangFrontend.a /usr/lib/libclangDriver.a
/usr/lib/libclangSerialization.a /usr/lib/libclangParse.a /usr/lib/libclangSema.a
/usr/lib/libclangAnalysis.a /usr/lib/libclangAST.a /usr/lib/libclangASTMatchers.a
/usr/lib/libclangEdit.a /usr/lib/libclangLex.a /usr/lib/libclangBasic.a
/usr/lib/libdrm.so /usr/lib/libexpat.so /usr/lib/libzstd.so -lLLVM-11
-lsensors -lLLVM-11 -Wl,--end-group
'-Wl,-rpath,$ORIGIN/../../auxiliary/pipe-loader:$ORIGIN/../../../loader:$ORIGIN/../../../util:$ORIGIN/../../../util/format:$ORIGIN/../../auxiliary:$ORIGIN/../../../compiler/nir:$ORIGIN/../../../compiler'
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/gallium/auxiliary/pipe-loader 
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/loader
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/util
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/util/format
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/gallium/auxiliary
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/compiler/nir
-Wl,-rpath-link,/tmp/makepkg/mesa-git/src/_build/src/compiler
/usr/bin/ld: /usr/lib/libclangCodeGen.a(BackendUtil.cpp.o): in function (anonymous namespace)::EmitAssemblyHelper::EmitAssemblyWithNewPassManager(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream,
std::default_delete<llvm::raw_pwrite_stream> >)':
(.text._ZN12_GLOBAL__N_118EmitAssemblyHelper30EmitAssemblyWithNewPassManagerEN5clang13BackendActionESt10unique_ptrIN4llvm17raw_pwrite_streamESt14default_deleteIS5_EE+0xc57):
undefined reference togetPollyPluginInfo()'

With e.g. llvm-git-10.0.0_r338764.b6598bcf4b8 everything is working ok.

Unfortunately I could not find any references to this problem. The function gets exposed here: /usr/include/polly/RegisterPasses.h:30:llvm::PassPluginLibraryInfo getPollyPluginInfo(); It seems to be present in /usr/lib/libPolly.a, but the lib does not get linked. Without opencl in the PKGBUILD mesa-git does compile.