Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939079 - media-libs/mesa-9999 fails to build: ../mesa-9999/meson.build:4:0: ERROR: Unknown options: "dri3"
Summary: media-libs/mesa-9999 fails to build: ../mesa-9999/meson.build:4:0: ERROR: Unk...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-09-04 18:01 UTC by Kostadin Shishmanov
Modified: 2024-09-04 19:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
complete build log (build.log,5.72 KB, text/x-log)
2024-09-04 18:01 UTC, Kostadin Shishmanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kostadin Shishmanov 2024-09-04 18:01:17 UTC
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"
Comment 1 Larry the Git Cow gentoo-dev 2024-09-04 19:46:09 UTC
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(-)