Re: [gentoo-dev] Last Rites: app-eselect/eselect-opengl

2020-08-11 Thread Matt Turner
On Tue, Aug 11, 2020 at 8:00 PM Philip Webb  wrote:
>
> 200811 Matt Turner wrote:
> > # Matt Turner  (2020-08-11)
> > # Replaced by media-libs/libglvnd.
> > # Masked for removal in 30 days. Bug #728286
> > app-eselect/eselect-opengl
>
> root:552 ~> emerge -cpv eselect-opengl
> Calculating dependencies... done!
>   app-eselect/eselect-opengl-1.3.1-r4 pulled in by:
> media-libs/mesa-20.0.8 requires >=app-eselect/eselect-opengl-1.3.0
> x11-base/xorg-server-1.20.8-r1 requires >=app-eselect/eselect-opengl-1.3.0
>
> 'mesa' is installed with USE="egl", which perhaps needs changing :
>
> root:554 ~> eixe mesa
> [I] media-libs/mesa
>  Available versions:  20.0.8^t ~20.1.4^t ~20.1.5^t ***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"}
>  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")
>
> but there is no similar flag on 'xorg-server' :
>
> root:553 ~> eix xorg-server
> [I] x11-base/xorg-server
>  Available versions:  1.20.8(0/1.20.8) 1.20.8-r1(0/1.20.8) 
> **(0/)*l {debug dmx doc (+)elogind ipv6 kdrive +libglvnd libressl 
> minimal selinux static-libs (+)suid systemd +udev unwind wayland xcsecurity 
> xephyr xnest xorg xvfb}
>  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)
>
> Before I do anything damaging, can you advise how to handle the above ?

The eix output indicates that you have both mesa and xorg-server built
with USE=-libglvnd. Rebuild both with USE=libglvnd, and then neither
will depend on eselect-opengl. In the same series of commits as I
added this mask, I added 'libglvnd' to use.force, so no local
configuration changes should be necessary, although you appear to have
USE=-libglvnd set somewhere, so you probably will want to clean that
up.



Re: [gentoo-dev] Last Rites: app-eselect/eselect-opengl

2020-08-11 Thread Philip Webb
200811 Matt Turner wrote:
> # Matt Turner  (2020-08-11)
> # Replaced by media-libs/libglvnd.
> # Masked for removal in 30 days. Bug #728286
> app-eselect/eselect-opengl

root:552 ~> emerge -cpv eselect-opengl
Calculating dependencies... done!
  app-eselect/eselect-opengl-1.3.1-r4 pulled in by:
media-libs/mesa-20.0.8 requires >=app-eselect/eselect-opengl-1.3.0
x11-base/xorg-server-1.20.8-r1 requires >=app-eselect/eselect-opengl-1.3.0

'mesa' is installed with USE="egl", which perhaps needs changing :

root:554 ~> eixe mesa
[I] media-libs/mesa
 Available versions:  20.0.8^t ~20.1.4^t ~20.1.5^t ***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"}
 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")

but there is no similar flag on 'xorg-server' :

root:553 ~> eix xorg-server
[I] x11-base/xorg-server
 Available versions:  1.20.8(0/1.20.8) 1.20.8-r1(0/1.20.8) **(0/)*l 
{debug dmx doc (+)elogind ipv6 kdrive +libglvnd libressl minimal selinux 
static-libs (+)suid systemd +udev unwind wayland xcsecurity xephyr xnest xorg 
xvfb}
 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)

Before I do anything damaging, can you advise how to handle the above ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatcadotinterdotnet