https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/moonlight-3.1.4 fails to compile. Discovered on: amd64 (internal ref: guru_ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Created attachment 749517 [details] build.log build log and emerge --info
Possible context of error(s): streaming/video/ffmpeg-renderers/drm.cpp:86:30: error: ‘union SDL_SysWMinfo::<unnamed>’ has no member named ‘kmsdrm’
Thank you for the build log, this bug appears to be related to Moonlight requiring the kms use flag for libsdl2, which I happened to have enabled on my system. I'll update that in the EBUILD asap and push a commit. Please let me know if my commit does not address the issue.
Should be fixed in commit cf1878cd50d9bb3e5277a6062fbd896462ef12c5 (https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=cf1878cd50d9bb3e5277a6062fbd896462ef12c5). I tested this in a blank Gentoo systemd/desktop chroot, and it compiled successfully. Please reopen or let me know if you continue to experience this. A workaround until this change is propagated down to master is to enable USE="kms" for libsdl2.