Hi! On Mon, 2024-02-26 at 08:25 +0000, Gayathri Berli wrote: > e cloned the gtk repo and built it with the following meson > commands.. But we see that almost all of the tests are failing. > So,we are suspecting thatwe might be missing something here.. > There could besome dependency packagesthatwe are missing?...
The problem seems to be that XDG_RUNTIME_DIR is not set: Gdk-DEBUG: error: XDG_RUNTIME_DIR is invalid or not set in the environment. Looking at the debian/rules of the gtk4 package, there is a dedicated script in the package that the Debian package uses to run the tests: > https://salsa.debian.org/gnome-team/gtk4/-/blob/debian/latest/debian/run-tests.sh?ref_type=heads It's reference from here: > https://salsa.debian.org/gnome-team/gtk4/-/blob/debian/latest/debian/rules?ref_type=heads#L288 Or check what upstream states about running the tests. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913