On Tue, 10 Sept 2024 at 13:27, Matthias Klose <[email protected]> wrote:
> the autopkg test uses the deprecated tool debcrossgen:
>
> def internal_impl():
> print('WARNING: this tool is deprecated, use "meson env2mfile"
> instead.')
> options = parser.parse_args()
> run(options)
> print('Remember to add the correct --libdir arg to Meson invocation.')
This can't really be fixed yet, since env2mfile had some issues in
cross building AFAICR. I have changed the script so that if you set
the MESON_USE_NEW_CROSSGEN envvar, it will use env2mfile transparently
so that can be used for testing.