Skip to content
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

build fails on OSX 10.12 #32447

Closed
gabrielschulhof opened this issue Mar 23, 2020 · 1 comment
Closed

build fails on OSX 10.12 #32447

gabrielschulhof opened this issue Mar 23, 2020 · 1 comment
Labels
build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX.

Comments

@gabrielschulhof
Copy link
Contributor

To reproduce:

  1. Log into test-macstadium-macos10.12-x64-1.
  2. git clone https://github.com/nodejs/node
  3. cd node
  4. ./configure && make

The result:

In file included from ../deps/icu-small/source/common/putil.cpp:68:
In file included from ../deps/icu-small/source/common/umutex.h:24:
In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/condition_variable:111:
In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__mutex_base:17:
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:156:1: error: unknown type name 'mach_port_t'
mach_port_t __libcpp_thread_get_port();
^
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:300:1: error: unknown type name 'mach_port_t'
mach_port_t __libcpp_thread_get_port() {
^
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:301:12: error: use of undeclared identifier 'pthread_mach_thread_np'
    return pthread_mach_thread_np(pthread_self());
           ^
3 errors generated.
make[1]: *** [/Users/root1/gabrielschulhof/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/putil.o] Error 1
make: *** [node] Error 2

master is currently at 668bc11.

@addaleax addaleax added build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX. labels Mar 23, 2020
@gabrielschulhof gabrielschulhof changed the title build fails on OSX build fails on OSX 10.12 Mar 24, 2020
@targos
Copy link
Member

targos commented May 7, 2023

OSX 10.12 is no longer supported.

@targos targos closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX.
Projects
None yet
Development

No branches or pull requests

3 participants