https://bugs.winehq.org/show_bug.cgi?id=40851
--- Comment #3 from Ken Thomases ken@codeweavers.com --- (In reply to Alexander Neilson from comment #2)
Thank you for this patch as well Ken
You're welcome. Thanks for reporting and testing.
Applying this to my local build of 1.9.12 (along with the patch for 40830) this allowed for completion of build.
OK, good.
I am now seeing memory map conflicts [0] when running wine to execute an app. There are a number of these errors that come up.
[0] ==61559==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING. ==61559==ASan shadow was supposed to be located in the [0x1ffff000-0x3fffffff] range. ==61559==Process memory map follows:
You are (or Homebrew is) building Wine with the Address Sanitizer (ASan) enabled. This is a debugging option and it's not compatible with Wine. You should turn it off.