lib32-llvm
and lib32-llvm-libs
has been updated to 1:20.1.8-1
in stable repo.
And the PKGBUILD require update to build.
lib32 version of llvm-libs
do not tagged to provide libLLVM.so.20.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: | rjahanbakhshi |
Votes: | 45 |
Popularity: | 0.27 |
First Submitted: | 2009-12-18 18:42 (UTC) |
Last Updated: | 2025-07-22 06:30 (UTC) |
lib32-llvm
and lib32-llvm-libs
has been updated to 1:20.1.8-1
in stable repo.
And the PKGBUILD require update to build.
lib32 version of llvm-libs
do not tagged to provide libLLVM.so.20.1
@angrytux :
Looks like a mistake, corrected now.
Is there a reason for the missing codecs part (-D video-codecs=all) in the PKGBUILD?
Mesa-git includes this in the build. Only noticed since vaapi hw encoding doesn´t work in steam game recording.
Currently (2025-07-02 08:04:58+00:00
) both lib32-llvm
and lib32-llvm-libs
is not updated to 1:20.1.7
in the stable repo.
There are no 1:20.1.7
in testing either.
https://archlinux.org/packages/multilib/x86_64/lib32-llvm/
https://archlinux.org/packages/multilib/x86_64/lib32-llvm-libs/
lib32-llvm
and lib32-llvm-libs
has been updated to 1:20.1.6-1
in stable repo.
And the PKGBUILD require update to build.
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19385
Clover are now gone.
The Meson build system
Version: 1.7.2
Source dir: /mnt/TOSHIBA16TB/billli11/AUR/pkgbuild/test/lib32-mesa-git/src/mesa
Build dir: /mnt/TOSHIBA16TB/billli11/AUR/pkgbuild/test/lib32-mesa-git/src/_build
Build type: native build
mesa/meson.options:128: WARNING: Keyword argument "deprecated" defined multiple times.
WARNING: This will be an error in Meson 2.0.
mesa/meson.options:538: WARNING: Keyword argument "deprecated" defined multiple times.
WARNING: This will be an error in Meson 2.0.
DEPRECATION: Option 'gallium-nine' is deprecated
DEPRECATION: Option 'gallium-xa' is deprecated
DEPRECATION: Option 'glvnd' value 'true' is replaced by 'enabled'
DEPRECATION: Option 'osmesa' is deprecated
DEPRECATION: Option 'shared-glapi' is deprecated
mesa/meson.build:4:0: ERROR: Unknown options: "gallium-opencl"
A full log can be found at /mnt/TOSHIBA16TB/billli11/AUR/pkgbuild/test/lib32-mesa-git/src/_build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...
lib32-llvm
and lib32-llvm-libs
is updated again.
both are currently version 1:19.1.7-1
https://archlinux.org/packages/multilib/x86_64/lib32-llvm/
https://archlinux.org/packages/multilib/x86_64/lib32-llvm-libs/
won't build because of a bunch of LLVM_MAKE related errors
/usr/include/clang/Driver/Options.inc:65:275: error: macro "LLVM_MAKE_OPT_ID" passed 14 arguments, but takes just 13
65 | OPTION(llvm::ArrayRef<llvm::StringLiteral>(), "<action group>", Action_Group, Group, INVALID, INVALID, nullptr, 0, 0, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr)
| ^
lib32-llvm
and lib32-llvm-libs
has been updated to 1:19.1.6-3
in stable repo.
And the PKGBUILD require update to build.
Also latest SVGA
MR broke x86_32 compilation issue #12451
lib32-llvm
and lib32-llvm-libs
package in stable repo has been "updated" to 1:18.1.8-1
, from 18.1.8-1
The build file needed to be updated.
The package has been accidently pushed with llvm 19 into the stable multilib repository.
Pushing epoch to fix that issue
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.