https://bugs.winehq.org/show_bug.cgi?id=47471
--- Comment #46 from Sveinar Søpler cybermax@dexter.no --- (In reply to Steve Ebey from comment #45)
(In reply to Sveinar Søpler from comment #44)
(In reply to Steve Ebey from comment #43)
(In reply to Sveinar Søpler from comment #42)
Created attachment 65754 [details] Root signature patch for wine-staging
thank you, but when i apply the patch, and compile, it does not finish compiling. no error messages are presented, but it never shows the message wine build complete, and instead it stops even before the 32 bit compile for the wine shared build, per the shared build instructions from the wiki on winehq.org.
What distro are you compiling for?
fedora 31 with nvidia gtx970
Without knowing any particularities for compiling with Fedora, the wine compile does most likely not "just stop".. If you scroll far enough up and view the output i would bet there is a error some place. It just LOOKS like it just stops for no reason.
You could do a : make -j4 2>&1 | tee build.log and zip/attach the log file here and ill look at it.. PS. Replace "-j4 with whatever amount of cores ofc.. -j12 for my 8700K)