Created attachment 902082 [details] complete build log media-libs/mesa-9999 fails to build because the dri3 meson option was removed today See also: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30952 >>> Configuring source in /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999 ... * abi_x86_32.x86: running multilib-minimal_abi_src_configure meson setup -Db_lto=false --libdir lib --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig:/usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig:/usr/share/pkgconfig --native-file /var/tmp/portage/media-libs/mesa-9999/temp/meson.i686-pc-linux-gnu.x86.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Dplatforms=x11,wayland -Dgallium-nine=false -Dgallium-va=enabled -Dva-libs-path=/usr/lib/va/drivers -Dgallium-vdpau=disabled -Dgallium-xa=disabled -Dvulkan-layers=device-select -Dglx=dri -Dbuild-tests=true -Dshared-glapi=enabled -Ddri3=enabled -Dexpat=enabled -Dopengl=true -Dgbm=enabled -Dgles1=enabled -Dgles2=enabled -Dglvnd=enabled -Degl=enabled -Dllvm=disabled -Dlmsensors=enabled -Dosmesa=false -Dselinux=false -Dlibunwind=disabled -Dzstd=enabled -Dsse2=true -Damd-use-llvm=false -Dintel-clc=auto -Dvalgrind=disabled -Dvideo-codecs=all -Dgallium-drivers=radeonsi,softpipe,zink -Dvulkan-drivers=amd -Db_ndebug=true /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999 /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999-abi_x86_32.x86 The Meson build system Version: 1.5.1 Source dir: /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999 Build dir: /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999-abi_x86_32.x86 Build type: native build ../mesa-9999/meson.build:4:0: ERROR: Unknown options: "dri3"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2ced166d02761ab3c42939b96bd9543e7315e commit f9d2ced166d02761ab3c42939b96bd9543e7315e Author: Kostadin Shishmanov <kocelfc@tutanota.com> AuthorDate: 2024-09-04 19:00:35 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-09-04 19:46:05 +0000 media-libs/mesa: remove dri3 meson build option This commit removes -Ddri3=enabled from the ebuild, since it's now unconditionally enabled upstream [1], so there is a build failure if the option is passed through to meson. [1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30952 Closes: https://bugs.gentoo.org/939079 Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com> Signed-off-by: Matt Turner <mattst88@gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-)