Skip to content

Shared Library build failing on v8.7.0 #16437

Closed
@BethGriggs

Description

@BethGriggs
  • Version: 8.7.0
  • Platform: Darwin, xLinux, and AIX
  • Subsystem: shared, build

The shared library builds are failing on Darwin, xLinux, and AIX with the following error:

installing /Users/bethanycooks/node/node-v8.7.0-darwin-x64/lib/node_modules/npm/scripts/relocate.sh
installing /Users/bethanycooks/node/node-v8.7.0-darwin-x64/lib/node_modules/npm/scripts/update-authors.sh
symlinking ../lib/node_modules/npm/bin/npm-cli.js -> /Users/bethanycooks/node/node-v8.7.0-darwin-x64/bin/npm
Traceback (most recent call last):
  File "tools/install.py", line 226, in <module>
    run(sys.argv[:])
  File "tools/install.py", line 220, in run
    if cmd == 'install': return files(install)
  File "tools/install.py", line 156, in files
    if 'true' == variables.get('node_install_npm'): npm_files(action)
  File "tools/install.py", line 97, in npm_files
    try_symlink('../lib/node_modules/npm/bin/npm-cli.js', link_path)
  File "tools/install.py", line 36, in try_symlink
    os.symlink(source_path, link_path)
OSError: [Errno 2] No such file or directory
make[1]: *** [install] Error 1
make: *** [node-v8.7.0-darwin-x64.tar] Error 2

To reproduce:

git checkout v8.7.0
export CONFIG_FLAGS="--shared"
make -j8 clean binary

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