-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
64 bit Msys2 python fails on Wine with sem_init: Invalid argument #11
Comments
@mati865 do you understand what was python doing? If I have a command line to reproduce the problem I can investigate faster on my local machine. Thanks! |
I'm not an expert but these errors could be caused by miscompilation, library incompatibility or lack of free RAM. EDIT: Hmm python2 wasn't downloaded or updated. Is Tea running latest python2 package? |
Thank you.
Yes, Tea CI has latest Msys2 Python2 package pre-installed in docker image teaci/msys64 and teaci/msys32 I'll take some more time on this issue. |
The below code reproduced a similar bug with Cygwin/Msys2 64bit on Wine, but works fine on Windows and 32bit Wine:
|
I created a bug on Wine Staging: https://bugs.wine-staging.com/show_bug.cgi?id=691 |
Tea-CI can only manage the msys32 shell for styrene right now, at least until TeaCI/tea-ci#11 is fixed (even breaks "import this!") We can at least cross-compile for Win64 on msys32!drone, so that's OK.
Reference:
Not sure if it is related to https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=0aa738220bb9dea2ad479e484560767b36701947
The text was updated successfully, but these errors were encountered: