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.
The text was updated successfully, but these errors were encountered:
Originally reported at https://bugs.debian.org/110054 . See the similar glib issue
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.If you are able to build Debian packages easily, then this error can be seen by trying to build
rust-libadwaita
in Debian Unstable.The text was updated successfully, but these errors were encountered: