meson icon indicating copy to clipboard operation
meson copied to clipboard

Fix Cython language detection

Open jpakkane opened this issue 1 year ago • 2 comments

jpakkane avatar Feb 24 '25 12:02 jpakkane

Fixes #14284

bonzini avatar Feb 24 '25 12:02 bonzini

LINK : fatal error LNK1104: cannot open file 'python37_d.lib'

Why does this now fail when the other ones don't?

jpakkane avatar Feb 24 '25 15:02 jpakkane

Why does this now fail when the other ones don't?

The Arch/PyPy failure looks unrelated and is happening on other PRs as well. Note that it's a different test case from the one added in this PR (python: 4, rather than cython: 4).

rgommers avatar Feb 25 '25 17:02 rgommers

There was a different failure caused by the lack of buildtype=release.

jpakkane avatar Feb 25 '25 17:02 jpakkane

The Arch/PyPy failure looks unrelated and is happening on other PRs as well. Note that it's a different test case from the one added in this PR (python: 4, rather than cython: 4).

Incidentally the PyPy failure seems to have happened immediately upon the upgrade to PyPy 3.11. I've been unable to find time to investigate but this isn't quite so promising...

eli-schwartz avatar Feb 25 '25 18:02 eli-schwartz