Skip to content

NodeJS fails to build on Oracle Solaris 11.4 #37774

@FlatAssembler

Description

@FlatAssembler
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions