-
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
16.6.0 with V8 9.2 compile fails on macOS 10.13/Xcode 10.1 due to missing os/signpost.h #39584
Comments
Only Xcode 11 is supported to build Node.js 16.x. |
Ok thanks, will close this bug then. |
@targos Actually, does https://github.com/nodejs/node/blob/master/BUILDING.md need updating then? It says Xcode 11 requires macOS 10.14.4 or later. [1] Xcode 10.2 requires 10.14. [2] Xcode 10.1 requires 10.13.6 or later. [3] [1] https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes |
/cc @nodejs/build. |
Yep those docs are out of date in more then one place, ill update them now |
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: nodejs#39584 (comment)
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: nodejs#39584 (comment)
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: nodejs#39584 (comment)
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: nodejs#39584 (comment)
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: #39584 (comment) PR-URL: #39586 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Documentation was clarified in 4d60ee8 |
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: #39584 (comment) PR-URL: #39586 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Version
v16.6.0
Platform
Darwin mymac.local 17.7.0 Darwin Kernel Version 17.7.0: Fri Oct 30 13:34:27 PDT 2020; root:xnu-4570.71.82.8~1/RELEASE_X86_64 x86_64 i386 MacBookPro11,3 Darwin
Subsystem
No response
What steps will reproduce the bug?
Build on macOS 10.13 using Xcode 10.1.
How often does it reproduce? Is there a required condition?
Every-time with 16.6.0. It compiled fine with 16.5.0.
What is the expected behavior?
A successful compile.
What do you see instead?
Additional information
To work around it in
tools/v8_gypfiles/features.gypi
I setv8_enable_system_instrumentation
to0
.The text was updated successfully, but these errors were encountered: