Source: gnome-keyring Version: 3.28.2-5 Severity: important Tags: bullseye sid experimental
gnome-keyring has essentially the same bug as gcr: its test scripts (taken from Cockpit) assume GLib tests default to GTester output syntax (and translate it into TAP in a wrapper script), but in GLib 2.62+, GLib tests default to TAP (which the wrapper cannot parse). This bug is still present in experimental. The solution is to apply the equivalent of https://github.com/cockpit-project/cockpit/commit/f254f58691d971eeec252ba8064db3eca3df2370 See https://github.com/cockpit-project/cockpit/pull/11998 smcv