-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug build failed to compile on Apple Silicon #43894
Comments
I can reproduce. |
/cc @mscdex |
Is it only a problem with debug mode (e.g. is it just the |
Also is this limited to clang? Everything seems to have passed for the debug build on Linux arm64 with gcc. |
Yes, it only affects debug mode. I don't have gcc installed on my mac. |
Upstream issue: aklomp/base64#96 |
$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: arm64-apple-darwin21.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin The same question |
Is there any progress on this issue, or is there any other way for me to compile the main branch codes except |
@xtx1130 Feel free to temporarily apply this patch. The upstream dependency has a different solution in the works. |
Can those of you having the problem please test #44032 ? |
Fixes: #43894 PR-URL: #44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: #43894 PR-URL: #44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: #43894 PR-URL: #44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: nodejs#43894 PR-URL: nodejs#44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: nodejs/node#43894 PR-URL: nodejs/node#44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: nodejs/node#43894 PR-URL: nodejs/node#44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: nodejs/node#43894 PR-URL: nodejs/node#44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Fixes: nodejs/node#43894 PR-URL: nodejs/node#44032 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Debug build failed to compile on Apple M1 Max (arm64) with #39775. Example error messages:
A clean build can reproduce the problem locally.
Originally posted by @legendecas in #39775 (comment)
The text was updated successfully, but these errors were encountered: