-
-
Notifications
You must be signed in to change notification settings - Fork 35.1k
Open
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
- Version: Right from the trunk
- Platform: Oracle Solaris 11.4, x86_64
- Subsystem:
What steps will reproduce the bug?
Try to build NodeJS from source, using ./configure && gmake, on Oracle Solaris 11.4, if you have CLANG 11 and Python 3.5 installed.
How often does it reproduce? Is there a required condition?
I think it occurs every time.
What is the expected behavior?
I expect that NodeJS successfully builds.
What do you see instead?
There are linker errors saying pthread_attr_get_np cannot be found, and there are TypeErrors inside the genv8constants.py file.
Additional information
I have found some seemingly simple way to fix that problem: #37772
I am not a professional programmer, and I don't know how to make sure that fix does not break something.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.