Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Last Rites: app-eselect/eselect-opengl
Date: Wed, 12 Aug 2020 04:16:43
Message-Id: CAEdQ38Guw7ZbxxhhRN81B2+cmvcmaugyeoPdurUscrcpOE87Pg@mail.gmail.com
In Reply to: Re: [gentoo-dev] Last Rites: app-eselect/eselect-opengl by Philip Webb
1 On Tue, Aug 11, 2020 at 8:00 PM Philip Webb <purslow@××××××××.net> wrote:
2 >
3 > 200811 Matt Turner wrote:
4 > > # Matt Turner <mattst88@g.o> (2020-08-11)
5 > > # Replaced by media-libs/libglvnd.
6 > > # Masked for removal in 30 days. Bug #728286
7 > > app-eselect/eselect-opengl
8 >
9 > root:552 ~> emerge -cpv eselect-opengl
10 > Calculating dependencies... done!
11 > app-eselect/eselect-opengl-1.3.1-r4 pulled in by:
12 > media-libs/mesa-20.0.8 requires >=app-eselect/eselect-opengl-1.3.0
13 > x11-base/xorg-server-1.20.8-r1 requires >=app-eselect/eselect-opengl-1.3.0
14 >
15 > 'mesa' is installed with USE="egl", which perhaps needs changing :
16 >
17 > root:554 ~> eixe mesa
18 > [I] media-libs/mesa
19 > Available versions: 20.0.8^t ~20.1.4^t ~20.1.5^t **9999*l^t {+X +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc +zstd ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64 lp64d" ABI_S390="32 64" ABI_X86="32 64 x32" KERNEL="linux" VIDEO_CARDS="freedreno i915 i965 intel iris lima nouveau panfrost r100 r200 r300 r600 radeon radeonsi vc4 virgl vivante vmware"}
20 > Installed versions: 20.0.8^t([2020-06-20 09:13:08])(X egl gallium gbm wayland -classic -d3d9 -debug -dri3 -gles1 -gles2 -libglvnd -llvm -lm-sensors -opencl -osmesa -selinux -test -unwind -vaapi -valgrind -vdpau -vulkan -vulkan-overlay -xa -xvmc -zstd ABI_MIPS="-n32 -n64 -o32" ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" KERNEL="linux" VIDEO_CARDS="nouveau -freedreno -i915 -i965 -intel -iris -lima -panfrost -r100 -r200 -r300 -r600 -radeon -radeonsi -vc4 -virgl -vivante -vmware")
21 >
22 > but there is no similar flag on 'xorg-server' :
23 >
24 > root:553 ~> eix xorg-server
25 > [I] x11-base/xorg-server
26 > Available versions: 1.20.8(0/1.20.8) 1.20.8-r1(0/1.20.8) **9999(0/9999)*l {debug dmx doc (+)elogind ipv6 kdrive +libglvnd libressl minimal selinux static-libs (+)suid systemd +udev unwind wayland xcsecurity xephyr xnest xorg xvfb}
27 > Installed versions: 1.20.8-r1(0/1.20.8)([2020-08-09 20:16:16])(elogind udev xorg -debug -dmx -doc -ipv6 -kdrive -libglvnd -libressl -minimal -selinux -static-libs -suid -systemd -unwind -wayland -xcsecurity -xephyr -xnest -xvfb)
28 >
29 > Before I do anything damaging, can you advise how to handle the above ?
30
31 The eix output indicates that you have both mesa and xorg-server built
32 with USE=-libglvnd. Rebuild both with USE=libglvnd, and then neither
33 will depend on eselect-opengl. In the same series of commits as I
34 added this mask, I added 'libglvnd' to use.force, so no local
35 configuration changes should be necessary, although you appear to have
36 USE=-libglvnd set somewhere, so you probably will want to clean that
37 up.