-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Failed to build Electrum for windows #6971
Comments
Right... I can see the travis builds have been failing the same way, however I have not been able to reproduce the issue locally. |
I don't really know, the build is deterministic so there should not be much differences from one machine to another. |
No, I am also testing with that; that is the default. Something errors in this loop: electrum/contrib/build-wine/prepare-wine.sh Lines 56 to 60 in 176a116
Could you perhaps add echo/print statements after each line there to see which line errors? |
In case it is the
to see more logs |
Here is the error with more logs:
|
By the way, I get the same error logs when trying to install python v3.7.9 instead of v3.8.7 (with everything else unchanged). |
I have tried building binaries in ~fresh VMs, using Ubuntu and Manjaro as guests, and verified that reproducible builds still work, and they did for me. All recent relevant changes were done in 3d640df Still, I have no idea how this could bleed through the containerisation and result in differences between your setup and mine. |
I've bumped the wine version again in 1a629d8 |
I tried with the upgraded wine version but it fails also. Ubuntu:20.04 Ubuntu:20.04 Ubuntu:20.04 Ubuntu:20.04 Maybe I can also try Wine 5.x with Ubuntu 16.04 and see whether it works... |
:/ btw from your wine debug output, these are the lines that I do NOT have:
|
#6981 seems to claim it is due to docker version differences; I have been testing on Ubuntu 20.04 and Manjaro; both have |
I will do a few more tests and if it works, I will close this issue. |
I tried to build Electrum (master commit @ d6e2930) for Windows using the deterministic build scripts and it failed silently with the following trace:
log
The text was updated successfully, but these errors were encountered: