https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: x11-base/xwayland-22.1.5 fails to compile (CLANG-STRICTER-SYSTEM). Discovered on: amd64 (internal ref: clang-stricter_tinderbox) NOTE: (CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types See also: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 https://wiki.gentoo.org/wiki/Modern_C_porting
Created attachment 841069 [details] build.log build log and emerge --info
Created attachment 841071 [details] 1-meson-log.txt 1-meson-log.txt
Error(s) that match a know pattern in addition to what has been reported in the summary: Program fop found: NO Run-time dependency dri found: NO (tried pkgconfig and cmake) Run-time dependency gbm found: NO (tried pkgconfig and cmake) Run-time dependency wayland-eglstream-protocols found: NO (tried pkgconfig and cmake) Run-time dependency xorg-sgml-doctools found: NO (tried pkgconfig and cmake) include/meson.build:9:0: ERROR: Dependency "dri" not found, tried pkgconfig and cmake
python-3.12_tinderbox has reproduced this issue with version 23.1.2 - Updating summary.
> include/meson.build:9:0: ERROR: Dependency "dri" not found, tried pkgconfig and cmake dri.pc is provided by media-libs/mesa. xwayland depends on >=media-libs/mesa-21.1[X(+),egl(+),gbm(+)].
I see other packages in the build history, like libepoxy, that also depend on mesa, but I don't see mesa in the build history. I can't see how this should ever be possible.