https://bugs.winehq.org/show_bug.cgi?id=52182
Bug ID: 52182 Summary: Make install error 254 on MacOS 12.0.1 Product: Wine Version: 6.1 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wirulai@gmail.com
Created attachment 71231 --> https://bugs.winehq.org/attachment.cgi?id=71231 Make install error 254 on MacOS 12.0.1
Installing Wine 6.1 on Mac Air M1 with MacOS 12.0.1 make install terminated after couple minutes of running and below echoed However, mentioned files not found.
******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/folders/30/ldmh5s015ld1_rwjszvkd6340000gn/T/folders-6675d2.c clang: note: diagnostic msg: /var/folders/30/ldmh5s015ld1_rwjszvkd6340000gn/T/folders-6675d2.sh clang: note: diagnostic msg: Crash backtrace is located in clang: note: diagnostic msg: /Users/williamlai/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash) clang: note: diagnostic msg: ********************
https://bugs.winehq.org/show_bug.cgi?id=52182
Brendan Shanks bshanks@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bshanks@codeweavers.com
--- Comment #1 from Brendan Shanks bshanks@codeweavers.com ---
From the log it looks like you're building Wine for ARM64, is this what you
want? Or do you want to run x86_64 binaries?
Also, have you tried a newer version of Wine?
https://bugs.winehq.org/show_bug.cgi?id=52182
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Isn't that a clang crash? If so, that should be reported to clang, not wine.
https://bugs.winehq.org/show_bug.cgi?id=52182
--- Comment #3 from W.LAI wirulai@gmail.com --- (In reply to Brendan Shanks from comment #1)
From the log it looks like you're building Wine for ARM64, is this what you want? Or do you want to run x86_64 binaries?
Also, have you tried a newer version of Wine?
Sorry for late reply. Yes, I was trying to build Wine 6.1 for ARM64 because it seems there's no package available for MacOS M1 yet.
https://bugs.winehq.org/show_bug.cgi?id=52182
--- Comment #4 from W.LAI wirulai@gmail.com --- (In reply to Fabian Maurer from comment #2)
Isn't that a clang crash? If so, that should be reported to clang, not wine.
Thank you very much for your comment, I will try checking with clang.