https://bugs.winehq.org/show_bug.cgi?id=51918
--- Comment #10 from Patrick patrick+winehq.org@laimbock.com --- See also: https://bugzilla.redhat.com/show_bug.cgi?id=1987713
Additional fixes required to be able to build with python 3.10:
1) replace virtualenv with the one here that's compatible with py3.10: https://github.com/pypa/virtualenv/tree/legacy
2) additional py3.10 compatibility patch (I'll add that next)
But the build still fails:
With make -j1 it fails with 'storage size of mreq isn't known' So the bug from https://bugs.winehq.org/show_bug.cgi?id=52085
With make it also fails. Copr build here: https://copr.fedorainfracloud.org/coprs/patrickl/mingw-wine-gecko/build/3163...
And the log files here: https://download.copr.fedorainfracloud.org/results/patrickl/mingw-wine-gecko...
Any ideas?