You are not logged in.
I just tried updating wine-ge-proton from the AUR which needs to be compiled using MinGW. It always failed because the file rpcrt4_dll_h.o could not be found. After using MinGW from the non-testing community repository it worked fine.
tools/winebuild/winebuild -b x86_64-w64-mingw32 -w --implib -o dlls/rpcrt4/librpcrt4.delay.a --export \
../wine-ge-custom/proton-wine/dlls/rpcrt4/rpcrt4.spec
/usr/bin/x86_64-w64-mingw32-dlltool: dlls/rpcrt4/librpcrt4.cross.a: error reading rpcrt4_dll_h.o: file truncated
/usr/bin/x86_64-w64-mingw32-dlltool: failed to open temporary head file: rpcrt4_dll_h.o: No such file or directory
winebuild: /usr/bin/x86_64-w64-mingw32-dlltool failed with status 1
make: *** [Makefile:242784: dlls/rpcrt4/librpcrt4.delay.a] Error 1
winebuild: /usr/bin/x86_64-w64-mingw32-dlltool failed with status 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:242784: dlls/rpcrt4/librpcrt4.cross.a] Error 1
==> ERROR: A failure occurred in build().
Aborting...
-> error making: wine-ge-custom
Offline