Skip to content

test: Node 8.9.0 cannot 'make test' when building from source code #16650

Closed
@BobCochran

Description

@BobCochran

I downloaded the source code tarball node-v8.9.0.tar.gz to build node on a Fedora 26 workstation. 'make test' fails at this point:

`Building addon /home/bcochranc/Downloads/node-v8.9.0/test/addons-napi/test_warning/
make[2]: Entering directory '/home/bcochranc/Downloads/node-v8.9.0/test/addons-napi/test_warning/build'
CC(target) Release/obj.target/test_warning/test_warning.o
SOLINK_MODULE(target) Release/obj.target/test_warning.node
COPY Release/test_warning.node
CC(target) Release/obj.target/test_warning2/test_warning2.o
SOLINK_MODULE(target) Release/obj.target/test_warning2.node
COPY Release/test_warning2.node
make[2]: Leaving directory '/home/bcochranc/Downloads/node-v8.9.0/test/addons-napi/test_warning/build'
touch test/addons-napi/.buildstamp
make doc-only
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN node-doc-generator@0.0.0 No repository field.
npm WARN node-doc-generator@0.0.0 No license field.

added 3 packages and updated 1 package in 0.872s
/bin/sh: out/doc/api/debugger.html: No such file or directory
make[1]: *** [Makefile:579: out/doc/api/debugger.html] Error 1
make: *** [Makefile:215: test] Error 2
`

I was last able to make test successfully with version 8.7.0. Node releases since then have failed when attempting to make test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions