virtio-experimental
has been changed to virtio
in vulkan-drivers
(merge_requests: 22547)
Please update.
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.043608 |
First Submitted: | 2009-12-18 18:42 (UTC) |
Last Updated: | 2024-09-10 21:29 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 32 Next › Last »
virtio-experimental
has been changed to virtio
in vulkan-drivers
(merge_requests: 22547)
Please update.
Pardon the flag. Turns out I didn't pull the repository after a long night of system issues.
@artek, @nissen22,
Thanks, The update for.SRCINFO was missing in the commit by mistake. Fixed now.
This package still seems to be asking for llvm 14.0.6:
-> Could not find all required packages: lib32-llvm-libs=14.0.6 (Wanted by: lib32-mesa-git) lib32-llvm=14.0.6 (Wanted by: lib32-mesa-git)
Can still build it from the snapshot manually against 15.0.7.
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
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.