https://bugs.winehq.org/show_bug.cgi?id=46781
ajduck@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #5 from ajduck@outlook.com --- It's working again as of Wine 4.4 Staging. Thank you to the Wine team!
---
Also @ Robert, I did come across your script while looking into compiling Wine. The main reason why I decided not to try it was because of the requirement of adding a password to the root user, which I'm not so keen on doing.
I have thought since that I might be able to just replace all instances of `su -p -c 'echo lala' root` with `sudo -E 'echo lala'` or something because I don't mind entering my password each time. But that's just me, other people may not prefer that. It also may not work, I'd have to try it.
Anyway, thanks for pointing your script out. If another situation arises where I need to build Wine from git, I'll try it (with the modifications mentioned above).