Comment # 11 on bug 1207558 from
(In reply to Masaru Nomiya from comment #10)
> Are you REALLY a maintainer?

Well, I would guess so. After adding X11:XOrg project to obs in 2001 and
maintaining it with more than 300 packages since more than 20 years now.

> The Leap 15.4 installer even creates an update repository, which contains a
> set of gcc12-related files.

Seems after changing the build project for 15.4 to 
openSUSE:Leap:15.4:Update gcc12 packages are found now ... Mesa 22.3.3 now also
building against Leap 15.4.

> I didn't know that, and when I began to compile Mesa-22.3.3, etc., I got a
> message saying to use gcc-12, so I started YaST2, searched for gcc12, and
> found it, so I just put those in.

You stumbled across the buildrequires to gcc12. Easy for you. My collegue
figured it out the hard way. But long after Mesa 22.3 had been released. It's
still nowhere documented that now gcc12 is needed for building. :-(

-------------------------------------------------------------------
Mon Jan 16 11:27:13 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>

- Compile with gcc12 on Leaps: building drivers fails with:
  /usr/include/dxguids/dxguids.h:70:1: internal compiler error: 
  in cxx_eval_bit_field_ref, at cp/constexpr.c:2578

> I removed libdrm_nouveau2 installed with libdrm, and nvidia blacklisting is
> no longer necessary.

No idea why this is needed on a Intel-only GPU system. Maybe you have a
Intel/nVidia combination and didn't notice it yet? Running 'inix -aG' would
help to figure it out.

> However, vdpauinfo still gives a strange message that libvdpau_nvidia.so is
> not found, but vainfo works fine.

There is no VDPAU driver available for Intel. So apparently you're using the
VDPAU wrapper library, which then uses VA-API as backend.

package: libvdpau-va-gl
check /etc/profile.d/libvdpau-va-gl.sh

Maybe VDPAU_DRIVER is set to 'nvidia' for some reason. It should be set to
'va_gl'.

> Of course, with the following settings;
> 
> export LIBVA_DRIVERS_PATH=/usr/lib64/dri
> export LIBVA_DRIVER_NAME=iHD


You are receiving this mail because: