Will there be any issue with this lib32-mesa-git package showing 22.3.0 while the main mesa-git is showing 23.0.0?
I see both packages are on VCS, I just wanted to confirm that it will pull down the latest from git.
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: | 44 |
Popularity: | 0.000569 |
First Submitted: | 2009-12-18 18:42 (UTC) |
Last Updated: | 2025-05-17 16:27 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 32 Next › Last »
Will there be any issue with this lib32-mesa-git package showing 22.3.0 while the main mesa-git is showing 23.0.0?
I see both packages are on VCS, I just wanted to confirm that it will pull down the latest from git.
@linuxham you need to have installed mesa-git (Missing dependencies: -> mesa-git ) or make your local repo and build all in chroot
Does not make for me...
$ makepkg -si ==> Making package: lib32-mesa-git 22.3.0_devel.160382.e24a8168189.d41d8cd98f00b204e9800998ecf8427e-1 (Sun 25 Sep 2022 03:48:55 PM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: mesa-git ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> mesa-git ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.
@Janhouse,
Sorry for the late reply. I checked the official packages and I think you're right. I added lib32-vulkan-mesa-layer to the provides list.
Should lib32-vulkan-mesa-layers be added to provides
?
error: failed to commit transaction (conflicting files)
lib32-mesa-git: /usr/lib32/libVkLayer_MESA_device_select.so exists in filesystem (owned by lib32-vulkan-mesa-layers)
lib32-mesa-git: /usr/lib32/libVkLayer_MESA_overlay.so exists in filesystem (owned by lib32-vulkan-mesa-layers)
Errors occurred, no packages were upgraded.
True, I forgot somehow. Thanks for pointing out @Lone_Wolf
After mesa--libgl / lib32-mesa-libgl stopped being real packages years ago, I dropped the provides/conflicts for them from mesa-git and lib32-mesa-git.
2nd half of 2021 a discussion on mesa-git aur page happened and rjahanbakhshi decided to re-add them to mesa-git.
lib32-mesa-git was not mentioned at all at that time.
@artefact,
I'm not exactly sure why lib32-mesa-libgl wasn't provided by this package since the multilib/lib32-mesa does provide it. I added it and it seems to be alright. Maybe @Lone_Wolf knows why it was like that.
mesa-git provides mesa-libgl, but lib32-mesa-git doesn't provide lib32-mesa-libgl. Is there a good reason for this? This breaks building a few packages, eg wine-ge-custom.
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.