https://bugs.winehq.org/show_bug.cgi?id=49588
--- Comment #2 from RafaĆ Mikrut mikrutrafal@protonmail.com --- Yes, I used clean wine prefix.
Between ``` configure: creating ./config.status config.status: creating Make.tmp config.status: creating include/config.h config.status: linking tools/winewrapper to wine config.status: linking tools/winewrapper to wine64 config.status: executing include/stamp-h commands config.status: executing tools/makedep commands config.status: executing Makefile commands ```
and at the end ``` config.status: error: could not create Makefile ```
I have a lot of leaks like(I think that they are unrelated to this issue): ``` Direct leak of 14608804 byte(s) in 541403 object(s) allocated from: #0 0x7f04a5bf88d0 in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.6+0xb08d0) #1 0x559185faed27 in xrealloc (/mnt/Miecz/wine-git/tools/makedep+0xed27)
Direct leak of 5108678 byte(s) in 313766 object(s) allocated from: #0 0x7f04a5bf8517 in malloc (/lib/x86_64-linux-gnu/libasan.so.6+0xb0517) #1 0x559185faf9e5 in xmalloc (/mnt/Miecz/wine-git/tools/makedep+0xf9e5)
Direct leak of 1118613 byte(s) in 72934 object(s) allocated from: #0 0x7f04a5ba2257 in __interceptor_strdup (/lib/x86_64-linux-gnu/libasan.so.6+0x5a257) #1 0x559185faecf9 in xstrdup (/mnt/Miecz/wine-git/tools/makedep+0xecf9)
```