You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gobject-introspection 1.83 emits a new doc:format.
In Debian, libadwaita was built against this new gobject-introspection which means that /usr/share/gir1.0/Adw-1.gir contains <doc:format name="unknown"/>
The gir command now fails when trying to process rust-libadwaita.
gir -o .
Error: "GirXml: ./Adw-1.gir at line 14:3: Unexpected element <format>"
If you are able to build Debian packages easily, then this error can be seen by trying to build rust-libadwaita in Debian Unstable.