[Bug 49588] Cannot build wine with GCC 10 and Address Sanitizer

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jul 20 07:53:56 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49588

--- Comment #3 from Rafał Mużyło <galtgendo at o2.pl> ---
The failing command is basically:

    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile
Makefile && `cat $wine_rules_file`
_WINE_EOF


That looks like it could fail only two ways:
- one of the files is missing
- the $tmp dir is read-only

One way or another, not a gcc problem, unless someone managed to escalate
system rebuild into broken system.

As for the mentioned errors, they're exactly the way that standard configure
check works.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list