On Sun, 08 Dec 2024 at 13:33:40 +0000, Simon McVittie wrote:
> To try to confirm or deny this, I'm now trying a gtk-doc build with
> libxml2 2.13.x from experimental:
>
> sbuild -dexperimental --add-depends='libxml2-utils (>= 2.13)'
> --add-depends='libxml2 (>= 2.13)' gtk-doc
To build correctly it needs a bit more force to be applied:
--add-depends={python3-libxml2,libxml2,libxml2-utils}' (>= 2.13)'
but with that change, yes I can reproduce this test failure with libxml2's
version from experimental. So this is not immediately RC, but will become
RC again when the libxml2 maintainers are ready to retry the upgrade.
smcv