On Fri, 8 Apr 2022 at 22:21, Paul Gevers <elb...@debian.org> wrote:

> >> I copied some of the output at the bottom of this report. I noticed that
> >> there is a new version of meson in unstable, it fails too, but in a
> >> different way.
> >
> > Can you provide the logs for that?
>
> Traceback (most recent call last):
>    File "/usr/bin/meson", line 29, in <module>
>      sys.exit(mesonmain.main())
>
> mesonbuild.interpreterbase.exceptions.InterpreterException: Problem
> encountered: Python3 purelib path seems invalid?

This should be fixed by https://github.com/mesonbuild/meson/pull/10254

This is due to we having to poke distutils internals because Debian
patched distutils to produce different results for install directories
than sysconfig (the latter was incorrect). Is there now a guarantee
that starting with 3.10 sysconfig points to the correct place (I don't
remember the details, but it had something to do with dist-packages vs
site-packages).

Reply via email to